summaryrefslogtreecommitdiff
path: root/src/party_menu.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2020-02-03 16:41:25 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2020-02-03 16:41:25 -0500
commit7bd0a83d359beafc69a1a63cb51b11e98186a292 (patch)
tree1993b16281eea96f2850e36a958d7cfd3db0a4d7 /src/party_menu.c
parentd522588538e39b8d8a6dc47b557dcc4ae322a093 (diff)
I'm so original with these commit names
Diffstat (limited to 'src/party_menu.c')
-rw-r--r--src/party_menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/party_menu.c b/src/party_menu.c
index c9a88f157..600350ca9 100644
--- a/src/party_menu.c
+++ b/src/party_menu.c
@@ -3907,7 +3907,7 @@ static void CursorCB_Trade1(u8 taskId)
u16 species2 = GetMonData(&gPlayerParty[gPartyMenu.slotId], MON_DATA_SPECIES2);
u16 species = GetMonData(&gPlayerParty[gPartyMenu.slotId], MON_DATA_SPECIES);
u8 obedience = GetMonData(&gPlayerParty[gPartyMenu.slotId], MON_DATA_OBEDIENCE);
- u32 stringId = GetUnionRoomTradeMessageId(*(struct GFtgtGnameSub *)GetHostRFUtgtGname(), gUnknown_203B064, species2, gUnionRoomOfferedSpecies, gUnionRoomRequestedMonType, species, obedience);
+ u32 stringId = GetUnionRoomTradeMessageId(*(struct GFtgtGnameSub *)GetHostRFUtgtGname(), gPartnerTgtGnameSub, species2, gUnionRoomOfferedSpecies, gUnionRoomRequestedMonType, species, obedience);
if (stringId != UR_TRADE_MSG_NONE)
{