diff options
author | hondew <pokehondew@gmail.com> | 2020-08-04 22:37:52 -0400 |
---|---|---|
committer | hondew <pokehondew@gmail.com> | 2020-08-30 14:08:06 -0400 |
commit | 328aecc96e690c437e52663a1445417e8aa78df6 (patch) | |
tree | 3f2f92c81c2c2a5a1396411d9079bb00b10254ab /data | |
parent | 2e077f09e43e502a9ffaa93a916babe99b0d6e08 (diff) |
Document throwing pokeball
continue
Document more
Doc more funcs
Remove workspace
Document shiny stars
Document PokeBlock
Clean up
Clean more
Diffstat (limited to 'data')
-rw-r--r-- | data/battle_anim_scripts.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/battle_anim_scripts.s b/data/battle_anim_scripts.s index cacb1c443..a1d059a94 100644 --- a/data/battle_anim_scripts.s +++ b/data/battle_anim_scripts.s @@ -10741,7 +10741,7 @@ BallThrowTrainerBlock: Special_SafariBallThrow: createvisualtask AnimTask_LoadBallGfx, 2 delay 0 - createvisualtask AnimTask_ThrowBallSpecial, 2 + createvisualtask AnimTask_ThrowBall_StandingTrainer, 2 waitforvisualfinish createvisualtask AnimTask_FreeBallGfx, 2 end |