Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crumblingstatue/rgen3
Suite of libraries and utilities to manipulate Generation 3 (Gen3) Pokémon games
https://github.com/crumblingstatue/rgen3
Last synced: 3 months ago
JSON representation
Suite of libraries and utilities to manipulate Generation 3 (Gen3) Pokémon games
- Host: GitHub
- URL: https://github.com/crumblingstatue/rgen3
- Owner: crumblingstatue
- License: mit
- Created: 2016-08-19T23:34:34.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T19:36:51.000Z (over 4 years ago)
- Last Synced: 2024-09-16T19:24:04.450Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 45.9 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rgen3
rgen3 is a suite of libraries and utilities to manipulate Generation 3 (Gen3) Pokémon games.
Gen3 games include Pokémon FireRed/LeafGreen and Emerald/Ruby/Sapphire.
Below are the currently existing tools.
## rgen3-save
A library to manipulate save files. It also includes an
[example tool](rgen3-save/examples/fill-pc.rs) that fills your PC boxes with random Pokémon!![](https://hostr.co/file/970/RAqnagQdDUVh/save2.png) ![](https://hostr.co/file/970/saHSJovLiB6J/save3.png)
Pretty cool, right?
## rgen3-string
A library to encode/decode the proprietary string format used for Gen3.
# Why not use an existing tool?
I couldn't find an already existing save file manipulation tool that works well on Linux.# Credits
http://bulbapedia.bulbagarden.net/wiki/Save_data_structure_in_Generation_III was almost the
exclusive source of information used to implement rgen3.