diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-27 16:19:50 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2019-11-27 16:19:50 -0500 |
commit | e59dc970a60b95f58ee97bae2e30a8c20c01d315 (patch) | |
tree | 38873079693384e5f30a31280fa3f059b1fe380a /Tutorials.md | |
parent | f3b96ff76fef5c58b45220789d89572f1fedbae2 (diff) |
Cleanup
Diffstat (limited to 'Tutorials.md')
-rw-r--r-- | Tutorials.md | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/Tutorials.md b/Tutorials.md index e60c1d8..3ad5a75 100644 --- a/Tutorials.md +++ b/Tutorials.md @@ -49,10 +49,10 @@ Tutorials may use diff syntax to show edits: - [Unown puzzle chamber](Add-a-new-Unown-puzzle-chamber) - [Fishing rod](Add-a-new-fishing-rod) - [Battle transition](Add-a-new-battle-transition) -- [Spawn point (for Fly or Teleport)](https://github.com/pret/pokecrystal/wiki/Spawn-Point-(for-Fly-or-Teleport)) -- [Level cap](Add-a-new-level-cap) +- [Spawn point (for Fly or Teleport)](Add-a-new-spawn-point) - [Text scrolling speed](Add-a-new-text-scrolling-speed) -- [Scene script](https://github.com/pret/pokecrystal/wiki/Adding-a-Scene-Script) +- [Scene script](Add-a-new-scene-script) + ## How to edit the… @@ -79,7 +79,6 @@ Tutorials may use diff syntax to show edits: - [Short beeping noise for low HP](Short-beeping-noise-for-low-HP) - [Remove the artificial save delay](Remove-the-artificial-save-delay) - [Option to show shiny colors in Pokédex](Option-to-show-shiny-colors-in-Pokédex) -- [Making items that act like HM Field Moves](Adding-items-that-act-like-HMs) ## Removing features @@ -113,6 +112,12 @@ Tutorials may use diff syntax to show edits: - [Gain experience from catching Pokémon](Gain-experience-from-catching-Pokémon) +## Custom features + +- [Items that act like HM field moves](Adding-items-that-act-like-HMs) +- [Level cap](Level-cap) + + ## Assembly programming - [Optimizing assembly code](Optimizing-assembly-code) |