summaryrefslogtreecommitdiff
path: root/src/record_mixing.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-03-03 16:58:54 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-03-03 16:58:54 -0500
commit2879fe7fe05166f16b21223c2d4d24f5855c2788 (patch)
tree3e5525a118c249ab2419a61d7a61b4cb1985462b /src/record_mixing.c
parent63e700af6c735dc40f8ddb2b46cad9c0c43ad6b3 (diff)
parent1e7f4a80c77832d952688206bd7c98e11dba25ba (diff)
Merge branch 'master' into summary-screen-macros
Diffstat (limited to 'src/record_mixing.c')
-rw-r--r--src/record_mixing.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/record_mixing.c b/src/record_mixing.c
index aafd7284b..ad34bc432 100644
--- a/src/record_mixing.c
+++ b/src/record_mixing.c
@@ -293,7 +293,7 @@ static void ReceiveExchangePacket(u32 which)
static void PrintTextOnRecordMixing(const u8 *src)
{
- NewMenuHelpers_DrawDialogueFrame(0, 0);
+ DrawDialogueFrame(0, 0);
AddTextPrinterParameterized(0, 1, src, 0, 1, 0, NULL);
CopyWindowToVram(0, 3);
}
@@ -372,7 +372,7 @@ static void Task_RecordMixing_Main(u8 taskId)
{
CreateTask(sub_80AF2B4, 10);
}
- sub_8197434(0, 1);
+ ClearDialogWindowAndFrame(0, 1);
DestroyTask(taskId);
EnableBothScriptContexts();
}