[Pokémon Red and Blue] more improvements (#1208)

* Generated patch includes base patch

* location ID range start match item ID start

* remove unused import

* Change Oak's Aides defaults to be more sync-friendly
This commit is contained in:
Alchav
2022-11-06 03:07:41 -05:00
committed by GitHub
parent 61232ca756
commit d10bb3c6c1
5 changed files with 19 additions and 36 deletions

View File

@@ -124,7 +124,7 @@ class PokemonRedBlueWorld(World):
self.multiworld.itempool += item_pool
def generate_basic(self) -> None:
def pre_fill(self) -> None:
process_wild_pokemon(self)
process_static_pokemon(self)