diff options
author | fieldy101 <fieldy101@gmail.com> | 2020-04-23 10:05:19 +1000 |
---|---|---|
committer | fieldy101 <fieldy101@gmail.com> | 2020-04-23 10:05:19 +1000 |
commit | 4c409fa343e04a17e88c5a43162d2cf8eb295a00 (patch) | |
tree | 40837caf95c1e99e1cf55b04cf6354294b758ef0 /include/battle_anim.h | |
parent | 1bddb1ff394e07890e01f0b91e91ad16083294bf (diff) |
Resolving PR review
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index eacb51f2c..81c626f39 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -556,12 +556,12 @@ void sub_80ADAD8(u8 taskId); void AnimTask_BlendBackground(u8 taskId); void sub_80AD800(u8 taskId); -// water.s +// water.c extern const union AnimCmd *const gAnims_WaterMudOrb[]; extern const union AnimCmd *const gAnims_WaterBubble[]; void AnimWaterPulseRing(struct Sprite *sprite); -// smokescreen.s +// smokescreen.c u8 SmokescreenImpact(s16 x, s16 y, u8 a3); // battle_anim_utility_funcs.c |