summaryrefslogtreecommitdiff
path: root/src/menu_helpers.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-08 02:27:20 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-08 02:27:20 -0500
commitb93d9238261edc6250f5f7bebe8b54643359729a (patch)
tree7f7a15f04f40a5c811dac3546a98d3ecd7858c81 /src/menu_helpers.c
parenteac70acab65dea005da2299e4bb209aff1ded60f (diff)
parentbd157b301dea3526a4c373737dc8167d9a02b168 (diff)
Merge branch 'master' into move-tutor
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 846c23b6b..25058abf9 100644
--- a/src/menu_helpers.c
+++ b/src/menu_helpers.c
@@ -129,7 +129,7 @@ void SetVBlankHBlankCallbacksToNull(void)
void DisplayMessageAndContinueTask(u8 taskId, u8 windowId, u16 arg2, u8 arg3, u8 fontId, u8 textSpeed, const u8 *string, void *taskFunc)
{
gUnknown_0203A140 = windowId;
- sub_8197B1C(windowId, TRUE, arg2, arg3);
+ DrawDialogFrameWithCustomTileAndPalette(windowId, TRUE, arg2, arg3);
if (string != gStringVar4)
StringExpandPlaceholders(gStringVar4, string);