diff options
author | Eduardo Alvaro Quezada D'Ottone <eduardo602002@gmail.com> | 2020-06-13 21:56:32 -0400 |
---|---|---|
committer | Eduardo Alvaro Quezada D'Ottone <eduardo602002@gmail.com> | 2020-06-13 21:56:32 -0400 |
commit | 57923f5f1b797f746034427bd5154a755fee0851 (patch) | |
tree | f9e43a2a74a7703b1d1847edf92a190f21b81a98 | |
parent | e9fb7b16cf9c402a3e72042c0f9912b2620895de (diff) |
Organized tutorials by difficulty.
-rw-r--r-- | Home.md | 28 |
1 files changed, 16 insertions, 12 deletions
@@ -3,22 +3,26 @@ Welcome to the pokeemerald wiki! - **[Why should I use this over binary hacking?](Why-should-I-use-this-over-binary-hacking)** ## Tutorials -- **[Add Physical Special Split](add-physical-special-split)** -- **[Adding new overworlds](Adding-new-overworlds)** +### Basic - **[Change Starter Pokémon](Change-Starter-Pokémon)** -- **[Dynamic overworld palette system](Dynamic-overworld-palette-system)** -- **[How to add a new Pokémon species](How-to-add-a-new-Pokémon-species)** -- **[How to add a new ability](How-to-add-a-new-ability)** -- **[Reduce Noise and Improve Sound Quality (Implementing a New Mixer)](Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer))** -- **[Change initial PC items](Change-initial-PC-items)** -- **[Triple-layer blocks](Triple-layer-blocks)** -- **[Add a debug menu](Add-a-debug-menu)** - **[Allow running indoors](Allow-running-indoors)** -- **[Increase money limit](Increase-money-limit)** +- **[Change initial PC items](Change-initial-PC-items)** +- **[Remove badge boosts](Remove-badge-boosts)** - **[Infinite TM usage](Infinite-TM-usage)** +- **[Increase money limit](Increase-money-limit)** + +### Intermediate +- **[How to add a new ability](How-to-add-a-new-ability)** +- **[Adding new overworlds](Adding-new-overworlds)** +- **[Add Physical Special Split](add-physical-special-split)** +- **[How to add a new Pokémon species](How-to-add-a-new-Pokémon-species)** - **[Prompt for reusing Repels](Prompt-for-reusing-Repels)** -- **[Remove badge boosts](Remove-badge-boosts)** +- **[Add a debug menu](Add-a-debug-menu)** + +### Advanced +- **[Reduce Noise and Improve Sound Quality (Implementing a New Mixer)](Reduce-Noise-and-Improve-Sound-Quality-(Implementing-a-New-Mixer))** +- **[Triple-layer blocks](Triple-layer-blocks)** +- **[Dynamic overworld palette system](Dynamic-overworld-palette-system)** ## To do -- organize tutorials - transfer the rest of the simple modifications from the [Pokecommunity thread](www.pokecommunity.com/showthread.php?p=9986048)
\ No newline at end of file |