Add some new DDR A hex edits (#64)

This commit is contained in:
Michael 2019-03-22 20:58:39 -04:00 committed by Will
parent c9f78bf0b7
commit 8168b76a81

View File

@ -11,6 +11,36 @@
<script type="text/javascript">
window.addEventListener("load", function () {
new DllPatcherContainer([
new DllPatcher("gamemdx", [
{
name: "Unlock all songs",
tooltip: "Unlocks all e-amusement songs, event mode songs, ACES FOR ACES and ENDYMION",
patches: [
//e-amusement
{offset: 0x8ED83, off: [0x32, 0xC0], on: [0xB0, 0x01]},
//event mode
{offset: 0x8463B, off: [0x75], on: [0xEB]},
//ACES FOR ACES, ENDYMION, ???
{offset: 0x78179, off: [0x32, 0xC0], on: [0xB0, 0x01]},
]
},
{
name: "Timer Freeze",
patches: [{offset: 0x24667, off: [0x74], on: [0xEB]}]
},
{
name: "Unlock options",
tooltip: "Unlocks e-amusement exclusive options such as ARROW COLOR",
patches: [{offset: 0x7A6A2, off: [0x75], on: [0xEB]}]
},
{
name: "Force Extra Stage/Extra Encore Stage (fixed)",
patches: [
{offset: 0x5AC77, off: [0x0F, 0x85], on: [0x90, 0xE9]},
{offset: 0x5ADD2, off: [0x0F, 0x85], on: [0x90, 0xE9]},
]
},
], "2018-10-22"),
new DllPatcher("gamemdx", [
{
name: "Force enable fast/slow",