summaryrefslogtreecommitdiff
path: root/include/tv.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tv.h')
-rw-r--r--include/tv.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/tv.h b/include/tv.h
index a5c26af0c..ec01717e2 100644
--- a/include/tv.h
+++ b/include/tv.h
@@ -26,9 +26,9 @@ bool8 GetPriceReduction(u8 newsKind);
void sub_80F14F8(TVShow *shows);
size_t CountDigits(int value);
u8 GetRibbonCount(struct Pokemon *pokemon);
-void AlertTVThatYouPlayedSlotMachine(u16 nCoinsSpent);
-void AlertTVThatYouPlayedRoulette(u16 nCoinsSpent);
-void reportNewCoinTotal(u16 nCoinsPaidOut);
+void AlertTVThatPlayerPlayedSlotMachine(u16 nCoinsSpent);
+void AlertTVThatPlayerPlayedRoulette(u16 nCoinsSpent);
+void AlertTVOfNewCointTotal(u16 nCoinsPaidOut);
void sub_80EEA70(void);
void sub_80EDB44(void);
void sub_80EDC60(const u16 *words);