diff --git a/INSTALL.md b/INSTALL.md index 43b80275..17d3cc37 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -52,4 +52,4 @@ ARM7 BIOS in the root directory of this repository, and verify that your dumped | --------------- | ------------------------------------------ | | `arm7_bios.bin` | `6ee830c7f552c5bf194c20a2c13d5bb44bdb5c03` | -Now, `make` should automatically detect the ARM7 BIOS and will build a matching ROM (soon™). +Now, `make` should automatically detect the ARM7 BIOS and will build a matching ROM. diff --git a/README.md b/README.md index 5ca2ea69..60c1c21d 100644 --- a/README.md +++ b/README.md @@ -4,8 +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 can build a ROM, but it doesn't match the original ROM yet. Furthermore, it only targets the European version, and other versions might -be supported later. +**Note:** The project only targets the European version, and other versions might be supported later. ## How to install See [INSTALL.md](INSTALL.md) for instructions on how to install the project.