diff options
author | mid-kid <esteve.varela@gmail.com> | 2018-07-15 11:56:57 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2018-07-18 10:55:30 +0200 |
commit | 04d0490c4c55366220310b9b8e1c4a181e07d842 (patch) | |
tree | 693d1eca86e28b826a4c906b46d6cc2f263464f4 /engine | |
parent | fdf10c9fac69b376f528a0ee6929abd52a210a52 (diff) |
Fix anim_ret_command
Diffstat (limited to 'engine')
-rw-r--r-- | engine/battle_anims/anim_commands.asm | 2 |
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. |