Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wintersnake/pymon-gen3-editor

Figuring out the save data format for Gen3 pokemon games (leaf green, fire red, ruby, sapphire, and emerald)
https://github.com/wintersnake/pymon-gen3-editor

pokemon pokemon-emerald pokemon-fire-red pokemon-leaf-green pokemon-ruby pokemon-sapphire python python3 save-editor

Last synced: about 2 hours ago
JSON representation

Figuring out the save data format for Gen3 pokemon games (leaf green, fire red, ruby, sapphire, and emerald)

Awesome Lists containing this project

README

        

# Pokemon Gen III Save Editor
This repo is just to explore the save data format of generation 3 Pokemon games. Pieced together from information from the [wiki](https://bulbapedia.bulbagarden.net/wiki/Save_data_structure_%28Generation_III%29) and from the disassembled/decompiled games of [Leaf Green/Fire Red](https://github.com/pret/pokefirered), [Ruby/Sapphire](https://github.com/pret/pokeruby) and [Emerald](https://github.com/pret/pokeemerald).