mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-19 13:47:30 -05:00
Fixes Will-O-Wisp not being blocked by Thermal Exchange (#6534)
This commit is contained in:
parent
1e38c36912
commit
8dd2fee4a9
|
|
@ -4832,6 +4832,7 @@ BattleScript_EffectWillOWisp::
|
|||
jumpifability BS_TARGET, ABILITY_WATER_BUBBLE, BattleScript_WaterVeilPrevents
|
||||
jumpifability BS_TARGET, ABILITY_COMATOSE, BattleScript_AbilityProtectsDoesntAffect
|
||||
jumpifability BS_TARGET, ABILITY_PURIFYING_SALT, BattleScript_AbilityProtectsDoesntAffect
|
||||
jumpifability BS_TARGET, ABILITY_THERMAL_EXCHANGE, BattleScript_AbilityProtectsDoesntAffect
|
||||
jumpifflowerveil BattleScript_FlowerVeilProtects
|
||||
jumpifleafguardprotected BS_TARGET, BattleScript_AbilityProtectsDoesntAffect
|
||||
jumpifshieldsdown BS_TARGET, BattleScript_AbilityProtectsDoesntAffect
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user