mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-14 08:37:36 +01:00
84 lines
2.3 KiB
JSON
84 lines
2.3 KiB
JSON
[
|
|
{
|
|
"gameCode": "PAN",
|
|
"version": "2023-01-25",
|
|
"lastUpdated": "2024-10-30 05:22:31",
|
|
"source": "https://sp2x.two-torial.xyz/"
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"name": "Menu Timer Freeze",
|
|
"description": "Freezes menu timers.",
|
|
"gameCode": "PAN",
|
|
"patches": [
|
|
{
|
|
"offset": 3188051,
|
|
"dllName": "nostalgia.dll",
|
|
"dataDisabled": "41FFC8",
|
|
"dataEnabled": "909090"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"name": "Shorter Monitor Check",
|
|
"description": "Similar to Op.2, recommended only if you have a stable framerate.",
|
|
"gameCode": "PAN",
|
|
"patches": [
|
|
{
|
|
"offset": 2192842,
|
|
"dllName": "nostalgia.dll",
|
|
"dataDisabled": "1E",
|
|
"dataEnabled": "00"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"name": "Unscramble Touch Screen Keypad",
|
|
"description": "Unscrambles the touchscreen's Keypad.",
|
|
"gameCode": "PAN",
|
|
"patches": [
|
|
{
|
|
"offset": 2872742,
|
|
"dllName": "nostalgia.dll",
|
|
"dataDisabled": "488D0C804803C9",
|
|
"dataEnabled": "48C7C178000000"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"name": "Hide \"PASELI: *****\" Text",
|
|
"description": "Hides the bottom text \"PASELI: *****\".",
|
|
"gameCode": "PAN",
|
|
"patches": [
|
|
{
|
|
"offset": 3203710,
|
|
"dllName": "nostalgia.dll",
|
|
"dataDisabled": "FF150C7A0900",
|
|
"dataEnabled": "E9AD01000090"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"type": "memory",
|
|
"name": "Hide Credit/Coin Text",
|
|
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
|
"gameCode": "PAN",
|
|
"patches": [
|
|
{
|
|
"offset": 6238472,
|
|
"dllName": "nostalgia.dll",
|
|
"dataDisabled": "435245",
|
|
"dataEnabled": "005245"
|
|
},
|
|
{
|
|
"offset": 6238440,
|
|
"dllName": "nostalgia.dll",
|
|
"dataDisabled": "435245",
|
|
"dataEnabled": "005245"
|
|
}
|
|
]
|
|
}
|
|
] |