You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
Relic Castle
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
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?