Git Product home page Git Product logo

Comments (6)

sikthehedgehog avatar sikthehedgehog commented on May 24, 2024

Looks like that could be #3 actually, if the game doesn't have SRAM then it'll crash on loading as it tries to read garbage. You can edit the header as a workaround meanwhile.

Also yes, this means you never saved the game :O)

from cave-story-md.

EvilTelephone avatar EvilTelephone commented on May 24, 2024

Interestingly, I could continue from the save game after a soft reset. Only after closing the emulator and reopening it later could I not.

from cave-story-md.

sikthehedgehog avatar sikthehedgehog commented on May 24, 2024

That sounds like the emulator didn't save the SRAM data when quitting... do you have the SRAM file around for testing?

from cave-story-md.

EvilTelephone avatar EvilTelephone commented on May 24, 2024

Ah, you're totally right. It isn't writing an SRAM file for this game.

from cave-story-md.

andwn avatar andwn commented on May 24, 2024

When there isn't any save the game is supposed to start over even if you hit "continue". The routine just checks if there is zeroes where the timestamp should be but this is the wrong approach. When I'm home next week and fix the header I'll change it to check for a specific pattern instead.

from cave-story-md.

sikthehedgehog avatar sikthehedgehog commented on May 24, 2024

Eh, that approach isn't so wrong as long as you initialize SRAM when the game boots (everything after that can just assume it's valid as usual). That's still going to fail miserably as long as SRAM isn't present though, but unless you want to allow that it's not worth accounting for =P

from cave-story-md.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.