mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
Add accuracy check to BattleScript_EffectNightmare (#9032)
This commit is contained in:
parent
aafc581460
commit
c8eb55969e
|
|
@ -3393,6 +3393,7 @@ BattleScript_EffectMeanLookGen5:
|
|||
BattleScript_EffectNightmare::
|
||||
attackcanceler
|
||||
jumpifsubstituteblocks BattleScript_ButItFailed
|
||||
accuracycheck BattleScript_MoveMissedPause, ACC_CURR_MOVE
|
||||
jumpifvolatile BS_TARGET, VOLATILE_NIGHTMARE, BattleScript_ButItFailed
|
||||
jumpifstatus BS_TARGET, STATUS1_SLEEP, BattleScript_NightmareWorked
|
||||
jumpifability BS_TARGET, ABILITY_COMATOSE, BattleScript_NightmareWorked
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user