summaryrefslogtreecommitdiff
path: root/src/pokemon_storage_system_5.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/pokemon_storage_system_5.c
parentc9632154babc05708d0f2c7ee1f20b2939762ea1 (diff)
parentb54bd2e387feb7ece4f34f50f17519e329419716 (diff)
Merge remote-tracking branch 'origin' into doc_pokesum
Diffstat (limited to 'src/pokemon_storage_system_5.c')
-rw-r--r--src/pokemon_storage_system_5.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/pokemon_storage_system_5.c b/src/pokemon_storage_system_5.c
index 4067f6eed..96c7a4120 100644
--- a/src/pokemon_storage_system_5.c
+++ b/src/pokemon_storage_system_5.c
@@ -1114,18 +1114,18 @@ static void SetCursorMonData(void *pokemon, u8 mode)
*(txtPtr)++ = CHAR_FEMALE;
break;
default:
- *(txtPtr)++ = TEXT_COLOR_DARK_GREY;
+ *(txtPtr)++ = TEXT_COLOR_DARK_GRAY;
*(txtPtr)++ = TEXT_COLOR_WHITE;
- *(txtPtr)++ = TEXT_COLOR_LIGHT_GREY;
+ *(txtPtr)++ = TEXT_COLOR_LIGHT_GRAY;
*(txtPtr)++ = CHAR_SPACE;
break;
}
*(txtPtr++) = EXT_CTRL_CODE_BEGIN;
*(txtPtr++) = EXT_CTRL_CODE_COLOR_HIGHLIGHT_SHADOW;
- *(txtPtr++) = TEXT_COLOR_DARK_GREY;
+ *(txtPtr++) = TEXT_COLOR_DARK_GRAY;
*(txtPtr++) = TEXT_COLOR_WHITE;
- *(txtPtr++) = TEXT_COLOR_LIGHT_GREY;
+ *(txtPtr++) = TEXT_COLOR_LIGHT_GRAY;
*(txtPtr++) = CHAR_SPACE;
*(txtPtr++) = CHAR_EXTRA_EMOJI;
*(txtPtr++) = 5; // LV_2