Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/wintersnake/pymon-gen3-editor
- Owner: WinterSnake
- Created: 2024-08-04T01:53:09.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-04T19:47:24.000Z (5 months ago)
- Last Synced: 2024-11-12T06:14:22.908Z (about 2 months ago)
- Topics: pokemon, pokemon-emerald, pokemon-fire-red, pokemon-leaf-green, pokemon-ruby, pokemon-sapphire, python, python3, save-editor
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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).