summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2025-05-19 19:24:12 +0200
committerAetias <aetias@outlook.com>2025-05-19 19:24:12 +0200
commit801d038a76ed969e80224ee6452378fd0b7fca9b (patch)
treecfddec75713600ac76e58fb0b84c4c17ab505518 /CONTRIBUTING.md
parentd166939adb4835fcb0749c599a22c6de9ccdf0cf (diff)
Update docs
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md5
1 files changed, 2 insertions, 3 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