From 822a0b1906bde8688e660633288fa90d8fa5002e Mon Sep 17 00:00:00 2001 From: SoupPotato Date: Fri, 22 Dec 2023 13:28:24 +0000 Subject: [PATCH] Update bugs_and_glitches.md Corrected grammar --- docs/bugs_and_glitches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index adf6e4ef92..c7d0e1c9d8 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -2731,7 +2731,7 @@ This bug allows all the options to be updated at once if the left or right butto ### `SFX_RUN` does not play correctly when a wild Pokemon flees from battle -Due to the wrong command being used, `SFX_RUN` is never heard when a wild Pokemon flees from battle. +Due to the wrong function being called, `SFX_RUN` is never heard when a wild Pokemon flees from battle. **Fix:** Edit `WildFled_EnemyFled_LinkBattleCanceled` in [engine/battle/core.asm] (https://github.com/pret/pokecrystal/blob/master/engine/battle/core.asm):