mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Chunithm Amazon: Increase max credits to 254 (#166)
* Increase max credits to 254 * hacky free play * endless credit
This commit is contained in:
+32
-2
@@ -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]},
|
||||||
|
],
|
||||||
|
},
|
||||||
])
|
])
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user