[PKMN RB] Adds slot data that tells the tracker V5 logic should be considered (#3995)

* Adds v5_update-info to slot data

* Adds a comma

Co-authored-by: Scipio Wright <scipiowright@gmail.com>

---------

Co-authored-by: Scipio Wright <scipiowright@gmail.com>
This commit is contained in:
palex00 2024-11-11 18:02:37 +01:00 committed by GitHub
parent f3413e9cef
commit 432d8fa1c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -712,6 +712,7 @@ class PokemonRedBlueWorld(World):
"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():