Parting Shot v3
This commit is contained in:
parent
a1be618c47
commit
dd34272620
1 changed files with 2 additions and 1 deletions
|
@ -364,9 +364,10 @@ BattleScript_EffectPartingShotTryAtk:
|
|||
BattleScript_EffectPartingShotTrySpAtk:
|
||||
playstatchangeanimation BS_TARGET, BIT_SPATK, ATK48_STAT_NEGATIVE
|
||||
setstatchanger STAT_SPATK, 1, TRUE
|
||||
statbuffchange 0x1, BattleScript_MoveEnd
|
||||
statbuffchange 0x1, BattleScript_EffectPartingShotSwitch
|
||||
printfromtable gStatDownStringIds
|
||||
waitmessage 0x40
|
||||
BattleScript_EffectPartingShotSwitch:
|
||||
setbyte sMOVEEND_STATE, 0x0
|
||||
moveend 0x0, 0x0
|
||||
jumpifcantswitch ATK4F_DONT_CHECK_STATUSES | BS_ATTACKER, BattleScript_PartingShotEnd
|
||||
|
|
Loading…
Reference in a new issue