diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-30 23:23:45 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-01-30 23:23:45 -0500 |
commit | 09302c0bc5ead4e28099ba88cb486dab6def4d8f (patch) | |
tree | 073798897888d65b4e436b46274b68ab996c51d3 /include/field_weather.h | |
parent | 3ff5db0b69a56fe916c156bc97d7753b570a12d7 (diff) | |
parent | eb5737357d4b34a686ea09b9651630f4c3f8b80f (diff) |
Merge branch 'master' of https://github.com/pret/pokeemerald into field_map_obj_helpers
Diffstat (limited to 'include/field_weather.h')
-rw-r--r-- | include/field_weather.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index 5d1aa5ac2..7ad8d21e7 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -150,6 +150,8 @@ void PlayRainSoundEffect(void); // ... void SetSav1Weather(u32); u8 GetSav1Weather(void); +void sub_80AEDBC(void); + void SetSav1WeatherFromCurrMapHeader(void); // ... void DoCurrentWeather(void); |