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:
ikaros14
2021-12-07 17:39:03 +09:00
committed by GitHub
parent a7553a2fbe
commit 8f2adde4fd
5 changed files with 409 additions and 1 deletions
+7 -1
View File
@@ -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>