pokeemerald/include/record_mixing.h

27 lines
501 B
C
Raw Normal View History

2017-11-03 20:59:29 -04:00
#ifndef GUARD_RECORD_MIXING_H
#define GUARD_RECORD_MIXING_H
// Exported type declarations
struct DayCareMailRecordMixing {
struct MailStruct mail;
u8 OT_name[OT_NAME_LENGTH + 1];
u8 monName[11];
2017-11-06 23:03:11 -05:00
u8 language_maybe:4;
u8 unknown:4;
2017-11-03 20:59:29 -04:00
};
2017-11-06 23:03:11 -05:00
struct UnkStruct_80E7B60 {
struct DayCareMailRecordMixing unk_00[2];
u32 unk_70;
u16 unk_74[2];
}; // size = 0x78
2017-11-03 20:59:29 -04:00
// Exported RAM declarations
// Exported ROM declarations
2017-11-03 22:26:12 -04:00
void sub_80E8260(void *);
2017-11-03 20:59:29 -04:00
#endif //GUARD_RECORD_MIXING_H