From 6c28535a31da947390557c50ee052c8a6872a30f Mon Sep 17 00:00:00 2001 From: Michael Date: Sat, 15 Dec 2018 22:48:59 -0500 Subject: [PATCH] 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 --- ddra.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ddra.html b/ddra.html index 7b9e714..5c3e187 100644 --- a/ddra.html +++ b/ddra.html @@ -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"), ]); });