Jump to content

Debug mod


vijaybatwing

Recommended Posts

  • 3 months later...

This will also work:

 

- Go to the Scripts folder

- Open 'Main.rb'

- Add: '$DEBUG = true' as shown below:
class Scene_DebugIntro
  def main
    Graphics.transition(0)
    sscene=PokemonLoadScene.new
    sscreen=PokemonLoad.new(sscene)
    sscreen.pbStartLoadScreen
    Graphics.freeze
  end
end
$DEBUG = true

Link to comment
Share on other sites

  • 5 months later...
  • 1 month later...

Literally all you need to do is create a shortcut of your Pokemon Desolation, then go into properties, and change the path so after the closing parenthesis, you have the word debug.

"C:\PATH\Game.exe" debug

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...