summaryrefslogtreecommitdiff
path: root/include/tv.h
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-16 05:07:44 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-08-16 05:18:09 -0400
commite98e4652fd252edfde79155d21ee55a80a1f94ce (patch)
treeb30a4c0f955ee58934a15f42c12f46425b207284 /include/tv.h
parent9f4525666dca0576f7192528faea81b9ad6e2ea5 (diff)
Document contest live updates
Diffstat (limited to 'include/tv.h')
-rw-r--r--include/tv.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/tv.h b/include/tv.h
index 8e9233c2b..4b5aceb55 100644
--- a/include/tv.h
+++ b/include/tv.h
@@ -59,11 +59,11 @@ void SaveRecordedItemPurchasesForTVShow(void);
bool8 ShouldAirFrontierTVShow(void);
void sub_80EE8C8(u16 winStreak, u8 facilityAndMode);
void BravoTrainerPokemonProfile_BeforeInterview2(u8 contestStandingPlace);
-void ContestLiveUpdates_BeforeInterview_1(u8 a0);
-void ContestLiveUpdates_BeforeInterview_2(u8 a0);
-void ContestLiveUpdates_BeforeInterview_3(u8 a0);
-void ContestLiveUpdates_BeforeInterview_4(u16 a0);
-void ContestLiveUpdates_BeforeInterview_5(u8 a0, u8 a1);
+void ContestLiveUpdates_Init(u8 round1Placing);
+void ContestLiveUpdates_SetRound2Placing(u8 round2Placing);
+void ContestLiveUpdates_SetWinnerAppealFlag(u8 flag);
+void ContestLiveUpdates_SetWinnerMoveUsed(u16 move);
+void ContestLiveUpdates_SetLoserData(u8 flag, u8 loser);
void ResetGabbyAndTy(void);
#endif //GUARD_TV_H