pgs 0.1.0

A library for structuring save files from the Birdiesoft classic game Pokémon Simulator.
Documentation
  • Coverage
  • 26.32%
    5 out of 19 items documented0 out of 5 items with examples
  • Size
  • Source code size: 23.74 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 470.74 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • threeoh6000

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 doesn’t 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.