Restore changelog search-replace (#4644)
This commit is contained in:
parent
7a393a974a
commit
06cbc9a162
@ -359,10 +359,10 @@
|
||||
* Added missing `P_UPDATED_EVS` config that allows setting the EV yield changes across generations by @Bassoonian in https://github.com/rh-hideout/pokeemerald-expansion/pull/3993
|
||||
* Added missing `P_UPDATED_EXP_YIELDS` config that allows setting the Experience yield changes across generations by @Bassoonian in https://github.com/rh-hideout/pokeemerald-expansion/pull/3995
|
||||
* Added evolution methods that require custom trackers (`MON_DATA_EVOLUTION_TRACKER`) by @Bassoonian in https://github.com/rh-hideout/pokeemerald-expansion/pull/4087
|
||||
* `EVO_USE_MOVE_TWENTY_TIMES`:
|
||||
* `EVO_LEVEL_MOVE_TWENTY_TIMES`:
|
||||
* Stantler can now evolve into Wyrdeer by using Psyshield Bash 20 times.
|
||||
* Primeape can now evolve into Annihilape by using Rage Fist 20 times.
|
||||
* `EVO_RECOIL_DAMAGE_MALE`/`EVO_RECOIL_DAMAGE_FEMALE`
|
||||
* `EVO_LEVEL_RECOIL_DAMAGE_MALE`/`EVO_LEVEL_RECOIL_DAMAGE_FEMALE`
|
||||
* White-Striped Basculin can now evolve into Basculegion when leveling up after receiving 294HP of recoil damage and being the corresponding gender.
|
||||
* Added missing Paldean Wooper icon by @kittenchilly in https://github.com/rh-hideout/pokeemerald-expansion/pull/4260
|
||||
* Added missing data for placeholder Pokémon by @AsparagusEduardo in https://github.com/rh-hideout/pokeemerald-expansion/pull/4281
|
||||
|
||||
@ -23,8 +23,8 @@
|
||||
* Fixed Exp. Candies ignoring hard caps.
|
||||
* Fixed Pokémon gaining 1 experience if they are at the level cap.
|
||||
* Fixed evolution tracker issues by @cawtds in https://github.com/rh-hideout/pokeemerald-expansion/pull/4503
|
||||
* `EVO_USE_MOVE_TWENTY_TIMES` no longer increases with every move.
|
||||
* `EVO_RECOIL_DAMAGE_MALE/FEMALE` is no longer updated twice than intended.
|
||||
* `EVO_LEVEL_MOVE_TWENTY_TIMES` no longer increases with every move.
|
||||
* `EVO_LEVEL_RECOIL_DAMAGE_MALE/FEMALE` is no longer updated twice than intended.
|
||||
|
||||
## ✨ Feature Branches ✨
|
||||
### ***TheXaman's HGSS Pokédex Plus***:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user