Coder Social home page Coder Social logo

twentyexex / pokeemerald-expansion Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rh-hideout/pokeemerald-expansion

0.0 1.0 0.0 227.46 MB

Feature branches for the pokeemerald decompilation. See the wiki for more info.

Shell 0.01% C++ 2.94% C 76.89% Assembly 19.87% PowerShell 0.01% Makefile 0.30%

pokeemerald-expansion's Introduction

pokeemerald Expansion

What is the pokeemerald Expansion?

The pokeemerald Expansion is a feature branch meant to be integrated into existing Pokémon Emerald hacks based off pret's pokeemerald decompilation project. This is NOT a standalone romhack, and as such, most features will be unavailable and/or unbalanced if played as is.

What features are included?

  • Configuration files that allows you to choose generation-specific behaviors. Full contents here:
  • Upgraded battle engine.
    • Gen5+ damage calculation.
    • 2v2 Wild battles support.
    • 1v2/2v1 battles support.
    • Fairy Type (configurable).
    • Physical/Special/Status Category Split (configurable).
    • New moves and abilities up to Scarlet and Violet.
      • Custom Contest data up to SwSh, newer moves are WIP. (source)
    • Form change tables that allow customizing most form changes.
    • Mega Evolution, Primal Reversion and Ultra Burst.
    • Z-Moves
      • Gen 8+ damaging moves are given power extrapolated from Gen 7.
      • Gen 8+ status moves have no additional effects, like Healing Wish.
    • Initial battle parameters
      • Queueing stat boosts (aka, Totem Boosts)
      • Setting Terrains.
    • Mid-turn speed recalculation.
    • Quick Poké Ball selection in Wild Battles
      • Press R to use last selected Poké Ball.
      • Hold R to change selection with the D-Pad.
    • Faster battle intro
      • Message and animation/cry happens at the same time.
    • Faster HP drain.
    • Battle Debug menu.
      • Accessed by pressing Select on the "Fight/Bag/Pokémon/Run" menu.
    • Option to use AI flags in wild Pokémon battles.
    • FRLG/Gen4+ whiteout money calculation.
    • Configurable experience settings
      • Experience on catch.
      • Splitting experience.
      • Trainer experience.
      • Scaled experience.
      • Unevolved experience boost.
    • Frostbite.
      • Doesn't replace freezing unless a config is enabled, so you can mix and match.
    • Critical capture.
    • Removed badge boosts (configurable).
    • Recalculating stats at the end of every battle.
    • Level 100 Pokémon can earn EVs.
    • Inverse battle support.
    • TONS of other features listed here.
  • Full Trainer customization
    • Nickname, EVs, IVs, moves, ability, ball, friendship, nature, gender, shininess.
    • Custom tag battle support (teaming up an NPC in a double battle).
    • Sliding trainer messages.
    • Upgraded Trainer AI
      • Considers newer move effects.
      • New flag options to let you customize the intelligence of your trainers.
      • Faster calculations.
    • Specify Poké Balls by Trainer class.
  • Pokémon Species from Generations 1-8.
    • Option to disable unwanted generations.
    • Updated sprites to DS style.
    • Updated stats, types, abilities and egg groups (configurable).
    • Updated Hoenn's Regional Dex to match ORAS'.
    • Updated National Dex incorporating the new species.
    • Sprite and animation visualizer.
      • Accesible by pressing Select on a Pokémon's Summary screen.
    • Gen4+ evolution methods, with some changes:
      • Mossy Rock, Icy Rock and Magnetic Field locations match ORAS'.
        • Leaf, Ice and Thunder Stones may also be used.
      • Inkay just needs level 30 to evolve.
        • You can't physically have both the RTC and gyroscope, so we skip this requirement.
      • Sylveon uses Gen8+'s evolution method (friendship + Fairy Move).
      • Option to use hold evolution items directly like stones.
    • Hidden Abilities.
      • Available via Ability Patch.
      • Compatible with Ghoul's DexNav branch.
    • All gender differences.
      • Different icons for female Hippopotas and Hippowdon
    • 3 Perfect IVs on Legendaries, Mythicals and Ultra Beasts
  • Breeding
    • Incense Baby Pokémon now happen automatically (configurable).
    • Level 1 eggs.
    • Poké Ball inheriting.
    • Egg Move Transfer, including Mirror Herb.
    • Nature inheriting 100% of the time with Everstone
    • Gen6+ Ability inheriting.
  • Items from newer Generations. Full list here.
    • Gen 6+ Exp. Share (configurable)
    • Existing item data but missing effects:
      • Mints
      • Dynamax Candy
      • Mulches
      • Rotom Catalog
      • DNA Splicers
      • Zygarde Cube
      • N Solarizer/Lunarizer
      • Reins of Unity
      • Dynamax Band
      • Gimmighoul Coin
      • Booster Energy
      • Tera Shards
      • Tera Orb
  • Feature branches incorporated:
    • RHH intro credits by Xhyzi.
      • A small signature from all of us to show the collective effort in the project :)
    • Overworld debug by TheXaman
      • Accesible by pressing R + Start in the overworld by default.
      • Additional features:
        • Clear Boxes: cleans every Pokémon from the Boxes.
        • Hatch an Egg: lets you choose an Egg in your party and immediatly hatch it.
  • Other features
    • Pressing B while holding a Pokémon drops them like in modern games (configurable).
    • Running indoors (configurable).
    • Configurable overworld poison damage.
    • Configurable flags for disabling Wild encounters and Trainer battles.
    • Configurable flags for forcing or disabling Shinies.
    • Reusable TM (configurable).
    • B2W2+ Repel system that also supports LGPE's Lures
    • Gen6+'s EV cap.
    • All bugfixes from pret included.
    • Fixed overworld snow effect.

There are some mechanics, moves and abilities that are missing and being developed. Check the project's milestones to see which ones.

If I already have a project based on regular pokeemerald, can I use the pokeemerald Expansion

Yes! Keep in mind that we keep up with pret's documentation of pokeemerald, which means that if your project a bit old, you might get merge conflicts that you need to solve manually.

  • If you haven't set up a remote, run the command git remote add RHH https://github.com/rh-hideout/pokeemerald-expansion.
  • Once you have your remote set up, run the command git pull RHH master.

With this, you'll get the latest version of the Expansion, plus a couple of bugfixes that haven't been released into the next patch version :)

How do I update my version of the pokeemerald Expansion?

  • If you haven't set up a remote, run the command git remote add RHH https://github.com/rh-hideout/pokeemerald-expansion.
  • Once you have your remote set up, run the command git pull RHH expansion/1.6.2.

Please consider crediting the entire list of contributors in your project, as they have all worked hard to develop this project :)

There's a bug in the project. How do I let you guys know?

Please submit any issues with the project here. Make sure that the issue wasn't reported by someone else by searching using the filters.

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. Don't feel discouraged if we take a bit to review your PR, we'll get to it.

Who maintains the project?

The project was originally started by DizzyEgg alongside other contributors.

The project has now gotten larger and DizzyEgg is now maintaining the project as part of the ROM Hacking Hideout community. Some members of this community are taking on larger roles to help maintain the project.

What is ROM Hacking Hideout?

A Discord-based ROM hacking community that has many members who hack using the disassembly and decompilation projects for Pokémon. Quite a few contributors to the original feature branches by DizzyEgg were members of ROM Hacking Hideout. You can call it RHH for short!

Click here to join the RHH Discord Server!

pokeemerald-expansion's People

Contributors

dizzyeggg avatar griffinrichards avatar asparaguseduardo avatar pikalaxalt avatar louroboros avatar ghoulslash avatar sierraffinity avatar kermalis avatar diegoisawesome avatar huderlem avatar buffelsaft avatar ultima-soul avatar phlosioneer avatar scnorton avatar kurausukun avatar golemgalvanize avatar thexaman avatar garakmon avatar mrgriffin avatar exposeed avatar revosucks avatar slawter666 avatar alexon1ine avatar luckytyphlosion avatar bassoonian avatar agustingdlv avatar amiosi avatar sneed69 avatar u8-salem avatar jaizu avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.