mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-14 08:37:36 +01:00
50 lines
1.2 KiB
JSON
50 lines
1.2 KiB
JSON
[
|
|
{
|
|
"gameCode": "MBR",
|
|
"version": "2014-05-26",
|
|
"lastUpdated": "2024-07-07 15:12:35",
|
|
"source": "https://sp2x.two-torial.xyz/"
|
|
},
|
|
{
|
|
"name": "E: drive fix",
|
|
"description": "Fix crash caused by no E: drive",
|
|
"gameCode": "MBR",
|
|
"type": "memory",
|
|
"patches": [
|
|
{
|
|
"offset": 2593955,
|
|
"dllName": "reflecbeat.dll",
|
|
"dataDisabled": "00653A2F",
|
|
"dataEnabled": "5C646576"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Unlock all difficulties",
|
|
"description": "",
|
|
"gameCode": "MBR",
|
|
"type": "memory",
|
|
"patches": [
|
|
{
|
|
"offset": 607434,
|
|
"dllName": "reflecbeat.dll",
|
|
"dataDisabled": "7D",
|
|
"dataEnabled": "EB"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Timer freeze",
|
|
"description": "",
|
|
"gameCode": "MBR",
|
|
"type": "memory",
|
|
"patches": [
|
|
{
|
|
"offset": 1436148,
|
|
"dllName": "reflecbeat.dll",
|
|
"dataDisabled": "7513",
|
|
"dataEnabled": "9090"
|
|
}
|
|
]
|
|
}
|
|
] |