summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Feature-Branches.md51
1 files changed, 49 insertions, 2 deletions
diff --git a/Feature-Branches.md b/Feature-Branches.md
index 9dd7d9e..dfe29bc 100644
--- a/Feature-Branches.md
+++ b/Feature-Branches.md
@@ -1,5 +1,7 @@
The following branches maintained by contributors can be a good starting point for your hack, or can be merged into an existing codebase.
+Please visit each page, wiki, post, etc. to see information on how to credit each branch.
+
## Table of Contents
- [How to apply a feature branch](#how-to-apply-a-feature-branch)
- [battle_engine](#battle_engine)
@@ -7,12 +9,14 @@ The following branches maintained by contributors can be a good starting point f
- [item_expansion](#item_expansion)
- [pokeemerald Expansion master](#pokeemerald-Expansion-master)
- [follow_me](#follow_me)
+- [sideways_stairs](#sideways_stairs)
+- [BetterBag](#BetterBag)
## How to apply a feature branch
1. Add the repository as a remote on git: `git remote add <name of your choice> <repository url>`
- The URL you use is the same one you use when cloning the repository (so it should have `.git` at the end.
+ The URL you use is the same one you use when cloning the repository (so it should have `.git` at the end).
2. Pull the specific branch you want: `git pull <remote name you gave earlier> <branch_name>`
@@ -89,8 +93,51 @@ Enables NPCs to follow you in the overworld.
For more information, see this [Pokecommunity post](https://www.pokecommunity.com/showthread.php?t=432529).
## [sideways_stairs](https://github.com/ghoulslash/pokeemerald/tree/sideways_stairs)
+Maintainers: ghoulslash
+
+![](https://i.imgur.com/Jr75OdM.gif) ![](https://i.imgur.com/GTL2LTN.gif) ![](https://i.imgur.com/3Mj7RtZ.gif) ![](https://i.imgur.com/NKtECSC.gif) ![](https://i.imgur.com/jRnha2N.gif)
+
+Adds sideways stairs to pokeemerald.
+
+For more info see this [Pokecommunity post](https://www.pokecommunity.com/showthread.php?t=435887).
+
## [BetterBag](https://github.com/AsparagusEduardo/pokeemerald/tree/BetterBag)
+Maintainers: AsparagusEduardo
+
+![](https://i.imgur.com/BSirkBY.png) ![](https://i.imgur.com/7XpKca6.png) ![](https://i.imgur.com/eTMSD53.png)
+
+Adds the following new pockets to the bag:
+- Medicine (HP, PP and status recovery items)
+- Power-Up (Vitamins, Rare Candy and evolution items)
+- Battle Items (X items, Pokédoll/FluffyTail and hold items with battle effects)
+
+For more info see this [Pokecommunity post](https://www.pokecommunity.com/showthread.php?t=424360).
+
## [overworld-expansion](https://github.com/ghoulslash/pokeemerald/tree/overworld-expansion)
+
+Increases the number of maximum object events in the game from 255 to 65535. This is done by converting the ID from a `u8` to a `u16`.
+
## [free_saveblock](https://github.com/ghoulslash/pokeemerald/tree/free_saveblock)
+Maintainers: ghoulslash
+
+Free up some saveblock space by removing superfluous saveblock data.
+
+For more info see this [Pokecommunity post](https://www.pokecommunity.com/showthread.php?p=10168472#post10168472).
+
+To free up some more saveblock space, see [this tutorial](https://github.com/pret/pokeemerald/wiki/Extra-save-space-with-two-lines-of-code).
+
## [dexnav](https://github.com/ghoulslash/pokeemerald/tree/dexnav)
-## [dynamic-ow-pals](https://github.com/ExpoSeed/pokeemerald/tree/dynamic-ow-pals) \ No newline at end of file
+Maintainers: ghoulslash
+
+![](https://i.imgur.com/dsf4ksv.gif) ![](https://i.imgur.com/0o2ngo5.gif) ![](https://i.imgur.com/T0uNU0h.gif) ![](https://i.imgur.com/3umOuT8.gif)
+
+Adds a simplified DexNav, complete with Search and Detector modes, creeping up to wild Pokemon, and chaining.
+
+For more info, see this [Pokecommunity post](https://www.pokecommunity.com/showthread.php?t=440571).
+
+## [dynamic-ow-pals](https://github.com/ExpoSeed/pokeemerald/tree/dynamic-ow-pals)
+Maintainers: ExpoSeed
+
+Adds a system to load and unload overworld palettes based on what is on screen, instead of keeping all overworld palettes loaded at once. This enables you to be much more flexible about overworld palettes.
+
+Credits: Slawter666, Xhyzi, ShantyTown, ExpoSeed, UltimaSoul, ShinyDragonHunter \ No newline at end of file