standardize "grey" to "gray"
This commit is contained in:
+2
-2
@@ -5397,7 +5397,7 @@ static void Task_ShowTourneyTree(u8 taskId)
|
||||
{
|
||||
if (DOME_TRAINERS[i].trainerId == TRAINER_PLAYER)
|
||||
{
|
||||
textPrinter.fgColor = TEXT_COLOR_LIGHT_GREY;
|
||||
textPrinter.fgColor = TEXT_COLOR_LIGHT_GRAY;
|
||||
textPrinter.shadowColor = TEXT_COLOR_RED;
|
||||
}
|
||||
else
|
||||
@@ -5410,7 +5410,7 @@ static void Task_ShowTourneyTree(u8 taskId)
|
||||
{
|
||||
if (DOME_TRAINERS[i].trainerId == TRAINER_PLAYER)
|
||||
{
|
||||
textPrinter.fgColor = TEXT_COLOR_LIGHT_GREY;
|
||||
textPrinter.fgColor = TEXT_COLOR_LIGHT_GRAY;
|
||||
textPrinter.shadowColor = TEXT_COLOR_RED;
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user