add museca2 patches (#122)

* add museca2 patches

* fix stupid tabs
This commit is contained in:
Cammy 2020-03-21 01:10:00 -05:00 committed by GitHub
parent df215e7a4b
commit 5a76fb8781
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,26 @@
},
]
},
{
name: "Increase default coloris from 30k to 100k", // Created by dogelition_man
patches: [
{
offset: 0x27459E,
off: [0x30, 0x75, 0x00],
on: [0xA0, 0x86, 0x01]
},
]
},
{
name: "Remove 20191231 date limit for charts", // Created by dogelition_man
patches: [
{
offset: 0xA4F30,
off: [0x8D, 0x81, 0xFB],
on: [0xB0, 0x01, 0xC3]
},
]
},
]),
]);
});