through sub_80E6BF8

This commit is contained in:
PikalaxALT
2017-11-03 20:59:29 -04:00
parent af197ccd3b
commit ca2bc94c2b
7 changed files with 70 additions and 75 deletions

19
include/record_mixing.h Normal file
View File

@@ -0,0 +1,19 @@
#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];
u8 language_maybe : 4;
u8 unknown : 4;
u32 stepsTaken;
};
// Exported RAM declarations
// Exported ROM declarations
#endif //GUARD_RECORD_MIXING_H