diff options
author | hondew <pokehondew@gmail.com> | 2020-08-30 14:25:40 -0400 |
---|---|---|
committer | hondew <pokehondew@gmail.com> | 2020-08-30 14:25:40 -0400 |
commit | 5c7fa1139024460bb067494c90cadaac35289da5 (patch) | |
tree | df2ea5b00cccecb83716090676416308d40a21de /include | |
parent | e46b35455d1e2af8c8c2d291ce1cc28e682d9095 (diff) |
Rename to battle_anim_throw
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_anim.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index d4052c45e..096d533e2 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -207,7 +207,7 @@ void LaunchStatusAnimation(u8 battlerId, u8 statusAnimId); // battle_anim_ground.c void AnimTask_HorizontalShake(u8 taskId); -// battle_anim_pokeball.c +// battle_anim_throw.c void TryShinyAnimation(u8 battler, struct Pokemon *mon); u8 ItemIdToBallId(u16 itemId); u8 AnimateBallOpenParticles(u8 x, u8 y, u8 priority, u8 subpriority, u8 ballId); |