mirror of https://github.com/pret/pokecrystal.git
bugs_and_glitches.md: Minor formatting fix
Moves newline to correct spot so diff can apply cleanly.
This commit is contained in:
parent
2deb46b3f3
commit
67ff4b0c94
|
@ -307,8 +307,8 @@ Then edit four routines in [engine/battle/effect_commands.asm](https://github.co
|
||||||
|
|
||||||
ld hl, HurtItselfText
|
ld hl, HurtItselfText
|
||||||
call StdBattleTextBox
|
call StdBattleTextBox
|
||||||
call HitSelfInConfusion
|
|
||||||
|
|
||||||
|
call HitSelfInConfusion
|
||||||
- call BattleCommand_DamageCalc
|
- call BattleCommand_DamageCalc
|
||||||
+ call ConfusionDamageCalc
|
+ call ConfusionDamageCalc
|
||||||
call BattleCommand_LowerSub
|
call BattleCommand_LowerSub
|
||||||
|
|
Loading…
Reference in New Issue