two-torial-webpatcher/popn19tunestreet.html
ikaros14 74d269f609
add "Tune Street", "fantasia" +a (#263)
* add popn19, 20, update popn23

popn23: fix file header

* Update popn20fantasia.html

* Update popn19tunestreet.html

* add popn19, 20

* Update popn19tunestreet.html

* add popn19, 20
2022-04-05 09:40:29 +10:00

32 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>pop'n music Tune Street DLL Modder</title>
<link rel="stylesheet" href="css/style.css">
<!-- don't hate -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<script type="text/javascript" src="js/FileSaver.min.js"></script>
<script type="text/javascript" src="js/dllpatcher.js"></script>
<script type="text/javascript">
window.addEventListener("load", function() {
new PatchContainer([
new Patcher("popn19.dll", "2011-06-14", [
{
name : "Partial Songs Unlock",
tooltip: "Unlock a song dedicated to e-amusement that cannot be unlocked by phase MAX.",
patches: [
{ offset: 0x6E5E2,
off: [0xA9, 0x00, 0x00, 0x00, 0x08, 0x74, 0x23, 0x8B, 0xC7, 0xE8, 0xC0, 0xF9, 0x03, 0x00, 0x84, 0xC0],
on: [0xB0, 0x01, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90, 0x90] },
]},
]),
]);
});
</script>
</head>
<body>
<h1>pop'n music Tune Street DLL Modder</h1>
</body>
</html>