Update baserom

This commit is contained in:
2026-01-13 09:34:46 -06:00
parent affa210802
commit 54e73c0b99
2 changed files with 2 additions and 2 deletions

4
Rom.py
View File

@@ -44,7 +44,7 @@ from source.enemizer.Enemizer import write_enemy_shuffle_settings
JAP10HASH = '03a63945398191337e896e5771f77173'
RANDOMIZERBASEHASH = '64685e3750abaa676988d2dc3c0572c1'
RANDOMIZERBASEHASH = 'fa433491ad00164e0a32683918afcb0a'
class JsonRom(object):
@@ -1461,7 +1461,7 @@ def patch_rom(world, rom, player, team, is_mystery=False, rom_header=None):
if world.doorShuffle[player] != 'vanilla':
if world.showloot[player] == 'always':
rom.write_byte(0x1CFF01, 0x01)
rom.write_byte(0x1CFF00, 0x01)
else:
rom.write_byte(0x1CFF00, 0x00)
rom.write_bytes(0x1CFF01, [0x05, 0x01, 0x04])