From 12ae329038b44197246de99bcd2c41449f5797e5 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Sun, 23 Oct 2016 12:23:02 -0700 Subject: add player party to save block 1 --- include/global.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/global.h') diff --git a/include/global.h b/include/global.h index 223cdd4a4..c1584f4f4 100644 --- a/include/global.h +++ b/include/global.h @@ -94,6 +94,7 @@ struct SecretBaseRecord #include "game_stat.h" #include "fieldmap.h" #include "berry.h" +#include "pokemon.h" struct WarpData { @@ -136,7 +137,9 @@ struct SaveBlock1 u8 filler_2F; u8 flashUsed; u16 mapDataId; - u8 filler_34[0x45C]; + u8 filler_34[0x200]; + u8 playerPartyCount; + struct Pokemon playerParty[6]; u32 money; u16 coins; u16 registeredItem; // registered for use with SELECT button -- cgit v1.2.3