diff options
| author | mid-kid <esteve.varela@gmail.com> | 2019-04-08 14:15:10 +0200 |
|---|---|---|
| committer | mid-kid <esteve.varela@gmail.com> | 2019-04-09 16:09:18 +0200 |
| commit | 3e78e5b2b604568b13a37e4603dbd798373b9805 (patch) | |
| tree | 3485a00674f17a929aa21e8e9bc0bb5b1d36554f /docs | |
| parent | 2184b60a0cb5e3d1c2b64f7787f3fc0da5efbcab (diff) | |
TextBox -> Textbox
Homogenizing names.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/bugs_and_glitches.md | 6 | ||||
| -rw-r--r-- | docs/menus.md | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 8d6ce988d..ab5bc208b 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -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 diff --git a/docs/menus.md b/docs/menus.md index b5a6e1e36..35bb14d3a 100644 --- a/docs/menus.md +++ b/docs/menus.md @@ -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: |
