From cf34b11e46a44d87cd755ae55743f6e9f77defd5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Mon, 17 Oct 2016 23:49:18 -0700 Subject: put vars in gSaveBlock1 --- include/global.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/global.h') diff --git a/include/global.h b/include/global.h index 2e48a08bc..d0f160506 100644 --- a/include/global.h +++ b/include/global.h @@ -143,7 +143,8 @@ struct SaveBlock1 u8 unk938[52]; // pokedex related u8 filler_96C[0x2B4]; struct MapObjectTemplate mapObjectTemplates[64]; - u8 filler_1220[0x320]; + u8 filler_1220[0x120]; + u16 vars[0x100]; u32 gameStats[NUM_GAME_STATS]; u8 filler_1608[0x18F4]; struct SB1_2EFC_Struct sb1_2EFC_struct[5]; -- cgit v1.2.3