mirror of
https://github.com/mon/BemaniPatcher.git
synced 2026-08-01 14:10:40 -07:00
[BST] Forced windowed mode + shorter monitor for BST1
This commit is contained in:
@@ -21,6 +21,42 @@
|
||||
off: [0x48, 0x83, 0xFD, 0x10, 0x72, 0x09, 0x48, 0x8D, 0x79, 0x08],
|
||||
on: [0xBB, 0x00, 0x00, 0x00, 0x00, 0xE9, 0xAE, 0x01, 0x00, 0x00]
|
||||
}]
|
||||
},
|
||||
{
|
||||
name: "Shorter Monitor Check",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x1D760E,
|
||||
off: [0x1E],
|
||||
on: [0x03]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
name: "Force windowed mode", //Created by HiLord
|
||||
tooltip: "Makes the game launch in windowed mode *with both screens* as separate windows",
|
||||
patches: [
|
||||
{
|
||||
offset: 0x1DB194,
|
||||
off: [0x74],
|
||||
on: [0xEB]
|
||||
},
|
||||
{
|
||||
offset: 0x1DB626,
|
||||
off: [0x74],
|
||||
on: [0x75]
|
||||
},
|
||||
{
|
||||
offset: 0x1DB6E5,
|
||||
off: [0x75],
|
||||
on: [0xEB]
|
||||
},
|
||||
{
|
||||
offset: 0x1DD092,
|
||||
off: [0x94],
|
||||
on: [0x95]
|
||||
}
|
||||
]
|
||||
},
|
||||
]),
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user