diff options
| author | A Green Spoon <121978037+A-Green-Spoon@users.noreply.github.com> | 2026-03-24 00:46:03 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-23 15:46:03 +0000 |
| commit | 2cfb0f73dc993c3d3d19e84aea92954408632cc8 (patch) | |
| tree | 5d03edaa5626b3e78d0ad5168ab760e280b54d14 | |
| parent | c61c1c0fece30802e79fb2d2d0085074e1fd52ee (diff) | |
make non-cmc pot model major for shuffle clarity (#6398)
| -rw-r--r-- | soh/soh/Enhancements/randomizer/ShufflePots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
