TechSkylander1518 submitted a new resource:
Overworld move that functions as a move reminder - Alternate title: I don't balance these things I just code 'em
Read more about this resource...
Overworld move that functions as a move reminder - Alternate title: I don't balance these things I just code 'em
I just thought it'd be a fun idea! This is a pretty valuable resource for a player to have, though, so you might want to make this a hard-to-acquire move.
I used Instruct as the move for this, because I thought it was fitting, but you can easily change that by just replacing Instruct with the internal name of any other move!
In PScreen_Party, find:
Ruby:if !pkmn.egg? && (isConst?(move.id,PBMoves,:MILKDRINK) || isConst?(move.id,PBMoves,:SOFTBOILED)...
Read more about this resource...