Finish union room battle

This commit is contained in:
PikalaxALT
2019-04-01 22:30:30 -04:00
committed by huderlem
parent 4be97b2dc6
commit 7571969a45
11 changed files with 271 additions and 760 deletions
+1 -1
View File
@@ -2332,7 +2332,7 @@ void sub_8013F90(u8 taskId)
if (GetBlockReceivedStatus() == 3)
{
gEnemyParty[0] = *(struct Pokemon*)(gBlockRecvBuffer[GetMultiplayerId() ^ 1]);
IncrementGameStat(GAME_STAT_50);
IncrementGameStat(GAME_STAT_NUM_UNION_ROOM_BATTLES);
ResetBlockReceivedFlags();
gTasks[taskId].data[0]++;
}