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 ` 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: