diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-06 11:44:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 11:44:14 -0600 |
commit | 93ff71fcfdf8b71a7b4899f271a5214503bcd510 (patch) | |
tree | 490f5c185053db27730eefe1f6764b406d4adfb2 /src/shop.c | |
parent | ccc5d27fcb8647225656b06a60a7d79ad0fa299f (diff) | |
parent | 9afe7a896e7bf9257d3c73c8fb592f0b9243d520 (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-x | src/shop.c | 2 |
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); } |