mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 04:52:03 -04:00
Decompile cheatIsUnlocked
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <ultra64.h>
|
||||
#include "types.h"
|
||||
|
||||
bool cheatIsUnlocked(s32 cheat_id);
|
||||
u32 cheatIsUnlocked(s32 cheat_id);
|
||||
bool cheatIsActive(s32 cheat_id);
|
||||
void cheatActivate(s32 cheat_id);
|
||||
void cheatDeactivate(s32 cheat_id);
|
||||
|
||||
@@ -13,7 +13,7 @@ u32 func0f19cbcc(void);
|
||||
u32 func0f19cc50(void);
|
||||
u32 func0f19ccc0(void);
|
||||
u32 func0f19cdf0(void);
|
||||
s32 func0f19cf20(s32 stage_index); // firing range related
|
||||
u32 func0f19cf20(s32 stage_index); // firing range related
|
||||
u32 func0f19d250(void);
|
||||
u32 func0f19d25c(void);
|
||||
u32 func0f19d268(void);
|
||||
|
||||
Reference in New Issue
Block a user