diff options
author | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-07-15 19:36:43 -0600 |
---|---|---|
committer | ghoulslash <41651341+ghoulslash@users.noreply.github.com> | 2020-07-15 19:36:43 -0600 |
commit | 8eee64c8c67d7d419a4668d3e52dd13c51e8509d (patch) | |
tree | 2f0eccf89bc78be194b3fde1e258b4efabf20f91 | |
parent | 82206f4757b9cbc065dc3bbe08fb142fc900f663 (diff) |
Updated Fix Snow Weather (markdown)
-rw-r--r-- | Fix-Snow-Weather.md | 2 |
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) |