diff options
author | yenatch <yenatch@gmail.com> | 2013-09-09 02:34:07 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-09-09 02:40:27 -0400 |
commit | 771ebcbf23a2b479ca5af4ed07f1bacf1fe03faf (patch) | |
tree | df27f3deea6c6e152df581f71fdead7a312b9174 /wram.asm | |
parent | 106b0e139f0195f5fb27536ee573b6aa56311fc4 (diff) |
PokedexSeen and PokedexCaught were swapped
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2026,12 +2026,12 @@ PartyMon6Nickname: ; de78 PartyMonNicknamesEnd SECTION "Pokedex",WRAMX[$de99],BANK[1] -PokedexSeen: ; de99 - ds 32 -EndPokedexSeen: -PokedexCaught: ; deb9 +PokedexCaught: ; de99 ds 32 EndPokedexCaught: +PokedexSeen: ; deb9 + ds 32 +EndPokedexSeen: UnownDex: ; ded9 ds 26 UnlockedUnowns: ; def3 |