Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.05 KB

File metadata and controls

29 lines (26 loc) · 2.05 KB

Version 1.4.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.4.2`.

Fixed

General

  • Fixed overworld_config.h reference in the overworld debug by @Bassoonian in #2811

Battle Mechanics

  • General
    • Fixed long z-move names not showing properly on the battle textbox by @DizzyEggg in #2789
  • Move effects
    • Fixes certain moves preventing Z status moves. by @AlexOn1ine in #2791
    • Fixed Wring Out's power by @AsparagusEduardo in #2824
  • Ability effects
    • Fixed wrong Contrary message when affected by Intimidate by @DizzyEggg in #2723

Battle AI

  • Fixed uninitialized modifier variable in AI calc damage by @DizzyEggg in #2731
  • Fixed AI mon getting lower score when it is faster by @AlexOn1ine in #2740
  • Fixed status moves being considered for type effectiveness calculations by @AlexOn1ine in #2743
  • Fixed AI not considering Nature Power in AI_CalcDamage by @AlexOn1ine in #2776
  • Fixed Electrify check, as it workss on all move types, not just Normal by @AlexOn1ine in #2817
  • Fixed score for Work up and Growth by @AlexOn1ine in #2813
  • Fixed speed check on Electrify by @AlexOn1ine in #2819

Full Changelog: https://github.com/rh-hideout/pokeemerald-expansion/compare/expansion/1.4.1...expansion/1.4.2