Remove mentions of non-matching ROM

because the ROM matches now \o/
This commit is contained in:
Aetias
2023-10-27 20:02:51 +02:00
parent 18a0f9ff9c
commit d69ad72cfa
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -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.
+1 -2
View File
@@ -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.