decomp3 title-obs, credits-h (#3476)

This commit is contained in:
Matt Dallmeyer
2024-04-29 11:23:31 -07:00
committed by GitHub
parent e4c57d6ac9
commit 0d4e3928eb
26 changed files with 7252 additions and 107 deletions
+5 -2
View File
@@ -782,8 +782,11 @@ s32 find_or_add_texture_to_level(tfrag3::Level& out,
if (idx == left_id || idx == right_id) {
if (!hdr.eye_ctrl) {
fmt::print("no eye ctrl, but expected one");
if (debug_name != "kor-break-lod0") {
fmt::print("no eye ctrl, but expected one for {}\n", debug_name);
// it looks like these models have half-implemented eyes - the texture IDs are there, but
// there's no eye control.
if (debug_name != "kor-break-lod0" && debug_name != "errol-lowres-lod1" &&
debug_name != "kleever-rider-lod0") {
ASSERT(false);
}
}