Copy-pasted Eduardo's README
This commit is contained in:
parent
7e920040ca
commit
8079224340
1 changed files with 14 additions and 7 deletions
21
README.md
21
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?
|
||||
|
||||
|
|
Loading…
Reference in a new issue