Document game state related logic (#244)

* Document game state logic

* More namings
This commit is contained in:
MegaMech
2022-07-15 01:44:33 -06:00
committed by GitHub
parent 7508cd2761
commit 7042a3eab5
63 changed files with 500 additions and 447 deletions
+5
View File
@@ -28,6 +28,11 @@
#define FOUR_PLAYERS_SELECTED 4
#define SELECTED_PLAYER_DEFINES_TOTAL 5
#define PLAYER_ONE 0
#define PLAYER_TWO 1
#define PLAYER_THREE 2
#define PLAYER_FOUR 3
// 2P Game has Grand Prix, VS, and Battle as available game types
#define MAX_NUM_MAIN_MENU_GAME_TYPES 3
+1 -1
View File
@@ -105,7 +105,7 @@ extern Vp D_802B8880[];
extern Gfx D_0D0077A0[];
extern s32 D_800DC50C;
extern s32 gGamestate;
extern u16 D_800DC51C;
extern s32 D_800DC540;
extern u16 D_800DC5FC;