summaryrefslogtreecommitdiff
path: root/src/shop.c
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-11-06 11:30:21 -0600
committerDiegoisawesome <diego@domoreaweso.me>2018-11-06 11:30:21 -0600
commitf8d337e491f531285f6067e2e7f39a8d606036d6 (patch)
tree4e01743813177b9c69bc0e1108a22cc44e6da6c0 /src/shop.c
parent6d38431c330a79d97bfb72fdaaaa65901ce0fa64 (diff)
Finish cleaning up text.c
Diffstat (limited to 'src/shop.c')
-rwxr-xr-xsrc/shop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shop.c b/src/shop.c
index 35f52c8f9..e9c26cdf3 100755
--- a/src/shop.c
+++ b/src/shop.c
@@ -694,7 +694,7 @@ static void BuyMenuPrint(u8 windowId, const u8 *text, u8 x, u8 y, s8 speed, u8 c
static void BuyMenuDisplayMessage(u8 taskId, const u8 *text, TaskFunc callback)
{
- DisplayMessageAndContinueTask(taskId, 5, 10, 14, 1, GetPlayerTextSpeed(), text, callback);
+ DisplayMessageAndContinueTask(taskId, 5, 10, 14, 1, GetPlayerTextSpeedDelay(), text, callback);
schedule_bg_copy_tilemap_to_vram(0);
}