Continue misc link documentation, rename reset_save_heap
This commit is contained in:
@@ -981,7 +981,7 @@ static void Task_DoRecordMixing(u8 taskId)
|
||||
|
||||
// Mixing Emerald records.
|
||||
case 6:
|
||||
if (!sub_801048C(FALSE))
|
||||
if (!Rfu_SetLinkRecovery(FALSE))
|
||||
{
|
||||
CreateTask(Task_LinkSave, 5);
|
||||
task->data[0]++;
|
||||
@@ -992,7 +992,7 @@ static void Task_DoRecordMixing(u8 taskId)
|
||||
{
|
||||
if (gWirelessCommType)
|
||||
{
|
||||
sub_801048C(TRUE);
|
||||
Rfu_SetLinkRecovery(TRUE);
|
||||
task->data[0] = 8;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user