/gen3tools

Tools for TASing and data analysis of Pokemon generation 3 games

Primary LanguagePython

Gen3Tools

Tools for TASing and data analysis of Gen 3 Pokemon games.

This is a general repo for all of my Pokemon glitch research docs.

Most of it is disorganized, but there is a GUI gen 3 editor and RNG tool:

GUI Screenshot

Other potentially useful files:

Installation

Download the .exe from the releases.

or, clone the repo and install Python and PyQt5:

git clone https://github.com/arantonitis/gen3tools
cd gen3tools
python3 -m pip install PyQt5 --user
python3 gui.py

Other Resources