mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-13 03:59:41 -04:00
Attempt to decompile menuPushDialog
This commit is contained in:
@@ -32,7 +32,7 @@ u32 func0f0f2928(void);
|
||||
u32 func0f0f29cc(void);
|
||||
u32 func0f0f2b2c(void);
|
||||
u32 func0f0f2c44(void);
|
||||
u32 func0f0f2cf4(void);
|
||||
void func0f0f2cf4(struct menu_dialog *dialog, struct menuframe *arg1, struct menustackitem *stackitem);
|
||||
void menuPushDialog(struct menu_dialog *dialog);
|
||||
u32 func0f0f3220(void);
|
||||
u32 func0f0f33bc(void);
|
||||
@@ -40,7 +40,7 @@ u32 func0f0f361c(void);
|
||||
void menuPopDialog(void);
|
||||
void func0f0f3704(struct menu_dialog *dialog);
|
||||
void func0f0f372c(u8 *arg0, f32 arg1, f32 arg2, f32 arg3, f32 arg4, f32 arg5, f32 arg6, f32 arg7, s32 arg8);
|
||||
u32 func0f0f37a4(void);
|
||||
void func0f0f37a4(u8 *arg0);
|
||||
u32 func0f0f38b0(void);
|
||||
u32 func0f0f5004(void);
|
||||
u32 func0f0f50fc(void);
|
||||
|
||||
@@ -25,7 +25,7 @@ bool soloChoosePauseDialog(void);
|
||||
s32 menudialog00103368(u32, u32, u32 *);
|
||||
s32 menudialog00103608(u32 operation, struct menu_dialog *dialog, struct menustackitem *item);
|
||||
bool menudialogCoopAntiOptions(u32 operation, struct menu_dialog *dialog, struct menustackitem *stackitem);
|
||||
s32 menudialog0010559c(u32 operation, struct menu_dialog *dialog, struct menustackitem *item);
|
||||
s32 menudialog0010559c(u32 operation, struct menu_dialog *dialog, s32 *arg2);
|
||||
s32 menudialog00105c54(u32, u32, u32 *);
|
||||
s32 menudialog001063d4(u32, u32, u32 *);
|
||||
s32 soloMenuDialogPauseStatus(u32 operation, s32 arg1, s32 arg2);
|
||||
|
||||
Reference in New Issue
Block a user