Skip to content

Commit

Permalink
Add "Disable Recording Lock" hex edit for IIDX RESIDENT
Browse files Browse the repository at this point in the history
  • Loading branch information
aixxe authored and mon committed Jan 30, 2024
1 parent 941add4 commit ee2ab62
Showing 1 changed file with 8 additions and 0 deletions.
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

0 comments on commit ee2ab62

Please sign in to comment.