8000 GitHub - Lorenzooone/gba_mem_viewer: Small homebrew to view the GBA's Memory
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Lorenzooone/gba_mem_viewer

Repository files navigation

GBA Memory Viewer

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.

Building

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
0