diff options
author | YamaArashi <shadow962@live.com> | 2016-01-09 19:46:41 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-01-09 19:46:41 -0800 |
commit | b609a1690d49bc7fa6016f4db8a3ee5450ad780c (patch) | |
tree | ff5ae2d52444e07bcb44e86684093c3a924d1370 /wram.asm | |
parent | 418c84dc0c0808559e1ad8605f9346369861588b (diff) |
pokedex unown mode
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -939,8 +939,8 @@ wDexArrowCursorDelayCounter:: ds 1 wDexArrowCursorBlinkCounter:: ds 1 wDexSearchSlowpokeFrame:: ds 1 wUnlockedUnownMode:: ds 1 -wc7dd:: ds 1 -wc7de:: ds 1 +wDexCurrentUnownIndex:: ds 1 +wDexUnownCount:: ds 1 wDexConvertedMonType:: ds 1 ; mon type converted from dex search mon type wc7e0:: ds 1 wc7e1:: ds 1 |