summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Implementing-the-“textcolor”-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Implementing-the-“textcolor”-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md b/Implementing-the-“textcolor”-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md
index e8660cd..629a072 100644
--- a/Implementing-the-“textcolor”-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md
+++ b/Implementing-the-“textcolor”-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md
@@ -13,7 +13,7 @@ u8 ContextNpcGetTextColor(void)
if (gSpecialVar_TextColor != 0xFF)
return gSpecialVar_TextColor;
else if (gSelectedObjectEvent == 0)
- gSpecialVar_TextColor = TEXT_COLOR_DARK_GREY;
+ gSpecialVar_TextColor = TEXT_COLOR_DARK_GRAY;
else
{
gfxId = gObjectEvents[gSelectedObjectEvent].graphicsId;