summaryrefslogtreecommitdiff
path: root/src/menu_helpers.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-09-10 10:20:41 -0500
committerGitHub <noreply@github.com>2018-09-10 10:20:41 -0500
commitcb053b3a15cf342ab520d234f6dbae27a6199d45 (patch)
treecb93014d00fbd49975b1607fe2c5698f61a38fa0 /src/menu_helpers.c
parent37edb063babb4f8d7b81ea95fb5911a0ab0878c7 (diff)
parent74cc2cf512657f478667f6b57ab595ab546962a1 (diff)
Merge pull request #312 from DizzyEggg/decompile_frontier_2
Decompile Battle Factory
Diffstat (limited to 'src/menu_helpers.c')
-rw-r--r--src/menu_helpers.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu_helpers.c b/src/menu_helpers.c
index 217fdabae..0f6d5aa38 100644
--- a/src/menu_helpers.c
+++ b/src/menu_helpers.c
@@ -137,7 +137,7 @@ void DisplayMessageAndContinueTask(u8 taskId, u8 windowId, u16 arg2, u8 arg3, u8
StringExpandPlaceholders(gStringVar4, string);
gTextFlags.flag_0 = 1;
- AddTextPrinterParameterized(windowId, fontId, gStringVar4, textSpeed, NULL, 2, 1, 3);
+ AddTextPrinterParameterized2(windowId, fontId, gStringVar4, textSpeed, NULL, 2, 1, 3);
gUnknown_0300117C = taskFunc;
gTasks[taskId].func = Task_ContinueTaskAfterMessagePrints;
}