From be8b32128be69c78fbd75d180c56e1b6fe4b0aad Mon Sep 17 00:00:00 2001 From: ikaros14 <70622899+ikaros14@users.noreply.github.com> Date: Sun, 14 Feb 2021 18:25:57 +0900 Subject: [PATCH] Update chunicrystal.html (#172) --- chunicrystal.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/chunicrystal.html b/chunicrystal.html index b6b6874..c519231 100644 --- a/chunicrystal.html +++ b/chunicrystal.html @@ -65,6 +65,29 @@ patches: [ {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]}, + ], } ]); });