diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-04-08 14:15:10 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-04-09 16:09:18 +0200 |
commit | 3e78e5b2b604568b13a37e4603dbd798373b9805 (patch) | |
tree | 3485a00674f17a929aa21e8e9bc0bb5b1d36554f /engine/rtc/timeset.asm | |
parent | 2184b60a0cb5e3d1c2b64f7787f3fc0da5efbcab (diff) |
TextBox -> Textbox
Homogenizing names.
Diffstat (limited to 'engine/rtc/timeset.asm')
-rw-r--r-- | engine/rtc/timeset.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/rtc/timeset.asm b/engine/rtc/timeset.asm index 3898249c7..94557ed63 100644 --- a/engine/rtc/timeset.asm +++ b/engine/rtc/timeset.asm @@ -56,7 +56,7 @@ InitClock: hlcoord 3, 7 ld b, 2 ld c, 15 - call TextBox + call Textbox hlcoord 11, 7 ld [hl], $1 hlcoord 11, 10 @@ -86,7 +86,7 @@ InitClock: call PrintText hlcoord 11, 7 lb bc, 2, 7 - call TextBox + call Textbox hlcoord 15, 7 ld [hl], $1 hlcoord 15, 10 @@ -408,14 +408,14 @@ SetDayOfWeek: .loop hlcoord 0, 12 lb bc, 4, 18 - call TextBox + call Textbox call LoadStandardMenuHeader ld hl, .WhatDayIsItText call PrintText hlcoord 9, 3 ld b, 2 ld c, 9 - call TextBox + call Textbox hlcoord 14, 3 ld [hl], TIMESET_UP_ARROW hlcoord 14, 6 |