diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 17:50:52 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-01-19 18:19:33 -0500 |
commit | b65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (patch) | |
tree | 355ef6baab155f6eb553d534ade7af6f0dac65c8 /src/battle_controller_opponent.c | |
parent | c2ddb92c9e0905a6625f83f7b5e0936b630c0597 (diff) |
Remove unused local variables and functions
Diffstat (limited to 'src/battle_controller_opponent.c')
-rw-r--r-- | src/battle_controller_opponent.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/battle_controller_opponent.c b/src/battle_controller_opponent.c index 2f1153612..d241d335f 100644 --- a/src/battle_controller_opponent.c +++ b/src/battle_controller_opponent.c @@ -1858,7 +1858,6 @@ static void OpponentHandleIntroSlide(void) static void OpponentHandleIntroTrainerBallThrow(void) { - u8 paletteNum; u8 taskId; SetSpritePrimaryCoordsFromSecondaryCoords(&gSprites[gBattlerSpriteIds[gActiveBattler]]); |