Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.48 KB

README.md

File metadata and controls

43 lines (32 loc) · 1.48 KB

Polished Crystal Save Patcher

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.

Features

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

Usage

  1. Save your game inside a Pokémon Center.
  2. Back up your original save file somewhere safe.
  3. Open the Polished Crystal Save Patcher.
  4. Click the "Choose File" button to select your old save file.
  5. Click the "Patch Save" button to start the patching process.
  6. Once the patching is complete, a new save file will be downloaded automatically.
  7. After loading your patched save for the first time, promptly exit the Pokémon Center before interacting with anything.

Building from Source

To build this project from source, you need to have Emscripten installed. Then Follow these steps:

  1. Clone the repository:

    git clone https://github.com/fellowship-of-the-roms/polished-save-patcher.git
    cd polished-save-patcher
  2. Build the project:

    make
  3. Run a local server to test:

    cd build
    python3 -m http.server
  4. Navigate to http://localhost:8000 in a browser.