From 6393ecb7e5d1f105db65cb831964b925db2bb2e8 Mon Sep 17 00:00:00 2001 From: Rangi Date: Sun, 3 Mar 2019 19:55:28 -0500 Subject: More consistent formatting --- engine/battle/effect_commands.asm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'engine') 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 -- cgit v1.2.3