mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 14:49:59 -04:00
Identify g_MenuRoot
This commit is contained in:
@@ -766,6 +766,18 @@
|
||||
#define MENUOP_101 101
|
||||
#define MENUOP_102 102
|
||||
|
||||
#define MENUROOT_SOLOENDSCREEN 1
|
||||
#define MENUROOT_SOLOPAUSE 2
|
||||
#define MENUROOT_COMBATSIM 3
|
||||
#define MENUROOT_MPPAUSE 4
|
||||
#define MENUROOT_MPENDSCREEN 5
|
||||
#define MENUROOT_FILESELECT 6
|
||||
#define MENUROOT_BOOTPAKMGR 7
|
||||
#define MENUROOT_9 9
|
||||
#define MENUROOT_10 10
|
||||
#define MENUROOT_4MBMAINMENU 11
|
||||
#define MENUROOT_TRAINING 13
|
||||
|
||||
// Models
|
||||
#define MODEL_ROOFGUN 0x0000
|
||||
#define MODEL_GROUNDGUN 0x0001
|
||||
|
||||
@@ -637,7 +637,7 @@ extern u32 var8009dfd4;
|
||||
extern struct missionconfig g_MissionConfig;
|
||||
extern struct menustackitem g_MenuStack[4];
|
||||
extern u32 var800a19c0;
|
||||
extern u32 var800a19c4;
|
||||
extern u32 g_MenuRoot;
|
||||
extern u32 var800a19dc;
|
||||
extern u32 var800a2038;
|
||||
extern u32 var800a203c;
|
||||
|
||||
Reference in New Issue
Block a user