diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-25 11:09:28 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-09-25 11:09:28 -0400 |
commit | d66767ed9a5eb714b98a4e4dc22728606414c39c (patch) | |
tree | ab6d0ca645f1be7d76bfaa398a78b7a32500b3ca /include/field_weather.h | |
parent | 932d153f5eac6c68d762f6a1f62576cef23850fb (diff) |
Documentation and cleanup
Diffstat (limited to 'include/field_weather.h')
-rw-r--r-- | include/field_weather.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index 3e544b106..794472f43 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -16,6 +16,6 @@ void PlayRainStoppingSoundEffect(void); bool8 sub_807AA70(void); void SetWeatherScreenFadeOut(void); void sub_807B070(void); -void sub_807A944(u8, u8, u32); +void FieldWeather_StartFadingOutCreditsMap(u8, u8, u32); #endif // GUARD_WEATHER_H |