Skip to content

Latest commit

 

History

History
29 lines (26 loc) · 2.05 KB

1.4.2.md

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 rh-hideout#2811

Battle Mechanics

  • General
    • Fixed long z-move names not showing properly on the battle textbox by @DizzyEggg in rh-hideout#2789
  • Move effects
  • Ability effects
    • Fixed wrong Contrary message when affected by Intimidate by @DizzyEggg in rh-hideout#2723

Battle AI

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

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