diff --git a/Rom.py b/Rom.py index 06b598db..3f9d0d6e 100644 --- a/Rom.py +++ b/Rom.py @@ -85,7 +85,7 @@ from Utils import int16_as_bytes, int32_as_bytes, local_path, snes_to_pc from Versions import DRVersion, GKVersion, ORVersion JAP10HASH = '03a63945398191337e896e5771f77173' -RANDOMIZERBASEHASH = 'd340a2934396e403c99f12d0ed3c832d' +RANDOMIZERBASEHASH = '0f3a202c548755e38a5aa499124d1d1b' class JsonRom(object): @@ -1450,7 +1450,7 @@ def patch_rom(world, rom, player, team, is_mystery=False, rom_header=None): "bee": 0x10, "somaria": 0x11, "byrna": 0x12, - "none": 0xFF, + "none": 0x7F, } rom.write_byte(0x18002E, ganon_item_byte[world.ganon_item[player]]) diff --git a/data/base2current.bps b/data/base2current.bps index a8757316..c0ff9941 100644 Binary files a/data/base2current.bps and b/data/base2current.bps differ