Set Dancing Shadows default palette to Party

This commit is contained in:
Steve Pomeroy 2022-05-17 09:00:27 -04:00
parent 1abc863f82
commit 2c37961f7b

View File

@ -4085,7 +4085,7 @@ uint16_t mode_dancing_shadows(void)
spotlights[i].type = random8(SPOT_TYPES_COUNT);
}
uint32_t color = SEGMENT.color_from_palette(spotlights[i].colorIdx, false, false, 0);
uint32_t color = SEGMENT.color_from_palette(spotlights[i].colorIdx, false, false, 255);
int start = spotlights[i].position;
if (spotlights[i].width <= 1) {