diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-03-17 08:53:24 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-17 08:53:24 -0400 |
commit | d52f2aa5712d042f344409d8925ed80d7109706e (patch) | |
tree | bd32fd38e0409fa6f899b6fbc02433bbccb3a237 /include/global.h | |
parent | f8915246a77a4453135ac3a4e6a61c098d557451 (diff) | |
parent | 8a64f8b431b0d68453f8d4302474926adf407bb1 (diff) |
Merge pull request #305 from PikalaxALT/field_weather
Field weather
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index 8a8877143..b2fd67b4b 100644 --- a/include/global.h +++ b/include/global.h @@ -749,7 +749,7 @@ struct SaveBlock1 /*0x0024*/ struct WarpData escapeWarp; /*0x002C*/ u16 savedMusic; /*0x002E*/ u8 weather; - /*0x002F*/ u8 filler_2F; + /*0x002F*/ u8 weatherCycleStage; /*0x0030*/ u8 flashLevel; /*0x0032*/ u16 mapLayoutId; /*0x0034*/ u8 playerPartyCount; |