diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:34:42 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-06-12 02:34:42 -0500 |
commit | 42f99e9aff80a4c8d47c17f6dda2494e1bd6f7d9 (patch) | |
tree | b2cb959094a6574f20b72fce2d03207b0f56c0c3 /engine/battle/animations.asm | |
parent | 9a5b7f5d19e84eb1caab7ecddaa0f157ebae5594 (diff) | |
parent | a51037eeeedb03e29d8675626018cf02750882fa (diff) |
Merge branch 'master' of https://github.com/pret/pokered into merge-pokered
Diffstat (limited to 'engine/battle/animations.asm')
-rwxr-xr-x | engine/battle/animations.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 0d93b295..8df31e1c 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -282,7 +282,7 @@ PlayAnimation: .nextAnimationCommand pop hl jr .animationLoop -.AnimationOver ; 417B +.AnimationOver ret LoadSubanimation: @@ -3202,7 +3202,7 @@ TossBallAnimation: ; sequence of animations that make up the Poké Ball toss db POOF_ANIM, HIDEPIC_ANIM, SHAKE_ANIM, POOF_ANIM, SHOWPIC_ANIM -.BlockBall ; 79ff6 (1e:5ff6) +.BlockBall ld a, TOSS_ANIM ld [wAnimationID], a call PlayAnimation |