From f76dabedcc8af56c871e06a4721de4c79bd30908 Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 16 Jun 2020 19:32:36 -0400 Subject: Harmonize engine/{battle, battle_anims, events, games} with pokegold --- engine/battle/effect_commands.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'engine/battle/effect_commands.asm') diff --git a/engine/battle/effect_commands.asm b/engine/battle/effect_commands.asm index c3e913cf3..d936e9f7e 100644 --- a/engine/battle/effect_commands.asm +++ b/engine/battle/effect_commands.asm @@ -5079,7 +5079,7 @@ BattleCommand_ForceSwitch: call UpdateBattleMonInParty xor a ld [wNumHits], a - inc a + inc a ; TRUE ld [wForcedSwitch], a call SetBattleDraw ld a, [wPlayerMoveStructAnimation] @@ -5172,7 +5172,7 @@ BattleCommand_ForceSwitch: call UpdateBattleMonInParty xor a ld [wNumHits], a - inc a + inc a ; TRUE ld [wForcedSwitch], a call SetBattleDraw ld a, [wEnemyMoveStructAnimation] -- cgit v1.2.3