diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-04-22 15:17:08 -0400 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-04-22 15:17:08 -0400 |
commit | 74e23062fc433cbe240299235ad6325b8310ebd7 (patch) | |
tree | f122fec8748a0a62bb318f6086823bc7573ca159 /Tutorials.md | |
parent | 06d2fcb280268da264fda967e28535bee243dada (diff) |
"Add a new music song" tutorial
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tutorials.md b/Tutorials.md index 95f5d88..ab81387 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -10,12 +10,14 @@ Tutorials may use diff syntax to show edits: **How to add a new…** - [Type (Fairy)](Add-a-new-Fairy-type) +- [Music song](Add-a-new-music-song) **Upgrades to existing features:** +- [Expand tilesets from 192 tiles to 255](Expand-tilesets-from-192-tiles-to-255) +- [Allow map tiles to appear above sprites (so NPCs can walk behind tiles) with `PRIORITY` colors](Allow-map-tiles-to-appear-above-sprites-\(so-NPCs-can-walk-behind-tiles\)-with-PRIORITY-colors) - [Remove the 25% failure chance for AI status moves](Remove-the-25%25-failure-chance-for-AI-status-moves) - [Colored trainer card badges](Colored-trainer-card-badges) -- [Allow map tiles to appear above sprites (so NPCs can walk behind tiles) with `PRIORITY` colors](Allow-map-tiles-to-appear-above-sprites-\(so-NPCs-can-walk-behind-tiles\)-with-PRIORITY-colors) **Features from later generations:** |