mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
Update chunicrystal.html (#172)
This commit is contained in:
parent
7891a5e71e
commit
be8b32128b
@ -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]},
|
||||||
|
],
|
||||||
}
|
}
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user