A library for structuring save files from the Birdiesoft classic game Pokémon Simulator.
Find a file
2022-04-07 21:54:12 +01:00
src add stuff 2022-04-06 14:56:00 +01:00
.gitignore add stuff 2022-04-06 14:56:00 +01:00
Cargo.toml add stuff 2022-04-06 14:56:00 +01:00
doc.txt add rev-doc 2022-04-06 15:07:37 +01:00
LICENSE add stuff 2022-04-06 14:56:00 +01:00
README add stuff 2022-04-06 14:56:00 +01:00
README.html update readmes 2022-04-07 21:54:12 +01:00
README.md update readmes 2022-04-07 21:54:12 +01:00

PGS

A library for structuring save files from the Birdiesoft classic game Pokémon Simulator.

All of the information in this has been reverse engineered. It only handles version 2 of the PGS (PokeGameSave) format and will panic if it tries to do version 1 or any other file.

This library doesnt try to do any verification of your data, so you should look at the doumentation of this library to see what the valid details should be.