diff options
author | DeeDeeG <DeeDeeG@users.noreply.github.com> | 2019-03-10 23:40:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-10 23:40:21 -0400 |
commit | 67ff4b0c94ddc6dc165bb9bd0123d9c8e303a669 (patch) | |
tree | 289300699b650fc292fb609cabf2e4d119dc7506 | |
parent | 2deb46b3f3daf3690becce5917b7ffc63c91d2e7 (diff) |
bugs_and_glitches.md: Minor formatting fix
Moves newline to correct spot so diff can apply cleanly.
-rw-r--r-- | docs/bugs_and_glitches.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index 53b6e9562..203d6b5aa 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -307,8 +307,8 @@ Then edit four routines in [engine/battle/effect_commands.asm](https://github.co ld hl, HurtItselfText call StdBattleTextBox - call HitSelfInConfusion + call HitSelfInConfusion - call BattleCommand_DamageCalc + call ConfusionDamageCalc call BattleCommand_LowerSub |