Implemented review changes from https://github.com/pret/pokefirered/pull/548
This commit is contained in:
@@ -201,7 +201,7 @@ static void CB2_MysteryEventMenu(void)
|
||||
case 6:
|
||||
if (IsLinkConnectionEstablished())
|
||||
{
|
||||
if (gReceivedRemoteLinkPlayers != 0)
|
||||
if (gReceivedRemoteLinkPlayers)
|
||||
{
|
||||
if (GetLinkPlayerDataExchangeStatusTimed(2, 2) == EXCHANGE_DIFF_SELECTIONS)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user