From 105d91c49574a939a9e9ffd12d06c5acead2812e Mon Sep 17 00:00:00 2001 From: drmext <71258889+drmext@users.noreply.github.com> Date: Fri, 3 Jun 2022 00:04:19 +0000 Subject: [PATCH] Add DDR X and X2 US --- ddrx.html | 34 ++++++++++++++++++++++++++++++++++ ddrx2.html | 25 +++++++++++++++++++++++++ 2 files changed, 59 insertions(+) diff --git a/ddrx.html b/ddrx.html index aeab0f7..2598b78 100644 --- a/ddrx.html +++ b/ddrx.html @@ -178,6 +178,40 @@ ], }, ]), + new Patcher("ddr.exe", "2009-09-11 (US)", [ + { + name: "NVIDIA gray arrow/freeze color fix", + tooltip: "Also affects newer AMD cards", + patches: [{ offset: 0x26DE1, off: [0x85, 0xC9, 0xD9, 0x44, 0x24, 0x1C, 0x89, 0x4C, 0x24, 0x28, 0xDB, 0x44, 0x24, 0x28, 0x7D, 0x06, 0xD8, 0x05, 0x28, 0xF9, 0x5F, 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, 0x38, 0xF9, 0x5F, 0x00, 0xD9, 0xC9, 0x0F, 0xBE, 0xD2] }], + }, + { + name: "Timer Freeze", + patches: [{ offset: 0x22D88, off: [0x89, 0x4D, 0x34], on: [0x90, 0x90, 0x90] }], + }, + { + name: "Mute crowd cheering and booing during song", + tooltip: "Use with modified voice.xwb to also mute announcer", + patches: [{ offset: 0x43B7B, off: [0x0F, 0x84], on: [0x90, 0xE9] }], + }, + { + name: "Force DATA check OK", + tooltip: "Use with modified VOICE.xwb to mute announcer", + patches: [{ offset: 0xE7C9D, off: [0x74], on: [0xEB] }], + }, + { + name: "Unlock Songs, Characters, Options, and Courses", + patches: [ + { offset: 0xB025, off: [0x72, 0x06], on: [0x90, 0x90] }, + { offset: 0xB079, off: [0x72, 0x06], on: [0x90, 0x90] }, + { offset: 0xB0B1, off: [0x72, 0x06], on: [0x90, 0x90] }, + { offset: 0xB0ED, off: [0x72, 0x06], on: [0x90, 0x90] }, + { offset: 0xB97F, off: [0x72, 0x06], on: [0x90, 0x90] }, + { offset: 0xC6673, off: [0x74, 0x04], on: [0x90, 0x90] }, + { offset: 0xC6771, off: [0x74, 0x04], on: [0x90, 0x90] }, + { offset: 0xC6871, off: [0x74, 0x04], on: [0x90, 0x90] }, + ], + }, + ]), ]); }); diff --git a/ddrx2.html b/ddrx2.html index db9d074..84ee267 100644 --- a/ddrx2.html +++ b/ddrx2.html @@ -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] }], + }, + ]), ]); });