Remove remaining grey and replace with gray

This commit is contained in:
ExpoSeed
2021-06-10 11:36:10 -05:00
parent 7a7ebe1827
commit 3ed06c2cc2
11 changed files with 40 additions and 40 deletions

View File

@@ -1526,7 +1526,7 @@ static void Task_ShowMoveSelectScreen(u8 taskId)
&& eContestantStatus[gContestPlayerMonIndex].hasJudgesAttention)
{
// Highlight the text because it's a combo move
moveNameBuffer = StringCopy(moveName, gText_ColorLightShadowDarkGrey);
moveNameBuffer = StringCopy(moveName, gText_ColorLightShadowDarkGray);
}
else if (move != MOVE_NONE
&& eContestantStatus[gContestPlayerMonIndex].prevMove == move