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

@@ -313,7 +313,7 @@ InitPokegearTilemap:
call PlaceString
hlcoord 0, 12
lb bc, 4, 18
call TextBox
call Textbox
call Pokegear_UpdateClock
ret
@@ -351,7 +351,7 @@ InitPokegearTilemap:
call Pokegear_LoadTilemapRLE
hlcoord 0, 12
lb bc, 4, 18
call TextBox
call Textbox
ret
.Phone:
@@ -359,7 +359,7 @@ InitPokegearTilemap:
call Pokegear_LoadTilemapRLE
hlcoord 0, 12
lb bc, 4, 18
call TextBox
call Textbox
call .PlacePhoneBars
call PokegearPhone_UpdateDisplayList
ret
@@ -1138,7 +1138,7 @@ PokegearPhoneContactSubmenu:
ld b, a
ld c, 8
push de
call TextBox
call Textbox
pop de
pop hl
inc hl
@@ -1213,7 +1213,7 @@ PokegearPhoneContactSubmenu:
.Delete:
ld hl, PokegearText_DeleteStoredNumber
call MenuTextBox
call MenuTextbox
call YesNoBox
call ExitMenu
jr c, .CancelDelete
@@ -1758,7 +1758,7 @@ NoRadioName:
call ClearBox
hlcoord 0, 12
lb bc, 4, 18
call TextBox
call Textbox
ret
OaksPKMNTalkName: db "OAK's <PK><MN> Talk@"
@@ -1988,7 +1988,7 @@ PlayRadio:
push de
hlcoord 0, 12
lb bc, 4, 18
call TextBox
call Textbox
hlcoord 1, 14
ld [hl], "“"
pop de

View File

@@ -142,7 +142,7 @@ PrintRadioLine:
call PlaceHLTextAtBC
jr .skip
.print
call PrintTextBoxText
call PrintTextboxText
.skip
ld a, RADIO_SCROLL
ld [wCurRadioLine], a