Decompile func0f0f82a8

This commit is contained in:
Ryan Dwyer
2020-03-23 23:04:33 +10:00
parent c59186f4d5
commit 642bc4be62
14 changed files with 172 additions and 180 deletions
+1 -1
View File
@@ -52,7 +52,7 @@ u32 func0f0f7e98(void);
u32 func0f0f8040(void);
void func0f0f8120(void);
void func0f0f820c(struct menu_dialog *dialog, s32 arg1);
u32 func0f0f82a8(void);
bool func0f0f82a8(s32 arg0);
void func0f0f8300(void);
void menuPushRootDialog(struct menu_dialog *dialog, s32 arg1);
void func0f0f85e0(struct menu_dialog *dialog, s32 arg1);
+1 -2
View File
@@ -636,8 +636,7 @@ extern struct briefing g_Briefing;
extern u16 var8009dfe0[2];
extern struct missionconfig g_MissionConfig;
extern struct menustackitem g_MenuStack[4];
extern u32 g_MenuCount;
extern u32 g_MenuRoot;
extern struct menudata g_MenuData;
extern u32 var800a19dc;
extern u32 var800a2038;
extern u32 var800a203c;
+11
View File
@@ -5635,4 +5635,15 @@ struct frdata {
/*0x47c*/ u32 unk47c;
};
struct menudata {
/*0x00*/ u32 count;
/*0x04*/ u32 root;
/*0x08*/ u32 unk08;
/*0x0c*/ u32 unk0c;
/*0x10*/ u32 unk10;
/*0x14*/ u8 unk14;
/*0x15*/ u8 unk15;
/*0x16*/ u8 unk16;
};
#endif