mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
fix spelling error
This commit is contained in:
parent
dd8ecabe26
commit
1dc0d346d9
@ -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);
|
||||
|
@ -1964,7 +1964,7 @@ static void sub_8141DE4(u8 taskId)
|
||||
gSpecialVar_0x8004 = TRUE;
|
||||
else
|
||||
gSpecialVar_0x8004 = FALSE;
|
||||
AlertTVOfNewCointTotal(GetCoins());
|
||||
AlertTVOfNewCoinTotal(GetCoins());
|
||||
BeginHardwarePaletteFade(0xFF, 0, 0, 16, 0);
|
||||
gTasks[taskId].func = sub_8141E7C;
|
||||
}
|
||||
|
@ -1343,7 +1343,7 @@ static bool8 SlotAction_ExitMessage_NoMoreCoins(struct Task *task)
|
||||
static bool8 SlotAction_EndGame(struct Task *task)
|
||||
{
|
||||
SetCoins(sSlotMachine->coins);
|
||||
AlertTVOfNewCointTotal(GetCoins());
|
||||
AlertTVOfNewCoinTotal(GetCoins());
|
||||
BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB(0, 0, 0));
|
||||
sSlotMachine->state++;
|
||||
return FALSE;
|
||||
|
Loading…
Reference in New Issue
Block a user