Document Battle Tower scripts
This commit is contained in:
@@ -2572,7 +2572,7 @@ static u8 GetPartyMenuActionsType(struct Pokemon *mon)
|
||||
switch (gPartyMenu.menuType)
|
||||
{
|
||||
case PARTY_MENU_TYPE_FIELD:
|
||||
if (InMultiBattleRoom() == TRUE || GetMonData(mon, MON_DATA_IS_EGG))
|
||||
if (InMultiPartnerRoom() == TRUE || GetMonData(mon, MON_DATA_IS_EGG))
|
||||
actionType = ACTIONS_SWITCH;
|
||||
else
|
||||
actionType = ACTIONS_NONE; // actions populated by SetPartyMonFieldSelectionActions
|
||||
|
||||
Reference in New Issue
Block a user