summaryrefslogtreecommitdiff
path: root/engine/battle/move_effects/present.asm
diff options
context:
space:
mode:
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