From 3c19d00e8f192b226cdff09a7c2cde9e716f68f7 Mon Sep 17 00:00:00 2001 From: Cammy <34872547+camprevail@users.noreply.github.com> Date: Mon, 26 Aug 2019 18:26:21 -0400 Subject: [PATCH] Update museca2.html (#91) --- museca2.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/museca2.html b/museca2.html index 4c1d240..58dc817 100644 --- a/museca2.html +++ b/museca2.html @@ -13,11 +13,13 @@ new DllPatcherContainer([ new DllPatcher("museca", [ { - name: "Infinite 1st layer", //Created by Cammy + name: "Disable this - replaced by the Infinite Final Layer mod.", //Created by Cammy + tooltip: "Infinite 1st Layer", patches: [{offset: 0x17E947, off: [0xFF, 0x83, 0x48, 0x14, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}] }, { name: "Infinite Final layer", //Created by Akubits + tooltip: "Play at least 3 songs to activate", patches: [{offset: 0x17E89F, off: [0x7F, 0x08], on: [0x90, 0x90]}] }, { @@ -38,11 +40,13 @@ ], "2017-06-28 -- 2017-12-25"), new DllPatcher("museca", [ { - name: "Infinite 1st layer", //Created by Cammy + name: "Disable this - replaced by the Infinite Final Layer mod.", //Created by Cammy + tooltip: "Infinite 1st Layer", patches: [{offset: 0x17E587, off: [0xFF, 0x83, 0x48, 0x14, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}] }, { name: "Infinite Final layer", //Created by Akubits + tooltip: "Play at least 3 songs to activate", patches: [{offset: 0x17E4DF, off: [0x7F, 0x08], on: [0x90, 0x90]}] }, {