From a82a0f88b6709c7a4ae4b32d53dd0ef8b68f61e0 Mon Sep 17 00:00:00 2001 From: Mr-Wiseguy Date: Sat, 13 Dec 2025 20:30:46 -0500 Subject: [PATCH] Fix texture seams in intro level model extension --- patches/load_patches.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/patches/load_patches.c b/patches/load_patches.c index daf3b23..869fd52 100644 --- a/patches/load_patches.c +++ b/patches/load_patches.c @@ -44,9 +44,9 @@ BKGfxList *model_getDisplayList(BKModelBin *arg0); #define INTRO_OPA_DL_HASH 0xA912614C535FA0BBULL Vtx intro_grass_extension_verts[3] = { - {{ {-1262, 20, 1040}, 0, {214, 522}, {51, 190, 133, 255} }}, - {{ {-10, 20, 5107}, 0, {3108, -10083}, {0, 13, 169, 255} }}, - {{ {-10, 20, 1372}, 0, {3360, -211}, {51, 190, 133, 255} }}, + {{ {-1262, 20, 1040}, 0, {230, 538}, {51, 190, 133, 255} }}, + {{ {-10, 20, 5107}, 0, {3124, -10067}, {0, 13, 169, 255} }}, + {{ {-10, 20, 1372}, 0, {3376, -195}, {51, 190, 133, 255} }}, }; Gfx intro_grass_extension_dl[] = { @@ -59,10 +59,10 @@ Gfx intro_grass_extension_dl[] = { }; Vtx intro_wall_extension_verts[4] = { - {{ {-1262, 20, 1040}, 0, {-31, 33}, {51, 190, 133, 255} }}, - {{ {-1262, 1004, 1040}, 0, {-60, 1950}, {255, 255, 255, 255} }}, - {{ {189, 1004, 4315}, 0, {-7416, 1801}, {255, 255, 255, 255} }}, - {{ {189, 20, 4315}, 0, {-7387, -116}, {51, 190, 133, 255} }}, + {{ {-1262, 20, 1040}, 0, {-15, 49}, {51, 190, 133, 255} }}, + {{ {-1262, 1004, 1040}, 0, {-44, 1966}, {255, 255, 255, 255} }}, + {{ {189, 1004, 4315}, 0, {-7400, 1817}, {255, 255, 255, 255} }}, + {{ {189, 20, 4315}, 0, {-7371, -100}, {51, 190, 133, 255} }}, }; Gfx intro_wall_extension_dl[] = {