Add new "unlock all songs" hex edit (#47)

This commit is contained in:
Michael 2019-01-01 17:24:00 -05:00 committed by Will
parent 7096210a25
commit ac8d241a89

View File

@ -28,10 +28,22 @@
]
},
{
name: "Unlock all songs",
tooltip: "May have negative effects, recommended to manually unlock songs in music database",
name: "Unlock all songs (old)",
tooltip: "Do not use this anymore. It's only here to toggle off.",
patches: [{offset: 0x1AE58C, off: [0x6C], on: [0x66]}]
},
{
name: "Unlock all songs",
tooltip: "Unlocks all e-amusement songs, event mode songs, ACES FOR ACES and ENDYMION",
patches: [
//e-amusement
{offset: 0x86CD8, off: [0x32, 0xC0], on: [0xB0, 0x01]},
//event mode
{offset: 0x7DEFE, off: [0x75], on: [0xEB]},
//ACES FOR ACES, ENDYMION
{offset: 0x7DF3E, off: [0x32, 0xC0], on: [0xB0, 0x01]},
]
},
{
name: "Tutorial Skip",
patches: [{offset: 0x41844, off: [0x74], on: [0xEB]}]
@ -54,7 +66,7 @@
},
{
name: "Disable Credit Consumption",
tooltip: "Similar to FREE PLAY, but allows premium credit options",
tooltip: "Similar to FREE PLAY, but allows premium credit options. Requires 1 credit.",
patches: [
{offset: 0x8B8A, off: [0x74, 0x0B], on: [0xEB, 0x09]},
{offset: 0x8BEC, off: [0x74, 0x0B], on: [0xEB, 0x09]},
@ -71,4 +83,4 @@
<body>
<h1>DDR A DLL Modder</h1>
</body>
</html>
</html>