diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-16 13:42:17 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-09-16 13:42:17 -0400 |
commit | 60b09f291d22f72838e29c91cd62ff0d041e2332 (patch) | |
tree | b578baa0ab406855304ce3a8a6a2bd737fbc1fc4 /constants | |
parent | 03cb8c53f1507091f09a17235416904d5ed29a49 (diff) | |
parent | 15648960606da9b1e64c2171c5398d6a5f734b4f (diff) |
Merge branch 'master' of https://github.com/pret/pokecrystal
Diffstat (limited to 'constants')
-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 |