From 2cfb0f73dc993c3d3d19e84aea92954408632cc8 Mon Sep 17 00:00:00 2001 From: A Green Spoon <121978037+A-Green-Spoon@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:46:03 +0900 Subject: [PATCH] make non-cmc pot model major for shuffle clarity (#6398) --- soh/soh/Enhancements/randomizer/ShufflePots.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soh/soh/Enhancements/randomizer/ShufflePots.cpp b/soh/soh/Enhancements/randomizer/ShufflePots.cpp index dbf278db8..08b7a7c0c 100644 --- a/soh/soh/Enhancements/randomizer/ShufflePots.cpp +++ b/soh/soh/Enhancements/randomizer/ShufflePots.cpp @@ -54,7 +54,7 @@ extern "C" void ObjTsubo_RandomizerDraw(Actor* thisx, PlayState* play) { break; } } else { - gSPDisplayList(POLY_OPA_DISP++, (Gfx*)gPotStandardDL); + gSPDisplayList(POLY_OPA_DISP++, (Gfx*)gPotMajorDL); } } else { gSPDisplayList(POLY_OPA_DISP++, (Gfx*)gPotDL);