diff options
author | yenatch <yenatch@gmail.com> | 2013-12-04 00:44:45 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-04 02:33:46 -0500 |
commit | 099e17bbaf1956e072edc569c3d90682c1e5a5d2 (patch) | |
tree | f3738b62a4b44336a004bf868b0fec73902af8ad /battle/effect_commands.asm | |
parent | b5702e24d9384fc19b4ce15fea8814f8d78ecd34 (diff) |
comment some battle animation asm
Diffstat (limited to 'battle/effect_commands.asm')
-rw-r--r-- | battle/effect_commands.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/effect_commands.asm b/battle/effect_commands.asm index 66e1ae235..ffd99d3a5 100644 --- a/battle/effect_commands.asm +++ b/battle/effect_commands.asm @@ -5318,7 +5318,7 @@ PlayFXAnimID: ; 35d08 ld c, 3 call DelayFrames - callab Functioncc0d6 + callab PlayBattleAnim ret ; 35d1c @@ -10502,7 +10502,7 @@ Function0x37e47: ; 37e47 push hl push de push bc - callab Functioncc0d6 + callab PlayBattleAnim pop bc pop de pop hl @@ -10523,7 +10523,7 @@ Function0x37e54: ; 37e54 push bc call SwitchTurn - callab Functioncc0d6 + callab PlayBattleAnim call SwitchTurn pop bc |