From 4d2b22a899c11dfcacfec6889968ab01655a3fe3 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Fri, 26 May 2017 14:53:51 +0200 Subject: Add headers --- include/field_weather.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/field_weather.h') diff --git a/include/field_weather.h b/include/field_weather.h index af07c970d..837634a19 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -40,4 +40,11 @@ void sub_80806E4(void); void DoCurrentWeather(void); void sub_8080750(); +u8 sub_807D770(void); +const u8 sub_807D770(void); +u8 sub_807D770(void); +bool8 sub_807DDFC(void); +void SetWeather(u32); +void UpdateWeatherPerDay(u16); + #endif // GUARD_WEATHER_H -- cgit v1.2.3 From 2aae7e99d52fc488e75309909d279b459f5e1d80 Mon Sep 17 00:00:00 2001 From: Marijn van der Werf Date: Fri, 26 May 2017 15:35:40 +0200 Subject: Make rom build again --- include/field_weather.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/field_weather.h') diff --git a/include/field_weather.h b/include/field_weather.h index 837634a19..e91ed06a4 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -40,8 +40,6 @@ void sub_80806E4(void); void DoCurrentWeather(void); void sub_8080750(); -u8 sub_807D770(void); -const u8 sub_807D770(void); u8 sub_807D770(void); bool8 sub_807DDFC(void); void SetWeather(u32); -- cgit v1.2.3