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

@@ -7,7 +7,7 @@ BattleCommand_ClearHazards:
jr z, .not_leeched
res SUBSTATUS_LEECH_SEED, [hl]
ld hl, ShedLeechSeedText
call StdBattleTextBox
call StdBattleTextbox
.not_leeched
ld hl, wPlayerScreens
@@ -23,7 +23,7 @@ BattleCommand_ClearHazards:
res SCREENS_SPIKES, [hl]
ld hl, BlewSpikesText
push de
call StdBattleTextBox
call StdBattleTextbox
pop de
.no_spikes
@@ -33,4 +33,4 @@ BattleCommand_ClearHazards:
xor a
ld [de], a
ld hl, ReleasedByText
jp StdBattleTextBox
jp StdBattleTextbox