From 5a53aa4d7c72f02dddae1ec2c5302dc560f5222b Mon Sep 17 00:00:00 2001 From: InvoxiPlayGames Date: Sun, 15 Mar 2026 14:57:12 +0000 Subject: [PATCH] new rec --- drs.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/drs.html b/drs.html index e12b081..d0a52de 100644 --- a/drs.html +++ b/drs.html @@ -168,6 +168,37 @@ } ] } + ]), + new Patcher('superstep.dll', '2024-11-26', [ + { + name: 'Timer Freeze', + patches: [ + { + offset: 0x37ca2a, + off: [0x89, 0x43, 0x0c], + on: [0x90, 0x90, 0x90] + } + ] + }, + { + name: 'Song Unlock', + patches: [ + { offset: 0x815648, off: [0x74], on: [0xeb] }, + { offset: 0x815678, off: [0x00], on: [0x01] }, + { offset: 0x816d89, off: [0x75, 0x07], on: [0x90, 0x90] }, + { offset: 0x816d8e, off: [0x00], on: [0x03] }, + { offset: 0x961065, off: [0x66], on: [0x62] } // bestival lmfao + ] + }, + { + name: 'Hide Bottom Text', + tooltip: 'Such as EVENT MODE, PASELI, COIN, CREDIT', + patches: [ + { offset: 0x7da323, off: [0x0f, 0x84], on: [0x90, 0xe9] }, + { offset: 0x7da5ab, off: [0x74, 0x4f], on: [0x90, 0x90] }, + { offset: 0x7da5b0, off: [0x0f, 0x84], on: [0x90, 0xe9] } + ] + } ]) ]) })