diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-03 19:55:28 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-03-03 19:55:28 -0500 |
commit | 6393ecb7e5d1f105db65cb831964b925db2bb2e8 (patch) | |
tree | 8222914a56495297b5e4ea8218ef4376ddf9a5ca /engine/battle/effect_commands.asm | |
parent | 9e9f43bce776cfb92991bd601115c65baca07230 (diff) |
More consistent formatting
Diffstat (limited to 'engine/battle/effect_commands.asm')
-rw-r--r-- | engine/battle/effect_commands.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index 69171740b..370818b09 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -504,9 +504,11 @@ CheckEnemyTurn: ld hl, HurtItselfText call StdBattleTextBox + call HitSelfInConfusion call BattleCommand_DamageCalc call BattleCommand_LowerSub + xor a ld [wNumHits], a |