Fix Follow Me failing in Single Battles for Gen 6/7 config (#5542)
This commit is contained in:
parent
d487bd0548
commit
495de8d182
1 changed files with 1 additions and 1 deletions
|
@ -4958,7 +4958,7 @@ BattleScript_EffectFollowMe::
|
||||||
attackcanceler
|
attackcanceler
|
||||||
attackstring
|
attackstring
|
||||||
ppreduce
|
ppreduce
|
||||||
.if B_UPDATED_MOVE_DATA >= GEN_6
|
.if B_UPDATED_MOVE_DATA >= GEN_8
|
||||||
jumpifnotbattletype BATTLE_TYPE_DOUBLE, BattleScript_ButItFailed
|
jumpifnotbattletype BATTLE_TYPE_DOUBLE, BattleScript_ButItFailed
|
||||||
.endif
|
.endif
|
||||||
setforcedtarget
|
setforcedtarget
|
||||||
|
|
Loading…
Reference in a new issue