summaryrefslogtreecommitdiff
path: root/src/buy_menu_helpers.c
diff options
context:
space:
mode:
authorEvan <eroelke@gmail.com>2019-11-24 16:23:06 -0700
committerEvan <eroelke@gmail.com>2019-11-24 16:23:06 -0700
commit2cc4db0c786e20c1ef9823d0d0a027f39dfef9f3 (patch)
treed6510c8a29299ad28df8bf129c76f34cc4fd6c42 /src/buy_menu_helpers.c
parentb18ec47b1393d562655e50d30acb3de191423581 (diff)
remove .s files
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);
}