d/jak2: finish entity-table | sky-data | relocate | and the majority of default-menu (#1812)

* d/jak2: finish `entity-table`

* d/jak2: finish `sky-data`

* d/jak2: finish `relocate`

* d/jak2: halfway through `default-menu`

* d/jak2: 75% done `default-menu`....

* d/jak2: add `default-menu` to ref tests (partially)

* d/jak2: finish updating related code

* scripts: add tooling to automatically keep code from `all-types` up to date

* d/jak2: fixed vector types
This commit is contained in:
Tyler Wilding
2022-08-29 18:49:57 -04:00
committed by GitHub
parent 2272fecb1a
commit d176b294b9
57 changed files with 12534 additions and 1727 deletions
+6
View File
@@ -29,3 +29,9 @@ def get_gsrc_path_from_filename(game_name, file_name):
print("{} couldn't find in /goal_src/{}!".format(file_name, game_name))
exit(1)
return path
def get_alltypes_path_from_game(game_name):
if game_name == "jak1":
return "./decompiler/config/all-types.gc"
else:
return "./decompiler/config/jak2/all-types.gc"