summaryrefslogtreecommitdiff
path: root/home/rtc.asm
blob: dd388762e92f80b5636165f7091b5d887fe0bce2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
include "constants.asm"

SECTION "home/rtc.asm", ROM0

UpdateTimeOfDayPalettes: ; 32b (0:032b)
	ld a, [wVramState]
	bit 0, a
	ret z
TimeOfDayPals::
	callab _TimeOfDayPals ; Func_8c2e3
	ret

UpdateTimePals:: ; 33a
	callab _UpdateTimePals ; Func_8c335
	ret