summaryrefslogtreecommitdiff
path: root/engine/battle_anims/anim_commands.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2018-07-19 00:46:59 -0400
committerGitHub <noreply@github.com>2018-07-19 00:46:59 -0400
commit2d73d040d16a7836f935a7a6cb2a311aed2ca5a2 (patch)
treed2ac10a6cc7f70e839f393706e1a3261cf95c2ae /engine/battle_anims/anim_commands.asm
parent3e14c1f26e91b1fc1d18eed389518ae8454e938f (diff)
parent1cb364cc1825d1b149eb4e0fe09d1cab21006208 (diff)
Merge pull request #542 from mid-kid/master
Miscellaneous fixes
Diffstat (limited to 'engine/battle_anims/anim_commands.asm')
-rw-r--r--engine/battle_anims/anim_commands.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle_anims/anim_commands.asm b/engine/battle_anims/anim_commands.asm
index e68b7d774..600168a9a 100644
--- a/engine/battle_anims/anim_commands.asm
+++ b/engine/battle_anims/anim_commands.asm
@@ -284,7 +284,7 @@ RunBattleAnimCommand:
.loop
call GetBattleAnimByte
- cp $ff
+ cp anim_ret_command
jr nz, .not_done_with_anim
; Return from a subroutine.