mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Update popn22~25 (#256)
popn22, 23: add "datecode", "'NO' selected for tutorial by default", "Remove Timer" popn24: add "datecode", "Skip Tutorials", "Unlock Deco Parts", "Unlock Characters" popn25: add "Unlock Deco Parts", "Unlock Characters" in 20200928
This commit is contained in:
+13
-3
@@ -10,7 +10,8 @@
|
||||
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
new Patcher("popn22.dll", "", [
|
||||
new PatchContainer([
|
||||
new Patcher("popn22.dll", "2015-08-19", [
|
||||
{
|
||||
name : "Unlock all the things",
|
||||
// Auto generated and thus filthy
|
||||
@@ -511,14 +512,23 @@
|
||||
{offset : 0x1e59c6, off: [0x8e, 0x05], on : [0x00, 0x00]}]
|
||||
},
|
||||
{
|
||||
name : "E: drive fix",
|
||||
name : "E: Drive Fix",
|
||||
tooltip: "Fix crash caused by no E: drive",
|
||||
patches : [{offset : 0x442D30, off: [0x65, 0x3A, 0x2F, 0x00, 0x2F, 0x65, 0x5F, 0x64, 0x72, 0x69, 0x76, 0x65], on : [0x00, 0x2F, 0x65, 0x5F, 0x64, 0x72, 0x69, 0x76, 0x65, 0x00, 0x00, 0x00]}]
|
||||
},
|
||||
{
|
||||
name : "HDMI audio fix",
|
||||
name : "HDMI Audio Fix",
|
||||
patches : [{offset : 0x13752C, off: [0x85, 0xC0, 0x75, 0x96], on : [0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
name : "'NO' selected for tutorial by default",
|
||||
patches : [{offset : 0x15B2, off: [0x75], on : [0xEB]}]
|
||||
},
|
||||
{
|
||||
name : "Remove Timer",
|
||||
patches : [{offset : 0xF2EC6, off: [0x0F, 0x85], on : [0x90, 0xE9]}]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
+11
-5
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
@@ -10,7 +10,8 @@
|
||||
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
new Patcher("popn22.dll", "", [
|
||||
new PatchContainer([
|
||||
new Patcher("popn22.dll", "2016-10-05", [
|
||||
{
|
||||
name : "Song/EX unlock",
|
||||
patches : [{offset : 0x59508, off: [0xF6, 0xD8, 0x1A, 0xC0, 0x24, 0x02], on : [0xB0, 0x02, 0x90, 0x90, 0x90, 0x90]},
|
||||
@@ -94,6 +95,10 @@
|
||||
0x00, 0x00, 0x00, 0x00]
|
||||
}]
|
||||
},
|
||||
{
|
||||
name : "'NO' selected for tutorial by default",
|
||||
patches : [{offset : 0x1B41, off: [0x75], on : [0xEB]}]
|
||||
},
|
||||
{
|
||||
name: "Remove Timer",
|
||||
patches: [{ offset: 0xCC836, off: [0x0F, 0x85], on: [0x90, 0xE9] }]
|
||||
@@ -104,12 +109,12 @@
|
||||
{offset : 0x2EFE95, off: [0x01], on : [0x31]}]
|
||||
},
|
||||
{
|
||||
name : "E: drive fix",
|
||||
name : "E: Drive Fix",
|
||||
tooltip: "Fix crash caused by no E: drive",
|
||||
patches : [{offset : 0x2A22D4, off: [0x65, 0x3A, 0x2F], on : [0x64, 0x65, 0x76]}]
|
||||
},
|
||||
{
|
||||
name : "HDMI audio fix",
|
||||
name : "HDMI Audio Fix",
|
||||
patches : [{offset : 0x11812C, off: [0x85, 0xC0, 0x75, 0x96], on : [0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
@@ -118,9 +123,10 @@
|
||||
patches: [{offset: 0x11AA60, off: [0x83], on: [0xC3]}]
|
||||
},
|
||||
{
|
||||
name : "Boot to event mode",
|
||||
name : "Boot to Event Mode",
|
||||
patches : [{offset : 0xF0D30, off: [0x8B, 0x00, 0xC3, 0xCC], on : [0x31, 0xC0, 0x40, 0xC3]}]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
+27
-6
@@ -10,14 +10,15 @@
|
||||
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||
<script type="text/javascript">
|
||||
window.addEventListener("load", function() {
|
||||
new Patcher("popn22.dll", "", [
|
||||
new PatchContainer([
|
||||
new Patcher("popn22.dll", "2018-08-21", [
|
||||
{
|
||||
name : "E: drive fix",
|
||||
name : "E: Drive Fix",
|
||||
tooltip: "Fix crash caused by no E: drive",
|
||||
patches : [{offset : 0x25A5D0, off: [0x65, 0x3A, 0x2F], on : [0x64, 0x65, 0x76]}]
|
||||
},
|
||||
{
|
||||
name : "Partial song unlock",
|
||||
name : "Partial Song Unlock",
|
||||
// autogenerated and thus, disgusting
|
||||
patches : [
|
||||
{offset : 0x1e0524, off: [0x01], on : [0x00]},
|
||||
@@ -164,7 +165,22 @@
|
||||
{offset : 0x2AC1EB, off: [0x01], on : [0x31]}]
|
||||
},
|
||||
{
|
||||
name : "HDMI audio fix",
|
||||
name : "Skip Tutorials",
|
||||
patches: [
|
||||
{ offset: 0x2862B, off: [0x74], on: [0xEB] },
|
||||
{ offset: 0x28607, off: [0x75], on: [0xEB] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Unlock Deco Parts",
|
||||
patches: [{ offset: 0xF2F63, off: [0x75, 0x22], on: [0x90, 0x90] }],
|
||||
},
|
||||
{
|
||||
name: "Unlock Characters",
|
||||
patches: [{ offset: 0xEBDEE, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name : "HDMI Audio Fix",
|
||||
patches : [{offset : 0x12C26C, off: [0x85, 0xC0, 0x75, 0x96], on : [0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
{
|
||||
@@ -173,15 +189,20 @@
|
||||
patches: [{offset: 0x12EE70, off: [0x83], on: [0xC3]}]
|
||||
},
|
||||
{
|
||||
name : "Boot to event mode",
|
||||
name : "Boot to Event Mode",
|
||||
patches : [{offset : 0x100A10, off: [0x8B, 0x00, 0xC3, 0xCC], on : [0x31, 0xC0, 0x40, 0xC3]}]
|
||||
},
|
||||
{
|
||||
name : "Timer freeze",
|
||||
name: "Remove Timer",
|
||||
patches: [{ offset: 0xDB28C, off: [0x0F, 0x85], on: [0x90, 0xE9] }],
|
||||
},
|
||||
{
|
||||
name : "Timer Freeze",
|
||||
patches : [{offset : 0xDB3F2,
|
||||
off: [0xC7, 0x45, 0x38, 0x09, 0x00, 0x00, 0x00],
|
||||
on : [0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90]}]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
+9
-1
@@ -1,4 +1,4 @@
|
||||
<!DOCTYPE html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
@@ -124,6 +124,14 @@
|
||||
{ offset: 0x8AE71, off: [0x75], on: [0xEB] },
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Unlock Deco Parts",
|
||||
patches: [{ offset: 0xF9E03, off: [0x75, 0x22], on: [0x90, 0x90] }],
|
||||
},
|
||||
{
|
||||
name: "Unlock Characters",
|
||||
patches: [{ offset: 0xF2C2E, off: [0x74], on: [0xEB] }],
|
||||
},
|
||||
{
|
||||
name: "Unlock All Songs",
|
||||
patches: [
|
||||
|
||||
Reference in New Issue
Block a user