mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
Dragon Tail Weak Armor fix
This commit is contained in:
parent
2cd01bd95d
commit
d167b4ea0a
@ -2016,12 +2016,11 @@ BattleScript_EffectHitSwitchTarget:
|
||||
resultmessage
|
||||
waitmessage B_WAIT_TIME_LONG
|
||||
tryfaintmon BS_TARGET
|
||||
moveendcase MOVEEND_MAGICIAN @ possibly others?
|
||||
moveendall
|
||||
jumpifability BS_TARGET, ABILITY_SUCTION_CUPS, BattleScript_AbilityPreventsPhasingOut
|
||||
jumpifstatus3 BS_TARGET, STATUS3_ROOTED, BattleScript_PrintMonIsRooted
|
||||
tryhitswitchtarget BattleScript_EffectHitSwitchTargetMoveEnd
|
||||
BattleScript_EffectHitSwitchTargetMoveEnd:
|
||||
moveendall
|
||||
end
|
||||
|
||||
BattleScript_EffectClearSmog:
|
||||
|
Loading…
Reference in New Issue
Block a user