summaryrefslogtreecommitdiff
path: root/src/shop.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-11-06 11:44:14 -0600
committerGitHub <noreply@github.com>2018-11-06 11:44:14 -0600
commit93ff71fcfdf8b71a7b4899f271a5214503bcd510 (patch)
tree490f5c185053db27730eefe1f6764b406d4adfb2 /src/shop.c
parentccc5d27fcb8647225656b06a60a7d79ad0fa299f (diff)
parent9afe7a896e7bf9257d3c73c8fb592f0b9243d520 (diff)
Merge pull request #377 from DizzyEggg/render_text
Match Render text and attempt to clean up
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);
}