diff options
Diffstat (limited to 'engine/rtc/timeset.asm')
-rw-r--r-- | engine/rtc/timeset.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index 3275d313a..3898249c7 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -1,5 +1,5 @@ -TIMESET_UP_ARROW EQUS "\"♂\"" ; $ef -TIMESET_DOWN_ARROW EQUS "\"♀\"" ; $f5 +TIMESET_UP_ARROW EQU "♂" ; $ef +TIMESET_DOWN_ARROW EQU "♀" ; $f5 InitClock: ; Ask the player to set the time. |