diff options
author | Evan <eroelke@gmail.com> | 2019-12-03 10:54:47 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-03 10:54:47 -0700 |
commit | aacb202f812d0b7a54ba40eaafe48e7e21451f8c (patch) | |
tree | c7199f1c8ad97af33c431bae1c5d1984aa23ca3a /include/battle_anim.h | |
parent | f2eb137154f1afe98ed86f883662a01ba318efa6 (diff) |
resolve compiler errors
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index 60245ee55..cc60dfc5a 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -454,6 +454,7 @@ void sub_80AD800(u8 taskId); // water.s extern const union AnimCmd *const gUnknown_83E5958[]; extern const union AnimCmd *const gUnknown_83E5A78[]; +void AnimWaterPulseRing(struct Sprite *sprite); // smokescreen.c u8 SmokescreenImpact(s16 x, s16 y, u8 a3); |