Skip to content

Latest commit

 

History

History
63 lines (53 loc) · 4.27 KB

File metadata and controls

63 lines (53 loc) · 4.27 KB

Version 1.7.1

## 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.7.1`.

🧬 General 🧬

Changed

  • Deprecate agbcc and clarify gcc version usage in install instructions. by @GraionDilach in rh-hideout#3788

Fixed

🐉 Pokémon 🐉

Fixed

  • Fix Maushold-3 and Maushold-4 icons being swapped by @kittenchilly in rh-hideout#3809
  • Fixes Minior form change and likely other forms by @AlexOn1ine in rh-hideout#3822
  • Fix P_FAMILY #if blocks for Regigigas and Giratina in front_pic_anims.h by @gabrielcowley in rh-hideout#3823

🤹 Moves 🤹

Added

  • Adds data for The Indigo Disk moves by @Bassoonian in rh-hideout#3852
    • Many moves still have placeholder effects.

Fixed

🎭 Abilities 🎭

Fixed

🧶 Items 🧶

Fixed

🧹 Cleanup 🧹

  • Clear BattleScripting struct at the battle start by @DizzyEggg in rh-hideout#3776
  • Fix Rain Dance and Sunny Day not blending opponent sprite by @DizzyEggg in rh-hideout#3785
  • Same lists for healing moves by @DizzyEggg in rh-hideout#3787
  • [battle_controller_player.c] refactor and fix buffer overread by @SBird1337 in rh-hideout#3792
  • Make overworld weather-based terrain setting effects use B_MSG_TERRAIN_SET constants for intro text by @ravepossum in rh-hideout#3793
  • Clear Sky Battle & Dynamax flags upon whiteout by @Bassoonian in rh-hideout#3830

🧪 Test Runner 🧪

Added

New Contributors

Full Changelog: https://github.com/rh-hideout/pokeemerald-expansion/compare/expansion/1.7.0...expansion/1.7.1