Fix minor errors

This commit is contained in:
Phlosioneer
2019-03-01 01:18:58 -05:00
parent b8a60b055b
commit 459fd93b59
5 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -324,7 +324,7 @@ static void Task_RecordMixing_Main(u8 taskId)
case 0: // init
sSentRecord = malloc(sizeof(union PlayerRecords));
sReceivedRecords = malloc(sizeof(union PlayerRecords) * 4);
SetgLocalLinkPlayerId(gSpecialVar_0x8005);
SetLocalLinkPlayerId(gSpecialVar_0x8005);
VarSet(VAR_TEMP_0, 1);
gUnknown_03001130 = FALSE;
PrepareExchangePacket();