vijaybatwing Posted May 20 Share Posted May 20 Is there any debug mod available for the Pokemon desolation? Link to comment Share on other sites More sharing options...
Chrixai Posted May 20 Share Posted May 20 Try mod market Link to comment Share on other sites More sharing options...
AbeBumblesnatch Posted September 5 Share Posted September 5 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 More sharing options...
Recommended Posts