CV64: Fix the first Waterway 3HB ledge setting the flag of one of the Nitro room item locations. #4277

This commit is contained in:
LiquidCat64 2024-11-28 17:36:21 -07:00 committed by GitHub
parent 283d1ab7e8
commit 3ba0576cf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 30 additions and 31 deletions

View File

@ -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