summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-14 23:07:27 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-14 23:07:27 -0400
commit89904a0f2492e9e579b7478c4a66cc547027cf48 (patch)
tree83e7ae2f62daadca91b6bfb8cd99222caa2ee2ce /include
parentb833bf304963f92de2670529d1d9083180ade9ba (diff)
sub_8123878
Diffstat (limited to 'include')
-rw-r--r--include/field_weather.h9
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];