Skip to content

Commit

Permalink
Add Generate Early stub
Browse files Browse the repository at this point in the history
  • Loading branch information
PoryGone committed Nov 6, 2023
1 parent 5cfc2e6 commit 258ef95
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions worlds/dk64/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 258ef95

Please sign in to comment.