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 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;
}
}
```