summaryrefslogtreecommitdiff
path: root/src/union_room.c
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-10-04 07:42:45 -0400
committerGriffinR <griffin.richards@comcast.net>2019-10-04 07:42:45 -0400
commit2b0c9442864c8f7a138bd601d3dc17f3ecc9e586 (patch)
treed80d9dc641702690781e23a48d244d3e3b468977 /src/union_room.c
parent4a7f06188557e4bbc7bdcfa6656d9e8dec29929a (diff)
Document more of trade
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 908e57423..ba5d7983c 100644
--- a/src/union_room.c
+++ b/src/union_room.c
@@ -2345,7 +2345,7 @@ void sub_8013F90(u8 taskId)
case 3:
if (GetBlockReceivedStatus() == 3)
{
- memcpy(gUnknown_020321C0, gBlockRecvBuffer[GetMultiplayerId() ^ 1], sizeof(struct MailStruct) * PARTY_SIZE);
+ memcpy(gTradeMail, gBlockRecvBuffer[GetMultiplayerId() ^ 1], sizeof(struct MailStruct) * PARTY_SIZE);
ResetBlockReceivedFlags();
gSelectedTradeMonPositions[TRADE_PLAYER] = monId;
gSelectedTradeMonPositions[TRADE_PARTNER] = PARTY_SIZE;