No running from double battles

voloved 2023-04-29 15:03:34 -04:00
parent 52643a159f
commit d6f9926bee
1 changed files with 1 additions and 1 deletions

@ -217,7 +217,7 @@ void SwitchPartyOrder(u8 battler)
&& gBattleBufferB[gActiveBattler][1] == B_ACTION_RUN)
{
- gBattleCommunication[gActiveBattler]++;
+ if (IsTrainerCantRunFrom())
+ if (IsTrainerCantRunFrom() || IsDoubleBattle())
+ {
+ BattleScriptExecute(BattleScript_PrintCantRunFromTrainer);
+ gBattleCommunication[gActiveBattler] = STATE_BEFORE_ACTION_CHOSEN;