profi200 / open_agb_firm

open_agb_firm is a bare metal app for running GBA homebrew/games using the 3DS builtin GBA hardware.
GNU General Public License v3.0
849 stars 42 forks source link

Save Data #182

Closed DenizAydin01 closed 2 months ago

DenizAydin01 commented 2 months ago

So i downloaded a save file with everythng unlocked, for mortal kombat: tournament edition, the file was in .sav format as it supposed to be and i named the save file same as the game file. Everythings good. But when booting the game, it just wont read the save data, however when using the same save file with an emulator on android, it just plays fine.

Dartz150 commented 2 months ago

That game uses save type EEPROM_4K, which needs to be converted to its proper format with non-reversed endianness. You need to use the EEPROM fixer as stated in the readme.

DenizAydin01 commented 2 months ago

That game uses save type EEPROM_4K, which needs to be converted to its proper format with non-reversed endianness. You need to use the EEPROM fixer as stated in the readme.

Oh it worked, thanks a lot G, now i can enjoy my all unlocked pixelated 120p characters.😂