From abf8673b8c9713220e196b288ea44ccab7ec2917 Mon Sep 17 00:00:00 2001 From: ora-ora-ora-ora-ora-ora-ora-ora-ora-ora <86931241+ora-ora-ora-ora-ora-ora-ora-ora-ora-ora@users.noreply.github.com> Date: Sun, 4 Jul 2021 16:35:26 -0400 Subject: [PATCH] popn2021042600 --- popn25peace.html | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/popn25peace.html b/popn25peace.html index def292c..1cbfc12 100644 --- a/popn25peace.html +++ b/popn25peace.html @@ -134,6 +134,47 @@ ] }, ]), + new Patcher("popn22.dll", "2021-04-26", [ + { + name: "E: Drive Fix", + tooltip: "Fix crash caused by no E: drive", + patches: [{ offset: 0x28E910, off: [0x65, 0x3A, 0x2F], on: [0x64, 0x65, 0x76] }], + }, + { + name: "HDMI Audio Fix", + patches: [{ offset: 0x13895C, 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: 0x13B560, off: [0x83], on: [0xC3] }], + }, + { + name: "Boot to Event Mode", + patches: [{ offset: 0x10CC50, off: [0x8B, 0x00, 0xC3, 0xCC], on: [0x31, 0xC0, 0x40, 0xC3] }], + }, + { + name: "Remove Timer", + patches: [{ offset: 0xE543C, off: [0x0F, 0x85], on: [0x90, 0xE9] }], + }, + { + name: "Skip Menu and Long Note Tutorials", + patches: [ + { offset: 0x289CB, off: [0x74], on: [0xEB] }, + { offset: 0x289A7, off: [0x75], on: [0xEB] }, + { offset: 0x8DC61, off: [0x75], on: [0xEB] }, + ], + }, + { + name: "Unlock All Songs", + patches: [ + { offset: 0x111192, off: [0x74], on: [0xEB] }, + { offset: 0x1111AB, off: [0x74], on: [0xEB] }, + { offset: 0x1111C8, off: [0x75], on: [0xEB] }, + { offset: 0x1111F5, off: [0x84, 0xC0], on: [0xB0, 0x01] }, + ] + }, + ]), ]); });