Skip to content

Latest commit

 

History

History
97 lines (81 loc) · 7.61 KB

File metadata and controls

97 lines (81 loc) · 7.61 KB

Version 0.9.0

## 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/0.9.0`.

This version was labeled retroactively after our versioning scheme was decided, meaning the version number may be arbitrary.

ADDED

CHANGED

  • Moves with EFFECT_PLACEHOLDER can't be used anymore. by @AsparagusEduardo in rh-hideout#2243
  • Modified HP display to support HP with 4 digits by @DizzyEggg in rh-hideout#2256
  • Enable BUGFIX by default by @AsparagusEduardo in rh-hideout#2258
  • Updated Fairy icon to better match the rest of them by @AsparagusEduardo in rh-hideout#2269

FIXES

  • Gen5+ multihit odds. by @aarant in rh-hideout#2219
  • IsAbilityPreventingEscape message in party menu by @ghoulslash in rh-hideout#2125
  • ENDTURN_WISH not resetting gBattleStruct->turnSideTracker by @DizzyEggg in rh-hideout#2236
  • Ability pop-up not displaying long abilities properly by @DizzyEggg in rh-hideout#2234
  • Doubles 2 vs 1 interface by @DizzyEggg in rh-hideout#2238
  • Fixed creation trio orbs not boosting power for non-base forms. by @AsparagusEduardo in rh-hideout#2242
  • LoadSpecialPokePic now loads gender differences correctly by @AsparagusEduardo in rh-hideout#2247
  • Fixed Net Ball Gen 7+ multiplier by @AsparagusEduardo in rh-hideout#2259
  • Fix Escape Rope Message when on gen 8 mechanics by @ThirdLemon in rh-hideout#2263

PRET MERGES

  • Up to 578064d79966ebfcd0de8782f8b7294415fd6c87 by @AsparagusEduardo in rh-hideout#2264

CLEANUP

  • Fix multiple pokemon icons & tidying pokemon graphic folders by @Blackforest92 in rh-hideout#2206
  • Get rid of garbage bytes in graphics.c by @DizzyEggg in rh-hideout#2235
  • Fixed P_UPDATED_ABILITIES's comment by @LOuroboros in rh-hideout#2241
  • Fixed critical capture fields not using TRUE or FALSE by @AsparagusEduardo in rh-hideout#2245
  • Reworked branch defines into single compatibility define by @gruxor in rh-hideout#2237
  • Removed unused local var in SetMonFormPSS by @LOuroboros in rh-hideout#2271

New Contributors

Full Changelog: https://github.com/rh-hideout/pokeemerald-expansion/compare/expansion/0.8.0...expansion/0.9.0

BREAKING

  • Reworked TMHM into expandable list format by @gruxor in rh-hideout#2233
    • Tutor moves and TM/HM moves have been combined into a single list of Teachable Moves.
    • With this change, it allows users to have official data for compatibility if they add their own TMs/HMs and Tutors.
  • Added Legends: Arceus species by @Blackforest92 in rh-hideout#2177
  • Fixed PokemonSubstruct3 alignment by @AsparagusEduardo in rh-hideout#2265

ADDED

  • Added Legends: Arceus' move data by @LOuroboros in rh-hideout#2280
  • Inclusion of the TheXaman's Debug Menu by @TheXaman in rh-hideout#2277
  • Introduced FORM_BATTLE form changes by @LOuroboros in rh-hideout#2273
    • Form changes for Zacian, Zamazenta and Xerneas before a battle's intro.
    • Optional parameter to check for held item.
      • Introduced param3 to facilitate this and merging of FORM_ITEM_USE.

CHANGED

  • Merged FORM_ITEM_USE_TIME into FORM_ITEM_USE by @LOuroboros in rh-hideout#2304
  • Comatose prevents Battle Pike's status effects. by @AsparagusEduardo in rh-hideout#2198
  • Updated Serene Grace checks in AI_CheckViability by @LOuroboros in rh-hideout#2218

FIXES

PRET MERGES

CLEANUP

  • Updated README.md to reflect the new workflow by @LOuroboros in rh-hideout#2287
  • Updated README.md with credits and wiki links by @ghoulslash in rh-hideout#2299
  • Config refactor by @AsparagusEduardo in rh-hideout#2297
    • Refactored uses of configs to be exclusivetly handled by preproc, as an optimization such that we don't have stuff like (is 3 > 4?)
    • Moved Gen definitions to include/config.h, to be used by all config files.
    • Created GEN_LATEST as a way to avoid conflicts with users that modify the default configs and have a way for them to easily set everything to their prefered generation.
  • Tyding graphics
  • Small syntax fix for CanLearnTeachableMove by @LOuroboros in rh-hideout#2302
  • Added missing constant in GetBattleMonMoveSlot by @LOuroboros in rh-hideout#2294

New Contributors

Full Changelog: https://github.com/rh-hideout/pokeemerald-expansion/compare/expansion/0.9.0...expansion/1.0.0