summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index fc5a5755..ead23b85 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1,4 +1,4 @@
-SECTION "pokedex",BSS[$d2f7]
+SECTION "pokedex",WRAMX[$d2f7],BANK[1]
WPokedexOwned:
ds (150 / 8) + 1
WPokedexOwnedEnd: