diff options
author | ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> | 2021-06-10 09:55:19 -0500 |
---|---|---|
committer | ExpoSeed <43502820+ExpoSeed@users.noreply.github.com> | 2021-06-10 09:55:19 -0500 |
commit | 36500e2c09c72d56790375edd8a0f9b1378dc01a (patch) | |
tree | 83648a8e49ed15e35a0af641121d43b2f50ad522 | |
parent | f6177cea1066b90c9dbe1ca4bbf3dd26c51bf438 (diff) |
Created Feature Branches (markdown)
-rw-r--r-- | Feature-Branches.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Feature-Branches.md b/Feature-Branches.md new file mode 100644 index 0000000..3b656b0 --- /dev/null +++ b/Feature-Branches.md @@ -0,0 +1,24 @@ +## 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 +[Github Repository](https://github.com/rh-hideout/pokeemerald-expansion/tree/battle_engine)** +An overhaul and upgrade of pokeemerald's battle engine with newer gen features and mechanics, such as + +- Mega Evolution +- Updated Move Effects and Abilities +- + + + +         + +- **[Pokemon Expansion](https://github.com/rh-hideout/pokeemerald-expansion/tree/pokemon_expansion)** +- **[Item Expansion](https://github.com/rh-hideout/pokeemerald-expansion/tree/item_expansion)** +- **[Follow Me](https://github.com/ghoulslash/pokeemerald/tree/follow-me)** +- **[Sideways Stairs](https://github.com/ghoulslash/pokeemerald/tree/sideways_stairs)** +- **[More Bag Pockets](https://github.com/AsparagusEduardo/pokeemerald/tree/BetterBag)** +- **[Overworld Expansion](https://github.com/ghoulslash/pokeemerald/tree/overworld-expansion)** +- **[Saveblock "Expansion"](https://github.com/ghoulslash/pokeemerald/tree/free_saveblock)** +- **[Simplified DexNav](https://github.com/ghoulslash/pokeemerald/tree/dexnav)** +- **[Dynamic Overworld Palettes](https://github.com/ExpoSeed/pokeemerald/tree/dynamic-ow-pals)**
\ No newline at end of file |