summaryrefslogtreecommitdiff
path: root/src/save_failed_screen.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-04-12 16:18:38 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-04-12 16:18:38 -0400
commit03b4ea32a9af67e6afb954cc44ff0c2768b86091 (patch)
tree0371bfddb0f099e447cd6cdb3a23192993162535 /src/save_failed_screen.c
parentc9632154babc05708d0f2c7ee1f20b2939762ea1 (diff)
parentb54bd2e387feb7ece4f34f50f17519e329419716 (diff)
Merge remote-tracking branch 'origin' into doc_pokesum
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();