Pokemon
A work-in-progress project of botting/datamining tools for the generation 1 and 2 games of the Pokemon series.
Build Instructions (64-bit only for now)
git clone https://github.com/stringflow/pokemon --recursive
- 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!