mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-05-23 06:34:18 -04:00
adding labels for all remaining data objects
This commit is contained in:
+3585
-29
File diff suppressed because it is too large
Load Diff
+1807
File diff suppressed because it is too large
Load Diff
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user