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/battle_script_commands.c | |
parent | c9632154babc05708d0f2c7ee1f20b2939762ea1 (diff) | |
parent | b54bd2e387feb7ece4f34f50f17519e329419716 (diff) |
Merge remote-tracking branch 'origin' into doc_pokesum
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 30b8bda88..54452e3c1 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -5637,7 +5637,7 @@ static void PutLevelAndGenderOnLvlUpBox(void) printerTemplate.unk = 0; printerTemplate.fgColor = TEXT_COLOR_WHITE; printerTemplate.bgColor = TEXT_COLOR_TRANSPARENT; - printerTemplate.shadowColor = TEXT_COLOR_DARK_GREY; + printerTemplate.shadowColor = TEXT_COLOR_DARK_GRAY; AddTextPrinter(&printerTemplate, 0xFF, NULL); txtPtr = gStringVar4; gStringVar4[0] = 0xF9; |