diff options
author | ProfLeonDiasBackup <86392953+ProfLeonDiasBackup@users.noreply.github.com> | 2021-06-28 19:53:41 -0400 |
---|---|---|
committer | ProfLeonDiasBackup <86392953+ProfLeonDiasBackup@users.noreply.github.com> | 2021-06-28 19:53:41 -0400 |
commit | a32ca04b9f0e00e9727736fb291f9fbf4bd5732a (patch) | |
tree | ff1be8346d73cb4bfc2e1383f92e25281a5fea14 | |
parent | b95b439b83cc0d8cc4c3c610609322f2d8683426 (diff) |
Updated Fix Snow Weather (markdown)
-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 5e0295b..7e64606 100644 --- a/Fix-Snow-Weather.md +++ b/Fix-Snow-Weather.md @@ -21,7 +21,7 @@ Find the function `WaitSnowflakeSprite` and alter it as follows: sprite->callback = UpdateSnowflakeSprite; sprite->pos1.y = 250 - (gSpriteCoordOffsetY + sprite->centerToCornerVecY); sprite->tPosY = sprite->pos1.y * 128; - gWeatherPtr->unknown_6E2 = 0; + gWeatherPtr->snowflakeTimer = 0; } } ``` |