Update money.c
This commit is contained in:
parent
7d2344c07b
commit
a86a279184
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ void SubtractMoneyFromVar0x8005(void)
|
|||
|
||||
void PrintMoneyAmountInMoneyBox(u8 windowId, int amount, u8 speed)
|
||||
{
|
||||
PrintMoneyAmount(windowId, 0x26, 1, amount, speed);
|
||||
PrintMoneyAmount(windowId, 38, 1, amount, speed);
|
||||
}
|
||||
|
||||
void PrintMoneyAmount(u8 windowId, u8 x, u8 y, int amount, u8 speed)
|
||||
|
|
Loading…
Reference in a new issue