From ee2ab62fa09e2b97a076408704d18ffe7b31dc78 Mon Sep 17 00:00:00 2001 From: aixxe Date: Tue, 30 Jan 2024 13:00:31 +0000 Subject: [PATCH] Add "Disable Recording Lock" hex edit for IIDX RESIDENT --- resident.html | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/resident.html b/resident.html index 31dd52e..e0efcd0 100644 --- a/resident.html +++ b/resident.html @@ -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)", [ {