diff options
author | camthesaxman <cameronghall@cox.net> | 2019-07-28 20:33:25 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2019-07-28 20:33:25 -0500 |
commit | 00b44d588618c9a0feff1285183c183f1c97f1bb (patch) | |
tree | 240e7f042005fc542c38a08cab2921454313092d /include/battle_anim_special.h | |
parent | bc09f81a9a6a8280480a08e0daf33541ba255fb4 (diff) |
emerald file names, part 1
Diffstat (limited to 'include/battle_anim_special.h')
-rw-r--r-- | include/battle_anim_special.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/battle_anim_special.h b/include/battle_anim_special.h new file mode 100644 index 000000000..fea5d186d --- /dev/null +++ b/include/battle_anim_special.h @@ -0,0 +1,9 @@ +#ifndef GUARD_BATTLE_ANIM_813F0F4_H +#define GUARD_BATTLE_ANIM_813F0F4_H + +void sub_8141828(u8, struct Pokemon *); +u8 ball_number_to_ball_processing_index(u16); +u8 AnimateBallOpenParticles(u8, u8, u8, u8, u8); +u8 sub_8141314(u8, u8, u32, u8); + +#endif // GUARD_BATTLE_ANIM_813F0F4_H |