From 0c112e99bbdcee2cbc03bc444e6da8157063553e Mon Sep 17 00:00:00 2001 From: "Fabio P." <7722100+fp555@users.noreply.github.com> Date: Tue, 21 May 2024 14:39:53 +0200 Subject: [PATCH] =?UTF-8?q?SFX=5FRUN=20does=20not=20play=20correctly=20whe?= =?UTF-8?q?n=20a=20wild=20Pok=C3=A9mon=20flees=20from=20battle?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/battle/core.asm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/engine/battle/core.asm b/engine/battle/core.asm index b6a0031233..eedbe6fb83 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -133,11 +133,8 @@ WildFled_EnemyFled_LinkBattleCanceled: call StopDangerSound call CheckMobileBattleError jr c, .skip_sfx - -; BUG: SFX_RUN does not play correctly when a wild Pokémon -; flees from battle (see docs/bugs_and_glitches.md) ld de, SFX_RUN - call PlaySFX + call WaitPlaySFX .skip_sfx call SetPlayerTurn ld a, 1