mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 03:34:15 +01:00
Update money.c
This commit is contained in:
parent
7d2344c07b
commit
a86a279184
@ -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 New Issue
Block a user