summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/present.asm
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 /engine/battle/move_effects/present.asm
parent31dc62ec5d1a8028cb1cb30ea0d3fa8eb553145a (diff)
parent3e78e5b2b604568b13a37e4603dbd798373b9805 (diff)
Merge pull request #622 from mid-kid/master
TextBox -> Textbox
Diffstat (limited to 'engine/battle/move_effects/present.asm')
-rw-r--r--engine/battle/move_effects/present.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/present.asm b/engine/battle/move_effects/present.asm
index bfc334cc7..188c4e889 100644
--- a/engine/battle/move_effects/present.asm
+++ b/engine/battle/move_effects/present.asm
@@ -70,7 +70,7 @@ BattleCommand_Present:
call CallBattleCore
call BattleCommand_SwitchTurn
ld hl, RegainedHealthText
- call StdBattleTextBox
+ call StdBattleTextbox
call BattleCommand_SwitchTurn
call UpdateOpponentInParty
jr .do_animation
@@ -81,7 +81,7 @@ BattleCommand_Present:
jr nc, .do_animation
call AnimateFailedMove
ld hl, RefusedGiftText
- call StdBattleTextBox
+ call StdBattleTextbox
.do_animation
jp EndMoveEffect