diff options
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index e90678f0b..d673b0efd 100644 --- a/include/global.h +++ b/include/global.h @@ -130,7 +130,10 @@ struct SaveBlock1 struct WarpData warp2; struct WarpData warp3; struct WarpData warp4; - u8 filler_2C[0x6]; + u16 battleMusic; + u8 weather; + u8 filler_2F; + u8 flashUsed; u16 mapDataId; u8 filler_34[0x45C]; u32 money; |