Pokemon Emerald: Shuffle initial TMs for diverse_balanced option (#2758)
This commit is contained in:
parent
2c38b9fd51
commit
057e372325
|
@ -279,6 +279,7 @@ class PokemonEmeraldWorld(World):
|
||||||
def refresh_tm_choices() -> None:
|
def refresh_tm_choices() -> None:
|
||||||
fill_item_candidates_by_category["TM"] = all_tm_choices.copy()
|
fill_item_candidates_by_category["TM"] = all_tm_choices.copy()
|
||||||
self.random.shuffle(fill_item_candidates_by_category["TM"])
|
self.random.shuffle(fill_item_candidates_by_category["TM"])
|
||||||
|
refresh_tm_choices()
|
||||||
|
|
||||||
# Create items
|
# Create items
|
||||||
for item in default_itempool:
|
for item in default_itempool:
|
||||||
|
|
Loading…
Reference in New Issue