Chunithm Amazon: Dummy LED

This commit is contained in:
esterTion 2021-01-28 04:07:41 +08:00 committed by Will
parent 1986128e49
commit 7891a5e71e

View File

@ -99,6 +99,14 @@
{offset: 0xBF6595, off: [0x28], on: [0x08]},
],
},
{
// esterTion
name: "Dummy LED",
tooltip: "Skip LED board check",
patches: [
{offset: 0x2499C7, off: [0x00], on: [0x01]},
],
},
]),
new Patcher("chuniApp.exe", "(1.30.00) AMAZON", [
{
@ -186,6 +194,14 @@
{offset: 0xBC4F55, off: [0x28], on: [0x08]},
],
},
{
// esterTion
name: "Dummy LED",
tooltip: "Skip LED board check",
patches: [
{offset: 0x244AE7, off: [0x00], on: [0x01]},
],
},
])
]);
});