Waterfall of Wishing remodelling to make chests more accessible.
This commit is contained in:
parent
807fec32f6
commit
24cbb55a66
8
Rom.py
8
Rom.py
|
@ -240,7 +240,13 @@ def patch_rom(world, rom, hashtable, beep='normal', sprite=None):
|
|||
# enable Waterfall fairy chests
|
||||
rom.write_bytes(0xE9AE, [0x14, 0x01])
|
||||
rom.write_bytes(0xE9CF, [0x14, 0x01])
|
||||
rom.write_bytes(0x1F74F, [0x29, 0xBE, 0xF9, 0x51, 0xBE, 0xF9])
|
||||
rom.write_bytes(0x1F714, [225, 0, 16, 172, 13, 41, 154, 1, 88, 152, 15, 17, 177, 97, 252, 77, 129, 32, 218, 2, 44, 225, 97, 252, 190, 129, 97, 177, 98, 84, 218, 2,
|
||||
253, 141, 131, 68, 225, 98, 253, 30, 131, 49, 165, 201, 49, 164, 105, 49, 192, 34, 77, 164, 105, 49, 198, 249, 73, 198, 249, 16, 153, 160, 92, 153,
|
||||
162, 11, 152, 96, 13, 232, 192, 85, 232, 192, 11, 146, 0, 115, 152, 96, 254, 105, 0, 152, 163, 97, 254, 107, 129, 254, 171, 133, 169, 200, 97, 254,
|
||||
174, 129, 255, 105, 2, 216, 163, 98, 255, 107, 131, 255, 43, 135, 201, 200, 98, 255, 46, 131, 254, 161, 0, 170, 33, 97, 254, 166, 129, 255, 33, 2,
|
||||
202, 33, 98, 255, 38, 131, 187, 35, 250, 195, 35, 250, 187, 43, 250, 195, 43, 250, 187, 83, 250, 195, 83, 250, 176, 160, 61, 152, 19, 192, 152, 82,
|
||||
192, 136, 0, 96, 144, 0, 96, 232, 0, 96, 240, 0, 96, 152, 202, 192, 216, 202, 192, 216, 19, 192, 216, 82, 192, 252, 189, 133, 253, 29, 135, 255,
|
||||
255, 255, 255, 240, 255, 128, 46, 97, 14, 129, 14, 255, 255])
|
||||
|
||||
# set swordless mode settings
|
||||
rom.write_byte(0x18003F, 0x01 if world.mode == 'swordless' else 0x00) # hammer can harm ganon
|
||||
|
|
Loading…
Reference in New Issue