diff options
author | yenatch <yenatch@gmail.com> | 2013-08-12 14:38:03 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-12 14:38:03 -0400 |
commit | 69e169706a4d225edf2f80691adb3d3ba0067a4c (patch) | |
tree | e3a1e86eabb570f344dc2bf22263db7808c27a67 /wram.asm | |
parent | 463c86c1f338405c9d6602a4d663d15f46cf5832 (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.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -SECTION "pokedex",BSS[$d2f7] +SECTION "pokedex",WRAMX[$d2f7],BANK[1] WPokedexOwned: ds (150 / 8) + 1 WPokedexOwnedEnd: |