From 46322369fc7914bfea33837a94be118d83c7b932 Mon Sep 17 00:00:00 2001 From: Aetias Date: Mon, 6 Jan 2025 22:22:17 +0100 Subject: [PATCH] Update docs --- INSTALL.md | 2 +- docs/decompiling.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 45113307..6d4acc03 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -39,7 +39,7 @@ python tools/configure.py > [!NOTE] > For Linux users: If you plan to use Wibo instead of Wine, run `configure.py` with `-w `. -6. Put one or more base ROMs in the [`/extract/`](/extract/README.md) directory of this repository. +7. Put one or more base ROMs in the [`/extract/`](/extract/README.md) directory of this repository. Now you can run `ninja` to build a ROM for the chosen version. diff --git a/docs/decompiling.md b/docs/decompiling.md index c572e6f2..23325045 100644 --- a/docs/decompiling.md +++ b/docs/decompiling.md @@ -30,8 +30,8 @@ We use the object diffing tool [`objdiff`](https://github.com/encounter/objdiff) ![List of symbols in objdiff](images/objdiff_symbols.png) > [!NOTE] -> If a source file is missing in `objdiff`, or `objdiff` fails to build a file, first rerun `objdiff.py` to update -> `objdiff.json`. If the problem persists, feel free to ask for help. +> If a source file is missing in `objdiff`, or `objdiff` fails to build a file, first rerun `ninja` to update `objdiff.json`. +> If the problem persists, feel free to ask for help. ## Decompiling a function Once you've opened a source file in `objdiff`, you can choose to decompile the functions in any order. We recommend starting