pokeemerald-expansion 1.2.0 (2022-10-07)
AsparagusEduardo
released this
17 Dec 19:49
·
4519 commits
to master
since this release
To merge in this update, use the command git pull expansion/1.2.0
after setting up this repo as a remote.
Added
- AI remembers Party mons - by @DizzyEggg in #2230
- Takes in consideration overwritten abilities - by @ghoulslash in #2355
- ABILITY_SYMBIOSIS - by @AgustinGDLV in #2117
- Teleport's modern in-battle effect, with config - by @LOuroboros in #2121
- "Access PC" option in debug menu now gives full access to both Item and Pokémon Storage - by @LOuroboros in #2356
- Battle Arena's move Mind ratings now expands to all moves - by @AsparagusEduardo in #2339 and #2365
- 4 new species flags - by @AsparagusEduardo in #2293
SPECIES_FLAG_ALL_PERFECT_IVS
SPECIES_FLAG_SHINY_LOCKED
SPECIES_FLAG_CANNOT_BE_TRADED
SPECIES_FLAG_MEGA_EVOLUTION
- Config for Battle text pause times - by @AsparagusEduardo in #2380
Changed
- Updated move types now have their own separate config from
B_UPDATED_MOVE_DATA
- by @AsparagusEduardo in #2361 - Mew now has special handling for it's Teachable moveset by @AsparagusEduardo (it learns all moves minus certain exceptions) - in #2367
- Changed ballMultiplier to account for future Hisuian ball multipliers - by @AsparagusEduardo in #2376
P_NEW_POKEMON
is now split by Generation - by @AsparagusEduardo in #2283HasAllMons
now accounts for all mon except mythicals.
Fixed
- Natural Cure, Shed Skin and Early Bird check in ShouldSwitchIfGameStatePrompt - by @ghoulslash in #2336
- Multi-fixed-wild partner not calculating damage - by @StubbornOne in #2343
- Z-Power Ring check - by @LOuroboros in #2349
- Crash during Light That Burns The Sky's animation - by @LOuroboros in #2350
- Z-Moves not showing the correct type in battle if it's different from the base move's type - by @LOuroboros in #2353
- Returning to the overworld after using the "Access PC" option in the debug menu makes option descriptions remain open - by @LOuroboros in #2356
- Pokémon Debug isn't loading female icon palettes correctly - by @TheXaman in #2360
- Multi battle interface displays incorrectly - by @AsparagusEduardo in #2335
- Multi battle party menu displays incorrectly - by @AsparagusEduardo in #2335
- AI doesn't track abilites when Traced - by @ghoulslash in #2364
- Berserk doesn't activate if the mon falls to exactly half HP - by @StephenLynx in #2370
- Triple Kick and Triple Axel doing too much damage - by @Sneed69 in #2141
- Mega Evolved Pokémon are able to get Friendship effects in battle - by @LOuroboros in #2262
Cleanup
- Fixed typo in BoxMonKnowsMove - by @LOuroboros in #2338
- Renamed mislabeled labels in src/debug.c - by @LOuroboros in #2337 and #2340
- Removed references to
ITEM_EXPANSION
after #2177 - by @AsparagusEduardo in #2293
Pret merges
- Up to 1ae5010 - by @AsparagusEduardo in #2359
- Up to bb2e64b - by @AsparagusEduardo in #2379
Full Changelog: expansion/1.1.1...expansion/1.2.0