mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 11:44:17 +01:00
fix follow me working in singles (#2644)
* fix follow me working in singles
This commit is contained in:
parent
fea54c9277
commit
1c970afd6a
@ -5677,6 +5677,9 @@ BattleScript_EffectFollowMe::
|
|||||||
attackcanceler
|
attackcanceler
|
||||||
attackstring
|
attackstring
|
||||||
ppreduce
|
ppreduce
|
||||||
|
.if B_UPDATED_MOVE_DATA >= GEN_6
|
||||||
|
jumpifnotbattletype BATTLE_TYPE_DOUBLE, BattleScript_ButItFailed
|
||||||
|
.endif
|
||||||
setforcedtarget
|
setforcedtarget
|
||||||
attackanimation
|
attackanimation
|
||||||
waitanimation
|
waitanimation
|
||||||
|
Loading…
Reference in New Issue
Block a user