summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Home.md11
1 files changed, 10 insertions, 1 deletions
diff --git a/Home.md b/Home.md
index 8b8f2c7..26cac8d 100644
--- a/Home.md
+++ b/Home.md
@@ -3,7 +3,14 @@ Welcome to the pokeemerald wiki!
- **[Why should I use this over binary hacking?](Why-should-I-use-this-over-binary-hacking)**
## Tutorials
+### Fixes
+These tutorials explain how to fix some bugs in the vanilla version of the game.
+- **[Surf Dismount Ground Effects](Surfing-Dismount-Ground-Effects)**
+- **[Fix Snow Weather](Fix-Snow-Weather)**
+- **[Seeding the RNG properly on startup](https://www.pokecommunity.com/showpost.php?p=10127870&postcount=52)**
+
### Basic
+These tutorials are simple changes that those with basic programming knowledge should be able to do.
- **[Change Starter Pokémon](Change-Starter-Pokémon)**
- **[Allow running indoors](Allow-running-indoors)**
- **[Change initial PC items](Change-initial-PC-items)**
@@ -23,11 +30,11 @@ Welcome to the pokeemerald wiki!
- **[Fix snow weather](Fix-Snow-Weather)**
- **[Disable Bag use In Battle](Disable-Bag-Use-In-Battle)**
- **[Disable Catching Pokemon](Disable-Catching-Pokemon)**
-- **[Surf Dismount Ground Effects](Surfing-Dismount-Ground-Effects)**
- **[Backsprite Editing](Trainer-Backsprite-Editing)**
- **[Repeated Medicine Use](Repeated-Field-Medicine-Use)**
### Intermediate
+These tutorials require more work and programming knowledge.
- **[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)**
@@ -39,6 +46,7 @@ Welcome to the pokeemerald wiki!
- **[New Battle Transitions](https://www.pokecommunity.com/showpost.php?p=10085164&postcount=1)**
### Advanced
+These tutorials overhaul systems, and may require advanced knowledge.
- **[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)**
- **[Dynamic overworld palette system](Dynamic-overworld-palette-system)**
@@ -47,6 +55,7 @@ Welcome to the pokeemerald wiki!
- **[Using Affine Animations](https://www.pokecommunity.com/showthread.php?t=419851)**
## Notable Branches
+The following branches maintained by contributors can be a good starting point for your hack, or can be merged into an existing codebase.
- **[Battle Engine Upgrade](https://github.com/DizzyEggg/pokeemerald/tree/battle_engine_v2)**
- **[Pokemon Expansion](https://github.com/DizzyEggg/pokeemerald/tree/pokemon_expansion)**
- **[Item Expansion](https://github.com/DizzyEggg/pokeemerald/tree/item_expansion)**