summaryrefslogtreecommitdiff
path: root/include/field_weather.h
diff options
context:
space:
mode:
authorscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
committerscnorton <scnorton@biociphers.org>2017-06-27 15:01:18 -0400
commit00c7dee919c8f93b8519a7eede2c41ba2ddcaf08 (patch)
tree5707f8764920abcd4cffca84c675e5c53c32559d /include/field_weather.h
parent3d9eb18add0d8a9eb5bfa77fc64cd7b1f37fea5d (diff)
parent06b6cada0ddedc62063171703ba6607019751a9a (diff)
Merge branch 'master' into pokemon_data
Diffstat (limited to 'include/field_weather.h')
-rw-r--r--include/field_weather.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/field_weather.h b/include/field_weather.h
index df216aea7..409f76028 100644
--- a/include/field_weather.h
+++ b/include/field_weather.h
@@ -42,4 +42,9 @@ void sub_80806E4(void);
void DoCurrentWeather(void);
void sub_8080750();
+u8 sub_807D770(void);
+bool8 sub_807DDFC(void);
+void SetWeather(u32);
+void UpdateWeatherPerDay(u16);
+
#endif // GUARD_WEATHER_H