Fix dns color transition not applying weather blending (#7883)

Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
This commit is contained in:
FosterProgramming 2025-10-16 12:06:54 +02:00 committed by GitHub
parent 7e98dffc51
commit 593219226b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1716,8 +1716,7 @@ static void OverworldBasic(void)
|| bld0[1] != bld1[1]
|| bld0[2] != bld1[2])
{
UpdateAltBgPalettes(PALETTES_BG);
UpdatePalettesWithTime(PALETTES_ALL);
ApplyWeatherColorMapIfIdle(gWeatherPtr->colorMapIndex);
}
}
}