From c06ffe71b532f4aa1964a4efecd490434a940e31 Mon Sep 17 00:00:00 2001 From: jonschz <17198703+jonschz@users.noreply.github.com> Date: Sat, 13 Sep 2025 06:51:45 +0200 Subject: [PATCH] Add name substitution config (#1680) Co-authored-by: jonschz --- reccmp-project.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reccmp-project.yml b/reccmp-project.yml index c0a1c907..315674a3 100644 --- a/reccmp-project.yml +++ b/reccmp-project.yml @@ -38,6 +38,10 @@ targets: - 0x100fb080 # memset etc. - 0x100f9570 + name-substitutions: + # Rename matched functions named like `FUN_12345678` to `LEGO1_12345678` + # so we can distinguish them from non-matched functions + - ["FUN_([0-9a-f]{8})", "LEGO1_\\1"] ALPHA: filename: ALPHA.DLL source-root: LEGO1