From ca9cdc306e13a5aff6885aec83b8e23131260d45 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 2 Jul 2018 22:11:25 -0400 Subject: label some of pokemon_summary_screen --- src/money.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/money.c') diff --git a/src/money.c b/src/money.c index 12a8b71ff..53800f854 100644 --- a/src/money.c +++ b/src/money.c @@ -154,7 +154,7 @@ void PrintMoneyAmount(u32 amount, u8 size, u8 x, u8 y) } } -void sub_80B7AEC(u32 arg0, u8 left, u8 top) +void sub_80B7AEC(u32 arg0, u8 right, u8 top) { u8 buffer[32]; u8 *ptr; @@ -166,7 +166,7 @@ void sub_80B7AEC(u32 arg0, u8 left, u8 top) ptr = ConvertIntToDecimalString(ptr, arg0); - MenuPrint_RightAligned(buffer, left, top); + MenuPrint_RightAligned(buffer, right, top); #ifdef ENGLISH ptr[0] = 0xFC; -- cgit v1.2.3