diff options
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 |