Added Start on Final Layer hex edit to museca2 (#92)

This commit is contained in:
Akubits 2019-08-31 18:41:33 +08:00 committed by Will
parent 3c19d00e8f
commit e2ef4ad2e8

View File

@ -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: [