Two more DDR A hex edits (unlock options and force extra stage) (#38)

* Unlock options and force (encore) extra stage hex edits for DDR A

* Add a few tooltips
This commit is contained in:
Michael 2018-12-15 22:48:59 -05:00 committed by Will
parent a27e291bcc
commit 6c28535a31

View File

@ -29,6 +29,7 @@
},
{
name: "Unlock all songs",
tooltip: "May have negative effects, recommended to manually unlock songs in music database"
patches: [{offset: 0x1AE58C, off: [0x6C], on: [0x66]}]
},
{
@ -39,6 +40,17 @@
name: "Timer Freeze",
patches: [{offset: 0x23127, off: [0x74], on: [0xEB]}]
},
{
name: "Unlock options",
tooltip: "Unlocks e-amusement exclusive options such as ARROW COLOR"
patches: [{offset: 0x73E52, off: [0x75], on: [0xEB]}]
},
{
name: "Force Extra Stage/Extra Encore Stage",
patches: [
{offset: 0x547A7, off: [0x8B, 0x0D, 0xEC, 0xA2, 0x1D, 0x10], on: [0xB9, 0x04, 0x00, 0x00, 0x00, 0x90]}
]
},
], "2018-04-23"),
]);
});