summaryrefslogtreecommitdiff
path: root/battle/effects/protect.asm
diff options
context:
space:
mode:
Diffstat (limited to 'battle/effects/protect.asm')
-rw-r--r--battle/effects/protect.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/battle/effects/protect.asm b/battle/effects/protect.asm
index a24df82d7..a28c0461e 100644
--- a/battle/effects/protect.asm
+++ b/battle/effects/protect.asm
@@ -7,7 +7,7 @@ BattleCommand55: ; 37618
call _GetBattleVar
set SUBSTATUS_PROTECT, [hl]
- call Function37e01
+ call AnimateCurrentMove
ld hl, ProtectedItselfText
jp StdBattleTextBox
@@ -73,7 +73,7 @@ ProtectChance: ; 3762c
.failed
xor a
ld [de], a
- call Function37e77
+ call AnimateFailedMove
call PrintButItFailed
scf
ret