Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RocketRobz committed Nov 7, 2023
1 parent e0fbbdb commit 90a57c7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions quickmenu/arm9/source/graphics/graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -856,8 +856,7 @@ void graphicsInit()
);

newPalette = (u16*)pictodlp_selectedPal;
if (ms().colorMode == 1) {
// Convert palette to grayscale
if (ms().colorMode > 0) {
for (int i2 = 0; i2 < 12; i2++) {
*(newPalette+i2) = colorTable[*(newPalette+i2)];
}
Expand Down

0 comments on commit 90a57c7

Please sign in to comment.