diff options
author | hondew <pokehondew@gmail.com> | 2019-02-07 13:39:18 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-28 21:21:56 -0600 |
commit | 67fe781ed2fd5f09fdf47a9c8026177e740f3208 (patch) | |
tree | 270ceaa1ffdabd969713e5aee5ac6bc9a44d448f /include | |
parent | 5c8cc5225ff7c11533f8421039e6e9e75adcee90 (diff) |
clean up slot machine until AwardPayout
Diffstat (limited to 'include')
-rw-r--r-- | include/tv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/tv.h b/include/tv.h index 0f50f2327..a5c26af0c 100644 --- a/include/tv.h +++ b/include/tv.h @@ -26,8 +26,8 @@ bool8 GetPriceReduction(u8 newsKind); void sub_80F14F8(TVShow *shows); size_t CountDigits(int value); u8 GetRibbonCount(struct Pokemon *pokemon); -void reportPlayedSlotMachine(u16 nCoinsSpent); -void reportPlayedRoulette(u16 nCoinsSpent); +void AlertTVThatYouPlayedSlotMachine(u16 nCoinsSpent); +void AlertTVThatYouPlayedRoulette(u16 nCoinsSpent); void reportNewCoinTotal(u16 nCoinsPaidOut); void sub_80EEA70(void); void sub_80EDB44(void); |