• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Our friends from the Johto Times are hosting a favorite Pokémon poll - and we'd love for you to participate! Click here for information on how to vote for your favorites!
  • Akari, Red, Kris, May - which Pokémon protagonist is your favorite? Let us know by voting in our semifinal favorite protagonist poll!
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Autosave?

  • 14
    Posts
    13
    Years
    Hello people, I want you in my game has an auto save (which can not be saved via the menu), that heal your pokemon or "go potty" will save the game.
    Would I could explain how to do it '
     
    I have an autosave in my game that calls pbSave every 30 seconds or so in the scene_map loop. By no means the best way to do it, but it works.
     
    I have an autosave in my game that calls pbSave every 30 seconds or so in the scene_map loop. By no means the best way to do it, but it works.
    How do you manage not to autosave during an event where you alter switch or variables ? It could result in a save file in a weird state where some switch/variables changed and others didn't.
     
    Back
    Top