summaryrefslogtreecommitdiff
path: root/src/contest.c
diff options
context:
space:
mode:
authorExpoSeed <>2021-06-10 11:36:10 -0500
committerExpoSeed <>2021-06-10 11:36:10 -0500
commit3ed06c2cc269c70c2d9a76bd4a063740de6688cd (patch)
treecd3dd67adc442b9886c5c8ff8086148c37b26799 /src/contest.c
parent7a7ebe18274859619c623a6c58fa1248328f7c5a (diff)
Remove remaining grey and replace with gray
Diffstat (limited to 'src/contest.c')
-rw-r--r--src/contest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c
index dbbd6ef63..720bea180 100644
--- a/src/contest.c
+++ b/src/contest.c
@@ -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