Pokemon RB: apworld fixes (#2042)

This commit is contained in:
Alchav
2023-07-27 15:43:37 -04:00
committed by GitHub
parent 09c3a99be8
commit eb8855afb9
3 changed files with 6 additions and 7 deletions

View File

@@ -7,8 +7,8 @@ from typing import TextIO
from BaseClasses import Item, MultiWorld, Tutorial, ItemClassification, LocationProgressType
from Fill import fill_restrictive, FillError, sweep_from_pool
from ..AutoWorld import World, WebWorld
from ..generic.Rules import add_item_rule
from worlds.AutoWorld import World, WebWorld
from worlds.generic.Rules import add_item_rule
from .items import item_table, item_groups
from .locations import location_data, PokemonRBLocation
from .regions import create_regions