summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;