https://github.com/stringflow/pokemon-old
https://github.com/stringflow/pokemon-old
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/stringflow/pokemon-old
- Owner: stringflow
- Created: 2020-12-14T20:03:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-30T09:51:59.000Z (about 4 years ago)
- Last Synced: 2023-04-06T15:37:44.858Z (about 3 years ago)
- Language: C#
- Size: 2.27 MB
- Stars: 5
- Watchers: 2
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pokemon
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.
# Build Instructions (64-bit only for now)
1. `git clone https://github.com/stringflow/pokemon`
2. Download the prebuilt 64-bit binary of [SDL2](https://www.libsdl.org/download-2.0.php) from their website and copy it to the root directory of the project.
3. Create a folder called `roms` and add ROM images to it. The files must be named `poke*.gbc` (i.e. `pokered.gbc`, `pokecrystal.gbc`, etc.).
4. Open the project in vscode and run!