diff --git a/worlds/cv64/rom.py b/worlds/cv64/rom.py index a40d3ab30034..2e56df394d5a 100644 --- a/worlds/cv64/rom.py +++ b/worlds/cv64/rom.py @@ -609,8 +609,8 @@ def apply_patches(caller: APProcedurePatch, rom: bytes, options_file: str) -> by # Shimmy speed increase hack if options["increase_shimmy_speed"]: - rom_data.write_int32(0x97EB4, 0x803FE9F0) - rom_data.write_int32s(0xBFE9F0, patches.shimmy_speed_modifier) + rom_data.write_int32(0x97EB4, 0x803FEA20) + rom_data.write_int32s(0xBFEA20, patches.shimmy_speed_modifier) # Disable landing fall damage if options["fall_guard"]: