diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 21:34:59 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-29 21:34:59 -0500 |
commit | d314bdb4fa6061fc8f288bae6c514df54047e79e (patch) | |
tree | 4151e764c5de0ca2063efac73afa4ccb2550dd25 /constants/wram_constants.asm | |
parent | 8612a4a531b755b1d323e834980dab5ae896499c (diff) |
Pokedex labels
Diffstat (limited to 'constants/wram_constants.asm')
-rw-r--r-- | constants/wram_constants.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/constants/wram_constants.asm b/constants/wram_constants.asm index a8d348e6c..f7486fc83 100644 --- a/constants/wram_constants.asm +++ b/constants/wram_constants.asm @@ -96,3 +96,10 @@ PC_WITHDRAW EQU 0 PC_DEPOSIT EQU 1 DAYCARE_WITHDRAW EQU 2 DAYCARE_DEPOSIT EQU 3 + +; wCurrentDexMode + const_def + const DEXMODE_NEW + const DEXMODE_OLD + const DEXMODE_ABC + const DEXMODE_UNOWN |