Convert RetroArch SRM files to raw GBA SAV files and vice versa
srm-to-sav.py -i <input.sav> -o <output.srm> [--byteswap]
sav-to-srm.py -i <input.sav> -o <output.srm> [--byteswap]
Some games, such as The Minish Cap write their save data backwards in RetroArch.
Use the --byteswap
argument to write the data in the correct order.