github rh-hideout/pokeemerald-expansion expansion/1.12.0
Expansion 1.12.0

6 months 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.12.0
`.

🌋 REFACTORS 🌋

📜 = Uses a migration script.

🧬 General 🧬

Added

  • Low Health Beeps Configuration by @khbsd in #6328
  • Adds SHOW_TYPES_SEEN to the B_SHOW_TYPES option by @khbsd in #6561
    • this slightly alters how the flag FLAG_GET_SEEN is set, so keep that in mind if you have any functionality that relies on it being at the start of the battle.
  • Type Effectiveness Indicators when selecting moves by @agsmgmaster64 in #6559
  • FakeRtc datetime and ResetRtcScreen day increments by @cawtds in #5695
  • Battle Transition: mugshots for multibattles by @grintoul1 and @AlexOn1ine for advice on simplifying the conditions that check for 2nd opponent and presence of battle partner, and general advice/troubleshooting in #6567
  • Time menu for RTC in debug menu. by @RubyRaven6, @cawtds for RTC refactors that makes all of this easier, @HashtagMarky for helping me understand how the debug menu works, especially with destroying menus, @Zetraphes, for helping with refactoring the redundant functions into a single function. and @makosear for originally getting me into the RTC hellhole in #6634
    • In order to apply the new time the map is reloaded through The LoadMap Callback (CB2_LoadMap). As such, this will also do everything else that comes with loading map in.
  • Pokedex Plus HGSS move configs by @PCG06 in #6687
    Adds three configs for Pokedex Plus HGSS.
    • To sort TM moves by num.
    • To show egg moves for evolved Pokémon.
    • Creating a dynamic tutor moves array to use for tutor moves counting.
  • Allow different flags for Badge boost by @AsparagusEduardo and @ghoulslash, @klemniops, whose' code I was using for comparison when I found these in #6805
  • Timemacros by @RubyRaven6 in #6696

Changed

Fixed

🗺️ Overworld 🗺️

Added

Don't miss a new pokeemerald-expansion release

NewReleases is sending notifications on new releases.