Update chunicrystal.html (#172)

This commit is contained in:
ikaros14 2021-02-14 18:25:57 +09:00 committed by GitHub
parent 7891a5e71e
commit be8b32128b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,6 +65,29 @@
patches: [ patches: [
{offset: 0x464DB3, off: [0x01], on: [0x00]}, {offset: 0x464DB3, off: [0x01], on: [0x00]},
] ]
},
{
// ikaros14
name: "Increase max credits to 254",
patches: [
{offset: 0xC204B7, off: [0x8A, 0x5D, 0x14], on: [0xB3, 0xFE, 0x90]},
],
},
{
// ikaros14
name: "Free Play",
tooltip: "Endless credits",
patches: [
{offset: 0xC208D5, off: [0x28], on: [0x08]},
],
},
{
// ikaros14
name: "Dummy LED",
tooltip: "Skip LED board check",
patches: [
{offset: 0x2499D7, off: [0x00], on: [0x01]},
],
} }
]); ]);
}); });