diff options
author | Kurausukun <lord.uber1@gmail.com> | 2021-04-09 22:39:34 -0400 |
---|---|---|
committer | Kurausukun <lord.uber1@gmail.com> | 2021-04-09 22:39:34 -0400 |
commit | 3e725272fc8b8f2ea825783771d54104d1f25e82 (patch) | |
tree | 7009cc96079986ae10b6400011f07a099fb2c5a6 /src/starter_choose.c | |
parent | 677b4fc394516deab5b5c86c94a2a1443cb52151 (diff) |
standardize "grey" to "gray"
Diffstat (limited to 'src/starter_choose.c')
-rw-r--r-- | src/starter_choose.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter_choose.c b/src/starter_choose.c index f29023d96..4b582f839 100644 --- a/src/starter_choose.c +++ b/src/starter_choose.c @@ -153,7 +153,7 @@ static const struct BgTemplate sBgTemplates[3] = }, }; -static const u8 sTextColors[] = {TEXT_COLOR_TRANSPARENT, TEXT_COLOR_WHITE, TEXT_COLOR_LIGHT_GREY}; +static const u8 sTextColors[] = {TEXT_COLOR_TRANSPARENT, TEXT_COLOR_WHITE, TEXT_COLOR_LIGHT_GRAY}; static const struct OamData sOam_Hand = { |