diff --git a/worlds/dk64/__init__.py b/worlds/dk64/__init__.py index 15f6af06925a..5ca43b4b859e 100644 --- a/worlds/dk64/__init__.py +++ b/worlds/dk64/__init__.py @@ -62,6 +62,9 @@ def _get_slot_data(self): #"death_link": self.world.death_link[self.player].value, } + def generate_early(self): + pass + def create_regions(self) -> None: location_table = setup_locations(self.multiworld, self.player) create_regions(self.multiworld, self.player, location_table)