mirror of
https://github.com/two-torial/webpatcher.git
synced 2024-11-15 03:17:36 +01:00
kaimei riddles final hex edits (#298)
* kaimei riddles final hex edits * Update popn26riddles.html Co-authored-by: Will <will@mon.im>
This commit is contained in:
parent
34854282a4
commit
49cc7248c2
BIN
img/riddles.png
Normal file
BIN
img/riddles.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 453 KiB |
@ -347,6 +347,10 @@
|
|||||||
<img src="img/peace.png">
|
<img src="img/peace.png">
|
||||||
<div>pop'n music 25 peace</div>
|
<div>pop'n music 25 peace</div>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="popn26riddles.html" class="gameicon">
|
||||||
|
<img src="img/riddles.png">
|
||||||
|
<div>pop'n music 26 解明リドルズ</div>
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<label for="check_reflec" class="gameicon">
|
<label for="check_reflec" class="gameicon">
|
||||||
|
112
popn26riddles.html
Normal file
112
popn26riddles.html
Normal file
@ -0,0 +1,112 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<title>pop'n music 解明リドルズ DLL Modder</title>
|
||||||
|
<link rel="stylesheet" href="css/style.css" />
|
||||||
|
<script type="text/javascript" src="js/dllpatcher.js"></script>
|
||||||
|
<script type="text/javascript">
|
||||||
|
window.addEventListener("load", function () {
|
||||||
|
new PatchContainer([
|
||||||
|
new Patcher("popn22.dll", "2022-06-13", [
|
||||||
|
{
|
||||||
|
name: "E: Drive Fix",
|
||||||
|
tooltip: "Fix crash caused by no E: drive",
|
||||||
|
patches: [{ offset: 0x237968, off: [0x65, 0x3A, 0x2F], on: [0x64, 0x65, 0x76] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "HDMI Audio Fix",
|
||||||
|
patches: [{ offset: 0x1406CC, 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: 0x1432D0, off: [0x83], on: [0xC3] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Boot to Event Mode",
|
||||||
|
patches: [{ offset: 0x114E90, off: [0x8B, 0x00, 0xC3, 0xCC], on: [0x31, 0xC0, 0x40, 0xC3] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Remove Timer",
|
||||||
|
patches: [{ offset: 0xEB2EC, off: [0x0F, 0x85], on: [0x90, 0xE9] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Skip Menu and Long Note Tutorials",
|
||||||
|
danger: "Might interfere with score saving on networks",
|
||||||
|
patches: [
|
||||||
|
{ offset: 0x28E2B, off: [0x74], on: [0xEB] },
|
||||||
|
{ offset: 0x28E07, off: [0x75], on: [0xEB] },
|
||||||
|
{ offset: 0x93811, off: [0x75], on: [0xEB] },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Unlock All Songs",
|
||||||
|
patches: [
|
||||||
|
{ offset: 0x10BF21, off: [0x74], on: [0xEB] },
|
||||||
|
{ offset: 0x10BE92, off: [0x74, 0x13], on: [0x90, 0x90] },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Unlock EX Charts",
|
||||||
|
patches: [
|
||||||
|
{ offset: 0x2E1F98, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E2650, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E72E8, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2EC184, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2EC388, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2F6CD8, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2DF544, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E3110, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E3268, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E3670, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E39CC, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E3E80, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E4538, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E4DF4, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E5960, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E5C10, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E7AF8, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2E9DE8, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2ED9B4, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2F0F74, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2F1830, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2F5AB4, off: [0x80], on: [0x00] },
|
||||||
|
{ offset: 0x2F7798, off: [0x80], on: [0x00] },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Unlock Deco Parts",
|
||||||
|
patches: [{ offset: 0x103193, off: [0x75, 0x22], on: [0x90, 0x90] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Unlock Characters",
|
||||||
|
patches: [{ offset: 0xFBFB9, off: [0x74], on: [0xEB] }],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Replace COLOR CHECK test menu with debug CHARA VIEWER",
|
||||||
|
tooltip: "Press service button to exit",
|
||||||
|
patches: [
|
||||||
|
{ offset: 0x22E444, off: [0x43, 0x4F, 0x4C, 0x4F, 0x52, 0x20, 0x43, 0x48, 0x45, 0x43, 0x4B, 0x00, 0x43], on: [0x43, 0x48, 0x41, 0x52, 0x41, 0x20, 0x56, 0x49, 0x45, 0x57, 0x45, 0x52, 0x00] },
|
||||||
|
{ offset: 0x26F62, off: [0xAC, 0x00, 0x00], on: [0xB0, 0x34, 0x0C] },
|
||||||
|
{ offset: 0x26F80, off: [0xDC, 0xFE, 0xFF, 0xFF], on: [0x4C, 0x27, 0x0A, 0x00] },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name: "Replace SCREEN CHECK test menu with debug MUSIC INFO CHECKER",
|
||||||
|
tooltip: "Press service button to exit",
|
||||||
|
patches: [
|
||||||
|
{ offset: 0x22EE38, off: [0x53, 0x43, 0x52, 0x45, 0x45, 0x4E, 0x20, 0x43, 0x48, 0x45, 0x43, 0x4B], on: [0x4D, 0x55, 0x53, 0x49, 0x43, 0x20, 0x49, 0x4E, 0x46, 0x4F, 0x00, 0x00] },
|
||||||
|
{ offset: 0x26DF2, off: [0x8C, 0x00, 0x00], on: [0xB0, 0x34, 0x0C] },
|
||||||
|
{ offset: 0x26E10, off: [0xFC, 0xFE, 0xFF, 0xFF], on: [0xDC, 0x55, 0x0A, 0x00] },
|
||||||
|
]
|
||||||
|
},
|
||||||
|
])
|
||||||
|
]);
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1>pop'n music 解明リドルズ DLL Modder</h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user