summaryrefslogtreecommitdiff
path: root/src/union_room.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-04-01 22:30:30 -0400
committerhuderlem <huderlem@gmail.com>2019-04-01 22:08:50 -0500
commit7571969a458fefcfa242acdd4a38dce134897977 (patch)
tree169592e670d596f4f295bf5f0f3c4b64b994050a /src/union_room.c
parent4be97b2dc691d5215ae402a345708b3e207ceb9f (diff)
Finish union room battle
Diffstat (limited to 'src/union_room.c')
-rw-r--r--src/union_room.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room.c b/src/union_room.c
index 88ac65baa..ea3658903 100644
--- a/src/union_room.c
+++ b/src/union_room.c
@@ -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]++;
}