https://github.com/aarant/gen3tools
Tools for TASing and data analysis of Pokemon generation 3 games
https://github.com/aarant/gen3tools
Last synced: about 1 year ago
JSON representation
Tools for TASing and data analysis of Pokemon generation 3 games
- Host: GitHub
- URL: https://github.com/aarant/gen3tools
- Owner: aarant
- Created: 2019-09-19T23:51:07.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-03-08T10:05:56.000Z (over 5 years ago)
- Last Synced: 2025-03-27T04:33:35.433Z (about 1 year ago)
- Language: Python
- Size: 1.14 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:

Other potentially useful files:
* [Gen 3 RNG library](seed.py)
* [Python data structures for Gen 3 Pokemon](pokemon.py)
* ACE codes for [Japanese](jpn.md) and [English](us.md) Emerald
* [Various](emerald-jp.lua) [TAS](emerald-us.lua) [scripts](button_input.lua)
* Unfinished [Japanese Ruby](ruby-jp.md) research
## Installation
Download the .exe from the [releases](https://github.com/arantonitis/gen3tools/releases/latest).
or, clone the repo and install Python and PyQt5:
```bash
git clone https://github.com/arantonitis/gen3tools
cd gen3tools
python3 -m pip install PyQt5 --user
python3 gui.py
```
## Other Resources
* Various decomps at [pret](https://github.com/pret)
* [My Pastebin](https://pastebin.com/u/merrp)
* [Glitch City Research Institute Discord](https://discord.gg/hMU5ejpcpm)