summaryrefslogtreecommitdiff
path: root/src/clear_save_data_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/clear_save_data_screen.c
parentc9632154babc05708d0f2c7ee1f20b2939762ea1 (diff)
parentb54bd2e387feb7ece4f34f50f17519e329419716 (diff)
Merge remote-tracking branch 'origin' into doc_pokesum
Diffstat (limited to 'src/clear_save_data_screen.c')
-rw-r--r--src/clear_save_data_screen.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/clear_save_data_screen.c b/src/clear_save_data_screen.c
index b2f106594..74e48be00 100644
--- a/src/clear_save_data_screen.c
+++ b/src/clear_save_data_screen.c
@@ -55,8 +55,8 @@ static const struct WindowTemplate sWindowTemplates[] = {
static const u8 sTextColor[] = {
TEXT_COLOR_WHITE,
- TEXT_COLOR_DARK_GREY,
- TEXT_COLOR_LIGHT_GREY
+ TEXT_COLOR_DARK_GRAY,
+ TEXT_COLOR_LIGHT_GRAY
};
static void CB2_RunClearSaveDataScreen(void)