summaryrefslogtreecommitdiff
path: root/include/pokeball.h
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-11-30 10:50:58 -0500
committerEvan <eroelke@gmail.com>2019-11-30 10:50:58 -0500
commitb62688270824fc245ce99822ac3b8c46732a71b8 (patch)
tree2dcf9ccca122e5a2855eb8f14f8d8c3bc3934a05 /include/pokeball.h
parent52013cf052e9398987f76cf115ca08091e16288d (diff)
all matching except Task_DoPokeballSendOutAnim
Diffstat (limited to 'include/pokeball.h')
-rw-r--r--include/pokeball.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pokeball.h b/include/pokeball.h
index 9a4299531..0e941f9ed 100644
--- a/include/pokeball.h
+++ b/include/pokeball.h
@@ -24,7 +24,6 @@ enum
#define POKEBALL_OPPONENT_SENDOUT 0xFE
u8 DoPokeballSendOutAnimation(s16 pan, u8 kindOfThrow);
-//void CreatePokeballSpriteToReleaseMon(u8 monSpriteId, u8 battlerId, 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 CreateTradePokeballSprite(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);
@@ -33,5 +32,6 @@ void DoHitAnimHealthboxEffect(u8 bank);
void LoadBallGfx(u8 ballId);
void FreeBallGfx(u8 ballId);
void sub_804BD94(u8 battler);
+void DestroySpriteAndFreeResources2(struct Sprite *sprite);
#endif // GUARD_POKEBALL_H