Archipelago/worlds/pokemon_rb
Mysteryem f52d65a141
Pokemon RB: make stage_post_fill deterministic (#4008)
stage_post_fill iterates sets of locations, so the iteration order is
non-deterministic, resulting in different items being converted from
Progression to Useful when generating with the same seed.

This patch makes stage_post_fill deterministic by sorting the duplicate
pokemon locations in each sphere before choosing which of the duplicates
should remain as progression.
2024-11-08 12:11:41 +01:00
..
docs Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
LICENSE Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
__init__.py Pokemon RB: make stage_post_fill deterministic (#4008) 2024-11-08 12:11:41 +01:00
basepatch_blue.bsdiff4 Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
basepatch_red.bsdiff4 Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
client.py Pokémon Red and Blue: 0.4.5 Fixes (#3106) 2024-04-13 17:58:50 +02:00
encounters.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
items.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
level_scaling.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
locations.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
logic.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
options.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
poke_data.py Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00
pokemon.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
regions.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
rock_tunnel.py Pokémon R/B: Version 3 (#1520) 2023-03-13 23:40:55 +01:00
rom.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
rom_addresses.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
rules.py Pokemon R/B: Version 5 Update (#3566) 2024-09-18 20:37:17 +02:00
text.py Pokémon Red and Blue: Version 4 update (#1963) 2023-07-24 00:46:54 +02:00