Skip to content

Commit

Permalink
Fixes Eerie Spell double pp and message drop (rh-hideout#4127)
Browse files Browse the repository at this point in the history
Co-authored-by: Bassoonian <[email protected]>
  • Loading branch information
2 people authored and Tclark61 committed Feb 6, 2024
1 parent a16eda4 commit c9cf8b6
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions data/battle_scripts_1.s
Original file line number Diff line number Diff line change
Expand Up @@ -4755,26 +4755,7 @@ BattleScript_EffectDestinyBond::
goto BattleScript_MoveEnd

BattleScript_EffectEerieSpell::
attackcanceler
attackstring
ppreduce
accuracycheck BattleScript_ButItFailed, ACC_CURR_MOVE
attackstring
ppreduce
critcalc
damagecalc
adjustdamage
attackanimation
waitanimation
effectivenesssound
hitanimation BS_TARGET
waitstate
healthbarupdate BS_TARGET
datahpupdate BS_TARGET
critmessage
waitmessage B_WAIT_TIME_LONG
resultmessage
waitmessage B_WAIT_TIME_LONG
call BattleScript_EffectHit_Ret
tryfaintmon BS_TARGET
eeriespellppreduce BattleScript_MoveEnd
printstring STRINGID_PKMNREDUCEDPP
Expand Down

0 comments on commit c9cf8b6

Please sign in to comment.