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

@@ -1025,13 +1025,13 @@ MapTextbox::
rst Bankswitch
push hl
call SpeechTextBox
call SpeechTextbox
call SafeUpdateSprites
ld a, 1
ldh [hOAMUpdate], a
call ApplyTilemap
pop hl
call PrintTextBoxText
call PrintTextboxText
xor a
ldh [hOAMUpdate], a
@@ -1932,7 +1932,7 @@ ReturnToMapWithSpeechTextbox::
call ReloadTilesetAndPalettes
hlcoord 0, 12
lb bc, 4, 18
call TextBox
call Textbox
ld hl, wVramState
set 0, [hl]
call UpdateSprites