diff options
| author | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-04 19:10:37 -0500 | 
|---|---|---|
| committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-12-04 19:10:37 -0500 | 
| commit | 0b58905eeaf63584af069f9f74360aaf52b407b8 (patch) | |
| tree | 423cf0c9bd8f07232c8e79b73bd9fdd978529e8d /include | |
| parent | feb0d13534c9fbd424091297e2510b2f0e206402 (diff) | |
sub_800E3A8
Diffstat (limited to 'include')
| -rw-r--r-- | include/global.h | 9 | 
1 files changed, 8 insertions, 1 deletions
| diff --git a/include/global.h b/include/global.h index cfde8ce52..fd52e5a28 100644 --- a/include/global.h +++ b/include/global.h @@ -562,6 +562,11 @@ struct WaldaPhrase      bool8 patternUnlocked;  }; +struct UnkSaveSubstruct_3b98 { +    u32 trainerId; +    u8 trainerName[8]; +}; +  struct SaveBlock1  {      /*0x00*/ struct Coords16 pos; @@ -646,7 +651,9 @@ struct SaveBlock1      /*0x3B14*/ struct RecordMixingGift recordMixingGift;      /*0x3B24*/ u8 seen2[52];      /*0x3B58*/ LilycoveLady lilycoveLady; -    /*0x3B88*/ u8 filler_3B88[0x1E8]; +    /*0x3B88*/ u8 filler_3B88[0x10]; +    /*0x3B98*/ struct UnkSaveSubstruct_3b98 unk_3B98[20]; +    /*0x3C88*/ u8 filler_3C88[0xE8];      /*0x3D70*/ struct WaldaPhrase waldaPhrase;      // sizeof: 0x3D88  }; | 
