summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2017-04-24 22:08:48 -0400
committeryenatch <yenatch@gmail.com>2017-04-24 22:08:48 -0400
commit678b3c9e6c7de83ad09c00b181497f942bf86e62 (patch)
tree7d5f51fc30caf3d0e690864369d140800e2d82c1 /wram.asm
parent6697d9e7f1721bdbc9c996413a5e733e050f3d9e (diff)
parent52adb844def5bffa9cd402e886cf24ea17fc00ab (diff)
Merge commit '52adb84'
Revert "Fix floating sections" This reverts commit cec6e6e.
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