diff options
author | hondew <pokehondew@gmail.com> | 2019-02-22 16:12:37 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-02-28 21:21:56 -0600 |
commit | 1dc0d346d949f858e2aae602ebf60eb81bf6b7d7 (patch) | |
tree | 75c9c82683f6d2d4ff95bbbd1ce9ebfbb485d5ac /include | |
parent | dd8ecabe26e5e525306047507d33bc1640040871 (diff) |
fix spelling error
Diffstat (limited to 'include')
-rw-r--r-- | include/tv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/tv.h b/include/tv.h index ec01717e2..ec7ac1e89 100644 --- a/include/tv.h +++ b/include/tv.h @@ -28,7 +28,7 @@ size_t CountDigits(int value); u8 GetRibbonCount(struct Pokemon *pokemon); void AlertTVThatPlayerPlayedSlotMachine(u16 nCoinsSpent); void AlertTVThatPlayerPlayedRoulette(u16 nCoinsSpent); -void AlertTVOfNewCointTotal(u16 nCoinsPaidOut); +void AlertTVOfNewCoinTotal(u16 nCoinsPaidOut); void sub_80EEA70(void); void sub_80EDB44(void); void sub_80EDC60(const u16 *words); |