Decompile menuhandlerCoopDifficulty

This commit is contained in:
Ryan Dwyer
2020-01-01 15:06:12 +10:00
parent 183964f528
commit 6fd45f0eea
4 changed files with 24 additions and 58 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ s32 menuhandler001024fc(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerAcceptMission(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerAcceptPdModeSettings(s32 operation, struct menu_item *item, bool *value);
s32 menuhandlerBuddyOptionsContinue(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandler00104538(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerCoopDifficulty(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandler001045f0(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandler0010476c(u32 operation, struct menu_item *item, bool *enable);
s32 menuhandlerControlStyle(s32 operation, struct menu_item *item, u32 *value);
+1 -1
View File
@@ -183,7 +183,7 @@ extern u16 g_ScreenSplitOptions[];
extern struct menu_dialog g_ObjectivesMenuDialog;
extern struct menu_dialog g_PdModeSettingsDialog;
extern struct menu_dialog menudialog_selectdifficulty;
extern struct menu_dialog menudialog_cooperativeoptions;
extern struct menu_dialog g_CoopOptionsMenuDialog;
extern struct menu_dialog menudialog_counteroperativeoptions;
extern struct menu_dialog menudialog_selectdifficulty2;
extern struct menu_dialog menudialog_selectdifficulty3;