summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchowder908 <chowder90856@gmail.com>2021-09-04 16:37:44 -0500
committerchowder908 <chowder90856@gmail.com>2021-09-04 16:37:44 -0500
commite25c238daae38cc9aff86fbff046adb674e97cc7 (patch)
treef3b74f4e5c6abad1401be4c5f3f525d81b6ec525
parent74b2f11c4fcf814a9b20ec70092f882d8708b837 (diff)
Updated Implementing the “textcolor” script command from FRLG and give object events their own text colour (markdown)
-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;