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"),
]);
});