From 69e169706a4d225edf2f80691adb3d3ba0067a4c Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 12 Aug 2013 14:38:03 -0400 Subject: 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 --- wram.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wram.asm') 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: -- cgit v1.3.1-sl0p