Pokemon Emerald: Bump version (#6083)

This commit is contained in:
Bryce Wilson
2026-04-01 10:18:42 -07:00
committed by GitHub
parent 68f25f4642
commit debe4cf035
2 changed files with 14 additions and 1 deletions

View File

@@ -1,3 +1,16 @@
# 2.5.0
### Features
- Added a new option `dexsanity_encounter_types` to enable/disable dexsanity locations based on whether they can be
found in the allowed encounters. In other words, if Bulbasaur can only be found by fishing and fishing is not enabled,
a dexsanity location will not be created for Bulbasaur.
### Fixes
- Fixed generator error if Wailord or Relicanth are blacklisted during a dexsanity seed.
- Fixed generator error if player greatly restricts allowed opponent pokemon while force fully evolved is active.
# 2.4.1
### Fixes

View File

@@ -1,6 +1,6 @@
{
"game": "Pokemon Emerald",
"world_version": "2.4.1",
"world_version": "2.5.0",
"minimum_ap_version": "0.6.1",
"authors": ["Zunawe"]
}