summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Fix-Snow-Weather.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Fix-Snow-Weather.md b/Fix-Snow-Weather.md
index 01d9377..0e02694 100644
--- a/Fix-Snow-Weather.md
+++ b/Fix-Snow-Weather.md
@@ -4,7 +4,7 @@ Credit to daniilS for the binary implementation this is based off of
In vanilla emerald (and Fire Red!) the WEATHER_SNOW is broken and will only emit a few snowflakes before stopping. Let's fix it!
-For starters, open [src/field_weather_effects.c](../blob/master/src/field_weather_effect.c)
+For starters, open [src/field_weather_effect.c](../blob/master/src/field_weather_effect.c)
### Increase the number of snowflakes (optional)
If you want to have the snow be heavier (or lighter), find `Snow_InitVars` and edit the line `gWeatherPtr->targetSnowflakeSpriteCount = 16;` to a value of your choosing.