diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-02 19:39:07 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-02 19:39:07 +0100 |
commit | c27f7a8131d4ebf9e01d7f4fecaf5cc5616866d8 (patch) | |
tree | b90d308f17cf13a45c7d8c6f405081ede42ecb5a /include/pokeball.h | |
parent | 0250aefb73a995a6812a657193abeb96eb34d489 (diff) |
start working on pokeball
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); |