adding labels for all remaining data objects

This commit is contained in:
roeming
2025-07-31 19:24:11 -04:00
parent 456c69dee4
commit 9486a7cfc0
3 changed files with 5393 additions and 30 deletions
File diff suppressed because it is too large Load Diff
+1807
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -721,7 +721,7 @@ def convert_source_to_gfx_c_source(src_file, dest_path):
if this_obj.endswith("_v"):
found_types.append((this_obj, "Vtx"))
elif "_model" in this_obj:
elif "_model" in this_obj or this_obj.endswith("_ef"):
found_types.append((this_obj, "Gfx"))
elif "_tex_index" in this_obj:
found_types.append((this_obj, "u8"))