TextBox -> Textbox

Homogenizing names.
This commit is contained in:
mid-kid
2019-04-08 14:15:10 +02:00
parent 2184b60a0c
commit 3e78e5b2b6
115 changed files with 478 additions and 478 deletions

View File

@@ -159,7 +159,7 @@ PrintPartyMonPage1:
hlcoord 0, 7
ld b, 9
ld c, 18
call TextBox
call Textbox
hlcoord 8, 2
ld a, [wTempMonLevel]
call PrintLevel_Force3Digits
@@ -242,7 +242,7 @@ PrintPartyMonPage2:
hlcoord 0, 0
ld b, 15
ld c, 18
call TextBox
call Textbox
ld bc, SCREEN_WIDTH
decoord 0, 0
hlcoord 0, 1

View File

@@ -554,7 +554,7 @@ PlacePrinterStatusString:
ldh [hBGMapMode], a
hlcoord 0, 5
lb bc, 10, 18
call TextBox
call Textbox
pop af
ld e, a
ld d, 0