mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 22:10:41 -07:00
Add SDVX hispeed unlock
This commit is contained in:
@@ -56,6 +56,14 @@
|
||||
{offset : 0x186BD7, off : [0x10], on : [0x63]},
|
||||
{offset : 0x157F08, off : [0x7F, 0x3A], on : [0x90, 0x90]}]
|
||||
},
|
||||
{// Created by mon
|
||||
name : "Hispeed values from 0.1 to 20.0 (default 0.5-7.0)",
|
||||
shortname : "hispeed",
|
||||
patches : [{offset : 0x1193C5, off : [0xDD, 0x05, 0xF8, 0x05, 0x28, 0x10], // load float 20.0 instead of double 7.0
|
||||
on : [0xD9, 0x05, 0xA0, 0x07, 0x28, 0x10]},
|
||||
{offset : 0x1193DE, off : [0xDD, 0x05, 0x00, 0x06, 0x28, 0x10], // load float 0.1 instead of double 0.5
|
||||
on : [0xD9, 0x05, 0xE4, 0x04, 0x28, 0x10]},]
|
||||
},
|
||||
{
|
||||
type : "union",
|
||||
name : "Score",
|
||||
|
||||
Reference in New Issue
Block a user