summaryrefslogtreecommitdiff
path: root/src/money.c
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2018-06-10 11:01:29 -0500
committerMarcus Huderle <huderlem@gmail.com>2018-06-10 11:09:57 -0500
commit2e80477ea11c265e69658b852c57097fd8a21492 (patch)
tree3df0755d3a2468805117b4ff8f34d10f53df3734 /src/money.c
parentc5bcb67bb871a445b20bbc0c226bc290dc5ba6bc (diff)
Label move_tutor_menu.c
Diffstat (limited to 'src/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 1081d5063..12a8b71ff 100644
--- a/src/money.c
+++ b/src/money.c
@@ -141,7 +141,7 @@ void PrintMoneyAmount(u32 amount, u8 size, u8 x, u8 y)
u8 stringWidth;
GetMoneyAmountText(buffer, amount, size);
- stringWidth = sub_8072CA4(buffer);
+ stringWidth = GetStringWidthInMenuWindow(buffer);
if (stringWidth >= (size + 1) * 8)
{