summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-09-09 02:34:07 -0400
committeryenatch <yenatch@gmail.com>2013-09-09 02:40:27 -0400
commit771ebcbf23a2b479ca5af4ed07f1bacf1fe03faf (patch)
treedf27f3deea6c6e152df581f71fdead7a312b9174 /wram.asm
parent106b0e139f0195f5fb27536ee573b6aa56311fc4 (diff)
PokedexSeen and PokedexCaught were swapped
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/wram.asm b/wram.asm
index 6b302f31c..6b4b29f4c 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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