summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAetias <aetias@outlook.com>2024-11-10 09:54:55 +0100
committerAetias <aetias@outlook.com>2024-11-10 09:54:55 +0100
commit8ec77879b3ac3e82a9611e24b504d6177b9af23b (patch)
treef2bfe746eafb334673a2e3c4b4291b476ae5fa93 /docs
parentd5a80c00e112751b54b72fc01df92caff0c4d01a (diff)
Update objdiff instructions in decompiling.md
Diffstat (limited to 'docs')
-rw-r--r--docs/decompiling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/decompiling.md b/docs/decompiling.md
index 88b32032..c572e6f2 100644
--- a/docs/decompiling.md
+++ b/docs/decompiling.md
@@ -23,7 +23,7 @@ partially decompiled 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 <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. In `objdiff`, set the project directory to the repository root.
1. Select your source file in the left sidebar:
![List of objects in objdiff](images/objdiff_objects.png)
5. See the list of functions and data to decompile: