diff options
author | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-02-07 16:24:16 -0800 |
commit | 4fd7a42b235b68ffc11d4f02305b695c2ed05549 (patch) | |
tree | de8727d33beb886cb451a8d5e693ee46aafde55d /engine/battle/c.asm | |
parent | 72265ab92abd235c2af6d26ae76dd0dcaecfd6ac (diff) |
commented battle stuff
Diffstat (limited to 'engine/battle/c.asm')
-rwxr-xr-x | engine/battle/c.asm | 2 |
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 |