mirror of
https://github.com/spice2x/spice2x.github.io.git
synced 2026-08-01 22:30:42 -07:00
Add an example patch
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "M32",
|
||||
"dateCode": 2022102400,
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"type": "memory",
|
||||
"preset": true,
|
||||
"patches": [
|
||||
{
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9",
|
||||
"dataOffset": 946042
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"gameCode": "M32",
|
||||
"dateCode": 2022102400,
|
||||
"name": "Infinite Stage 2022102400",
|
||||
"description": "Score may not save",
|
||||
"type": "memory",
|
||||
"preset": true,
|
||||
"patches": [
|
||||
{
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9",
|
||||
"dataOffset": 1143921
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user