diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-08 15:38:31 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-02-08 15:38:31 -0500 |
commit | 32c34a36191aa4e80bbaba90463e9c07576cedd3 (patch) | |
tree | c8dff5bd6dad0193ee2800d3822fb96a2be01e4e /engine/rtc | |
parent | 6cbdd245fc9332b083435476165ef86800550a08 (diff) |
Separate the 200-byte c608-to-c6d0 union and the 280-byte c6d0-to-c7e8 union
Diffstat (limited to 'engine/rtc')
-rw-r--r-- | engine/rtc/timeset.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |