summaryrefslogtreecommitdiff
path: root/include/battle_anim.h
diff options
context:
space:
mode:
authorhondew <pokehondew@gmail.com>2020-08-04 22:37:52 -0400
committerhondew <pokehondew@gmail.com>2020-08-30 14:08:06 -0400
commit328aecc96e690c437e52663a1445417e8aa78df6 (patch)
tree3f2f92c81c2c2a5a1396411d9079bb00b10254ab /include/battle_anim.h
parent2e077f09e43e502a9ffaa93a916babe99b0d6e08 (diff)
Document throwing pokeball
continue Document more Doc more funcs Remove workspace Document shiny stars Document PokeBlock Clean up Clean more
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r--include/battle_anim.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h
index 18727cc73..d4052c45e 100644
--- a/include/battle_anim.h
+++ b/include/battle_anim.h
@@ -207,8 +207,8 @@ void LaunchStatusAnimation(u8 battlerId, u8 statusAnimId);
// battle_anim_ground.c
void AnimTask_HorizontalShake(u8 taskId);
-// battle_anim_special.c
-void sub_8172EF0(u8 battler, struct Pokemon *mon);
+// battle_anim_pokeball.c
+void TryShinyAnimation(u8 battler, struct Pokemon *mon);
u8 ItemIdToBallId(u16 itemId);
u8 AnimateBallOpenParticles(u8 x, u8 y, u8 priority, u8 subpriority, u8 ballId);
u8 LaunchBallFadeMonTask(bool8 unFadeLater, u8 battlerId, u32 selectedPalettes, u8 ballId);