You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
bugs_and_glitches.md: Minor formatting fix
Moves newline to correct spot so diff can apply cleanly.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user