summaryrefslogtreecommitdiff
path: root/engine/battle/c.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/c.asm')
-rwxr-xr-xengine/battle/c.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/c.asm b/engine/battle/c.asm
index 07369375..b7c20ef6 100755
--- a/engine/battle/c.asm
+++ b/engine/battle/c.asm
@@ -8,7 +8,7 @@ MistEffect_: ; 33f2b (c:7f2b)
bit ProtectedByMist, [hl] ; is mon protected by mist?
jr nz, .asm_33f4a
set ProtectedByMist, [hl] ; mon is now protected by mist
- callab Func_3fba8
+ callab PlayCurrentMoveAnimation
ld hl, ShroudedInMistText
jp PrintText
.asm_33f4a