Deprecate shop close lockout patch

This commit is contained in:
beerpsi 2024-04-11 15:45:47 +07:00
parent 8ea025ca79
commit 7d4951e529

View File

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