summaryrefslogtreecommitdiff
path: root/engine/rtc
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2021-03-24 10:24:54 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2021-03-24 10:24:54 -0400
commit9d5121ba9adc44df98e4a7396385d68386a265d7 (patch)
tree7c27e17334eca7f14f43fda640f1012d198d4b77 /engine/rtc
parentb299b8954f8ceafe06780e73540d8172d62261ac (diff)
Sync some files with pokecrystal
Diffstat (limited to 'engine/rtc')
-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 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: