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.
goodolreadme/README.html

8 lines
468 B
HTML
Raw Normal View History

2022-04-07 22:04:48 +01:00
<h2>PGS</h2>
<p>A library for structuring save files from the Birdiesoft classic game Pokémon Simulator.
</p>
<p>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.
</p>
<p>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.
</p>