Merged in DR v1.4.8
This commit is contained in:
6
Rom.py
6
Rom.py
@@ -690,7 +690,11 @@ def patch_rom(world, rom, player, team, is_mystery=False):
|
||||
rom.write_byte(0x157D0, exit.target)
|
||||
|
||||
# setup dr option flags based on experimental, etc.
|
||||
dr_flags = DROptions.Eternal_Mini_Bosses if world.doorShuffle[player] == 'vanilla' else DROptions.Town_Portal
|
||||
dr_flags = DROptions.NoOptions
|
||||
if world.mirrorscroll[player] or world.doorShuffle[player] != 'vanilla':
|
||||
dr_flags |= DROptions.Town_Portal
|
||||
if world.doorShuffle[player] == 'vanilla':
|
||||
dr_flags |= DROptions.Eternal_Mini_Bosses
|
||||
if world.doorShuffle[player] not in ['vanilla', 'basic']:
|
||||
dr_flags |= DROptions.Map_Info
|
||||
if ((world.collection_rate[player] or world.goal[player] == 'completionist')
|
||||
|
||||
Reference in New Issue
Block a user