From 69c049b21a92c84b7089e21584c9ee14f7333aa0 Mon Sep 17 00:00:00 2001 From: Celeste Date: Thu, 7 Apr 2022 21:54:12 +0100 Subject: [PATCH] update readmes --- README.html | 7 +++++++ README.md | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 README.html diff --git a/README.html b/README.html new file mode 100644 index 0000000..8e736da --- /dev/null +++ b/README.html @@ -0,0 +1,7 @@ +

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. +

diff --git a/README.md b/README.md index fe7187b..202fd21 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ -# PGS +## 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. +