summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Fix-Snow-Weather.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/Fix-Snow-Weather.md b/Fix-Snow-Weather.md
index a479394..a0d6b2c 100644
--- a/Fix-Snow-Weather.md
+++ b/Fix-Snow-Weather.md
@@ -2,6 +2,8 @@
In vanilla emerald (and Fire Red!) the WEATHER_SNOW is broken and will only emit a few snowflakes before stopping. Let's fix it!
+**BUG:** entering/closing a menu sometimes causes snow to isolate to specific x coordinates
+
For starters, open [src/field_weather_effects.c](../blob/master/src/field_weather_effect.c)
### Increase the number of snowflakes (optional)