Initial re-application of let-it-snow.

This commit is contained in:
Malkierian
2025-10-30 18:59:19 -07:00
committed by Malkierian
parent 3050d9484f
commit bb497e3125
543 changed files with 28226 additions and 449 deletions
+8 -8
View File
@@ -2275,17 +2275,17 @@ void Environment_FillScreen(GraphicsContext* gfxCtx, u8 red, u8 green, u8 blue,
}
Color_RGB8 sSandstormPrimColors[] = {
{ 210, 156, 85 },
{ 255, 200, 100 },
{ 225, 160, 50 },
{ 105, 90, 40 },
{ 210, 210, 210 },
{ 255, 255, 255 },
{ 225, 225, 225 },
{ 105, 105, 105 },
};
Color_RGB8 sSandstormEnvColors[] = {
{ 155, 106, 35 },
{ 200, 150, 50 },
{ 170, 110, 0 },
{ 50, 40, 0 },
{ 155, 155, 155 },
{ 200, 200, 200 },
{ 170, 170, 170 },
{ 50, 50, 50 },
};
u16 previousPatchedSandstormScreenSize = 0;