Skip to content

Commit

Permalink
faces/tally: add yugioh life point presets
Browse files Browse the repository at this point in the history
Add common Yu-Gi-Oh card game life point preset values
for the tally face, opt in by defining a preprocessor macro.
  • Loading branch information
matheusmoreira committed Sep 8, 2024
1 parent 531bcfd commit 6b7ea8b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions movement/watch_faces/complication/tally_face.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ static const int16_t _tally_default[] = {
40,
#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);
Expand Down

0 comments on commit 6b7ea8b

Please sign in to comment.