summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2021-04-09 23:05:56 -0400
committerGitHub <noreply@github.com>2021-04-09 23:05:56 -0400
commit5e82db8dc3f10229635d6825fbcfc742740043f2 (patch)
tree7009cc96079986ae10b6400011f07a099fb2c5a6 /src/battle_script_commands.c
parent677b4fc394516deab5b5c86c94a2a1443cb52151 (diff)
parent3e725272fc8b8f2ea825783771d54104d1f25e82 (diff)
Merge pull request #1399 from Kurausukun/graey
Standardize Spelling of "Gray"
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 84f8efaa8..8f89a02b3 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -6033,7 +6033,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);