mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Decompile func0f108a80
This commit is contained in:
@@ -55,7 +55,7 @@ u32 func0f0f7728(void);
|
||||
void func0f0f7e98(struct menuframe *frame);
|
||||
void func0f0f8040(void);
|
||||
void func0f0f8120(void);
|
||||
void func0f0f820c(struct menudialog *dialog, s32 arg1);
|
||||
void func0f0f820c(struct menudialog *dialog, s32 root);
|
||||
bool func0f0f82a8(s32 arg0);
|
||||
void func0f0f8300(void);
|
||||
void menuPushRootDialog(struct menudialog *dialog, s32 arg1);
|
||||
|
||||
@@ -17,7 +17,7 @@ char *func0f1086b8(s32 arg0, s32 arg1, s32 arg2);
|
||||
char *func0f10876c(struct menuitem *item);
|
||||
char *pakMenuTextFileType(struct menuitem *item);
|
||||
void func0f10898c(void);
|
||||
u32 func0f108a80(void);
|
||||
void func0f108a80(void);
|
||||
void func0f108d8c(void);
|
||||
char *pakMenuTextPleaseInsertOriginalPak(struct menuitem *item);
|
||||
void func0f109038(s32 arg0);
|
||||
|
||||
+1
-1
@@ -5715,7 +5715,7 @@ struct frdata {
|
||||
struct menudata {
|
||||
/*0x000*/ s32 count;
|
||||
/*0x004*/ s32 root;
|
||||
/*0x008*/ s32 unk008;
|
||||
/*0x008*/ s32 unk008; // also a menuroot constant
|
||||
/*0x00c*/ struct menudialog *unk00c;
|
||||
/*0x010*/ f32 unk010;
|
||||
/*0x014*/ u8 unk014;
|
||||
|
||||
Reference in New Issue
Block a user