diff options
Diffstat (limited to 'engine/battle/move_effects/protect.asm')
-rw-r--r-- | engine/battle/move_effects/protect.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/move_effects/protect.asm b/engine/battle/move_effects/protect.asm index 9f3899a9..bcfdacdf 100644 --- a/engine/battle/move_effects/protect.asm +++ b/engine/battle/move_effects/protect.asm @@ -16,9 +16,9 @@ ProtectChance: ld de, wPlayerProtectCount ldh a, [hBattleTurn] and a - jr z, .asm_37736 + jr z, .got_count ld de, wEnemyProtectCount -.asm_37736 +.got_count call CheckOpponentWentFirst jr nz, .failed |