summaryrefslogtreecommitdiff
path: root/src/trade.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-03-15 14:27:50 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-03-15 14:27:50 -0400
commit2f4f63afdb6a7b77a8161f0cd42ae64cc5f1515c (patch)
treec1e9b848a7f6832a4f206075c33a2d66376208af /src/trade.c
parent67cdab24f8539aaacc1919b67764aae26ef7922f (diff)
Document old man batttle controller
Diffstat (limited to 'src/trade.c')
-rw-r--r--src/trade.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/trade.c b/src/trade.c
index 60643f2fc..21c127838 100644
--- a/src/trade.c
+++ b/src/trade.c
@@ -814,7 +814,7 @@ static void CB2_ReturnFromLinkTrade2(void)
if (gWirelessCommType)
{
ToggleLMANlinkRecovery(TRUE);
- PrepareSendLinkCmd2FFE_or_RfuCmd6600();
+ SetLinkStandbyCallback();
}
}
break;
@@ -2001,7 +2001,7 @@ static void TradeMenuCB_11(void)
{
if (gWirelessCommType)
{
- PrepareSendLinkCmd2FFE_or_RfuCmd6600();
+ SetLinkStandbyCallback();
}
else
{
@@ -2041,7 +2041,7 @@ static void TradeMenuCB_16(void)
{
if (!ToggleLMANlinkRecovery(FALSE))
{
- PrepareSendLinkCmd2FFE_or_RfuCmd6600();
+ SetLinkStandbyCallback();
sTradeMenuResourcesPtr->tradeMenuCBnum = 13;
}
}