From 0caf5e2d6693ab4101d98f035452a05efc92ef1b Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sun, 26 Apr 2026 23:05:57 -0300 Subject: [PATCH] Fix Crash in Sector Y BOSS --- src/overlays/ovl_i6/fox_sy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/overlays/ovl_i6/fox_sy.c b/src/overlays/ovl_i6/fox_sy.c index 702f1181..f0521611 100644 --- a/src/overlays/ovl_i6/fox_sy.c +++ b/src/overlays/ovl_i6/fox_sy.c @@ -87,6 +87,9 @@ void SectorY_SyShogun_Init(SyShogun* this) { if (gPlayer[0].state == PLAYERSTATE_START_360) { this->obj.pos.z = -28900.0f; gScenery360[SHOGUN_SHIP].obj.pos.z = -30000.0f; + + // @port: Fix crash with expanded draw distance. + gScenery360[SHOGUN_SHIP].info.dList = aSySaruzinDL; } this->rot_078.y = 0.0f;