From e25c238daae38cc9aff86fbff046adb674e97cc7 Mon Sep 17 00:00:00 2001 From: chowder908 Date: Sat, 4 Sep 2021 16:37:44 -0500 Subject: =?UTF-8?q?Updated=20Implementing=20the=20=E2=80=9Ctextcolor?= =?UTF-8?q?=E2=80=9D=20script=20command=20from=20FRLG=20and=20give=20objec?= =?UTF-8?q?t=20events=20their=20own=20text=20colour=20(markdown)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...t-command-from-FRLG-and-give-object-events-their-own-text-colour.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Implementing-the-\342\200\234textcolor\342\200\235-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md" "b/Implementing-the-\342\200\234textcolor\342\200\235-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md" index e8660cd..629a072 100644 --- "a/Implementing-the-\342\200\234textcolor\342\200\235-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md" +++ "b/Implementing-the-\342\200\234textcolor\342\200\235-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; -- cgit v1.2.3