summaryrefslogtreecommitdiff
path: root/src/battle_anim_normal.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-01-19 17:50:52 -0500
committerGriffinR <griffin.g.richards@gmail.com>2021-01-19 18:19:33 -0500
commitb65980cd4ea7e1a8052a0d2c5cb6edd73d35b89c (patch)
tree355ef6baab155f6eb553d534ade7af6f0dac65c8 /src/battle_anim_normal.c
parentc2ddb92c9e0905a6625f83f7b5e0936b630c0597 (diff)
Remove unused local variables and functions
Diffstat (limited to 'src/battle_anim_normal.c')
-rw-r--r--src/battle_anim_normal.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/battle_anim_normal.c b/src/battle_anim_normal.c
index f7df9a4a9..e32ff3151 100644
--- a/src/battle_anim_normal.c
+++ b/src/battle_anim_normal.c
@@ -564,8 +564,6 @@ static void AnimTask_BlendColorCycleExcludeLoop(u8 taskId)
// See AnimTask_BlendColorCycle. Same, but selects palette by ANIM_TAG_*
void AnimTask_BlendColorCycleByTag(u8 taskId)
{
- u8 paletteIndex;
-
gTasks[taskId].tPalTag = gBattleAnimArgs[0];
gTasks[taskId].tDelay = gBattleAnimArgs[1];
gTasks[taskId].tNumBlends = gBattleAnimArgs[2];