diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-05 12:24:15 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2019-05-05 12:24:15 -0400 |
commit | 7f07bd6607df54aa26590d62c561f15daaaf9671 (patch) | |
tree | 3ed086083289987bc978b328d1e0492cdbeb0e86 /include | |
parent | 2555f72246e68d3e85e22b33f5b440a3fd8559ba (diff) |
blend_palette
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 |