• 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.
  • The results of the game jam are out!
    See the Judge's Spotlight choices and vote for your favorites to win Community Choice Spotlight by the 28th! 🫙
  • Reminder: AI-generated content is not allowed on the forums per the Rules and Regulations. Please contact us if you have any questions!
Recovery moves as overworld moves

Resource Recovery moves as overworld moves N/A

TechSkylander1518 submitted a new resource:

Recovery moves as overworld moves - Use moves like Heal Bell, Recover, and Roost outside of battle!

I made this for messi3d on this thread, but I figured it'd be easier to put it in resources if anyone else is looking for it!

Moves like these affect the party rather than the overworld, so we need to define them in PScreen_Party. Locate this part of the code:
Ruby:
Expand Collapse Copy
        if !pkmn.egg? && (isConst?(move.id,PBMoves,:MILKDRINK) ||
                          isConst?(move.id,PBMoves,:SOFTBOILED) ||...

Read more about this resource...
 
Back
Top