CV64: Fix the first Waterway 3HB ledge setting the flag of one of the Nitro room item locations. #4277
This commit is contained in:
parent
283d1ab7e8
commit
3ba0576cf6
|
@ -684,7 +684,6 @@ class CV64PatchExtensions(APPatchExtension):
|
|||
|
||||
# Disable the 3HBs checking and setting flags when breaking them and enable their individual items checking and
|
||||
# setting flags instead.
|
||||
if options["multi_hit_breakables"]:
|
||||
rom_data.write_int32(0xE87F8, 0x00000000) # NOP
|
||||
rom_data.write_int16(0xE836C, 0x1000)
|
||||
rom_data.write_int32(0xE8B40, 0x0C0FF3CD) # JAL 0x803FCF34
|
||||
|
|
Loading…
Reference in New Issue