Added constant for NUM_SNOWFLAKE_SPRITES

This commit is contained in:
pkmnsnfrn
2024-07-26 21:57:42 -07:00
parent 502eedaed8
commit 91b48a10d4
2 changed files with 2 additions and 1 deletions

View File

@@ -770,7 +770,7 @@ void Snow_InitVars(void)
gWeatherPtr->weatherGfxLoaded = FALSE;
gWeatherPtr->targetColorMapIndex = 3;
gWeatherPtr->colorMapStepDelay = 20;
gWeatherPtr->targetSnowflakeSpriteCount = 16;
gWeatherPtr->targetSnowflakeSpriteCount = NUM_SNOWFLAKE_SPRITES;
gWeatherPtr->snowflakeVisibleCounter = 0;
}