diff options
author | lioniac <lioniac@protonmail.com> | 2021-10-24 17:42:24 -0300 |
---|---|---|
committer | lioniac <lioniac@protonmail.com> | 2021-10-27 11:56:03 -0300 |
commit | 0cc1d8a1b578ff438c04329d6099a8a820ef58f4 (patch) | |
tree | 08b2e9ca3e7ffa1d091b655af2639230c3700042 /include/pokeball.h | |
parent | 471608b56abbdf70a452896a0d895ffa5b4b06f9 (diff) |
Multiple renamings; Removed some orphaned functions
Diffstat (limited to 'include/pokeball.h')
-rw-r--r-- | include/pokeball.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/pokeball.h b/include/pokeball.h index 9ba5656af..8ce25929a 100644 --- a/include/pokeball.h +++ b/include/pokeball.h @@ -28,8 +28,6 @@ extern const struct SpriteTemplate gBallSpriteTemplates[]; u8 DoPokeballSendOutAnimation(s16 pan, u8 kindOfThrow); 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); -void sub_8076918(u8 bank); void DoHitAnimHealthboxEffect(u8 bank); void LoadBallGfx(u8 ballId); void FreeBallGfx(u8 ballId); |