Skip to content

Commit

Permalink
Merge pull request #2278 from rh-hideout/DizzyEggg-dragontailweakarmor
Browse files Browse the repository at this point in the history
Dragon Tail Weak Armor fix
  • Loading branch information
AsparagusEduardo committed Sep 1, 2022
2 parents 875f656 + d167b4e commit cc174b6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions data/battle_scripts_1.s
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc174b6

Please sign in to comment.