diff options
author | Evan <eroelke@gmail.com> | 2019-12-03 10:54:47 -0700 |
---|---|---|
committer | Evan <eroelke@gmail.com> | 2019-12-04 14:54:52 -0700 |
commit | 2453b88b9db93cf195c79f001c9c8ba22013fd6a (patch) | |
tree | c7199f1c8ad97af33c431bae1c5d1984aa23ca3a /include/battle_anim.h | |
parent | f1bd7a41cc1e2bcd730a0c2c6c5c4c618044f631 (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); |