diff options
| author | Aetias <aetias@outlook.com> | 2024-10-19 09:29:00 +0200 |
|---|---|---|
| committer | Aetias <aetias@outlook.com> | 2024-10-19 09:29:00 +0200 |
| commit | be640e984d6cb93d803d7fe45eba96f441b58ec8 (patch) | |
| tree | 6d694589121409e02ad26c0357e6138609f2f3d5 /docs | |
| parent | b7905ab6602ae89b5c9fabfd83a364ad0186fe8d (diff) | |
Update docs
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/decompiling.md | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/decompiling.md b/docs/decompiling.md index c01ba1cf..88b32032 100644 --- a/docs/decompiling.md +++ b/docs/decompiling.md @@ -20,10 +20,9 @@ again. Remember to make a pull request of any progress you made on the source fi partially decompiled code. ## Decompiling a source file -We use the object diffing tool [`objdiff`](https://github.com/encounter/objdiff) to track differences between C++ and assembly -code. +We use the object diffing tool [`objdiff`](https://github.com/encounter/objdiff) to track differences between our decompiled C++ code and the base ROM's code. 1. [Download the latest release.](https://github.com/encounter/objdiff/releases/latest) -1. Run `configure.py` and `ninja` to generate `objdiff.json` in the `/config/<version>/arm9/` directories. +1. Run `configure.py <eur|usa>` and `ninja` to generate `objdiff.json` in the repository root. 1. In `objdiff`, set the project directory to one of the mentioned `arm9/` directories. 1. Select your source file in the left sidebar:  |
