diff --git a/reflecbeat-colette.html b/reflecbeat-colette.html
new file mode 100644
index 0000000..3f1c427
--- /dev/null
+++ b/reflecbeat-colette.html
@@ -0,0 +1,390 @@
+
+
+
+
+
REFLEC BEAT colette DLL Modder
+
+
+
+
+
+
+
+
+
REFLEC BEAT colette DLL Modder
+
+
diff --git a/reflecbeat-groovin-upper.html b/reflecbeat-groovin-upper.html
index 5e719f1..1854897 100644
--- a/reflecbeat-groovin-upper.html
+++ b/reflecbeat-groovin-upper.html
@@ -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]}]
+ }
+ ])
]);
});
diff --git a/reflecbeat-volzza2.html b/reflecbeat-volzza2.html
index 89df59e..745f090 100644
--- a/reflecbeat-volzza2.html
+++ b/reflecbeat-volzza2.html
@@ -45,6 +45,12 @@
}
]
},
+ {
+ name: "Timer freeze",
+ patches: [
+ {offset: 0x141EFF, off: [0x85, 0xC0], on: [0xB0, 0x01]},
+ {offset: 0x17CA65, off: [0x85, 0xC0], on: [0xB0, 0x01]}
+ ]}
]),
]);
});