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:
Will 2021-01-13 10:06:33 +10:00 committed by GitHub
parent 19e60a97cf
commit 91f7c92e69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,22 +11,6 @@
<script type='text/javascript'> <script type='text/javascript'>
window.addEventListener('load', function () { window.addEventListener('load', function () {
new PatchContainer([ 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", [ new Patcher('bm2dx.dll', "2020-09-29", [
{ {
name: 'Disable TDJ check for exclusive songs', name: 'Disable TDJ check for exclusive songs',