mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Add DDR X and X2 US
This commit is contained in:
+25
@@ -51,6 +51,31 @@
|
||||
],
|
||||
},
|
||||
]),
|
||||
new Patcher("ddr.exe", "2010-12-07 (US)", [
|
||||
{
|
||||
name: "NVIDIA gray arrow/freeze color fix",
|
||||
tooltip: "Also affects newer AMD cards",
|
||||
patches: [{ offset: 0x1FB39, off: [0x85, 0xC9, 0xD9, 0x44, 0x24, 0x1C, 0x89, 0x4C, 0x24, 0x28, 0xDB, 0x44, 0x24, 0x28, 0x7D, 0x06, 0xD8, 0x05, 0x90, 0x99, 0x60, 0x00, 0x0F, 0xBE, 0x54, 0x24, 0x13], on: [0x89, 0x4C, 0xE4, 0x28, 0xDB, 0x44, 0xE4, 0x28, 0xD9, 0x44, 0xE4, 0x1C, 0x8B, 0x54, 0xE4, 0x13, 0xDC, 0x05, 0xA0, 0x99, 0x60, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }],
|
||||
},
|
||||
{
|
||||
name: "Timer Freeze",
|
||||
patches: [{ offset: 0x1C968, off: [0x89, 0x4D, 0x38], on: [0x90, 0x90, 0x90] }],
|
||||
},
|
||||
{
|
||||
name: "Mute crowd cheering and booing during song",
|
||||
tooltip: "Use with modified voice.xwb to also mute announcer",
|
||||
patches: [{ offset: 0x3F7AA, off: [0x0F, 0x84], on: [0x90, 0xE9] }],
|
||||
},
|
||||
{
|
||||
name: "Force DATA check OK",
|
||||
tooltip: "Use with modified VOICE.xwb to mute announcer",
|
||||
patches: [{ offset: 0xEA05D, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Song Unlock",
|
||||
patches: [{ offset: 0x22FC, off: [0x32, 0xC0], on: [0xB0, 0x01] }],
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user