diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-29 00:25:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 00:25:01 -0400 |
commit | f7a699c686d329edb48686d175caf709de426bf5 (patch) | |
tree | e018c1eff7e4ea0ba86cca1cfdcb034e40dbd7c7 /include/global.h | |
parent | 6c38837b266c0dd36ccdd04559199282daa7a8a0 (diff) | |
parent | aad090e154d4cb1397468f3b19071ddad688a7bc (diff) |
Merge pull request #1421 from GriffinRichards/doc-tvrecordmix
Document TV
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/global.h b/include/global.h index 19605ca57..e4c11f9ef 100644 --- a/include/global.h +++ b/include/global.h @@ -727,7 +727,7 @@ struct ContestWinner u8 contestRank; }; -struct DayCareMail +struct DaycareMail { struct MailStruct message; u8 OT_name[PLAYER_NAME_LENGTH + 1]; @@ -739,7 +739,7 @@ struct DayCareMail struct DaycareMon { struct BoxPokemon mon; - struct DayCareMail mail; + struct DaycareMail mail; u32 steps; }; @@ -750,9 +750,9 @@ struct DayCare u8 stepCounter; }; -struct RecordMixingDayCareMail +struct RecordMixingDaycareMail { - struct DayCareMail mail[DAYCARE_MON_COUNT]; + struct DaycareMail mail[DAYCARE_MON_COUNT]; u32 numDaycareMons; bool16 holdsItem[DAYCARE_MON_COUNT]; }; |