diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 17:23:10 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-02 17:23:10 -0500 |
commit | 80a4ee11457e82092f52a3aef5362f8b59b68633 (patch) | |
tree | 65371c3b17fefee6092662ffca4f9d7e9690f8ea /include/battle_anim.h | |
parent | 49bef258567b8ac6ead607de8ce0ac64581cdb55 (diff) |
Remove water.h and flying.h
Diffstat (limited to 'include/battle_anim.h')
-rw-r--r-- | include/battle_anim.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/battle_anim.h b/include/battle_anim.h index ac47cadf1..b3350f893 100644 --- a/include/battle_anim.h +++ b/include/battle_anim.h @@ -223,6 +223,12 @@ void sub_8117854(u8 taskId, int unused, u16 arg2, u8 battler1, u8 arg4, u8 arg5, void sub_810310C(u8 battler, struct Sprite* sprite); void AnimMoveTwisterParticle(struct Sprite* sprite); +// water.c +void sub_8108C94(struct Sprite *sprite); + +// flying.c +void sub_810E2C8(struct Sprite *sprite); + // smokescreen.c u8 sub_807521C(s16 x, s16 y, u8 a3); |