summaryrefslogtreecommitdiff
path: root/engine/battle/c.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-13 14:50:56 -0800
committeryenatch <yenatch@gmail.com>2015-02-13 14:50:56 -0800
commitb65c6e815643a1cbce8c7c3cd48fc9881bb56d01 (patch)
tree151a1d0eda1b28d497f4ee8340141bd6f94c1fef /engine/battle/c.asm
parentb35294752c55b5df88ccfc785279c36f30a43fd6 (diff)
parent7b7c563c93155e121e05149779cfb78b0bf9d259 (diff)
Merge remote-tracking branch 'origin/master'
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