diff options
Diffstat (limited to 'src/link.c')
-rw-r--r-- | src/link.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/link.c b/src/link.c index 8b33caf6f..e11ba4f29 100644 --- a/src/link.c +++ b/src/link.c @@ -809,7 +809,7 @@ u8 GetLinkPlayerDataExchangeStatusTimed(int lower, int upper) { if (gLinkPlayers[0].linkType == 0x1133) { - switch (sub_804FB34()) + switch (Trade_CalcLinkPlayerCompatibilityParam()) { case 0: sPlayerDataExchangeStatus = EXCHANGE_COMPLETE; |