summaryrefslogtreecommitdiff
path: root/src/save_failed_screen.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/save_failed_screen.c
parent677b4fc394516deab5b5c86c94a2a1443cb52151 (diff)
parent3e725272fc8b8f2ea825783771d54104d1f25e82 (diff)
Merge pull request #1399 from Kurausukun/graey
Standardize Spelling of "Gray"
Diffstat (limited to 'src/save_failed_screen.c')
-rw-r--r--src/save_failed_screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/save_failed_screen.c b/src/save_failed_screen.c
index facdbdc17..529bb75e7 100644
--- a/src/save_failed_screen.c
+++ b/src/save_failed_screen.c
@@ -152,7 +152,7 @@ static void SaveFailedScreenTextPrint(const u8 *text, u8 x, u8 y)
color[0] = TEXT_COLOR_TRANSPARENT;
color[1] = TEXT_DYNAMIC_COLOR_6;
- color[2] = TEXT_COLOR_LIGHT_GREY;
+ color[2] = TEXT_COLOR_LIGHT_GRAY;
AddTextPrinterParameterized4(sWindowIds[TEXT_WIN_ID], 1, x * 8, y * 8 + 1, 0, 0, color, 0, text);
}