diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-24 10:24:54 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2021-03-24 10:24:54 -0400 |
commit | 9d5121ba9adc44df98e4a7396385d68386a265d7 (patch) | |
tree | 7c27e17334eca7f14f43fda640f1012d198d4b77 /engine/rtc/restart_clock.asm | |
parent | b299b8954f8ceafe06780e73540d8172d62261ac (diff) |
Sync some files with pokecrystal
Diffstat (limited to 'engine/rtc/restart_clock.asm')
-rw-r--r-- | engine/rtc/restart_clock.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/rtc/restart_clock.asm b/engine/rtc/restart_clock.asm index 65c4fbdb..ddec8356 100644 --- a/engine/rtc/restart_clock.asm +++ b/engine/rtc/restart_clock.asm @@ -100,11 +100,11 @@ RestartClock: ld hl, .ClockHasResetText call PrintText call WaitPressAorB_BlinkCursor - xor a + xor a ; FALSE ret .cancel - ld a, $1 + ld a, TRUE ret .ClockIsThisOKText: |