diff options
| author | Aetias <aetias@outlook.com> | 2025-05-19 19:24:12 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2025-05-19 19:24:12 +0200 |
| commit | 801d038a76ed969e80224ee6452378fd0b7fca9b (patch) | |
| tree | cfddec75713600ac76e58fb0b84c4c17ab505518 | |
| parent | d166939adb4835fcb0749c599a22c6de9ccdf0cf (diff) | |
Update docs
| -rw-r--r-- | CONTRIBUTING.md | 5 | ||||
| -rw-r--r-- | INSTALL.md | 5 |
2 files changed, 2 insertions, 8 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7e671659..0eb4c337 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,14 +17,13 @@ - `extract/`: Game assets, extracted from your own supplied ROM - `eur|usa/`: [`ds-rom`](https://github.com/AetiasHax/ds-rom) extract directories - `include/`: Include files -- `src/`: Source C/C++ files +- `libs/`: Source C/C++ files for libraries used by the game +- `src/`: Source C/C++ files for the game - `tools/`: Tools for this project - `mwccarm/`: Compiler toolchain - `configure.py`: Generates `build.ninja` - - `m2ctx.py`: Generates context for [decomp.me](https://decomp.me/) - `mangle.py`: Shows mangled symbol names in a given C/C++ file - `requirements.txt`: Python libraries - - `setup.py`: Sets up the project - `*.sha1`: SHA-1 digests of different versions of the game ## Decompiling @@ -32,9 +32,6 @@ python tools/configure.py <eur|usa> Now you can run `ninja` to build a ROM for the chosen version. -> [!IMPORTANT] -> Rerun `configure.py` often to ensure that all C/C++ code gets compiled. - > [!NOTE] > For Linux users: Wibo is used by default. If you want to use Wine instead, run `configure.py` with `-w <path/to/wine>`. @@ -49,5 +46,3 @@ ARM7 BIOS in the root directory of this repository, and verify that your dumped | --------------- | ------------------------------------------ | | `arm7_bios.bin` | `6ee830c7f552c5bf194c20a2c13d5bb44bdb5c03` | | `arm7_bios.bin` | `24f67bdea115a2c847c8813a262502ee1607b7df` | - -Now, rerun `configure.py` so it can update `build.ninja` to build a matching ROM. |
