A work-in-progress libgambatte wrapper designed for the generation 1 and 2 games of the Pokemon series.
Mainly used for bruteforce searching of RTA rng manipulations and theory TASing for now.
git clone https://github.com/stringflow/pokemon
- Download the prebuilt 64-bit binary of SDL2 from their website and copy it to the root directory of the project.
- Create a folder called
roms
and add ROM images to it. The files must be namedpoke*.gbc
(i.e.pokered.gbc
,pokecrystal.gbc
, etc.). - Open the project in vscode and run!