mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
Add 'colette', timer freeze for groovin upper and VOLZZA 2 (#241)
* Add files via upload * Update index.html * Add files via upload * Add Unlock difficulties, Timer freeze * Add Unlock difficulties, Timer freeze * Add 'colette' * Add 'colette' * Update reflecbeat-colette.html * Update reflecbeat-volzza2.html * Fix broken indentation Co-authored-by: Will Toohey <will@mon.im>
This commit is contained in:
@@ -15,7 +15,8 @@
|
||||
*/
|
||||
|
||||
window.addEventListener("load", function() {
|
||||
new Patcher("reflecbeat.dll", "", [
|
||||
new PatchContainer([
|
||||
new Patcher("reflecbeat.dll", "2015-10-21", [
|
||||
{
|
||||
name : "E: drive fix",
|
||||
tooltip: "Fix crash caused by no E: drive",
|
||||
@@ -844,6 +845,11 @@
|
||||
{offset : 0xAD396, off: [0x74], on : [0xEB]},
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Timer freeze",
|
||||
patches: [{offset: 0x17C0F4, off: [0x75, 0x13], on: [0x90, 0x90]}]
|
||||
}
|
||||
])
|
||||
]);
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user