mirror of
https://github.com/n64decomp/mk64
synced 2026-08-14 20:29:51 -04:00
Naming global variables related to menu navigation (#119)
* Naming of global variables related to the game menu and Controller Pak menu
This commit is contained in:
+1
-1
@@ -25,7 +25,7 @@ extern s8 gHumanPlayerCount;
|
||||
extern f32 gKartFrictionTable[];
|
||||
extern f32 gKartBoundingBoxTable[];
|
||||
extern f32 gKartGravityTable[];
|
||||
extern s8 gMenuState; // D_8018EDF0
|
||||
extern s8 gControllerPakMenuSelection; // D_8018EDF0
|
||||
extern s32 gModeSelection;
|
||||
// Indicates the ID of the next title screen demo that will be played
|
||||
extern u8 gNextDemoId; // D_800E86BC
|
||||
|
||||
Reference in New Issue
Block a user