diff --git a/patterns.yaml b/patterns.yaml index 1610d9e..1a23601 100644 --- a/patterns.yaml +++ b/patterns.yaml @@ -61,7 +61,7 @@ - offset: 0x0D off: [0x01] on: [0x00] -- name: "Bypass 1080p/120Hz monitor check" +- name: "Bypass 1080p/120Hz monitor check" # SDHD only patches: # 1080p check - signature: "81 BC 24 B8 02 00 00 80 07 00 00 75 1F 81 BC 24 BC 02 00 00 38 04 00 00 75 12" @@ -73,6 +73,12 @@ offset: 0x06 off: [0x85, 0xC0] on: [0xEB, 0x30] +- name: "Force 120FPS" # SDGS only + signature: "C6 05 ?? ?? ?? ?? ?? C6 05 ?? ?? ?? ?? ?? C6 05 ?? ?? ?? ?? ?? C7 84 24 ?? ?? ?? ?? ?? ?? ?? ?? C7 84 24 ?? ?? ?? ?? ?? ?? ?? ??" + patches: + - offset: 0x06 + off: [0x00] + on: [0x01] - name: "Disable shop close lockout" danger: "[DEPRECATED] Just disable it in the test menu" signature: "56 8B CB E8 ?? ?? ?? ?? 84 C0 ?? 0E" @@ -96,4 +102,4 @@ patches: - offset: 0x12 off: [0x75] - on: [0xEB] \ No newline at end of file + on: [0xEB]