sub_80E6E24

This commit is contained in:
PikalaxALT
2017-11-03 22:26:12 -04:00
parent 20ebcf7169
commit 1c3e7f169f
7 changed files with 54 additions and 112 deletions

View File

@@ -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
};

View File

@@ -192,5 +192,7 @@ void sub_8011BD0(void);
u8 sub_800ABAC(void);
u8 sub_800ABBC(void);
void sub_800AC34(void);
bool32 sub_800A064(void);
bool32 sub_800A03C(void);
#endif // GUARD_LINK_H

View File

@@ -16,4 +16,6 @@ struct DayCareMailRecordMixing {
// Exported ROM declarations
void sub_80E8260(void *);
#endif //GUARD_RECORD_MIXING_H

View File

@@ -9,5 +9,6 @@
void sub_80E9578(void);
void sub_80E980C(void);
void sub_80EB18C(struct SecretBaseRecord *dest);
void sub_80E9914(void);
#endif //GUARD_SECRET_BASE_H

View File

@@ -14,5 +14,6 @@ void sub_80EEA70(void);
void sub_80F14F8(TVShow *shows);
size_t sub_80EF370(int value);
void sub_80F1208(TVShow *dest);
void sub_80F0BB8(void);
#endif //GUARD_TV_H