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

@@ -306,7 +306,7 @@ Then edit four routines in [engine/battle/effect_commands.asm](https://github.co
...
ld hl, HurtItselfText
call StdBattleTextBox
call StdBattleTextbox
call HitSelfInConfusion
- call BattleCommand_DamageCalc
@@ -319,7 +319,7 @@ Then edit four routines in [engine/battle/effect_commands.asm](https://github.co
```diff
HitConfusion:
ld hl, HurtItselfText
call StdBattleTextBox
call StdBattleTextbox
xor a
ld [wCriticalHit], a
@@ -412,7 +412,7 @@ Add this to the end of each file:
.force_struggle
ld hl, BattleText_MonHasNoMovesLeft
call StdBattleTextBox
call StdBattleTextbox
ld c, 60
call DelayFrames
xor a

View File

@@ -12,7 +12,7 @@
## `ScrollingMenu`
This is the only menu that does scrolling. It doesn't draw any `TextBox` around the menu.
This is the only menu that does scrolling. It doesn't draw any `Textbox` around the menu.
Structure: