Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Disable Recording Lock" hex edit for IIDX RESIDENT #342

Merged
merged 1 commit into from
Jan 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions resident.html
Original file line number Diff line number Diff line change
Expand Up @@ -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)", [
{
Expand Down