diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2018-11-18 12:44:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-18 12:44:39 -0500 |
commit | cbf4c663611d4b7d07f3fc8d43f0be756ccc19ed (patch) | |
tree | f71e627c4af610124b7f77cc4a9c2dad2adf02f6 /engine/rtc/restart_clock.asm | |
parent | c05a2d255befc2d3b7fdf3c5375fa9a015c13632 (diff) | |
parent | 3202c4f3dfeac64d815e3b5ee3ee8e891c2b1ba2 (diff) |
Merge pull request #577 from Rangi42/master
Resolve issue #575: Rename text commands
Diffstat (limited to 'engine/rtc/restart_clock.asm')
-rw-r--r-- | engine/rtc/restart_clock.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/rtc/restart_clock.asm b/engine/rtc/restart_clock.asm index b65550f43..f3d8ebdae 100644 --- a/engine/rtc/restart_clock.asm +++ b/engine/rtc/restart_clock.asm @@ -50,12 +50,12 @@ RestartClock: .Text_ClockTimeMayBeWrong: ; The clock's time may be wrong. Please reset the time. text_far UnknownText_0x1c40e6 - db "@" + text_end .Text_SetWithControlPad: ; Set with the Control Pad. Confirm: A Button Cancel: B Button text_far UnknownText_0x1c411c - db "@" + text_end .SetClock: ld a, 1 @@ -104,12 +104,12 @@ RestartClock: .Text_IsThisOK: ; Is this OK? text_far UnknownText_0x1c415b - db "@" + text_end .Text_ClockReset: ; The clock has been reset. text_far UnknownText_0x1c4168 - db "@" + text_end .joy_loop call JoyTextDelay_ForcehJoyDown |