summaryrefslogtreecommitdiff
path: root/src/union_room_chat.c
diff options
context:
space:
mode:
authorExpoSeed <>2021-06-10 11:36:10 -0500
committerExpoSeed <>2021-06-10 11:36:10 -0500
commit3ed06c2cc269c70c2d9a76bd4a063740de6688cd (patch)
treecd3dd67adc442b9886c5c8ff8086148c37b26799 /src/union_room_chat.c
parent7a7ebe18274859619c623a6c58fa1248328f7c5a (diff)
Remove remaining grey and replace with gray
Diffstat (limited to 'src/union_room_chat.c')
-rwxr-xr-xsrc/union_room_chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/union_room_chat.c b/src/union_room_chat.c
index fb875bbb4..8e9f78280 100755
--- a/src/union_room_chat.c
+++ b/src/union_room_chat.c
@@ -2984,7 +2984,7 @@ static void HideKeyboardSwapMenu(void)
static void PrintChatMessage(u16 row, u8 *str, u8 colorIdx)
{
- // colorIdx: 0 = grey, 1 = red, 2 = green, 3 = blue
+ // colorIdx: 0 = gray, 1 = red, 2 = green, 3 = blue
u8 color[3];
color[0] = TEXT_COLOR_WHITE;
color[1] = colorIdx * 2 + 2;