diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-21 20:28:42 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-03-21 20:28:42 -0400 |
commit | f6565a15d403cf5878c4fbcfd30f4885ea77480f (patch) | |
tree | 09f24887d94c7904d13c21dc479eef1c5d37223c /include/field_weather.h | |
parent | 30c265118c359aca67a96214d50fd14f6979c005 (diff) |
Style fixes; attempt to match help_system NONMATCHING
Diffstat (limited to 'include/field_weather.h')
-rw-r--r-- | include/field_weather.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/field_weather.h b/include/field_weather.h index c8921c1fe..334bc0863 100644 --- a/include/field_weather.h +++ b/include/field_weather.h @@ -35,8 +35,8 @@ struct Weather u8 fadeScreenCounter; bool8 readyForInit; u8 taskId; - u8 fade_in_active; - u8 fade_in_counter; + u8 fadeInActive; + u8 fadeInCounter; u16 initStep; u16 finishStep; u8 currWeather; |