summaryrefslogtreecommitdiff
path: root/src/record_mixing.c
diff options
context:
space:
mode:
authorPhlosioneer <mattmdrr2@gmail.com>2019-02-11 00:05:20 -0500
committerPhlosioneer <mattmdrr2@gmail.com>2019-02-11 00:34:50 -0500
commitd979ac3bf3924051de8bb4154e8398083535eabb (patch)
tree9fbdace0b39e7ce58289720ea556817d7479a204 /src/record_mixing.c
parent6f1d2b870c1426e7f405f3b3bc4ff2b9edb380e1 (diff)
Document main_menu state machine, name window constants
The new names for the constants (and newly named functions) give a much better understanding of what the window system is trying to do.
Diffstat (limited to 'src/record_mixing.c')
-rw-r--r--src/record_mixing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/record_mixing.c b/src/record_mixing.c
index 189033685..5b106a184 100644
--- a/src/record_mixing.c
+++ b/src/record_mixing.c
@@ -370,7 +370,7 @@ static void Task_RecordMixing_Main(u8 taskId)
{
CreateTask(sub_80AF2B4, 10);
}
- sub_8197434(0, 1);
+ ClearWindowAndWideBorder(0, 1);
DestroyTask(taskId);
EnableBothScriptContexts();
}