From a1c8b2d7dd8d00ffabafb748f4c1492ca33cc55b Mon Sep 17 00:00:00 2001 From: SoupPotato Date: Tue, 2 Jan 2024 02:25:30 +0000 Subject: [PATCH] Document `SFX_RUN` does not play correctly when a wild Pokemon flees from battle (pret/pokecrystal#1099) Co-authored-by: SoupPotato <22991349+SoupPotato@users.noreply.github.com> --- engine/battle/core.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/engine/battle/core.asm b/engine/battle/core.asm index bf3867864..34bddda37 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -132,6 +132,7 @@ WildFled_EnemyFled_LinkBattleCanceled: ld hl, BattleText_EnemyFled .print_text +; BUG: SFX_RUN does not play correctly when a wild Pokemon flees from battle (see docs/bugs_and_glitches.md) call StdBattleTextbox call StopDangerSound ld de, SFX_RUN