mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
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:
@@ -29,6 +29,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Unlock all songs",
|
name: "Unlock all songs",
|
||||||
|
tooltip: "May have negative effects, recommended to manually unlock songs in music database"
|
||||||
patches: [{offset: 0x1AE58C, off: [0x6C], on: [0x66]}]
|
patches: [{offset: 0x1AE58C, off: [0x6C], on: [0x66]}]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -39,6 +40,17 @@
|
|||||||
name: "Timer Freeze",
|
name: "Timer Freeze",
|
||||||
patches: [{offset: 0x23127, off: [0x74], on: [0xEB]}]
|
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"),
|
], "2018-04-23"),
|
||||||
]);
|
]);
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user