mirror of
https://github.com/isledecomp/isle.git
synced 2025-10-22 07:54:23 +00:00
Add name substitution config (#1680)
Co-authored-by: jonschz <jonschz@users.noreply.github.com>
This commit is contained in:
@@ -38,6 +38,10 @@ targets:
|
|||||||
- 0x100fb080
|
- 0x100fb080
|
||||||
# memset etc.
|
# memset etc.
|
||||||
- 0x100f9570
|
- 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:
|
ALPHA:
|
||||||
filename: ALPHA.DLL
|
filename: ALPHA.DLL
|
||||||
source-root: LEGO1
|
source-root: LEGO1
|
||||||
|
Reference in New Issue
Block a user