Agbsave9 3DS: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Infobox 3DS Homebrews | {{Infobox 3DS Homebrews | ||
|title=Agbsave9 | |title=Agbsave9 | ||
|image= | |image=Agbsave92.png | ||
|description=Dump GBA VC savefiles to SD card. | |description=Dump GBA VC savefiles to SD card. | ||
|author=alex34567 | |author=alex34567 | ||
Revision as of 07:19, 2 December 2021
| Agbsave9 | |
|---|---|
| General | |
| Author | alex34567 |
| Type | Other Apps |
| Version | 1.0.1 |
| License | GPL-2.0 |
| Last Updated | 2016/05/07 |
| Links | |
| Download | |
| Website | |
| Source | |
Agbsave9 is a tool to extract and inject agb_firm saves.
Note:Depreciated, it is advised to use GodMode9 instead which comes with a native tool to dump and inject GBA VC saves.
User guide
Dumping save with Agbsave9:
- Open the AGB_FIRM game you want to extract the save from.
- Run the program and press A to dump the save as agb_dump.sav.
- Record the title id and save type, and keep a backup of the save file.
Injecting saves into the GBA VC (requires Python 3):
- Open the gen_rom.py script in the agb_inject folder using Python 3 to generate a cia.
- In CFW sysnand mode install the generated cia and run it.
- When "AGB_FIRM save injector" appears, turn off your 3DS and go into the Nintendo 3ds folder on you SD card.
- Depending on your cfw setup you will see 1 or 2 folders with random numbers.
- Go into the folder with the smaller numbers, then /title/0040000/(title id)/.
- Backup the data folder.
- Reinstall your game.
- Copy the data folder back into the same location.
See also this tutorial of how to dumping and inject GBA VC saves with AGBSave9 (by matpower).
Screenshots
Changelog
v1.0.1
- Fix compatibility with all the new 3ds hacks.
v1.0
- EEPROM support has been added. Most GBA games should work now.
Credits
Thanks to the people who made Decrypt9 which this tool is a fork of and, to 3dbrew which had documentation on the AGB_FRIM save format.