summaryrefslogtreecommitdiff
path: root/home/rtc.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/rtc.asm')
-rw-r--r--home/rtc.asm11
1 files changed, 5 insertions, 6 deletions
diff --git a/home/rtc.asm b/home/rtc.asm
index 6179278..9a89497 100644
--- a/home/rtc.asm
+++ b/home/rtc.asm
@@ -1,10 +1,10 @@
include "constants.asm"
-if DEBUG
-SECTION "Time Of Day Palettes", ROM0 [$032B]
-else
-SECTION "Time Of Day Palettes", ROM0 [$02EF]
-endc
+; if DEBUG
+SECTION "home/rtc.asm", ROM0
+; else
+; SECTION "Time Of Day Palettes", ROM0 [$02EF]
+; endc
UpdateTimeOfDayPalettes: ; 32b (0:032b)
ld a, [wVramState]
@@ -17,4 +17,3 @@ TimeOfDayPals::
UpdateTimePals:: ; 33a
callab _UpdateTimePals ; Func_8c335
ret
-