diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-09 23:04:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 23:04:52 -0400 |
commit | 37634072b1400180b1243d2d99c47b109ab56ae3 (patch) | |
tree | c4b025af4d93cd1f512fc749d914dfa5721b177d /src/battle_script_commands.c | |
parent | 52c25bac8e7c9fe7ad97d7890be89c7feededf65 (diff) | |
parent | 4b182affb63101bb73bedc2a1e94babb9352cc36 (diff) |
Merge pull request #413 from Kurausukun/graey
Standardize Spelling of "Gray"
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; |