diff options
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; |