From 19e60a97cf4bdbc9747b6a84726d3d8ce7d3c91d Mon Sep 17 00:00:00 2001 From: esterTion Date: Mon, 11 Jan 2021 08:05:35 +0800 Subject: [PATCH] Chunithm Amazon: Increase max credits to 254 (#166) * Increase max credits to 254 * hacky free play * endless credit --- chuniamazon.html | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/chuniamazon.html b/chuniamazon.html index 9add6c8..adce407 100644 --- a/chuniamazon.html +++ b/chuniamazon.html @@ -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]}, + ], + }, ]) ]); });