mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Update jubeatqubell.html (#84)
This commit is contained in:
+13
-2
@@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
@@ -20,7 +20,18 @@
|
|||||||
name : "SELECT MUSIC timer lock",
|
name : "SELECT MUSIC timer lock",
|
||||||
patches : [{offset : 0x80576, off : [0x75], on : [0xEB]}]
|
patches : [{offset : 0x80576, off : [0x75], on : [0xEB]}]
|
||||||
},
|
},
|
||||||
], true),
|
], "2017-06-20"),
|
||||||
|
|
||||||
|
new DllPatcher("jubeat", [
|
||||||
|
{
|
||||||
|
name : "Disable tutorial",
|
||||||
|
patches : [{offset : 0xAA462, off: [0x75, 0x4A, 0x53, 0x68, 0x00], on : [0xE9, 0x90, 0x00, 0x00, 0x00]}]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
name : "SELECT MUSIC timer lock",
|
||||||
|
patches : [{offset : 0x802D0, off : [0x75], on : [0xEB]}]
|
||||||
|
},
|
||||||
|
], "2017-04-15"),
|
||||||
|
|
||||||
new DllPatcher("music_db", [
|
new DllPatcher("music_db", [
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user