summaryrefslogtreecommitdiff
path: root/src/save_failed_screen.c
diff options
context:
space:
mode:
authorKurausukun <lord.uber1@gmail.com>2021-04-09 22:34:08 -0400
committerKurausukun <lord.uber1@gmail.com>2021-04-09 22:34:08 -0400
commit4b182affb63101bb73bedc2a1e94babb9352cc36 (patch)
treec4b025af4d93cd1f512fc749d914dfa5721b177d /src/save_failed_screen.c
parent52c25bac8e7c9fe7ad97d7890be89c7feededf65 (diff)
standardize "grey" to "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 9c29323ba..7fd2f0f9f 100644
--- a/src/save_failed_screen.c
+++ b/src/save_failed_screen.c
@@ -153,7 +153,7 @@ static void ClearMapBuffer(void)
static void PrintTextOnSaveFailedScreen(const u8 *str)
{
- GenerateFontHalfRowLookupTable(TEXT_COLOR_DARK_GREY, TEXT_COLOR_WHITE, TEXT_COLOR_LIGHT_GREY);
+ GenerateFontHalfRowLookupTable(TEXT_COLOR_DARK_GRAY, TEXT_COLOR_WHITE, TEXT_COLOR_LIGHT_GRAY);
CpuFill16(PIXEL_FILL(1) | (PIXEL_FILL(1) << 8), gDecompressionBuffer + 0x20, 0x2300);
HelpSystemRenderText(2, gDecompressionBuffer + 0x20, str, 2, 2, 28, 10);
RequestDmaCopyFromCharBuffer();