diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-16 15:24:19 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2026-06-16 15:24:19 -0400 |
| commit | 08c9098dcf9bd4e8ada47de6d9ce2d1aa741b78f (patch) | |
| tree | 6e391fa89f956782b770e0357f6bd78d5136ae4e /tools | |
| parent | 71ef7208ac4911ce4d61a58fc9d02584f200efba (diff) | |
Also mark NZ_JNT as an ambiguous name
Diffstat (limited to 'tools')
| -rwxr-xr-x | tools/converters/res_arc.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/converters/res_arc.py b/tools/converters/res_arc.py index 5ef25422..ebf76666 100755 --- a/tools/converters/res_arc.py +++ b/tools/converters/res_arc.py @@ -34,6 +34,7 @@ THIS_MTIME = Path(__file__).stat().st_mtime AMBIGUOUS_JOINT_ENUM_NAMES = [ "BOW_JNT", + "NZ_JNT", ] class ArcFile(NamedTuple): |
