mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-24 04:40:10 +01:00
Nost Op.3: Add 2022-12-20 -> 2024-06-12
This commit is contained in:
commit
c317ce43e8
11
SUPPORTED.md
11
SUPPORTED.md
@ -581,6 +581,17 @@ Patches for which we don't know the corresponding game version.
|
||||
|----------|----------|---------|------------|
|
||||
| PAN | nostalgia.dll | 2021-12-22 | [PAN-61bc1831_e43f0](patches/PAN-61bc1831_e43f0.json) |
|
||||
| PAN | nostalgia.dll | 2022-04-26 | [PAN-62625cf9_e4900](patches/PAN-62625cf9_e4900.json) |
|
||||
| PAN | nostalgia.dll | 2022-12-20 | [PAN-639ad78f_e4900](patches/PAN-639ad78f_e4900.json) |
|
||||
| PAN | nostalgia.dll | 2023-01-25 | [PAN-63ca3876_e4970](patches/PAN-63ca3876_e4970.json) |
|
||||
| PAN | nostalgia.dll | 2023-03-29 | [PAN-6417a48f_e4970](patches/PAN-6417a48f_e4970.json) |
|
||||
| PAN | nostalgia.dll | 2023-05-24 | [PAN-645d7427_e4970](patches/PAN-645d7427_e4970.json) |
|
||||
| PAN | nostalgia.dll | 2023-08-08 | [PAN-64cc8d53_e4970](patches/PAN-64cc8d53_e4970.json) |
|
||||
| PAN | nostalgia.dll | 2023-10-25 | [PAN-6530fb26_e4970](patches/PAN-6530fb26_e4970.json) |
|
||||
| PAN | nostalgia.dll | 2023-11-29 | [PAN-655fd653_e4970](patches/PAN-655fd653_e4970.json) |
|
||||
| PAN | nostalgia.dll | 2023-12-06 | [PAN-656d266b_e4970](patches/PAN-656d266b_e4970.json) |
|
||||
| PAN | nostalgia.dll | 2024-01-31 | [PAN-65af9ebb_e49b0](patches/PAN-65af9ebb_e49b0.json) |
|
||||
| PAN | nostalgia.dll | 2024-03-27 | [PAN-65fd521c_e49b0](patches/PAN-65fd521c_e49b0.json) |
|
||||
| PAN | nostalgia.dll | 2024-06-12 | [PAN-66613a78_e49b0](patches/PAN-66613a78_e49b0.json) |
|
||||
</details>
|
||||
|
||||
## REFLEC BEAT
|
||||
|
84
patches/PAN-639ad78f_e4900.json
Normal file
84
patches/PAN-639ad78f_e4900.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2022-12-20",
|
||||
"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": 3186051,
|
||||
"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": 2192394,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2870854,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3201710,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF15DC810900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6138968,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6138936,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
84
patches/PAN-63ca3876_e4970.json
Normal file
84
patches/PAN-63ca3876_e4970.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
84
patches/PAN-6417a48f_e4970.json
Normal file
84
patches/PAN-6417a48f_e4970.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2023-03-29",
|
||||
"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": 3188659,
|
||||
"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": 2193146,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2873350,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3204318,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF15AC770900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6267864,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6267984,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
84
patches/PAN-645d7427_e4970.json
Normal file
84
patches/PAN-645d7427_e4970.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2023-05-24",
|
||||
"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": 3188659,
|
||||
"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": 2193146,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2873350,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3204318,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF15AC770900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6267936,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6268400,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
84
patches/PAN-64cc8d53_e4970.json
Normal file
84
patches/PAN-64cc8d53_e4970.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2023-08-08",
|
||||
"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": 3188771,
|
||||
"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": 2193258,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2873462,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3204430,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF153C770900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6295608,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6295728,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
84
patches/PAN-6530fb26_e4970.json
Normal file
84
patches/PAN-6530fb26_e4970.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2023-10-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": 3188851,
|
||||
"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": 2193258,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2873462,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3204510,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF15EC760900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6295696,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6295816,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
84
patches/PAN-655fd653_e4970.json
Normal file
84
patches/PAN-655fd653_e4970.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2023-11-29",
|
||||
"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": 3188851,
|
||||
"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": 2193258,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2873462,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3204510,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF15EC760900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6275056,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6275024,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
84
patches/PAN-656d266b_e4970.json
Normal file
84
patches/PAN-656d266b_e4970.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2023-12-06",
|
||||
"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": 3188835,
|
||||
"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": 2193242,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2873446,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3204494,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF15FC760900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6275056,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6275024,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
84
patches/PAN-65af9ebb_e49b0.json
Normal file
84
patches/PAN-65af9ebb_e49b0.json
Normal file
@ -0,0 +1,84 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2024-01-31",
|
||||
"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": 3189907,
|
||||
"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": 2194506,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2874518,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3205566,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF15CC820900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6276160,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6276280,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
104
patches/PAN-65fd521c_e49b0.json
Normal file
104
patches/PAN-65fd521c_e49b0.json
Normal file
@ -0,0 +1,104 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2024-03-27",
|
||||
"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": 3190579,
|
||||
"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": 2194682,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2874998,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"EXTRA PASELI: %d\" Text",
|
||||
"description": "Hides the bottom text \"EXTRA PASELI: %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6294768,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "455854",
|
||||
"dataEnabled": "005854"
|
||||
},
|
||||
{
|
||||
"offset": 6294816,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "455854",
|
||||
"dataEnabled": "005854"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3206238,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF152C800900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6294728,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6294696,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
104
patches/PAN-66613a78_e49b0.json
Normal file
104
patches/PAN-66613a78_e49b0.json
Normal file
@ -0,0 +1,104 @@
|
||||
[
|
||||
{
|
||||
"gameCode": "PAN",
|
||||
"version": "2024-06-12",
|
||||
"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": 3190579,
|
||||
"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": 2194682,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "1E",
|
||||
"dataEnabled": "00"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Unscramble Touch Screen Keypad",
|
||||
"description": "Unscrambles the touchscreen's Keypad.",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2874998,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "488D0C804803C9",
|
||||
"dataEnabled": "48C7C178000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"EXTRA PASELI: %d\" Text",
|
||||
"description": "Hides the bottom text \"EXTRA PASELI: %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6294768,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "455854",
|
||||
"dataEnabled": "005854"
|
||||
},
|
||||
{
|
||||
"offset": 6294816,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "455854",
|
||||
"dataEnabled": "005854"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide \"PASELI: *****\" Text",
|
||||
"description": "Hides the bottom text \"PASELI: *****\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 3206238,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "FF152C800900",
|
||||
"dataEnabled": "E9AD01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "memory",
|
||||
"name": "Hide Credit/Coin Text",
|
||||
"description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".",
|
||||
"gameCode": "PAN",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 6294728,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
},
|
||||
{
|
||||
"offset": 6294696,
|
||||
"dllName": "nostalgia.dll",
|
||||
"dataDisabled": "435245",
|
||||
"dataEnabled": "005245"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user