mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-01-31 20:15:23 +01:00
Add "Disable Recording Lock" hex edit for IIDX RESIDENT
This commit is contained in:
parent
941add434c
commit
ee2ab62fa0
@ -772,6 +772,14 @@
|
||||
{ offset: 0x5917CD, off: [0xE8, 0x3E, 0x18, 0x03, 0x00], on: [0xB8, 0x01, 0x00, 0x00, 0x00] },
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Disable Recording Lock",
|
||||
tooltip: "Allows all songs to be recorded in-game",
|
||||
patches: [
|
||||
{ offset: 0x5973A8, off: [0x75], on: [0xEB] },
|
||||
{ offset: 0x59740D, off: [0x32, 0xC0], on: [0xF6, 0xD0] },
|
||||
]
|
||||
},
|
||||
]),
|
||||
new Patcher("bm2dx.dll", "2023-09-05 (LDJ-012)", [
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user