Fix ending colon of TruncateHL_BC

As spotted by @Rangi42 in #746
This commit is contained in:
Colton G. Rushton 2022-06-21 09:09:28 -03:00 committed by mid-kid
parent 1853f70add
commit 2adcca003f

View File

@ -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