diff options
author | mid-kid <esteve.varela@gmail.com> | 2020-02-21 21:11:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-21 21:11:36 +0100 |
commit | 9a927c1b3efa2eca886f346a4fcca0eb57278faf (patch) | |
tree | dce155e5ae72070b008d21e3fc6b2bacf4f970a3 /engine/rtc | |
parent | 18013b468ad51c5a4979187c9608ba7d5ba3237a (diff) | |
parent | 2a8c969bc7b10d9cc4c29f6660726ce1c943a597 (diff) |
Merge pull request #685 from mid-kid/master
Moshi moshi? minoru enhansumentsu desu
Diffstat (limited to 'engine/rtc')
-rw-r--r-- | engine/rtc/restart_clock.asm | 2 | ||||
-rw-r--r-- | engine/rtc/timeset.asm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/rtc/restart_clock.asm b/engine/rtc/restart_clock.asm index 357e69667..5dc987189 100644 --- a/engine/rtc/restart_clock.asm +++ b/engine/rtc/restart_clock.asm @@ -36,7 +36,7 @@ RestartClock: push af set NO_TEXT_SCROLL, [hl] call LoadStandardMenuHeader - call ClearTileMap + call ClearTilemap ld hl, .ClockSetWithControlPadText call PrintText call .SetClock diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index da1012ff8..cdb2c9a12 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -19,7 +19,7 @@ InitClock: ld c, 8 call DelayFrames call RotateFourPalettesLeft - call ClearTileMap + call ClearTilemap call ClearSprites ld b, SCGB_DIPLOMA call GetSGBLayout |