summaryrefslogtreecommitdiff
path: root/home/time.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/time.asm')
-rw-r--r--home/time.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/time.asm b/home/time.asm
index 5ede49173..f007fd1db 100644
--- a/home/time.asm
+++ b/home/time.asm
@@ -187,14 +187,14 @@ FixTime:: ; 61d
ret
; 658
-SetTimeOfDay:: ; 658
+InitTimeOfDay:: ; 658
xor a
ld [wStringBuffer2], a
ld a, $0 ; useless
ld [wStringBuffer2 + 3], a
jr InitTime
-SetDayOfWeek:: ; 663
+InitDayOfWeek:: ; 663
call UpdateTime
ld a, [hHours]
ld [wStringBuffer2 + 1], a