• 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 Eevee Expo Game Jam has concluded! 🎉 Head on over to the game jam forum to play through the games.
    Don't forget to come back September 21st to vote for your favorites!
  • 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