- 2
- Posts
- 8
- Years
- Seen Jan 5, 2018
I've been trying to add it where the any Pokemon (with exceptions like Pidgey and Tailow) that can learn Fly through HM, can use it out of battle regardless if it knows the move in one of the four move slots. So far, I know I'm going to use the
pbSpeciesCompatible?(pkmn.species,getID(PBMoves,:FLY))
bit of code to see if the Pokemon can learn Fly, but that's all I have so far. I would still want to activate the move like you normally would without needing the move for battle.
I haven't been a fan of needing an HM to teach a bird how to fly so any help would be appreciated.
EDIT:
Figured it out! Nevermind.
pbSpeciesCompatible?(pkmn.species,getID(PBMoves,:FLY))
bit of code to see if the Pokemon can learn Fly, but that's all I have so far. I would still want to activate the move like you normally would without needing the move for battle.
I haven't been a fan of needing an HM to teach a bird how to fly so any help would be appreciated.
EDIT:
Figured it out! Nevermind.
Last edited: