summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorAntonioND <antonio_nd@outlook.com>2017-03-14 20:52:58 +0000
committerAntonioND <antonio_nd@outlook.com>2017-03-14 21:45:45 +0000
commitcec6e6e2fb7886acc85200f921d3913fd2ea8a2b (patch)
tree0a2dc392caea51aa4ec6c94bb3451e54a7232502 /wram.asm
parentf40c979a6cab4904219c6b145ba9549c5a56108d (diff)
Fix floating sections
This is needed to prevent rgblink from moving them around in future releases. Signed-off-by: AntonioND <antonio_nd@outlook.com>
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm4
1 files changed, 2 insertions, 2 deletions
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