summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorAdelaide Walter <adelaidekwalter@gmail.com>2018-01-03 19:12:45 -0500
committerAdelaide Walter <adelaidekwalter@gmail.com>2018-01-03 19:12:45 -0500
commit9d0ba6bfd3b2f10fae9969a784aa7b2b573e8411 (patch)
treea902a39f67c16fb0468580af87d0ec0236c47406 /wram.asm
parent501ec9b283927a54023c85e8098cc56a32623817 (diff)
Use BANK for hardcoded WRAM banks (except where bankswitches appear unnecessary).
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm3
1 files changed, 3 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
index ccd9f8f19..91a452506 100644
--- a/wram.asm
+++ b/wram.asm
@@ -2278,6 +2278,7 @@ StartSecond:: db ; d4b9
wRTC:: ds 8 ; d4ba
wDST:: db ; d4c2
+GameTime::
GameTimeCap:: db ; d4c3
GameTimeHours:: dw ; d4c4
GameTimeMinutes:: db ; d4c6
@@ -2879,6 +2880,7 @@ w3_dffc:: ds 4
SECTION "GBC Video", WRAMX
; eight 4-color palettes each
+wPals::
wBGPals1:: ds 8 palettes ; d000
wOBPals1:: ds 8 palettes ; d040
wBGPals2:: ds 8 palettes ; d080
@@ -2889,6 +2891,7 @@ LYOverridesEnd:: ; d190
ds 1
+wMagnetTrain::
wMagnetTrainDirection:: db
wMagnetTrainInitPosition:: db
wMagnetTrainHoldPosition:: db