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
makecommand, which is not part of the minimalcygwininstall. -
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-devWhen prompted to install specific options, just press
enterto 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.