Decompile cheatsActivate and rename many cheat related symbols

This commit is contained in:
Ryan Dwyer
2019-12-28 12:15:21 +10:00
parent 6365cad4a3
commit f1a1452fa4
26 changed files with 356 additions and 397 deletions
+9 -9
View File
@@ -4,20 +4,20 @@
#include "types.h"
bool cheatIsUnlocked(s32 cheat_id);
bool cheatIsEnabled(s32 cheat_id);
u32 func0f106ea0(void);
u32 func0f1071c4(void);
void func0f1074ec(void);
u32 func0f107510(void);
bool cheatIsActive(s32 cheat_id);
void cheatActivate(s32 cheat_id);
void cheatDeactivate(s32 cheat_id);
void cheatsDisableAll(void);
void cheatsActivate(void);
char *cheatGetNameIfUnlocked(struct menu_item *item);
char *cheatGetMarquee(struct menu_item *item);
s32 cheatGetByTimedStageIndex(s32 stage_index, s32 difficulty);
s32 cheatGetByCompletedStageIndex(s32 stage_index);
s32 cheatGetTime(s32 cheat_id);
char *cheatGetName(s32 cheat_id);
s32 menudialog00107990(u32, u32, u32 *);
s32 menuhandlerCheat(u32 arg0, struct menu_item *item, s32 arg2);
s32 menuhandlerCheatBuddy(s32 arg0, struct menu_item *item, s32 arg2);
bool menuhandlerTurnOffAllCheats(u32 arg0, u32 arg1, u32 *arg2);
s32 cheatMenuHandleDialog(u32, u32, u32 *);
s32 cheatMenuHandleCheatCheckbox(u32 arg0, struct menu_item *item, s32 arg2);
s32 cheatMenuHandleBuddyCheckbox(s32 arg0, struct menu_item *item, s32 arg2);
bool cheatMenuHandleTurnOffAllCheats(u32 arg0, u32 arg1, u32 *arg2);
#endif