From debe4cf035c7c15efe6fb95f72343af0d420c68c Mon Sep 17 00:00:00 2001 From: Bryce Wilson Date: Wed, 1 Apr 2026 10:18:42 -0700 Subject: [PATCH] Pokemon Emerald: Bump version (#6083) --- worlds/pokemon_emerald/CHANGELOG.md | 13 +++++++++++++ worlds/pokemon_emerald/archipelago.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/worlds/pokemon_emerald/CHANGELOG.md b/worlds/pokemon_emerald/CHANGELOG.md index 3921e33400..d2173beb10 100644 --- a/worlds/pokemon_emerald/CHANGELOG.md +++ b/worlds/pokemon_emerald/CHANGELOG.md @@ -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 diff --git a/worlds/pokemon_emerald/archipelago.json b/worlds/pokemon_emerald/archipelago.json index ed11b8d8cc..753ccb1f33 100644 --- a/worlds/pokemon_emerald/archipelago.json +++ b/worlds/pokemon_emerald/archipelago.json @@ -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"] }