summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm11
1 files changed, 4 insertions, 7 deletions
diff --git a/wram.asm b/wram.asm
index 888bb3957..511078b39 100644
--- a/wram.asm
+++ b/wram.asm
@@ -548,7 +548,7 @@ wBT_OTTemp:: battle_tower_struct wBT_OTTemp
hall_of_fame wHallOfFameTemp
ds wHallOfFameTemp - @
-wMisc:: ; ds $28 * 6
+wMisc:: ; ds (SCREEN_WIDTH + 4) * (SCREEN_HEIGHT + 2)
wBattle::
wc608::
@@ -2560,8 +2560,8 @@ TimeOfDayPal:: ; d841
ds 1
ds 4
; d846
-wd846:: ds 1
-wd847:: ds 1
+wTimeOfDayPalFlags:: ds 1
+wTimeOfDayPalset:: ds 1
CurTimeOfDay:: ; d848
ds 1
@@ -2949,10 +2949,7 @@ YCoord:: ; dcb7
ds 1 ; current y coordinate relative to top-left corner of current map
XCoord:: ; dcb8
ds 1 ; current x coordinate relative to top-left corner of current map
-
- ds 6
-wdcbf:: ds 1
- ds 23
+wScreenSave:: ds 6 * 5
wMapDataEnd::