Merged in DR v1.4.1.10
This commit is contained in:
5
Rom.py
5
Rom.py
@@ -43,7 +43,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
|
||||
|
||||
|
||||
JAP10HASH = '03a63945398191337e896e5771f77173'
|
||||
RANDOMIZERBASEHASH = '59bea5ff31ed36e1235b897efade6595'
|
||||
RANDOMIZERBASEHASH = 'ddbecd34e58b7fdf6bed48114b3124d5'
|
||||
|
||||
|
||||
class JsonRom(object):
|
||||
@@ -713,8 +713,7 @@ def patch_rom(world, rom, player, team, is_mystery=False):
|
||||
rom.write_bytes(0xfb1fc, [0xc8, 0x9d, 0x69, 0xb4, 0xac, 0x5d])
|
||||
if world.standardize_palettes[player] == 'original':
|
||||
dr_flags |= DROptions.OriginalPalettes
|
||||
if world.experimental[player]:
|
||||
dr_flags |= DROptions.DarkWorld_Spawns
|
||||
dr_flags |= DROptions.DarkWorld_Spawns # no longer experimental
|
||||
if world.logic[player] not in ['owglitches', 'hybridglitches', 'nologic']:
|
||||
dr_flags |= DROptions.Fix_EG
|
||||
if world.door_type_mode[player] in ['big', 'all', 'chaos']:
|
||||
|
||||
Reference in New Issue
Block a user