diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2019-12-04 13:07:43 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2019-12-04 13:07:43 -0500 |
commit | 5ad57ced6fd220fbe9aca84b4a1c3085d4d9ddca (patch) | |
tree | ef70ff8a8a365b82890fa3f693044c60954612a0 /include/pokeball.h | |
parent | cb5fe2f84f6f79748f8b67c236956371784619db (diff) | |
parent | 3362b7f671a07cb154f3f65221ed055628303723 (diff) |
Merge branch 'master' of https://github.com/pret/pokefirered into dump_graphics
Diffstat (limited to 'include/pokeball.h')
-rw-r--r-- | include/pokeball.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pokeball.h b/include/pokeball.h index 884ded22e..0e941f9ed 100644 --- a/include/pokeball.h +++ b/include/pokeball.h @@ -32,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 |