diff options
| -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); |
