make non-cmc pot model major for shuffle clarity (#6398)

This commit is contained in:
A Green Spoon 2026-03-24 00:46:03 +09:00 committed by GitHub
parent c61c1c0fec
commit 2cfb0f73dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);