From 34203ba672d39a42c17b33034efe5740c99bc0c6 Mon Sep 17 00:00:00 2001 From: LagoLunatic Date: Mon, 31 Mar 2025 13:49:43 -0400 Subject: [PATCH] Docs: Fix one header missing from ToC --- docs/decompiling.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/decompiling.md b/docs/decompiling.md index 0da690ba3..0efc9483f 100644 --- a/docs/decompiling.md +++ b/docs/decompiling.md @@ -10,8 +10,9 @@ If you haven't already, you should first follow the instructions in the [readme] 2. [Setting up classes/structs](#setting-up-classesstructs) 3. [Decompiling functions](#decompiling-functions) 4. [Inline functions and how to read the debug maps](#inline-functions-and-how-to-read-the-debug-maps) -5. [Linking a 100% matching object](#linking-a-100-matching-object) -6. [Documentation and naming](#documentation-and-naming) +5. [Fixing minor nonmatching issues](#fixing-minor-nonmatching-issues) +6. [Linking a 100% matching object](#linking-a-100-matching-object) +7. [Documentation and naming](#documentation-and-naming) ## Choosing an object to decompile