diff --git a/soh/soh/Enhancements/randomizer/grassanity.cpp b/soh/soh/Enhancements/randomizer/grassanity.cpp index 47508dd4f..73d9a6891 100644 --- a/soh/soh/Enhancements/randomizer/grassanity.cpp +++ b/soh/soh/Enhancements/randomizer/grassanity.cpp @@ -19,7 +19,7 @@ extern "C" void EnKusa_RandomizerDraw(Actor* thisx, PlayState* play) { OPEN_DISPS(play->state.gfxCtx); Gfx_SetupDL_25Opa(play->state.gfxCtx); - gDPSetGrayscaleColor(POLY_OPA_DISP++, 0, 255, 0, 255); + gDPSetGrayscaleColor(POLY_OPA_DISP++, 175, 255, 0, 255); if (Flags_GetRandomizerInf(grassActor->grassIdentity.randomizerInf) == 0) { gSPGrayscale(POLY_OPA_DISP++, true);