diff options
author | scnorton <scnorton@biociphers.org> | 2019-04-10 12:11:36 -0400 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-04-10 12:11:36 -0400 |
commit | 2f337edf36ded496efd8ec6cc0c35dda10e1bc98 (patch) | |
tree | b6b303c4cf286c79d2a8e6792fe5c2bd0036b13b /include/pokeball.h | |
parent | dfc2fa2b393437a471bf815f2c9a7be0bc061021 (diff) |
through sub_812FD78
Diffstat (limited to 'include/pokeball.h')
-rw-r--r-- | include/pokeball.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/pokeball.h b/include/pokeball.h index 10a9529b9..5545f8870 100644 --- a/include/pokeball.h +++ b/include/pokeball.h @@ -24,7 +24,8 @@ enum #define POKEBALL_OPPONENT_SENDOUT 0xFE u8 DoPokeballSendOutAnimation(s16 pan, u8 kindOfThrow); -void CreatePokeballSpriteToReleaseMon(u8 monSpriteId, u8 bank, u8 x, u8 y, u8 oamPriority, u8 subpriortiy, u8 g, u32 h, u16 species); +void CreatePokeballSpriteToReleaseMon(u8 monSpriteId, u8 bank, u8 x, u8 y, u8 oamPriority, u8 subpriortiy, u8 g, u32 h); +u8 sub_804BB98(u8 monSpriteId, u8 bank, u8 x, u8 y, u8 oamPriority, u8 subpriortiy, u8 g, u32 h); u8 sub_807671C(u8 a, u8 b, u8 x, u8 y, u8 oamPriority, u8 subPriority, u8 g, u32 h); void sub_8076918(u8 bank); void DoHitAnimHealthboxEffect(u8 bank); |