From 62afe08422b65aef839d74ec248d67d48be6bf55 Mon Sep 17 00:00:00 2001 From: PikalaxALT Date: Fri, 14 Aug 2020 08:59:42 -0400 Subject: Name some save routines --- include/save_block_2.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/save_block_2.h b/include/save_block_2.h index 52b570d0..5257b11d 100644 --- a/include/save_block_2.h +++ b/include/save_block_2.h @@ -30,19 +30,19 @@ struct SaveBlock2_Sub_20464 { struct SaveBlock2 { - /* 0x00000 */ int unk_00000; + /* 0x00000 */ int flashType; /* 0x00004 */ int unk_00004; /* 0x00008 */ int unk_00008; /* 0x0000C */ int unk_0000C; /* 0x00010 */ int unk_00010; - /* 0x00014 */ struct MATHCRC16Table unk_00014; + /* 0x00014 */ struct MATHCRC16Table crcTable; /* 0x00214 */ u8 dynamic_region[0x20000]; /* 0x20214 */ int unk_20214; /* 0x20218 */ u8 unk_20218[8]; /* 0x20220 */ u8 unk_20220[2]; /* 0x20222 */ u8 filler_20222[2]; /* 0x20224 */ struct SavArrayHeader arrayHeaders[36]; - /* 0x20464 */ struct SaveBlock2_Sub_20464 unk_20464[2]; + /* 0x20464 */ struct SaveBlock2_Sub_20464 saveSlotSpecs[2]; /* 0x2047C */ u8 filler_2047C[0x28]; /* 0x204A4 */ int unk_204A4; // TODO: finish this struct -- cgit v1.2.3