diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-18 21:13:43 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-18 21:13:43 -0400 |
commit | f3e4f2f2104a86dc36415120b90c54793e324c39 (patch) | |
tree | 3ff5d07938a73d5aa2a77072fa501a91fc6df4c6 /include/global.h | |
parent | d4988da0cab8e88d390042d568641177ebb8ce41 (diff) |
SetContestCategoryStringVarForInterview
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index a6ab3eb63..086b858d0 100644 --- a/include/global.h +++ b/include/global.h @@ -298,6 +298,14 @@ struct TVShowSmartShopper { u16 itemAmounts[3]; }; +struct TVShowContestWinner { + u8 var00; + u8 var01; + u8 pad02[17]; + u8 contestCategory:3; + u8 var13_3:5; +}; + typedef union TVShow { struct TVShowCommon common; struct TVShowFanClubLetter fanclubLetter; @@ -308,6 +316,7 @@ typedef union TVShow { struct TVShowUnknownTVShowType unknownTvShowType; struct TVShowUnknownTVShowType2 unknownTvShowType2; struct TVShowSmartShopper smartshopperShow; + struct TVShowContestWinner contestShow; } TVShow; struct MailStruct |