Sync trade

This commit is contained in:
GriffinR
2022-12-09 12:34:55 -05:00
parent dc24fde7f6
commit 347a02ace1
10 changed files with 813 additions and 813 deletions

View File

@@ -1271,7 +1271,7 @@ static u32 IsTryingToTradeAcrossVersionTooSoon(struct WirelessLink_Group *data,
{
if (!(gSaveBlock2Ptr->specialSaveWarpFlags & CHAMPION_SAVEWARP))
return UR_TRADE_PLAYER_NOT_READY;
else if (partner->rfu.data.compatibility.isChampion)
else if (partner->rfu.data.compatibility.canLinkNationally)
return UR_TRADE_READY;
}
else