Using RGB color constants where appropiate

This commit is contained in:
Eduardo Quezada
2023-07-31 15:33:14 -04:00
parent 39192725f2
commit f8c0f91c66
11 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -3896,7 +3896,7 @@ static void AnimTask_FacadeColorBlend_Step(u8 taskId)
}
else
{
BlendPalette(gTasks[taskId].data[2], 16, 0, RGB(0, 0, 0));
BlendPalette(gTasks[taskId].data[2], 16, 0, RGB_BLACK);
DestroyAnimVisualTask(taskId);
}
}