From 6b31b1fa76213847e89bb9a802137a97ea16e0d8 Mon Sep 17 00:00:00 2001 From: uwub <75388599+uwub@users.noreply.github.com> Date: Thu, 3 Dec 2020 00:09:52 +0000 Subject: [PATCH] 2019-06-25 offset ports (#156) * Update popn25peace.html ported to 2019-06-25 * Update popn25peace.html * Update popn25peace.html * Update popn25peace.html --- popn25peace.html | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/popn25peace.html b/popn25peace.html index b7916d2..60a7b8d 100644 --- a/popn25peace.html +++ b/popn25peace.html @@ -49,11 +49,53 @@ { offset: 0x109766, off: [0x75, 0x46], on: [0x90, 0x90] }, { offset: 0x109772, off: [0x74, 0x3A], on: [0x90, 0x90] }, { offset: 0x10977E, off: [0x84, 0xC0], on: [0xB0, 0x01] }, + ] + }, + ]), + new Patcher("popn22.dll", "2019-06-25", [ + { + name: "E: Drive Fix", + tooltip: "Fix crash caused by no E: drive", + patches: [{ offset: 0x278DA0, off: [0x65, 0x3A, 0x2F], on: [0x64, 0x65, 0x76] }], + }, + { + name: "HDMI Audio Fix", + patches: [{ offset: 0x13097C, off: [0x85, 0xC0, 0x75, 0x96], on: [0x90, 0x90, 0x90, 0x90] }], + }, + { + name: "Prevent Windows volume change on boot", + tooltip: "If your volume gets forced to max, turn this on", + patches: [{ offset: 0x133580, off: [0x83], on: [0xC3] }], + }, + { + name: "Boot to Event Mode", + patches: [{ offset: 0x105400, off: [0x8B, 0x00, 0xC3, 0xCC], on: [0x31, 0xC0, 0x40, 0xC3] }], + }, + { + name: "Remove Timer", + patches: [{ offset: 0xDF1AC, off: [0x0F, 0x85], on: [0x90, 0xE9] }], + }, + { + name: "Skip Menu and Long Note Tutorials", + patches: [ + { offset: 0x28C0B, off: [0x74], on: [0xEB] }, + { offset: 0x28BE7, off: [0x75], on: [0xEB] }, + { offset: 0x876D1, off: [0x75], on: [0xEB] }, ], }, + { + name: "Unlock All Songs", + patches: [ + { offset: 0x1098DD, off: [0x74], on: [0xEB] }, + { offset: 0x1098F6, off: [0x75, 0x46], on: [0x90, 0x90] }, + { offset: 0x109902, off: [0x74, 0x3A], on: [0x90, 0x90] }, + { offset: 0x10990E, off: [0x84, 0xC0], on: [0xB0, 0x01] }, + ] + }, ]), ]); }); +