Files
ph/INSTALL.md
T
2023-10-15 16:28:56 +02:00

974 B

Install

Contents:

Prerequisites

  1. Install Python 3.11 or higher
  2. Install the Python dependencies:
python -m pip install -r tools/requirements.txt
  1. Run the setup script:
python tools/setup.py

Build the ROM

This repository does not include any of the game's assets. You will need an original decrypted ROM for the version(s) you want to build. Put the original ROM in the root directory of this repository. Please verify that your dumped ROM matches one of the versions below:

Version File name SHA1
EUR baserom_eur.nds 02be55db55cf254bd064d2b3eb368b92a5b4156d

Run make extract to extract from the base ROM. You only need to do this once.

Once you have extracted the base ROM, simply run make to rebuild it.