From 2adcca003ff4b294bdc14b794ba2c7d486929a88 Mon Sep 17 00:00:00 2001 From: "Colton G. Rushton" Date: Tue, 21 Jun 2022 09:09:28 -0300 Subject: [PATCH] Fix ending colon of TruncateHL_BC As spotted by @Rangi42 in #746 --- 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 21c0e28e4..d10f9cc3f 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -269,7 +269,7 @@ Fixes in the [multi-player battle engine](#multi-player-battle-engine) category This bug existed for all battles in Gold and Silver, and was only fixed for single-player battles in Crystal to preserve link compatibility. -**Fix:** Edit `TruncateHL_BC` in [engine/battle/effect_commands.asm](https://github.com/pret/pokecrystal/blob/master/engine/battle/effect_commands.asm) +**Fix:** Edit `TruncateHL_BC` in [engine/battle/effect_commands.asm](https://github.com/pret/pokecrystal/blob/master/engine/battle/effect_commands.asm): ```diff .finish