From e2ef4ad2e8cac582f1649090f108a59684ec6cd6 Mon Sep 17 00:00:00 2001 From: Akubits <51273864+Akubits@users.noreply.github.com> Date: Sat, 31 Aug 2019 18:41:33 +0800 Subject: [PATCH] Added Start on Final Layer hex edit to museca2 (#92) --- museca2.html | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/museca2.html b/museca2.html index 58dc817..eb19d26 100644 --- a/museca2.html +++ b/museca2.html @@ -22,6 +22,22 @@ tooltip: "Play at least 3 songs to activate", patches: [{offset: 0x17E89F, off: [0x7F, 0x08], on: [0x90, 0x90]}] }, + { + name: "Start on Final layer", //Created by Akubits + tooltip: "Use together with Infinite Final Layer for better pfreepanic compatibility", + patches: [ + { + offset: 0x17E060, + off: [0x8B, 0x81, 0x48, 0x14], + on: [0xB8, 0x03, 0x00, 0x00] + }, + { + offset: 0x17E065, + off: [0x00, 0xC3], + on: [0xC3, 0xCC] + } + ] + }, { name: "Auto Event Mode Toggled (Freeplay (Coin Options) muse be \"ON\" for this to work efficiently)", //Created by Akubits patches: [ @@ -49,6 +65,22 @@ tooltip: "Play at least 3 songs to activate", patches: [{offset: 0x17E4DF, off: [0x7F, 0x08], on: [0x90, 0x90]}] }, + { + name: "Start on Final layer", //Created by Akubits + tooltip: "Use together with Infinite Final Layer for better pfreepanic compatibility", + patches: [ + { + offset: 0x17E420, + off: [0x8B, 0x81, 0x48, 0x14], + on: [0xB8, 0x03, 0x00, 0x00] + }, + { + offset: 0x17E425, + off: [0x00, 0xC3], + on: [0xC3, 0xCC] + } + ] + }, { name: "Auto Event Mode Toggled (Freeplay (Coin Options) muse be \"ON\" for this to work efficiently)", //Created by Akubits patches: [