diff options
author | YamaArashi <shadow962@live.com> | 2016-10-01 09:08:16 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-01 09:08:16 -0700 |
commit | 1fda6f0f4b34e797d44f0d32c1e82e6a2a840424 (patch) | |
tree | 1be46679cddf0e381cff913dad564841b84eb4d9 /include/global.h | |
parent | 956a257b4ae75c0e7637cc076d0ce79396d40978 (diff) |
remove zeros from connection macros
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index bcc4d240d..e90678f0b 100644 --- a/include/global.h +++ b/include/global.h @@ -126,7 +126,11 @@ struct SaveBlock1 { struct Coords16 pos; struct WarpData location; - u8 filler_C[0x26]; + struct WarpData warp1; + struct WarpData warp2; + struct WarpData warp3; + struct WarpData warp4; + u8 filler_2C[0x6]; u16 mapDataId; u8 filler_34[0x45C]; u32 money; |