summaryrefslogtreecommitdiff
path: root/src/buy_menu_helpers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/buy_menu_helpers.c')
-rw-r--r--src/buy_menu_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/buy_menu_helpers.c b/src/buy_menu_helpers.c
index cf8072977..44de094b5 100644
--- a/src/buy_menu_helpers.c
+++ b/src/buy_menu_helpers.c
@@ -177,7 +177,7 @@ void BuyMenuDrawMoneyBox(void)
PrintMoneyAmountInMoneyBoxWithBorder(0, 0xA, 0xF, GetMoney(&gSaveBlock1Ptr->money));
}
-void BuyMenuPrint(u8 windowId, u8 font, const u8 *text, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, s8 speed, u8 color)
+void BuyMenuPrint(u8 windowId, u8 font, const u8 *text, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, u8 speed, u8 color)
{
AddTextPrinterParameterized4(windowId, font, x, y, letterSpacing, lineSpacing, sShopBuyMenuTextColors[color], speed, text);
}