mirror of
https://github.com/open-goal/jak-project
synced 2026-06-06 11:47:44 -04:00
[Decomp] Decompile more files. (#290)
* decompile ocean trans tables * more * exclude tables from decomp progress * format'
This commit is contained in:
@@ -41,7 +41,7 @@ def main():
|
||||
|
||||
file_stats = []
|
||||
total_gc_files = 0
|
||||
excluded_files = {"all_files.gc", "goal-lib.gc"}
|
||||
excluded_files = {"all_files.gc", "goal-lib.gc", "ocean-trans-tables.gc", "ocean-frames.gc"}
|
||||
|
||||
|
||||
for fn in all_files:
|
||||
|
||||
Reference in New Issue
Block a user