standardize "grey" to "gray"
This commit is contained in:
+1
-1
@@ -288,7 +288,7 @@ static const struct WindowTemplate sMapWindowTemplates[] =
|
||||
|
||||
static const u8 sTextColors[][3] =
|
||||
{
|
||||
{TEXT_COLOR_TRANSPARENT, TEXT_COLOR_DARK_GREY, TEXT_COLOR_LIGHT_GREY},
|
||||
{TEXT_COLOR_TRANSPARENT, TEXT_COLOR_DARK_GRAY, TEXT_COLOR_LIGHT_GRAY},
|
||||
{TEXT_COLOR_TRANSPARENT, TEXT_COLOR_WHITE, TEXT_COLOR_LIGHT_BLUE},
|
||||
{TEXT_COLOR_TRANSPARENT, TEXT_COLOR_RED, TEXT_COLOR_LIGHT_RED},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user