mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-29 15:33:02 -04:00
Decompile cheatGetNameIfUnlocked
This commit is contained in:
@@ -3,13 +3,13 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f106d40(void);
|
||||
bool cheatIsUnlocked(s32 cheat_id);
|
||||
bool cheatIsEnabled(s32 cheat_id);
|
||||
u32 func0f106ea0(void);
|
||||
u32 func0f1071c4(void);
|
||||
void func0f1074ec(void);
|
||||
u32 func0f107510(void);
|
||||
u32 func0f10793c(void);
|
||||
char *cheatGetNameIfUnlocked(struct cheatthing *thing);
|
||||
u32 func0f107a78(void);
|
||||
u32 func0f107eb8(void);
|
||||
s32 cheatGetByCompletedStageIndex(s32 stage_index);
|
||||
|
||||
@@ -2603,6 +2603,11 @@ struct cutscenegroup {
|
||||
u16 namefileid;
|
||||
};
|
||||
|
||||
struct cheatthing {
|
||||
u8 unk00;
|
||||
u8 cheat_id;
|
||||
};
|
||||
|
||||
struct cheatspec {
|
||||
u16 nametextid;
|
||||
u16 time;
|
||||
|
||||
Reference in New Issue
Block a user