This project is a WebAssembly-based tool that patches Polished Crystal save files from Version 7 (3.0.0-beta) to Version 8 (9bit). It allows you to update your save files to ensure compatibility with the latest version of the game.
- Patches save files from Version 7 (3.0.0-beta) to Version 8 (9bit).
- Provides a user-friendly web interface for patching save files.
- Outputs detailed logs for troubleshooting.
- Save your game inside a Pokémon Center.
- Back up your original save file somewhere safe.
- Open the Polished Crystal Save Patcher.
- Click the "Choose File" button to select your old save file.
- Click the "Patch Save" button to start the patching process.
- Once the patching is complete, a new save file will be downloaded automatically.
- After loading your patched save for the first time, promptly exit the Pokémon Center before interacting with anything.
To build this project from source, you need to have Emscripten installed. Then Follow these steps:
-
Clone the repository:
git clone https://github.com/fellowship-of-the-roms/polished-save-patcher.git cd polished-save-patcher
-
Build the project:
make
-
Run a local server to test:
cd build python3 -m http.server
-
Navigate to http://localhost:8000 in a browser.