diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-12 16:18:38 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2021-04-12 16:18:38 -0400 |
commit | 03b4ea32a9af67e6afb954cc44ff0c2768b86091 (patch) | |
tree | 0371bfddb0f099e447cd6cdb3a23192993162535 /src/wireless_communication_status_screen.c | |
parent | c9632154babc05708d0f2c7ee1f20b2939762ea1 (diff) | |
parent | b54bd2e387feb7ece4f34f50f17519e329419716 (diff) |
Merge remote-tracking branch 'origin' into doc_pokesum
Diffstat (limited to 'src/wireless_communication_status_screen.c')
-rw-r--r-- | src/wireless_communication_status_screen.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wireless_communication_status_screen.c b/src/wireless_communication_status_screen.c index f67da122f..936a1ed9f 100644 --- a/src/wireless_communication_status_screen.c +++ b/src/wireless_communication_status_screen.c @@ -323,13 +323,13 @@ static void WCSS_AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 * { case 0: textColor[0] = TEXT_COLOR_TRANSPARENT; - textColor[1] = TEXT_COLOR_DARK_GREY; - textColor[2] = TEXT_COLOR_LIGHT_GREY; + textColor[1] = TEXT_COLOR_DARK_GRAY; + textColor[2] = TEXT_COLOR_LIGHT_GRAY; break; case 1: textColor[0] = TEXT_COLOR_TRANSPARENT; textColor[1] = TEXT_COLOR_WHITE; - textColor[2] = TEXT_COLOR_LIGHT_GREY; + textColor[2] = TEXT_COLOR_LIGHT_GRAY; break; case 2: textColor[0] = TEXT_COLOR_TRANSPARENT; @@ -344,7 +344,7 @@ static void WCSS_AddTextPrinterParameterized(u8 windowId, u8 fontId, const u8 * case 4: textColor[0] = TEXT_COLOR_TRANSPARENT; textColor[1] = TEXT_COLOR_WHITE; - textColor[2] = TEXT_COLOR_DARK_GREY; + textColor[2] = TEXT_COLOR_DARK_GRAY; break; // default: UB } |