Skip to content

Commit

Permalink
Fix Follow Me failing in Single Battles for Gen 6/7 config (#5542)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsparagusEduardo authored Oct 19, 2024
1 parent d487bd0 commit 495de8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/battle_scripts_1.s
Original file line number Diff line number Diff line change
Expand Up @@ -4958,7 +4958,7 @@ BattleScript_EffectFollowMe::
attackcanceler
attackstring
ppreduce
.if B_UPDATED_MOVE_DATA >= GEN_6
.if B_UPDATED_MOVE_DATA >= GEN_8
jumpifnotbattletype BATTLE_TYPE_DOUBLE, BattleScript_ButItFailed
.endif
setforcedtarget
Expand Down

0 comments on commit 495de8d

Please sign in to comment.