mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 19:20:30 +08:00
faces/tally: add yugioh life point presets
Add common Yu-Gi-Oh card game life point preset values for the tally face, opt in by defining a preprocessor macro.
This commit is contained in:
parent
531bcfd285
commit
6b7ea8bbaa
|
@ -41,6 +41,11 @@ static const int16_t _tally_default[] = {
|
||||||
40,
|
40,
|
||||||
#endif /* TALLY_FACE_PRESETS_MTG */
|
#endif /* TALLY_FACE_PRESETS_MTG */
|
||||||
|
|
||||||
|
#ifdef TALLY_FACE_PRESETS_YUGIOH
|
||||||
|
4000,
|
||||||
|
8000,
|
||||||
|
#endif /* TALLY_FACE_PRESETS_YUGIOH */
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
static const uint8_t _tally_default_size = sizeof(_tally_default) / sizeof(int16_t);
|
static const uint8_t _tally_default_size = sizeof(_tally_default) / sizeof(int16_t);
|
||||||
|
|
Loading…
Reference in a new issue