Skip to content

Latest commit

 

History

History
144 lines (128 loc) · 10.9 KB

1.8.2.md

File metadata and controls

144 lines (128 loc) · 10.9 KB

Version 1.8.2

## How to update
- 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.8.2`.

🌋 Important changes 🌋

  • Added check during compilation to make sure that the code is inside a git directory before building by @SBird1337 in rh-hideout/pokeemerald-expansion#4363
    • If you downloaded the code using the "Download ZIP" option on GitHub, you will not be able to update your expansion version or merge any other feature brances, which is why we added this check to make sure that users don't fall into this trap.

💥 Softlock/Crash fixes 💥

🧬 General 🧬

Changed

Fixed

✨ Feature Branches ✨

TheXaman's Debug Menu:

Fixed

TheXaman's HGSS Pokédex Plus:

Changed

Fixed

🐉 Pokémon 🐉

Added

Changed

Fixed

⚔️ Battle General ⚔️

Fixed

🤹 Moves 🤹

Fixed

  • Fixed Z-Mirror Move's base power being set to 0 instead of the mirrored move's base power by @DizzyEggg in rh-hideout/pokeemerald-expansion#4308
  • Fixed Searing Sunraze Smash, Menacing Moonraze Maelstrom and Light That Burns The Sky not bypassing abilities by @AlexOn1ine in rh-hideout/pokeemerald-expansion#4360
  • Fixed multiple Future Sight issues by @AlexOn1ine in rh-hideout/pokeemerald-expansion#4350
    • Fixed Future Sight using the active Pokémon's stats if the original user switches out.
    • Fixed Future Sight not being boosted by the user's item when the user is active when the move hits.
    • Fixed Future Sight not failing when the target of the attack faints before it hits.
  • Fixed Belch not being usable even if a berry was eating via Stuff Cheeks by @AlexOn1ine in rh-hideout/pokeemerald-expansion#4376

🎭 Abilities 🎭

Added

Fixed

🧶 Items 🧶

Fixed

  • Fixed multiple White Herb Known issues by @DizzyEggg in rh-hideout/pokeemerald-expansion#4258
    • Fixed White Herb not activating after Intimidade.
    • Fixed White Herb not activating after all hits of a multi-hit move.
    • Fixed White Herb activating when Knocked Off on the same turn as the lowering of the stat (eg. via Weak Armor)
    • Fixed White Herb activating even if Magician steals it
    • Fixed White Herb activating before Defiant and Competitive.
  • Fixed Protective Pads ignoring Fluffy by @AlexOn1ine in rh-hideout/pokeemerald-expansion#4340
  • Fixed Ability Shield not preventing Neutralizing Gas from supressing the holder's ability by @AlexOn1ine in rh-hideout/pokeemerald-expansion#4391

🤖 Battle AI 🤖

Fixed

🧹 Other Cleanup 🧹

Added

Fixed

🧪 Test Runner 🧪

Added

📦 Pret merges 📦

New Contributors

Full Changelog: https://github.com/rh-hideout/pokeemerald-expansion/compare/expansion/1.8.1...expansion/1.8.2