diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-03 20:59:29 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-11-03 20:59:29 -0400 |
commit | ca2bc94c2be5d7b915e5ab913ef026aa12b8fc0f (patch) | |
tree | 44f306d946f8431e51a079921d170c516a68466a /include/record_mixing.h | |
parent | af197ccd3bd62fab813154dc4311e65f9992a676 (diff) |
through sub_80E6BF8
Diffstat (limited to 'include/record_mixing.h')
-rw-r--r-- | include/record_mixing.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/include/record_mixing.h b/include/record_mixing.h new file mode 100644 index 000000000..5ccbdc0dd --- /dev/null +++ b/include/record_mixing.h @@ -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 |