diff options
author | YamaArashi <shadow962@live.com> | 2017-01-01 23:25:19 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2017-01-01 23:25:19 -0800 |
commit | c4af9225bc4e2f30a240e9cabca98fca4d708501 (patch) | |
tree | 335e55961e9ca070ed2e2feff2c4f7d6bb82dd32 /include/weather.h | |
parent | 80e95a204723eea4bb5fe914dd44f78a66552c03 (diff) |
split rom_806936C
Diffstat (limited to 'include/weather.h')
-rw-r--r-- | include/weather.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/weather.h b/include/weather.h index a24a6d51f..af07c970d 100644 --- a/include/weather.h +++ b/include/weather.h @@ -37,7 +37,7 @@ void SetSav1Weather(u32); u8 GetSav1Weather(void); void sub_80806E4(void); // ... -void sub_808073C(void); +void DoCurrentWeather(void); void sub_8080750(); #endif // GUARD_WEATHER_H |