• Do not use Discord to host any images you post, these links expire quickly! You can learn how to add images to your posts here.
Overworld move that functions as a move reminder

Resource Overworld move that functions as a move reminder 2020-12-22

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

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:
Expand Collapse Copy
        if !pkmn.egg? && (isConst?(move.id,PBMoves,:MILKDRINK) ||
                          isConst?(move.id,PBMoves,:SOFTBOILED)...

Read more about this resource...
 
Back
Top