From 666e2ac58451eac4e8b4b37b5fe46a9c627c0c93 Mon Sep 17 00:00:00 2001 From: DizzyEggg Date: Wed, 6 Mar 2019 12:13:37 +0100 Subject: [PATCH] Fix allowing the player to run from wild double battles --- data/battle_scripts_1.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/battle_scripts_1.s b/data/battle_scripts_1.s index ab594e81d5..603e2c5ce9 100644 --- a/data/battle_scripts_1.s +++ b/data/battle_scripts_1.s @@ -4410,7 +4410,7 @@ BattleScript_GiveExp:: BattleScript_HandleFaintedMon:: atk24 BattleScript_82DA8F6 jumpifbyte CMP_NOT_EQUAL, gBattleOutcome, 0, BattleScript_FaintedMonEnd - jumpifbattletype BATTLE_TYPE_TRAINER, BattleScript_FaintedMonTryChooseAnother + jumpifbattletype BATTLE_TYPE_TRAINER | BATTLE_TYPE_DOUBLE, BattleScript_FaintedMonTryChooseAnother jumpifword CMP_NO_COMMON_BITS, gHitMarker, HITMARKER_x400000, BattleScript_FaintedMonTryChooseAnother printstring STRINGID_USENEXTPKMN setbyte gBattleCommunication, 0x0