This is a small homebrew to view the GBA's Memory. Various configurations for its RAM location are available.
The basic build reads save data assuming a Pokémon Cartridge is inserted.
Docker allows easily building without having to install the dependencies.
- To build for the GBA, while in the root of the project, run:
docker run --rm -it -v ${PWD}:/home/builder/pokemon_gen3_to_genx lorenzooone/pokemon_gen3_to_genx:gba_builder