Converts my fun plain-text README files to Markdown and HTML files automatically to save me pain!
This repository has been archived on 2024-11-11. You can view files and clone it, but cannot push or open issues or pull requests.
Find a file
2022-04-07 22:04:48 +01:00
src get in yer stuff 2022-04-07 22:04:48 +01:00
.gitignore get in yer stuff 2022-04-07 22:04:48 +01:00
Cargo.lock get in yer stuff 2022-04-07 22:04:48 +01:00
Cargo.toml get in yer stuff 2022-04-07 22:04:48 +01:00
LICENSE get in yer stuff 2022-04-07 22:04:48 +01:00
README get in yer stuff 2022-04-07 22:04:48 +01:00
README.html get in yer stuff 2022-04-07 22:04:48 +01:00
README.md get in yer stuff 2022-04-07 22:04:48 +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.