mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-02 14:50:41 -07:00
73 lines
1.7 KiB
JSON
73 lines
1.7 KiB
JSON
[
|
|
{
|
|
"info": "example patch for spice2x documentation",
|
|
"extraInfo": "this object is completely optional and you can put whatever you want in it, it will be printed in the logs, but it will not be parsed in the code",
|
|
"downloadedFrom": "https://spice2x.github.io/patches/",
|
|
"lastUpdated": "2024-07-03T08:52:37.645Z",
|
|
"dateCode": "2022102400"
|
|
},
|
|
{
|
|
"gameCode": "M32",
|
|
"name": "Skip Tutorial",
|
|
"description": "",
|
|
"type": "memory",
|
|
"preset": true,
|
|
"patches": [
|
|
{
|
|
"dllName": "game.dll",
|
|
"dataDisabled": "0F87",
|
|
"dataEnabled": "90E9",
|
|
"dataOffset": 946042
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"gameCode": "M32",
|
|
"name": "Infinite Stage",
|
|
"description": "Play forever",
|
|
"caution": "Scores will not save",
|
|
"type": "memory",
|
|
"preset": true,
|
|
"patches": [
|
|
{
|
|
"dllName": "game.dll",
|
|
"dataDisabled": "0F85",
|
|
"dataEnabled": "90E9",
|
|
"dataOffset": 1143921
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Change PLEASE WAIT A MOMENT message",
|
|
"description": "Just a dumb example",
|
|
"gameCode": "M32",
|
|
"type": "union",
|
|
"patches": [
|
|
{
|
|
"name": "MOMENT (Default)",
|
|
"patch": {
|
|
"dllName": "game.dll",
|
|
"data": "4D4F4D454E54",
|
|
"offset": 1609086
|
|
}
|
|
},
|
|
{
|
|
"name": "MOMENO",
|
|
"patch": {
|
|
"dllName": "game.dll",
|
|
"data": "4D4F4D454E4F",
|
|
"offset": 1609086
|
|
}
|
|
},
|
|
{
|
|
"name": "SECOND",
|
|
"patch": {
|
|
"dllName": "game.dll",
|
|
"data": "5345434F4E44",
|
|
"offset": 1609086
|
|
}
|
|
}
|
|
]
|
|
}
|
|
]
|