Fixes Eerie Spell double pp and message drop (#4127)
Co-authored-by: Bassoonian <iasperbassoonian@gmail.com>
This commit is contained in:
parent
85eea4869d
commit
46d9adb326
1 changed files with 1 additions and 20 deletions
|
@ -4755,26 +4755,7 @@ BattleScript_EffectDestinyBond::
|
||||||
goto BattleScript_MoveEnd
|
goto BattleScript_MoveEnd
|
||||||
|
|
||||||
BattleScript_EffectEerieSpell::
|
BattleScript_EffectEerieSpell::
|
||||||
attackcanceler
|
call BattleScript_EffectHit_Ret
|
||||||
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
|
|
||||||
tryfaintmon BS_TARGET
|
tryfaintmon BS_TARGET
|
||||||
eeriespellppreduce BattleScript_MoveEnd
|
eeriespellppreduce BattleScript_MoveEnd
|
||||||
printstring STRINGID_PKMNREDUCEDPP
|
printstring STRINGID_PKMNREDUCEDPP
|
||||||
|
|
Loading…
Reference in a new issue