summaryrefslogtreecommitdiff
path: root/src/battle_dome.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-09 23:05:56 -0400
committerGitHub <noreply@github.com>2021-04-09 23:05:56 -0400
commit5e82db8dc3f10229635d6825fbcfc742740043f2 (patch)
tree7009cc96079986ae10b6400011f07a099fb2c5a6 /src/battle_dome.c
parent677b4fc394516deab5b5c86c94a2a1443cb52151 (diff)
parent3e725272fc8b8f2ea825783771d54104d1f25e82 (diff)
Merge pull request #1399 from Kurausukun/graey
Standardize Spelling of "Gray"
Diffstat (limited to 'src/battle_dome.c')
-rw-r--r--src/battle_dome.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle_dome.c b/src/battle_dome.c
index 3b22e2926..4e6e6a652 100644
--- a/src/battle_dome.c
+++ b/src/battle_dome.c
@@ -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