summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-12 14:38:03 -0400
committeryenatch <yenatch@gmail.com>2013-08-12 14:38:03 -0400
commit69e169706a4d225edf2f80691adb3d3ba0067a4c (patch)
treee3a1e86eabb570f344dc2bf22263db7808c27a67 /wram.asm
parent463c86c1f338405c9d6602a4d663d15f46cf5832 (diff)
update section names to comply with rgbds redefinitions
recently bentley/rgbds updated the section naming scheme to allow ram banking HOME -> ROM0 DATA, CODE -> ROMX BSS -> WRAM0, WRAMX
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: