Pokemon Emerald: Add normalize encounter rate option to slot data (#3917)
This commit is contained in:
parent
7ff201e32c
commit
874392756b
|
@ -711,6 +711,7 @@ class PokemonEmeraldWorld(World):
|
||||||
"trainersanity",
|
"trainersanity",
|
||||||
"modify_118",
|
"modify_118",
|
||||||
"death_link",
|
"death_link",
|
||||||
|
"normalize_encounter_rates",
|
||||||
)
|
)
|
||||||
slot_data["free_fly_location_id"] = self.free_fly_location_id
|
slot_data["free_fly_location_id"] = self.free_fly_location_id
|
||||||
slot_data["hm_requirements"] = self.hm_requirements
|
slot_data["hm_requirements"] = self.hm_requirements
|
||||||
|
|
Loading…
Reference in New Issue