In short, I'm trying to get the effects of Fly to work with other move(s). I've copied the HiddenMoveHandlers (both CanUseMove and UseMove) and have gone into the Ready menu and changed
to
(around-ish line 254) but it's still popping up a message telling me I can't use that move here due to $PokemonTempt.flydata not having a value.
I assume there're a few other things I have to do that I haven't seen yet?
Code:
if isConst?(move,PBMoves,:FLY)
to
Code:
if isConst?(move,PBMoves,:FLY)||isConst?(move, PBMoves, :WHIRLWIND)
(around-ish line 254) but it's still popping up a message telling me I can't use that move here due to $PokemonTempt.flydata not having a value.
I assume there're a few other things I have to do that I haven't seen yet?