From 7d4951e52949d538aa89085503a723e071041d76 Mon Sep 17 00:00:00 2001 From: beerpsi Date: Thu, 11 Apr 2024 15:45:47 +0700 Subject: [PATCH] Deprecate shop close lockout patch --- patterns.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/patterns.yaml b/patterns.yaml index 529c82d..1610d9e 100644 --- a/patterns.yaml +++ b/patterns.yaml @@ -2,13 +2,6 @@ # - There's a global, as well as patch-specific, signature for the patch. # - The `offset` here is the offset from the start of the signature. For example, if you want to modify the 4th byte in # `12 34 56 ??`, the offset should be 0x03. -- name: "Disable shop close lockout" - tooltip: "Disables ~12-8am lockout. Does not disable maintenance lockout from 6:30-7am JST" - signature: "56 8B CB E8 ?? ?? ?? ?? 84 C0 ?? 0E" - patches: - - offset: 0x0A - off: [0x74] - on: [0xEB] - name: "Force shared audio mode, system audio sample rate must be 48000Hz" tooltip: "Improves compatibility, but may increase latency" signature: "83 3D ?? ?? ?? ?? ?? 0F 85 ?? ?? ?? ?? 6A ?? E8 ?? ?? ?? ??" @@ -80,6 +73,13 @@ offset: 0x06 off: [0x85, 0xC0] on: [0xEB, 0x30] +- name: "Disable shop close lockout" + danger: "[DEPRECATED] Just disable it in the test menu" + signature: "56 8B CB E8 ?? ?? ?? ?? 84 C0 ?? 0E" + patches: + - offset: 0x0A + off: [0x74] + on: [0xEB] - name: "Bypass LED board check" danger: "[DEPRECATED] Forces LED board check to good and auto continues" signature: "E8 ?? ?? ?? ?? 39 44 24 18 7D 0C C6 86 ?? ?? ?? ?? ?? C6 44 24 ?? ??"