diff options
Diffstat (limited to 'include/pokeball.h')
-rw-r--r-- | include/pokeball.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/include/pokeball.h b/include/pokeball.h index 76f084465..863abe5c9 100644 --- a/include/pokeball.h +++ b/include/pokeball.h @@ -1,7 +1,14 @@ #ifndef GUARD_POKEBALL_H #define GUARD_POKEBALL_H -u8 sub_80753E8(u16, u8); +#define POKEBALL_COUNT 12 + +#define POKEBALL_PLAYER_SENDOUT 0xFF +#define POKEBALL_OPPONENT_SENDOUT 0xFE + +u8 DoPokeballSendOutAnimation(s16 pan, u8 kindOfThrow); +void LoadBallGfx(u8 ballId); +void FreeBallGfx(u8 ballId); void sub_8076918(u8 bank); void DoHitAnimHealthboxEffect(u8 bank); |