Skip to content

Commit

Permalink
Adds v5_update-info to slot data
Browse files Browse the repository at this point in the history
  • Loading branch information
palex00 authored Sep 24, 2024
1 parent f06d450 commit 6cbfd35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/pokemon_rb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -703,6 +703,7 @@ def fill_slot_data(self) -> dict:
"require_pokedex": self.options.require_pokedex.value,
"area_1_to_1_mapping": self.options.area_1_to_1_mapping.value,
"blind_trainers": self.options.blind_trainers.value,
"v5_update": True

}
if self.options.type_chart_seed == "random" or self.options.type_chart_seed.value.isdigit():
Expand Down

0 comments on commit 6cbfd35

Please sign in to comment.