From 72b9346672d2dcb89ed55542e7ba6e66143b6133 Mon Sep 17 00:00:00 2001 From: Aetias Date: Sun, 11 Feb 2024 09:28:37 +0100 Subject: [PATCH] Mention USA support in docs --- INSTALL.md | 5 +++-- README.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index cfb84688..b9401220 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -30,10 +30,11 @@ below: | Version | File name | SHA1 | | ------- | ----------------- | ------------------------------------------ | | EUR | `baserom_eur.nds` | `02be55db55cf254bd064d2b3eb368b92a5b4156d` | +| USA | `baserom_usa.nds` | `4c8f52dd719918bbcd46e73a8bae8628139c1b85` | -Run `make extract` to extract from the base ROM. You only need to do this once. +Run `make extract` to extract from all the base ROMs you've provided. You only need to do this once. -Once you have extracted the base ROM, simply run `make` to rebuild it. +Once you have extracted the base ROM, simply run `make eur` or `make usa` to rebuild it. ### Matching the base ROM diff --git a/README.md b/README.md index 136bbe47..c992b7b4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ assembly code by hand. **The repository only contains code.** To build the ROM, you must own an existing copy of the game to extract assets from. -**Note:** The project only targets the European version, and other versions might be supported later. +**Note:** The project targets the European and American versions, and other versions might be supported later. ## How to install See [INSTALL.md](INSTALL.md) for instructions on how to install the project.