mirror of
https://gitea.tendokyu.moe/beerpsi/CHUNITHM-Patch-Finder.git
synced 2025-02-20 04:01:05 +01:00
Deprecate shop close lockout patch
This commit is contained in:
parent
8ea025ca79
commit
7d4951e529
@ -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 ?? ??"
|
||||
|
Loading…
x
Reference in New Issue
Block a user