From 8ec77879b3ac3e82a9611e24b504d6177b9af23b Mon Sep 17 00:00:00 2001 From: Aetias Date: Sun, 10 Nov 2024 09:54:55 +0100 Subject: [PATCH] Update objdiff instructions in decompiling.md --- docs/decompiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: