Mention USA support in docs

This commit is contained in:
Aetias
2024-02-11 09:28:37 +01:00
parent 4842e28f24
commit 72b9346672
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -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
+1 -1
View File
@@ -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.