summaryrefslogtreecommitdiff
path: root/docs/bugs_and_glitches.md
diff options
context:
space:
mode:
authorRangi <35663410+Rangi42@users.noreply.github.com>2019-04-13 11:50:16 -0400
committerGitHub <noreply@github.com>2019-04-13 11:50:16 -0400
commit1ada06f576ebd25bfd00cfdc9d197d93946ebd5b (patch)
tree5e6e4603ccc68538fbf242cb463becda5b71ea75 /docs/bugs_and_glitches.md
parent31dc62ec5d1a8028cb1cb30ea0d3fa8eb553145a (diff)
parent3e78e5b2b604568b13a37e4603dbd798373b9805 (diff)
Merge pull request #622 from mid-kid/master
TextBox -> Textbox
Diffstat (limited to 'docs/bugs_and_glitches.md')
-rw-r--r--docs/bugs_and_glitches.md6
1 files changed, 3 insertions, 3 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