github rh-hideout/pokeemerald-expansion expansion/1.9.4
Version 1.9.4

latest release: expansion/1.10.0
16 days ago
## 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.9.4`.

πŸŒ‹ IMPORTANT πŸŒ‹

  • This update integrates pret's latest Makefile changes, which rearranges the entire file in order to speed up compilation times overall. If you did any changes to it (such as installing Poryscript) and are having issues resolving the conflicts, keep expansion's version of Makefile and reapply your changes afterwards.

🧬 General 🧬

Fixed

  • Fixed alignment errors in EWRAM_INIT and friends when using u8, u16, etc. by @aronson in #5512
  • Update test LD script to respect 4 byte data section alignment by @aronson in #5517
  • Fixed Missing string_util.h include in mini_printf.c by @mrgriffin in #5572
  • Fixed unnecessary dependency scanning for test build and test rom names by @ravepossum in #5594
  • Fixed makefile: dependencies for map_group_count.h by @SBird1337 in #5648
    • Fixes an issue that caused the build to fail on updates to src/debug.c due to mismatched dependency.

πŸ—ΊοΈ Overworld πŸ—ΊοΈ

Changed

Fixed

  • Fixed Berry mutations always generating a Persim Berry by @Bassoonian in #5504

πŸ‰ PokΓ©mon πŸ‰

Changed

  • Changing EVO_NONE from 0xFFFE to 0 by @GhoulMage in #5547
    • There could be a case for out of bounds errors if arrays or iterations are happening where you're using + 1 or - 1, as EVO_FRIENDSHIP used to be the first index although it started with 1.
  • PokeCommunity sprites batch (October) by @kittenchilly in #5655
  • Followers sprite fixes by @Cafeei in #5669
  • Follower fixes, Melmetal, Patrat, Woobat by @hedara90 in #5685
  • Fixed Farfetch'd overworld sprite by @hedara90 in #5711

Fixed

βš”οΈ Battle General βš”οΈ

Changed

Fixed

  • Fixed Shiny Pokemon not being shiny after transforming with a gimmick by @hedara90 in #5573
  • Handle showdowns apostrophe the same way as ASCII apostrophe by @cawtds in #5712
  • Fixes Misty Terrain displaying wrong message by @AlexOn1ine in #5742
  • Fixes Dynamax dynamic move type by @AlexOn1ine in #5739

🀹 Moves 🀹

Changed

  • Fixed damage calc modifiers by @AlexOn1ine in #5604
  • Updated ability popups for Skill Swap, Mummy/Lingering Aroma, Worry Seed, Simple Beam, fix Doodle/Role Play bugs by @PhallenTree in #5493

Fixed

🎭 Abilities 🎭

Changed

Fixed

🧢 Items 🧢

Changed

Fixed

πŸ€– Battle AI πŸ€–

Fixed

🧹 Other Cleanup 🧹

  • Remove one redundant call of SetAiLogicDataForTurn in DoBattleIntro by @AlexOn1ine in #5491
  • Cleanup extraneous function in battle_anim.h by @hedara90 in #5506
  • Add newline to move relearner string by @Bassoonian in #5523
  • Fixed 10,000,000 Volt Thunderbolt name by @AsparagusEduardo in #5533
  • Added constant to expansion inclusive copyright magic number by @pkmnsnfrn in #5413
  • Centralise AI Tests trainer name by @Bassoonian in #5532
  • Remove now outdated information from readme by @Bassoonian in #5548
  • Changing EVO_NONE from 0xFFFE to 0 by @GhoulMage in #5547
    • There could be a case for out of bounds errors if arrays or iterations are happening where you're using + 1 or - 1, as EVO_FRIENDSHIP used to be the first index although it started with 1.
  • Shed Skin chance fix by @Pawkkie in #5558
  • Restore test file dependencies so they're rebuilt properly by @ravepossum in #5617
  • Improve SEND_OUT error message; require Speed for all battlers by @mrgriffin in #5631
  • Removes duplicate Booster Energy code by @AlexOn1ine in #5656
  • Wrong assumtion in dauntless_shield.c by @AlexOn1ine in #5692

πŸ§ͺ Test Runner πŸ§ͺ

Added

Changed

Fixed

πŸ“š Documentation πŸ“š

πŸ“¦ Branch Synchronisation πŸ“¦

pret

merrp's followers

  • Merrp merge (12th of October) by @Bassoonian in #5514
    • d80190f fix: Dig in Sealed Chamber no longer freezes follower.

New Contributors

Full Changelog: expansion/1.9.3...expansion/1.9.4

Don't miss a new pokeemerald-expansion release

NewReleases is sending notifications on new releases.