diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 23:22:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-19 23:22:44 -0500 |
commit | 18b8e0ee8e01e77650ce7903dc50be2086218d8d (patch) | |
tree | 78b480e081fe4c4c1fa89d84413ab8686acee75a /src/pokeblock_feed.c | |
parent | 6999b237ebbc36c3aa751335027bcba6b5b3556f (diff) | |
parent | b65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (diff) |
Merge pull request #1311 from GriffinRichards/clean-unused
Remove unused local variables and functions
Diffstat (limited to 'src/pokeblock_feed.c')
-rw-r--r-- | src/pokeblock_feed.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pokeblock_feed.c b/src/pokeblock_feed.c index 32db6c717..a930523ce 100644 --- a/src/pokeblock_feed.c +++ b/src/pokeblock_feed.c @@ -61,7 +61,6 @@ static void HandleInitWindows(void); static void LaunchPokeblockFeedTask(void); static void SetPokeblockSpritePal(u8 pokeblockCaseId); static void sub_817A5CC(void); -static void sub_8148108(u8 spriteId, bool8 a1); static void DoPokeblockCaseThrowEffect(u8 spriteId, bool8 arg1); static void PrepareMonToMoveToPokeblock(u8 spriteId); static void Task_HandleMonAtePokeblock(u8 taskId); |