summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorAntonioND <antonio_nd@outlook.com>2017-03-21 00:44:10 +0000
committerAntonioND <antonio_nd@outlook.com>2017-03-21 01:12:49 +0000
commit52adb844def5bffa9cd402e886cf24ea17fc00ab (patch)
treed7f4111b6f24df75dce7b607d4fee62a46f19359 /wram.asm
parentcaa146a298f862771fc1a4dc7a62885c3490bfea (diff)
Revert "Fix floating sections"
This reverts commit cec6e6e2fb7886acc85200f921d3913fd2ea8a2b. 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 47502613..1bcef26b 100755
--- a/wram.asm
+++ b/wram.asm
@@ -60,7 +60,7 @@ battle_struct: MACRO
ENDM
-SECTION "WRAM Bank 0", WRAM0 [$c000]
+SECTION "WRAM Bank 0", WRAM0
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[$d000], BANK[1]
+SECTION "WRAM Bank 1", WRAMX, BANK[1]
ds 2 ; NUM_MOVES - 2
wEnemyMonBaseStats:: ds 5