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):