diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-08-06 12:02:20 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-08-09 23:02:04 -0500 |
commit | 3940d36755da01324850b179c674fb36522ed71e (patch) | |
tree | 0a05cb69627a37eea81c3bd316d0415e3e87aeb8 /include | |
parent | fce8a1b817d2033d2203c341dfa12d1115f564ca (diff) |
Label ball animations
Diffstat (limited to 'include')
-rw-r--r-- | include/battle_anim_813F0F4.h | 2 | ||||
-rw-r--r-- | include/pokeball.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/include/battle_anim_813F0F4.h b/include/battle_anim_813F0F4.h index 9916f2fe6..fea5d186d 100644 --- a/include/battle_anim_813F0F4.h +++ b/include/battle_anim_813F0F4.h @@ -3,7 +3,7 @@ void sub_8141828(u8, struct Pokemon *); u8 ball_number_to_ball_processing_index(u16); -u8 sub_814086C(u8, u8, u8, u8, u8); +u8 AnimateBallOpenParticles(u8, u8, u8, u8, u8); u8 sub_8141314(u8, u8, u32, u8); #endif // GUARD_BATTLE_ANIM_813F0F4_H diff --git a/include/pokeball.h b/include/pokeball.h index 0a709c869..e814718c0 100644 --- a/include/pokeball.h +++ b/include/pokeball.h @@ -5,8 +5,8 @@ extern const struct SpriteTemplate gBallSpriteTemplates[]; void CreatePokeballSprite(u8 r0, u8 r1, u8 r2, u8 r3, u8 s1, u8 s2, u8 s3, u32 s4); void sub_804777C(u8); -void sub_80478DC(u8); -void sub_804794C(u8); +void LoadBallGraphics(u8); +void FreeBallGraphics(u8); u8 sub_8047580(u8, u8, u8, u8, u8, u8, u8, u32); #endif // GUARD_POKEBALL_H |