mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Check for ROMs at beginning of generation (#475)
This commit is contained in:
@@ -60,6 +60,10 @@ class SMZ3World(World):
|
||||
self.unreachable = []
|
||||
super().__init__(world, player)
|
||||
|
||||
@classmethod
|
||||
def stage_assert_generate(cls, world):
|
||||
base_combined_rom = get_base_rom_bytes()
|
||||
|
||||
def generate_early(self):
|
||||
config = Config({})
|
||||
config.GameMode = GameMode.Multiworld
|
||||
|
Reference in New Issue
Block a user