Skip to content

SNES: A simple command line tool to fix the checksum on some popular SNES save game (.srm) files.

Notifications You must be signed in to change notification settings

mikearnos/snessum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

SNESsum

If you've ever opened up a SNES save game file (.srm) in a hex editor and changed how much money or weapons you have, you'll find out that when played back that the game has erased your save. Due to the volitility of the battery backed data, most/all SNES games use a checksum routine to ensure the save data is uncorrupted due to a dead battery. Most games simply add all the bytes together to get a final number.

The source is here but also a compiled binary for anyone who wants a quick checksum fix.

Chrono Trigger
Illusion of Gaia
Metroid 3
Secret of Evermore
Secret of Mana
Seiken Densetsu 3
Tales of Phantasia
Terranigma
Star Ocean
Zelda 3

About

SNES: A simple command line tool to fix the checksum on some popular SNES save game (.srm) files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages