diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-04 22:28:25 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-04 22:28:25 -0500 |
commit | 74abd20b77039f5c68ad3e7271f600ed2315f124 (patch) | |
tree | da0c13875ca5e79a49eb1aec8cc77b61eb8cabec | |
parent | aa2a87cc547e7259f0f21191bb249118580ef76f (diff) |
text "<PARA>..." → text_start and para "..."
-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 bcf58bad..f1ff8544 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -650,7 +650,8 @@ MrChrono: ret .NowOnDebug: - text "<PARA>Now on DEBUG…" + text_start + para "Now on DEBUG…" prompt .PrintTime: |