[decomp] sky-tng (#1972)

https://www.youtube.com/watch?v=fkAMvEYXOGc
This commit is contained in:
water111
2022-10-15 18:21:17 -04:00
committed by GitHub
parent fd7d9c3df5
commit e443676889
33 changed files with 5050 additions and 972 deletions
+4 -2
View File
@@ -3702,8 +3702,10 @@ ConstantTokenElement* DerefElement::try_as_art_const(const Env& env, FormPool& p
if (elt_name) {
return pool.alloc_element<ConstantTokenElement>(*elt_name);
} else {
lg::error("function {}: did not find art element {} in {}", env.func->name(),
mr.maps.ints.at(0), env.art_group());
if (env.version != GameVersion::Jak2) {
lg::error("function {}: did not find art element {} in {}", env.func->name(),
mr.maps.ints.at(0), env.art_group());
}
}
}