-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
337af12
commit 12fba38
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
nds-savegame-manager | ||
==================== | ||
|
||
NDS homebrew tool by Pokedoc to rip and restore saves from DS and GBA games. Small modifications by me to make it more user-friendly. | ||
|
||
The code is published under the GNU GPL v2. | ||
|
||
Below is a copy of the project description at https://code.google.com/p/savegame-manager/ | ||
|
||
----- | ||
|
||
This tool allows you to backup and restore saves from commercial Nintendo handheld game cartridges. Based on the devkitPro toolchain and other open source libraries, this program implements most of the features also found in the older (closed-source and abandoned) tools developed by Rudolph and other members of the DS homebrew scene. It does not (and will never) support ROM dumping! | ||
|
||
Requirements: | ||
- A DLDI-capable Flash Card | ||
- A Nintendo DS Phat/Lite. DSi and 3DS are not supported! | ||
|
||
Features: | ||
- Should support all known DS game saves, including Pokemon HG/SS/B/W, and probably that pedometer game as well | ||
- Supports most GBA save types, with the exception of EEPROM type saves | ||
- Supports 3in1 backup mode (requires an EZFlash 3in1), WiFi backup mode (requires a compatible access point and an FTP server) | ||
- (soon) Translatable texts | ||
|
||
If you want to use any of my code in a project using a different license, contact me, and we can work something out. |