Fix Follow Me failing in Single Battles for Gen 6/7 config (#5542)

This commit is contained in:
Eduardo Quezada 2024-10-19 13:59:49 -03:00 committed by GitHub
parent d487bd0548
commit 495de8d182
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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