mirror of
https://github.com/two-torial/webpatcher.git
synced 2025-02-20 20:21:39 +01:00
Museca Infinite Final Layer (#90)
* Added Auto Event Mode to museca2.html Signed-off-by: Akubits <auchvits4@gmail.com> * Fixed offset for 2017 museca.dll * Add closing brace in tooltip
This commit is contained in:
parent
082905af70
commit
c82a2b8b92
@ -16,6 +16,10 @@
|
||||
name: "Infinite 1st layer", //Created by Cammy
|
||||
patches: [{offset: 0x17E947, off: [0xFF, 0x83, 0x48, 0x14, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: "Infinite Final layer", //Created by Akubits
|
||||
patches: [{offset: 0x17E89F, off: [0x7F, 0x08], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: "Auto Event Mode Toggled (Freeplay (Coin Options) muse be \"ON\" for this to work efficiently)", //Created by Akubits
|
||||
patches: [
|
||||
@ -37,6 +41,10 @@
|
||||
name: "Infinite 1st layer", //Created by Cammy
|
||||
patches: [{offset: 0x17E587, off: [0xFF, 0x83, 0x48, 0x14, 0x00, 0x00], on: [0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: "Infinite Final layer", //Created by Akubits
|
||||
patches: [{offset: 0x17E4DF, off: [0x7F, 0x08], on: [0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name: "Auto Event Mode Toggled (Freeplay (Coin Options) muse be \"ON\" for this to work efficiently)", //Created by Akubits
|
||||
patches: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user