diff options
-rw-r--r-- | Implementing-the-“textcolor”-script-command-from-FRLG-and-give-object-events-their-own-text-colour.md | 16 |
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 |