summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2022-02-09 08:34:10 -0500
committerGitHub <noreply@github.com>2022-02-09 08:34:10 -0500
commiteb07617a2007edcd775ea4f1ee508bc1d76a9d7b (patch)
treee06437793db360322c5b28ee906cea7afd6d52f2
parent7d2344c07bea9a46993a92d4611fba80545acdd2 (diff)
parenta86a279184ce1013ca0b41a079419192ac07e736 (diff)
Merge pull request #1623 from kiliwily/master
Update money.c
-rw-r--r--src/money.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/money.c b/src/money.c
index 592ce9f75..5723974a8 100644
--- a/src/money.c
+++ b/src/money.c
@@ -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)