diff options
-rw-r--r-- | Fix-Snow-Weather.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Fix-Snow-Weather.md b/Fix-Snow-Weather.md index e40c067..01d9377 100644 --- a/Fix-Snow-Weather.md +++ b/Fix-Snow-Weather.md @@ -46,7 +46,7 @@ The snow is spawned based on gSpriteCoordOffsetX/Y, which is not updated until a 2. Next, add `UpdateCameraPanning();` before `sWeatherFuncs[gWeatherPtr->currWeather].initAll();` in `Task_WeatherInit` ### Hail on Overworld -To allow hail on when snow is present, go to **src/battle_util.c** +Credit to Samu, To allow hail on when snow is present, go to **src/battle_util.c** Search for `switch (GetCurrentWeather())` (Around line 2908) and input these code below the `WEATHER_DROUGHT` code. ```c case WEATHER_SNOW: |