battle_controller_link_opponent
This commit is contained in:
+1
-1
@@ -1482,7 +1482,7 @@ bool8 HasNoMonsToSwitch(u8 battler, u8 partyIdBattlerOn1, u8 partyIdBattlerOn2)
|
||||
{
|
||||
if (gBattleTypeFlags & BATTLE_TYPE_MULTI)
|
||||
{
|
||||
playerId = GetBankMultiplayerId(battler);
|
||||
playerId = GetBattlerMultiplayerId(battler);
|
||||
if (GetBattlerSide(battler) == B_SIDE_PLAYER)
|
||||
party = gPlayerParty;
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user