diff options
author | camthesaxman <cameronghall@cox.net> | 2017-09-21 13:00:04 -0500 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-09-21 13:00:04 -0500 |
commit | 8fe982335e26911dcb6842d27c3d6bd5cd74c292 (patch) | |
tree | 63c33c711584fcab9d19eeb420b92a9a22f5aafd /include | |
parent | d81ba931cc138074187924a5d3e88bb0a619f9f5 (diff) |
decompile sub_807D424 - sub_807DBE8
Diffstat (limited to 'include')
-rw-r--r-- | include/field_weather.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index 128f6c661..b711f91d6 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -43,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); |