mirror of
https://github.com/open-goal/jak-project
synced 2026-08-09 10:54:39 -04:00
[decomp] Decompile first batch of files in engine (#1787)
* wip * getting stuff set up so we can actually run test cases * better handle block entry stuff * types2 working on gstring * comments * math ref working * up to first stack stuff * stack fixes * bounding box * math stuff is working * float fixes * temp debug for (method 9 profile-array) * stupid stupid bug * debugging * everything is broken * some amount of type stuff works * bitfield * texture bitfields not working * temp * types * more stuff * type check * temp * float related fixes for light and res problems * revisit broken files, fix bugs * more types * vector debug * bug fixes for decompiler crashes in harder functions * update goal_src
This commit is contained in:
@@ -62,7 +62,7 @@ def main():
|
||||
|
||||
total_gc_files += 1
|
||||
|
||||
if line_count == 7 or short_name in excluded_files:
|
||||
if line_count < 10 or short_name in excluded_files:
|
||||
# the template has 7 lines, just skip it.
|
||||
continue
|
||||
|
||||
|
||||
Reference in New Issue
Block a user