diff options
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index 4d60f6f8d..f49f8fa90 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -1,6 +1,11 @@ ; wInputType:: ; c2c7 AUTO_INPUT EQU $ff +; wDebugFlags:: ; c2cc + const_def + const DEBUG_BATTLE_F + const DEBUG_FIELD_F + ; wCurDexMode:: ; c7d4 const_def const DEXMODE_NEW |