Merge pull request #1910 from GriffinRichards/misc-constants

Use miscellaneous missing constants
This commit is contained in:
GriffinR
2023-08-15 17:53:41 -04:00
committed by GitHub
37 changed files with 316 additions and 283 deletions
+2
View File
@@ -6,6 +6,8 @@
#define CONTEST_LAST_APPEAL (CONTEST_NUM_APPEALS - 1)
#define MAX_CONTEST_MOVE_HEARTS 8
#define CONTESTANT_NONE 0xFF
#define LINK_CONTEST_FLAG_IS_LINK (1 << 0)
#define LINK_CONTEST_FLAG_IS_WIRELESS (1 << 1)
#define LINK_CONTEST_FLAG_HAS_RS_PLAYER (1 << 2)