mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01:00
Chunithm Amazon: Increase max credits to 254 (#166)
* Increase max credits to 254 * hacky free play * endless credit
This commit is contained in:
parent
5fab1028cf
commit
19e60a97cf
@ -83,7 +83,22 @@
|
||||
patches: [
|
||||
{offset: 0x44CBA3, off: [0x01], on: [0x00]},
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
// esterTion
|
||||
name: "Increase max credits to 254",
|
||||
patches: [
|
||||
{offset: 0xBF6177, off: [0x8A, 0x5D, 0x14], on: [0xB3, 0xFE, 0x90]},
|
||||
],
|
||||
},
|
||||
{
|
||||
// esterTion
|
||||
name: "Free Play",
|
||||
tooltip: "Endless credits",
|
||||
patches: [
|
||||
{offset: 0xBF6595, off: [0x28], on: [0x08]},
|
||||
],
|
||||
},
|
||||
]),
|
||||
new Patcher("chuniApp.exe", "(1.30.00) AMAZON", [
|
||||
{
|
||||
@ -155,7 +170,22 @@
|
||||
patches: [
|
||||
{offset: 0x440CD3, off: [0x01], on: [0x00]},
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
// esterTion
|
||||
name: "Increase max credits to 254",
|
||||
patches: [
|
||||
{offset: 0xBC4B37, off: [0x8A, 0x5D, 0x14], on: [0xB3, 0xFE, 0x90]},
|
||||
],
|
||||
},
|
||||
{
|
||||
// esterTion
|
||||
name: "Free Play",
|
||||
tooltip: "Endless credits",
|
||||
patches: [
|
||||
{offset: 0xBC4F55, off: [0x28], on: [0x08]},
|
||||
],
|
||||
},
|
||||
])
|
||||
]);
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user