diff options
Diffstat (limited to 'engine/battle/effect_commands/foresight.asm')
-rw-r--r-- | engine/battle/effect_commands/foresight.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/effect_commands/foresight.asm b/engine/battle/effect_commands/foresight.asm index 6f4f97cd2..006e3b3d7 100644 --- a/engine/battle/effect_commands/foresight.asm +++ b/engine/battle/effect_commands/foresight.asm @@ -1,7 +1,7 @@ BattleCommand_Foresight: ; 376a0 ; foresight - ld a, [AttackMissed] + ld a, [wAttackMissed] and a jr nz, .failed |