• 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!
Debugless Forfeiting

v20.1 Debugless Forfeiting V1.0

This resource pertains to version 20.1 of Pokémon Essentials.
Pokémon Essentials Version
v20.1 ➖
Pretty quick but easy change. Thought I'd submit this for people who want themselves and/or their players to be able to do so!

Find "007_Battle_ActionRunning" and remove the lines that say
Ruby:
Expand Collapse Copy
      elsif @internalBattle
        pbDisplayPaused(_INTL("No! There's no running from a Trainer battle!"))

HOWEVER I'd suggest editing and replacing the 1st line above so as to prevent sequence breaking. Replace x with an appropriate and unused switch as follows.
Ruby:
Expand Collapse Copy
      elsif $game_switches[x]
        pbDisplayPaused(_INTL("No! There's no running from a Trainer battle!"))

You're welcome! As a side note I'm unsure what to change on any version besides V20.1. If people could update me on such that would be appreciated!

https://*/365927224840421376/1062057663447449700/image.png
Credits
No need to credit me or anyone else. Took me a hot few to do this and was obviously very easy to do.
Author
Hedgehoggers
Views
1,705
First release
Last update

Ratings

0.00 star(s) 0 ratings

More resources from Hedgehoggers

Back
Top