mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-04-26 07:48:50 -05:00
This commit is contained in:
parent
04a78eb464
commit
5a53aa4d7c
31
drs.html
31
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] }
|
||||||
|
]
|
||||||
|
}
|
||||||
])
|
])
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user