summaryrefslogtreecommitdiff
path: root/src/menu_specialized.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/menu_specialized.c
parent677b4fc394516deab5b5c86c94a2a1443cb52151 (diff)
parent3e725272fc8b8f2ea825783771d54104d1f25e82 (diff)
Merge pull request #1399 from Kurausukun/graey
Standardize Spelling of "Gray"
Diffstat (limited to 'src/menu_specialized.c')
-rw-r--r--src/menu_specialized.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/menu_specialized.c b/src/menu_specialized.c
index 687324612..4c4be57f0 100644
--- a/src/menu_specialized.c
+++ b/src/menu_specialized.c
@@ -73,7 +73,7 @@ static const struct WindowTemplate sUnknown_086253E8[] =
static const u8 sPlayerNameTextColors[] =
{
- TEXT_COLOR_WHITE, TEXT_COLOR_DARK_GREY, TEXT_COLOR_LIGHT_GREY
+ TEXT_COLOR_WHITE, TEXT_COLOR_DARK_GRAY, TEXT_COLOR_LIGHT_GRAY
};
static const u8 sEmptyItemName[] = _("");
@@ -840,7 +840,7 @@ void MoveRelearnerPrintText(u8 *str)
FillWindowPixelBuffer(3, PIXEL_FILL(1));
gTextFlags.canABSpeedUpPrint = TRUE;
speed = GetPlayerTextSpeedDelay();
- AddTextPrinterParameterized2(3, 1, str, speed, NULL, TEXT_COLOR_DARK_GREY, TEXT_COLOR_WHITE, 3);
+ AddTextPrinterParameterized2(3, 1, str, speed, NULL, TEXT_COLOR_DARK_GRAY, TEXT_COLOR_WHITE, 3);
}
bool16 MoveRelearnerRunTextPrinters(void)