diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 23:07:27 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-10-14 23:07:27 -0400 |
commit | 89904a0f2492e9e579b7478c4a66cc547027cf48 (patch) | |
tree | 83e7ae2f62daadca91b6bfb8cd99222caa2ee2ce /include | |
parent | b833bf304963f92de2670529d1d9083180ade9ba (diff) |
sub_8123878
Diffstat (limited to 'include')
-rw-r--r-- | include/field_weather.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index 790fadaea..b51c47de7 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -47,17 +47,10 @@ bool8 sub_807DDFC(void); void SetWeather(u32); void UpdateWeatherPerDay(u16); -struct WeatherSubstruct { - u8 filler_0[5]; - u8 unk_5_0:2; - u8 unk_5_2:2; - u8 unk_5_4:4; -}; - struct Weather { u8 filler_000[0xf0]; - struct WeatherSubstruct *unk_0f0[20]; + struct Sprite *unk_0f0[20]; u8 filler_140[0xc0]; u8 unknown_200[2][32]; u8 filler_240[0x480]; |