diff options
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) |