mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01:00
Remove invalid "K:C:A" patches from HV
I've been informed this gamecode does not correspond to any released datecode or game revision. Please provide information on the release if you want it restored.
This commit is contained in:
parent
19e60a97cf
commit
91f7c92e69
@ -11,22 +11,6 @@
|
||||
<script type='text/javascript'>
|
||||
window.addEventListener('load', function () {
|
||||
new PatchContainer([
|
||||
new Patcher('bm2dx.dll', "2020-10-29 (LDJ:K:C:A)", [
|
||||
{
|
||||
name: 'Skip decide screen',
|
||||
tooltip : 'Immediately loads into chart after selection',
|
||||
patches: [{offset: 0x2745E0, off: [0xE8, 0x6B, 0x00, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Unlock All Songs',
|
||||
patches: [{offset: 0x434620, off: [0x75, 0x24], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: 'Premium Free Timer Freeze',
|
||||
tooltip: 'Freezes the timer in PREMIUM FREE mode, allowing unlimited play until exit',
|
||||
patches: [{offset: 0x356BBD, off: [0x7E], on: [0xEB]}]
|
||||
},
|
||||
]),
|
||||
new Patcher('bm2dx.dll', "2020-09-29", [
|
||||
{
|
||||
name: 'Disable TDJ check for exclusive songs',
|
||||
|
Loading…
x
Reference in New Issue
Block a user