mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-27 06:44:48 -04:00
Decompile cheatIsEnabled
This commit is contained in:
@@ -96,6 +96,8 @@
|
||||
#define CHANNEL_9 9
|
||||
#define CHANNEL_10 10
|
||||
|
||||
#define CHEAT_PERFECTDARKNESS 21
|
||||
|
||||
#define CHR_P1P2_OPPOSITE 0xf1
|
||||
#define CHR_P1P2 0xf2
|
||||
#define CHR_ANY 0xf3 // Only supported by if_chr_activated_object command
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#include "types.h"
|
||||
|
||||
u32 func0f106d40(void);
|
||||
u32 func0f106e64(u32 arg0);
|
||||
bool cheatIsEnabled(s32 cheat_id);
|
||||
u32 func0f106ea0(void);
|
||||
u32 func0f1071c4(void);
|
||||
u32 func0f1074ec(void);
|
||||
|
||||
@@ -692,8 +692,8 @@ extern u32 var800a21b0;
|
||||
extern u32 var800a21b4;
|
||||
extern u32 var800a21b8;
|
||||
extern u32 var800a21c0;
|
||||
extern u32 var800a21d0;
|
||||
extern u32 var800a21d4;
|
||||
extern u32 g_CheatsEnabledBank0;
|
||||
extern u32 g_CheatsEnabledBank1;
|
||||
extern u32 var800a21d8;
|
||||
extern u32 var800a21dc;
|
||||
extern u32 var800a21e0;
|
||||
|
||||
Reference in New Issue
Block a user