pokered/wram.asm
yenatch 69e169706a 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
2013-08-12 14:38:03 -04:00

4 lines
90 B
NASM

SECTION "pokedex",WRAMX[$d2f7],BANK[1]
WPokedexOwned:
ds (150 / 8) + 1
WPokedexOwnedEnd: