summaryrefslogtreecommitdiff
path: root/src/field_weather.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2019-04-02 18:28:56 -0500
committerMarcus Huderle <huderlem@gmail.com>2019-04-02 18:28:56 -0500
commit1241700b204b9f450221299c6e837c0f522f60b2 (patch)
tree6fc7fdd37f1a8386d28ce53c40a8b4c6cfc33a28 /src/field_weather.c
parent35505c7f5b421b7589d1d761dcbd41a1c40affb6 (diff)
Finish documenting the other weather effects
Diffstat (limited to 'src/field_weather.c')
-rw-r--r--src/field_weather.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/field_weather.c b/src/field_weather.c
index 346d30a38..814e85ef4 100644
--- a/src/field_weather.c
+++ b/src/field_weather.c
@@ -173,9 +173,9 @@ void StartWeather(void)
gWeatherPtr->ashSpritesCreated = 0;
gWeatherPtr->fog1SpritesCreated = 0;
gWeatherPtr->fog2SpritesCreated = 0;
- gWeatherPtr->sandstormSprites1Created = 0;
- gWeatherPtr->sandstormSprites2Created = 0;
- gWeatherPtr->unknown_72E = 0;
+ gWeatherPtr->sandstormSpritesCreated = 0;
+ gWeatherPtr->sandstormSwirlSpritesCreated = 0;
+ gWeatherPtr->bubblesSpritesCreated = 0;
gWeatherPtr->lightenedFogSpritePalsCount = 0;
Weather_SetBlendCoeffs(16, 0);
gWeatherPtr->currWeather = 0;