Decompile menuhandlerReplayPreviousMission

This commit is contained in:
Ryan Dwyer
2020-01-01 20:35:57 +10:00
parent 1d307048c0
commit c43a30b87b
6 changed files with 16 additions and 35 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ char *menutextDifficulty(s32 arg0);
s32 func0f102330(u32 operation, struct menu_item *item, s32 *value, s32 arg3);
u32 func0f103550(void);
f32 func0f1036ac(s32 arg0, s32 arg1);
bool isStageDifficultyUnlocked(s32 stagenum, s32 difficulty);
bool isStageDifficultyUnlocked(s32 stageindex, s32 difficulty);
u32 func0f103e68(void);
u32 func0f10408c(void);
u32 func0f104664(void);
+1 -1
View File
@@ -58,6 +58,6 @@ s32 menuhandlerDeclineMission(u32 operation, struct menu_item *item, s32 *value)
s32 menuhandler0010e064(u32, u32, u32 *);
s32 menuhandlerContinueToCredits(u32, u32, u32 *);
s32 menuhandlerReplyLastLevel(u32, u32, u32 *);
s32 menuhandlerReplyPreviousMission(u32, u32, u32 *);
s32 menuhandlerReplayPreviousMission(u32 operation, struct menu_item *item, s32 *value);
#endif
+1 -1
View File
@@ -3985,7 +3985,7 @@ struct missionconfig {
u8 pdmode : 1;
/*0x01*/ u8 stagenum;
/*0x02*/ u8 unk02;
/*0x02*/ u8 stageindex;
u8 iscoop : 1;
u8 isanti : 1;