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

@@ -20,7 +20,7 @@ BattleCommand_StoreEnergy:
res SUBSTATUS_BIDE, [hl]
ld hl, UnleashedEnergyText
call StdBattleTextBox
call StdBattleTextbox
ld a, BATTLE_VARS_MOVE_POWER
call GetBattleVarAddr
@@ -66,7 +66,7 @@ BattleCommand_StoreEnergy:
.still_storing
ld hl, StoringEnergyText
call StdBattleTextBox
call StdBattleTextbox
jp EndMoveEffect
BattleCommand_UnleashEnergy: