From 32c34a36191aa4e80bbaba90463e9c07576cedd3 Mon Sep 17 00:00:00 2001 From: Rangi Date: Fri, 8 Feb 2019 15:38:31 -0500 Subject: Separate the 200-byte c608-to-c6d0 union and the 280-byte c6d0-to-c7e8 union --- engine/rtc/timeset.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/rtc') diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index 366dd2460..3275d313a 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -44,7 +44,7 @@ InitClock: ld hl, Text_WokeUpOak call PrintText ld hl, wTimeSetBuffer - ld bc, 50 + ld bc, wTimeSetBufferEnd - wTimeSetBuffer xor a call ByteFill ld a, 10 ; default hour = 10 AM -- cgit v1.2.3