diff options
Diffstat (limited to 'include')
-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 eeda3b5b5..cf0e34d06 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -12,6 +12,6 @@ void sub_80AEDBC(void); void DoCurrentWeather(void); void SetSav1WeatherFromCurrMapHeader(void); void sub_807B0C4(u16 *, u16 *, u32); -void play_some_sound(void); +void PlayRainStoppingSoundEffect(void); #endif // GUARD_WEATHER_H |