Document remaining functions in cable_club
This commit is contained in:
@@ -2575,7 +2575,7 @@ static void LoadLinkMultiOpponentsData(void)
|
||||
challengeNum = gSaveBlock2Ptr->frontier.towerWinStreaks[battleMode][lvlMode] / 7;
|
||||
if (IsLinkTaskFinished())
|
||||
{
|
||||
SendBlock(bitmask_all_link_players_but_self(), &challengeNum, sizeof(challengeNum));
|
||||
SendBlock(BitmaskAllOtherLinkPlayers(), &challengeNum, sizeof(challengeNum));
|
||||
gSpecialVar_Result = 1;
|
||||
}
|
||||
}
|
||||
@@ -2612,7 +2612,7 @@ static void LoadLinkMultiOpponentsData(void)
|
||||
case 2:
|
||||
if (IsLinkTaskFinished())
|
||||
{
|
||||
SendBlock(bitmask_all_link_players_but_self(), &gSaveBlock2Ptr->frontier.trainerIds, sizeof(gSaveBlock2Ptr->frontier.trainerIds));
|
||||
SendBlock(BitmaskAllOtherLinkPlayers(), &gSaveBlock2Ptr->frontier.trainerIds, sizeof(gSaveBlock2Ptr->frontier.trainerIds));
|
||||
gSpecialVar_Result = 3;
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user