diff --git a/README.md b/README.md index e4285f7239..8a1c3d37d4 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,19 @@ The pokeemerald Expansion is a collection of feature branches that can be integrated into existing [pokeemerald](https://github.com/pret/pokeemerald) projects. -## What feature branches are included? - -- **[Battle Engine Upgrade](../../tree/battle_engine):** Upgrades the battle engine in pokeemerald to newer Generation games' standards. It also adds newer moves and abilities. -- **[Pokémon Expansion](../../tree/pokemon_expansion):** Adds Pokémon from newer Generations and makes them available in the National Dex. It also updates base stats and other Pokémon info. -- **[Item Expansion](../../tree/item_expansion):** Adds items from newer Generations and also updates item effects for field use. -- **[master](../../tree/master):** Combines the above branches into one single branch for the sake of convenience. Note that this branch is only updated once in a while, so you must merge manually if you want the latest features. +## What features are included? +- Upgraded battle engine. + - Fairy Type. + - New moves and abilities up to SwSh. + - Options to change behaviors and data by generation. + - Mega Evolution and Primal Reversion + - Z-Moves (TODO: Ultra Burst) +- Adds Pokémon from newer Generations and makes them available in the National Dex (with the option to disable them if needed). + - Updates Hoenn's Regional Dex to match ORAS'. + - Option to change base stats by generation. + - New evolution methods. + - Hidden Abilities data (How to obtain them is up to the user). +- Adds items from newer Generations and also updates item effects for field use. ## Who maintains the project? @@ -19,7 +26,7 @@ The project has now gotten larger and DizzyEgg is now maintaining the project as ## Can I contribute even if I'm not a member of ROM Hacking Hideout? -Yes! Contributions are welcome via Pull Requests and they will be reviewed by maintainers. Please note that PRs to master are not accepted, as master is only intended to be a merged branch. +Yes! Contributions are welcome via Pull Requests and they will be reviewed by maintainers. Don't feel discouraged if we take a bit to review your PR, we'll get to it ## What is ROM Hacking Hideout?