summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.h2
-rw-r--r--include/tv.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 5ea13f7cc..4a82972b5 100644
--- a/include/global.h
+++ b/include/global.h
@@ -201,7 +201,7 @@ struct TVShowFanClubLetter {
/*0x00*/ u8 var00;
/*0x01*/ u8 var01;
/*0x02*/ u16 species;
- u8 pad04[12];
+ /*0x04*/ u16 pad04[6];
/*0x10*/ u8 playerName[8];
/*0x18*/ u8 var18;
};
diff --git a/include/tv.h b/include/tv.h
index e7186b05b..f6dd7a007 100644
--- a/include/tv.h
+++ b/include/tv.h
@@ -9,6 +9,7 @@ enum
TVSHOW_FAN_CLUB_LETTER = 1,
TVSHOW_RECENT_HAPPENINGS = 2,
TVSHOW_PKMN_FAN_CLUB_OPINIONS = 3,
+ TVSHOW_UNKN_SHOWTYPE_04 = 4,
TVSHOW_NAME_RATER_SHOW = 5,
TVSHOW_UNK_SHOWTYPE_06 = 6,
TVSHOW_UNK_SHOWTYPE_07 = 7,