diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-03 22:26:12 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-03 22:26:12 -0400 |
commit | 1c3e7f169f26d471280a0f7aa1043dbd68e981c7 (patch) | |
tree | 9ce208cc6c35411a4ef4db4805c119148377c93f /include/global.h | |
parent | 20ebcf71699a3463e130b68b1c2c2a3f984c8db8 (diff) |
sub_80E6E24
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h index f3c58a3d8..8343f99f8 100644 --- a/include/global.h +++ b/include/global.h @@ -490,12 +490,13 @@ struct LilycoveLadyContest /*0x00e*/ u8 language; }; -typedef union // TODO +typedef union { struct LilycoveLadyQuiz quiz; struct LilycoveLadyFavour favour; struct LilycoveLadyContest contest; u8 id; + u8 pad[0x40]; } LilycoveLady; struct WaldaPhrase @@ -592,7 +593,7 @@ struct SaveBlock1 /*0x3B14*/ struct RecordMixingGift recordMixingGift; /*0x3B24*/ u8 seen2[52]; /*0x3B58*/ LilycoveLady lilycoveLady; - /*0x3B88*/ u8 filler_3B88[0x1E8]; + /*0x3B98*/ u8 filler_3B88[0x1D8]; /*0x3D70*/ struct WaldaPhrase waldaPhrase; // sizeof: 0x3D88 }; |