fix follow me working in singles (#2644)
* fix follow me working in singles
This commit is contained in:
parent
fea54c9277
commit
1c970afd6a
1 changed files with 3 additions and 0 deletions
|
@ -5677,6 +5677,9 @@ BattleScript_EffectFollowMe::
|
|||
attackcanceler
|
||||
attackstring
|
||||
ppreduce
|
||||
.if B_UPDATED_MOVE_DATA >= GEN_6
|
||||
jumpifnotbattletype BATTLE_TYPE_DOUBLE, BattleScript_ButItFailed
|
||||
.endif
|
||||
setforcedtarget
|
||||
attackanimation
|
||||
waitanimation
|
||||
|
|
Loading…
Reference in a new issue