summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tv.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/tv.c b/src/tv.c
index f7cc4b4c3..6a1ba2d77 100644
--- a/src/tv.c
+++ b/src/tv.c
@@ -2002,6 +2002,15 @@ _080C0458: .4byte 0x00002738\n\
}
#endif
+void sub_80C045C(void) {
+ u8 i;
+ for (i=0; i<5; i++) {
+ if (sub_80BFB54(gSaveBlock1.tvShows.shows[i].common.var00) == 2) {
+ gSaveBlock1.tvShows.shows[i].common.var01 = 0;
+ }
+ }
+}
+
asm(".section .dotvshow\n");
void DoTVShowPokemonFanClubLetter(void);