summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-05-19 11:32:40 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-05-19 11:32:40 -0400
commit63f05cfc7c3634545a9230b0ce41259bcc61aef0 (patch)
tree821782a3d9cd90c1e5ad0f55bad54d1653ca80ca /include
parentbade8566271df0ef7f27370573561f4d03f2caf5 (diff)
Plug another hole in tv.c
Diffstat (limited to 'include')
-rw-r--r--include/global.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.h b/include/global.h
index 17fd3c4a5..cd7bdcdb3 100644
--- a/include/global.h
+++ b/include/global.h
@@ -276,7 +276,7 @@ struct TVShowPokemonAngler {
/*0x13*/ u8 playerName[8];
};
-struct TVShowUnknownTVShowType2 {
+struct TVShowWorldOfMasters {
/*0x00*/ u8 var00;
/*0x01*/ u8 var01;
/*0x02*/ u16 var02;
@@ -314,7 +314,7 @@ typedef union TVShow {
struct TVShowNameRaterShow nameRaterShow;
struct TVShowMassOutbreak massOutbreak;
struct TVShowPokemonAngler pokemonAngler;
- struct TVShowUnknownTVShowType2 unknownTvShowType2;
+ struct TVShowWorldOfMasters worldOfMasters;
struct TVShowSmartShopper smartshopperShow;
struct TVShowContestWinner contestShow;
} TVShow;