Pokemon-Save-Fix v2 (psafix) - readme

1. This is a tool to check/fix checksums and signatures in PokemonRS Save Files
Thatway it might be possible to restore most of a corrupted file.

2. Build
Edit the Path in the Makefile to point to your C compiler and type make =)
this should compile on *ANY* system (binary for win32 included)

3. Run
PSavFix [-fix|-nofix] [-RS|-FL|-MAX] [Savefile]
Examples:

You want to try fixing your CorruptRuby.sav:
PSavFix -fix -RS CorruptRuby.sav

You want to check Ruby.sav for errors:
PSavFix -nofix -RS Ruby.sav

You want to check your FL Save for errors:
PSavFix -nofix -FL Ruby.sav

You want to fix your ???-Save (new version? like Thunder Yellow ;)) for errors:
PSavFix -fix -MAX ??.sav

Notes on RS,FL,MAX:
RS
Use this if you know that your save is from RS
This does NOT work with FL.
FL
Use this if you know that your save is from FL. 
This often works with RS but it might fail under some circumstances.
MAX
This mode's purpose are future games. Only use it for them and
if the other modes fail. This usually works with FL and RS,
but it might fail under some circumstances.

4. Copyright
(C)2004loadingNOW
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by