summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchowder908 <chowder90856@gmail.com>2021-09-04 17:10:15 -0500
committerchowder908 <chowder90856@gmail.com>2021-09-04 17:10:15 -0500
commit55a097bac84cef7e7e192a351e10cd1823ddc200 (patch)
tree7a28500a2fdab7c3f7ca7abd12ba6bca3e5a3088
parente7f1657e0a1115592352fec34a860a9ed000d61b (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.md16
1 files changed, 1 insertions, 15 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 b370855..d36b713 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
@@ -202,18 +202,4 @@ Lastly you will want to edit `data\event_scripts`
+ .4byte gSpecialVar_TextColor
```
-And with that, you should have successfully reimplemented `textcolor` and gave object events their own text colour.
-
-List of colors that can be used.
-```
-{COLOR}{RED}RED
-{COLOR}{GREEN}GREEN
-{COLOR}{DARK_GRAY}
-{COLOR}{LIGHT_GRAY}
-{COLOR}{LIGHT_RED}
-{COLOR}{LIGHT_GREEN}
-{COLOR}{BLUE}
-{COLOR}{LIGHT_BLUE}
-
-
-``` \ No newline at end of file
+And with that, you should have successfully reimplemented `textcolor` and gave object events their own text colour. \ No newline at end of file