summaryrefslogtreecommitdiff
path: root/src/item_menu.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/item_menu.c
parent6d38431c330a79d97bfb72fdaaaa65901ce0fa64 (diff)
Finish cleaning up text.c
Diffstat (limited to 'src/item_menu.c')
-rwxr-xr-xsrc/item_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/item_menu.c b/src/item_menu.c
index 7dbdf716f..64c8036dd 100755
--- a/src/item_menu.c
+++ b/src/item_menu.c
@@ -1029,7 +1029,7 @@ void DisplayItemMessage(u8 taskId, u8 fontId, const u8 *str, void ( *callback)(u
data[10] = AddItemMessageWindow(4);
FillWindowPixelBuffer(data[10], 17);
- DisplayMessageAndContinueTask(taskId, data[10], 10, 13, fontId, GetPlayerTextSpeed(), str, callback);
+ DisplayMessageAndContinueTask(taskId, data[10], 10, 13, fontId, GetPlayerTextSpeedDelay(), str, callback);
schedule_bg_copy_tilemap_to_vram(1);
}