update readmes
This commit is contained in:
parent
bb2dd43f7c
commit
69c049b21a
2 changed files with 9 additions and 1 deletions
7
README.html
Normal file
7
README.html
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
<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 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.
|
||||||
|
</p>
|
|
@ -1,6 +1,7 @@
|
||||||
# PGS
|
## PGS
|
||||||
A library for structuring save files from the Birdiesoft classic game Pokémon Simulator.
|
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.
|
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue