summaryrefslogtreecommitdiff
path: root/engine/rtc/restart_clock.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-06-24 20:22:13 -0400
committerGitHub <noreply@github.com>2018-06-24 20:22:13 -0400
commit364854623267a8a39242243b0cdf80144e868642 (patch)
tree94eaaa56e9c7d869dd6ffe86be1abc0af3ccc2b9 /engine/rtc/restart_clock.asm
parent0cbe04da44744073c4c164df970b1571b1fda1a6 (diff)
parent5efce10789bc8291ca5517bdeaacab95459b3fdb (diff)
Merge pull request #532 from mid-kid/master
Remove even more address comments
Diffstat (limited to 'engine/rtc/restart_clock.asm')
-rw-r--r--engine/rtc/restart_clock.asm12
1 files changed, 4 insertions, 8 deletions
diff --git a/engine/rtc/restart_clock.asm b/engine/rtc/restart_clock.asm
index a36ef31eb..5071fef48 100644
--- a/engine/rtc/restart_clock.asm
+++ b/engine/rtc/restart_clock.asm
@@ -47,17 +47,15 @@ RestartClock:
ld c, a
ret
-.Text_ClockTimeMayBeWrong: ; 0x20047
+.Text_ClockTimeMayBeWrong:
; The clock's time may be wrong. Please reset the time.
text_jump UnknownText_0x1c40e6
db "@"
-; 0x2004c
-.Text_SetWithControlPad: ; 0x2004c
+.Text_SetWithControlPad:
; Set with the Control Pad. Confirm: A Button Cancel: B Button
text_jump UnknownText_0x1c411c
db "@"
-; 0x20051
.SetClock:
ld a, 1
@@ -103,17 +101,15 @@ RestartClock:
ld a, $1
ret
-.Text_IsThisOK: ; 0x200b0
+.Text_IsThisOK:
; Is this OK?
text_jump UnknownText_0x1c415b
db "@"
-; 0x200b5
-.Text_ClockReset: ; 0x200b5
+.Text_ClockReset:
; The clock has been reset.
text_jump UnknownText_0x1c4168
db "@"
-; 0x200ba
.joy_loop
call JoyTextDelay_ForcehJoyDown