• Hi, Guest!
    Some images might be missing as we move away from using embedded images, sorry for the mess!
    From now on, you'll be required to use a third party to host images. You can learn how to add images here, and if your thread is missing images you can request them here.
    Do not use Discord to host any images you post, these links expire quickly!
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:
      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:
      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!

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
Appletun's Apples
Views
1,396
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Appletun's Apples

Back
Top