diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-17 20:51:05 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-05-17 20:51:05 -0400 |
commit | ebea499a3f052456ece4272ae06c55eee0194cdf (patch) | |
tree | a784d50f7365a100dfb651d346eff949e80bf581 /include | |
parent | 16fbf5dd8a674b5df7e6ff61325fd138ca1eb212 (diff) |
sub_80BE9D4 (mostly matching)
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h index f08c76bac..4790c4ed2 100644 --- a/include/global.h +++ b/include/global.h @@ -261,6 +261,17 @@ struct TVShowMassOutbreak { u8 pad19[11]; }; +struct TVShowUnknownTVShowType { + /*0x00*/ u8 var00; + /*0x01*/ u8 var01; + /*0x02*/ u8 var02; + /*0x03*/ u8 var03; + /*0x04*/ u16 var04; + /*0x06*/ u8 language; + u8 pad07[12]; + /*0x13*/ u8 playerName[8]; +}; + typedef union TVShow { struct TVShowCommon common; struct TVShowFanClubLetter fanclubLetter; @@ -268,6 +279,7 @@ typedef union TVShow { struct TVShowFanclubOpinions fanclubOpinions; struct TVShowNameRaterShow nameRaterShow; struct TVShowMassOutbreak massOutbreak; + struct TVShowUnknownTVShowType unknownTvShowType; } TVShow; struct MailStruct |