mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-03-21 17:54:44 -05:00
Add museca timer freeze
This commit is contained in:
parent
f1cf3f387a
commit
d4658c7968
15
museca2.html
15
museca2.html
|
|
@ -121,6 +121,21 @@
|
|||
},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Timer freeze", // Created by Cammy
|
||||
patches: [
|
||||
{
|
||||
offset: 0x28E610,
|
||||
off: [0x0F, 0x85, 0x26, 0x01, 0x00],
|
||||
on: [0xE9, 0x27, 0x01, 0x00, 0x00]
|
||||
},
|
||||
{
|
||||
offset: 0x287C3E,
|
||||
off: [0x75],
|
||||
on: [0xEB]
|
||||
}
|
||||
]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user