Skip to content

Commit d558063

Browse files
ZunaweJouramie
authored andcommitted
Pokemon Emerald: Shuffle initial TMs for diverse_balanced option (ArchipelagoMW#2758)
1 parent 5750371 commit d558063

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

worlds/pokemon_emerald/__init__.py

+1
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,7 @@ def create_items(self) -> None:
279279
def refresh_tm_choices() -> None:
280280
fill_item_candidates_by_category["TM"] = all_tm_choices.copy()
281281
self.random.shuffle(fill_item_candidates_by_category["TM"])
282+
refresh_tm_choices()
282283

283284
# Create items
284285
for item in default_itempool:

0 commit comments

Comments
 (0)