diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-11 15:39:43 -0500 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2017-11-11 15:39:43 -0500 |
commit | b6f9e2178088f31d8cfea38a97b01c988f36ebe5 (patch) | |
tree | 41ce7bf8eeeb0dc73c34a5cc93419ab1ec98c3fd /include/field_weather.h | |
parent | 9974fd77611d0321ebe51750427e1ec273c1c7af (diff) | |
parent | ca8275a362d8f00c681ca3b0ace7ef472560de2a (diff) |
merge
Diffstat (limited to 'include/field_weather.h')
-rw-r--r-- | include/field_weather.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index 409f76028..b711f91d6 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -20,8 +20,9 @@ void nullsub_39(void); // ASM void sub_807CEBC(u8, u8, s8); -void sub_807D1BC(u8, u8, u8, u8, u16); -void sub_807D304(int, u8, u16); +//void sub_807D1BC(u8, u8, u8, u8, u16); +void sub_807D1BC(u8 a, u8 a2, s8 c, u8 d, u16 e); +void sub_807D304(s8 a, u8 arg2, u16 c); void sub_807D424(u8, u16); // ... void fade_screen(u8, u8); @@ -42,7 +43,7 @@ void sub_80806E4(void); void DoCurrentWeather(void); void sub_8080750(); -u8 sub_807D770(void); +bool8 sub_807D770(void); bool8 sub_807DDFC(void); void SetWeather(u32); void UpdateWeatherPerDay(u16); |