Decompile menuhandlerMpHumanSimulantPairs

This commit is contained in:
Ryan Dwyer
2020-01-11 17:37:45 +10:00
parent 25b95f5cb6
commit 730674625b
4 changed files with 38 additions and 75 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ s32 menuhandlerMpEndGame(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpFinishedSetup(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpFourTeams(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpHandicapPlayer(u32, u32, u32 *);
s32 menuhandlerMpHumanSimulantPairs(u32, u32, u32 *);
s32 menuhandlerMpHumanSimulantPairs(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpHumansVsSimulants(u32 operation, struct menu_item *item, s32 *value);
s32 menuhandlerMpLock(u32, u32, u32 *);
s32 menuhandlerMpMaximumTeams(u32, u32, u32 *);
+1 -1
View File
@@ -267,7 +267,7 @@ extern struct menu_dialog g_MpAddSimulantMenuDialog;
extern struct menu_dialog menudialog_mpchangesimulant;
extern struct menu_dialog menudialog_mpeditsimulant;
extern u32 var80085a74;
extern u32 var80085a84;
extern u8 g_TeamIdsForPairing[4];
extern struct menu_dialog g_MpChangeTeamNameMenuDialog;
extern struct menu_dialog menudialog_2bfa8;
extern struct menu_dialog menudialog_mpchallengedetails2;