Update z_kaleido_scope_PAL.c

This commit is contained in:
Baoulettes 2022-04-14 19:02:37 +02:00 committed by GitHub
commit 4f382e40f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1616,7 +1616,7 @@ void KaleidoScope_DrawInfoPanel(GlobalContext* globalCtx) {
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, D_808321A0, D_808321A2, D_808321A4, D_808321A6); gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, D_808321A0, D_808321A2, D_808321A4, D_808321A6);
} else { } else {
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255); gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255);
} }
gSPDisplayList(POLY_KAL_DISP++, gLButtonIconDL); gSPDisplayList(POLY_KAL_DISP++, gLButtonIconDL);
@ -1624,7 +1624,7 @@ void KaleidoScope_DrawInfoPanel(GlobalContext* globalCtx) {
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, D_808321A0, D_808321A2, D_808321A4, D_808321A6); gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, D_808321A0, D_808321A2, D_808321A4, D_808321A6);
} else { } else {
gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255); gDPSetPrimColor(POLY_KAL_DISP++, 0, 0, 180, 210, 255, 255);
} }
gSPDisplayList(POLY_KAL_DISP++, gRButtonIconDL); gSPDisplayList(POLY_KAL_DISP++, gRButtonIconDL);