summaryrefslogtreecommitdiff
path: root/engine/rtc/restart_clock.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/rtc/restart_clock.asm')
-rw-r--r--engine/rtc/restart_clock.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/rtc/restart_clock.asm b/engine/rtc/restart_clock.asm
index 5071fef48..309faaed2 100644
--- a/engine/rtc/restart_clock.asm
+++ b/engine/rtc/restart_clock.asm
@@ -66,9 +66,9 @@ RestartClock:
call UpdateTime
call GetWeekday
ld [wBuffer4], a
- ld a, [hHours]
+ ldh a, [hHours]
ld [wBuffer5], a
- ld a, [hMinutes]
+ ldh a, [hMinutes]
ld [wBuffer6], a
.loop