mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
Decompile cheatsActivate and rename many cheat related symbols
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user