mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
CV64: Fix the first Waterway 3HB ledge setting the flag of one of the Nitro room item locations. #4277
This commit is contained in:
@@ -684,7 +684,6 @@ class CV64PatchExtensions(APPatchExtension):
|
|||||||
|
|
||||||
# Disable the 3HBs checking and setting flags when breaking them and enable their individual items checking and
|
# Disable the 3HBs checking and setting flags when breaking them and enable their individual items checking and
|
||||||
# setting flags instead.
|
# setting flags instead.
|
||||||
if options["multi_hit_breakables"]:
|
|
||||||
rom_data.write_int32(0xE87F8, 0x00000000) # NOP
|
rom_data.write_int32(0xE87F8, 0x00000000) # NOP
|
||||||
rom_data.write_int16(0xE836C, 0x1000)
|
rom_data.write_int16(0xE836C, 0x1000)
|
||||||
rom_data.write_int32(0xE8B40, 0x0C0FF3CD) # JAL 0x803FCF34
|
rom_data.write_int32(0xE8B40, 0x0C0FF3CD) # JAL 0x803FCF34
|
||||||
|
Reference in New Issue
Block a user