Chunithm Amazon: Increase max credits to 254 (#166)

* Increase max credits to 254

* hacky free play

* endless credit
This commit is contained in:
esterTion
2021-01-11 08:05:35 +08:00
committed by GitHub
parent 5fab1028cf
commit 19e60a97cf
+32 -2
View File
@@ -83,7 +83,22 @@
patches: [ patches: [
{offset: 0x44CBA3, off: [0x01], on: [0x00]}, {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", [ new Patcher("chuniApp.exe", "(1.30.00) AMAZON", [
{ {
@@ -155,7 +170,22 @@
patches: [ patches: [
{offset: 0x440CD3, off: [0x01], on: [0x00]}, {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]},
],
},
]) ])
]); ]);
}); });