diff options
| author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-04 22:28:31 -0500 |
|---|---|---|
| committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-04 22:28:31 -0500 |
| commit | 5e9d43e39b9408c687ae8f35d54b2de9842588ee (patch) | |
| tree | ceb629a3b190fa54d48655532544b56747f68b86 /engine/rtc | |
| parent | ad6effee825a145a58805648a7da6e6cc0e75d05 (diff) | |
text "<PARA>..." → text_start and para "..."
Diffstat (limited to 'engine/rtc')
| -rw-r--r-- | engine/rtc/timeset.asm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index 9dad2355a..635f97ddf 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -653,7 +653,8 @@ MrChrono: ; unreferenced ret .NowOnDebug: - text "<PARA>Now on DEBUG…" + text_start + para "Now on DEBUG…" prompt .PrintTime: |
