diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-14 08:37:35 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-08-14 08:37:35 -0400 |
commit | eabf789edad55baff7a2d0ff95c7f10f689a2fbc (patch) | |
tree | 0062ac18c9163438ab8675640dd4acfdfe585515 /include/save_block_2.h | |
parent | cbf5ca94718075c645f4c34d7b6ab0e6e95a3995 (diff) |
Name some routines in save.s
Diffstat (limited to 'include/save_block_2.h')
-rw-r--r-- | include/save_block_2.h | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/include/save_block_2.h b/include/save_block_2.h index 8ab96183..52b570d0 100644 --- a/include/save_block_2.h +++ b/include/save_block_2.h @@ -23,14 +23,9 @@ struct SavArrayFooter }; struct SaveBlock2_Sub_20464 { - u8 unk_0; - u8 padding[3]; - int unk_4; - int unk_8; - u8 unk_C; - u8 unk_D; - u8 unk_E; - u8 padding2; + u32 unk_0; + u32 offset; + u32 size; }; struct SaveBlock2 @@ -44,9 +39,11 @@ struct SaveBlock2 /* 0x00214 */ u8 dynamic_region[0x20000]; /* 0x20214 */ int unk_20214; /* 0x20218 */ u8 unk_20218[8]; - /* 0x20220 */ int unk_20220; + /* 0x20220 */ u8 unk_20220[2]; + /* 0x20222 */ u8 filler_20222[2]; /* 0x20224 */ struct SavArrayHeader arrayHeaders[36]; - /* 0x20464 */ struct SaveBlock2_Sub_20464 unk_20464[4]; + /* 0x20464 */ struct SaveBlock2_Sub_20464 unk_20464[2]; + /* 0x2047C */ u8 filler_2047C[0x28]; /* 0x204A4 */ int unk_204A4; // TODO: finish this struct }; // size: 0x204A8 |