From cec6e6e2fb7886acc85200f921d3913fd2ea8a2b Mon Sep 17 00:00:00 2001 From: AntonioND Date: Tue, 14 Mar 2017 20:52:58 +0000 Subject: Fix floating sections This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND --- wram.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wram.asm') diff --git a/wram.asm b/wram.asm index 35acff94..af130062 100755 --- a/wram.asm +++ b/wram.asm @@ -60,7 +60,7 @@ battle_struct: MACRO ENDM -SECTION "WRAM Bank 0", WRAM0 +SECTION "WRAM Bank 0", WRAM0 [$c000] wUnusedC000:: ; c000 ds 1 @@ -1610,7 +1610,7 @@ wEnemyMonDefense:: dw wEnemyMonSpeed:: dw wEnemyMonSpecial:: dw wEnemyMonPP:: ds 2 ; NUM_MOVES - 2 -SECTION "WRAM Bank 1", WRAMX, BANK[1] +SECTION "WRAM Bank 1", WRAMX[$d000], BANK[1] ds 2 ; NUM_MOVES - 2 wEnemyMonBaseStats:: ds 5 -- cgit v1.2.3