Skip to content

Commit

Permalink
[PKMN RB] Adds slot data that tells the tracker V5 logic should be co…
Browse files Browse the repository at this point in the history
…nsidered (#3995)

* Adds v5_update-info to slot data

* Adds a comma

Co-authored-by: Scipio Wright <[email protected]>

---------

Co-authored-by: Scipio Wright <[email protected]>
  • Loading branch information
palex00 and ScipioWright authored Nov 11, 2024
1 parent f3413e9 commit 432d8fa
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 @@ -712,6 +712,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 432d8fa

Please sign in to comment.