diff options
author | Josh <32826900+ShinyDragonHunter@users.noreply.github.com> | 2020-12-22 05:13:23 +0000 |
---|---|---|
committer | Josh <32826900+ShinyDragonHunter@users.noreply.github.com> | 2020-12-22 05:13:23 +0000 |
commit | f6ef9d6fba6f17434585235bf46bddea5a8969e2 (patch) | |
tree | 5e8f7182e612989f2a5ff3accb13b5185eb628b1 | |
parent | 7882c8eb8434b5c9ede9cf6a577425eb796d25bf (diff) |
Updated Tutorials (markdown)
-rw-r--r-- | Tutorials.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tutorials.md b/Tutorials.md index f2de5f4..cdd62dc 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -84,6 +84,7 @@ Tutorials may use diff syntax to show edits: - **[Enable trade with FRLG without beating the game](Enable-trade-with-FRLG-without-beating-the-game)** ### Intermediate - **[printf in mGBA](printf-in-mGBA)** +- **[Implementing the “textcolor” script command from FRLG and give object events their own text colour](https://github.com/pret/pokeemerald/wiki/Implementing-the-“textcolor”-script-command-from-FRLG-and-give-object-events-their-own-text-colour)** ### Advanced - **[Reduce Noise and Improve Sound Quality (Implementing a New Mixer)](Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer))** - **[Triple-layer metatiles](Triple-layer-metatiles)** |