This is based on nds-savegame-manager, a NDS homebrew tool by Pokedoc to rip and restore saves from DS and GBA games.
This modification works with Pokémon GBA games and allows to inject official Nintendo Events to the savegames in the cartridge.
Please, consider making a backup with the standard homebrew by Pokedoc (https://code.google.com/p/savegame-manager/).
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/
-
Install cygwin for Windows. Make sure to also install the
make
command, which is not part of the minimalcygwin
install. -
Install devkitPro.
Open a command prompt
to this directory and run the make
command.
To delete all build products, run make clean
.
-
Install homebrew.
-
Install
xz
:brew install xz
-
Install pacman devkitPro utilities for Mac.
-
Run the following command to install the NDS (Nintendo DS) tools
sudo /opt/devkitpro/pacman/bin/pacman -S nds-dev
When prompted to install specific options, just press
enter
to default to "all".
Open up ~/.bash_profile
.
Add the following lines:
export DEVKITPRO=/opt/devkitpro
export DEVKITARM=${DEVKITPRO}/devkitARM
Lastly, run the following command to reload the file:
source ~/.bash_profile
Open terminal
to this directory and run the make
command.
To delete all build products, run make clean
.