[jak3] decomp gsound (#3364)

Decompile `gsound.gc`
This commit is contained in:
water111
2024-02-03 17:16:23 -05:00
committed by GitHub
parent 8b1c7759ea
commit 221360270a
25 changed files with 4588 additions and 163 deletions
+1
View File
@@ -1630,6 +1630,7 @@ FormElement* rewrite_proc_new(LetElement* in, const Env& env, FormPool& pool) {
expected_name = fmt::format("'{}", proc_type);
break;
case GameVersion::Jak2:
case GameVersion::Jak3:
expected_name = fmt::format("(symbol->string (-> {} symbol))", proc_type);
break;
default: