diff --git a/SUPPORTED.md b/SUPPORTED.md index 01f415d..341b0d7 100644 --- a/SUPPORTED.md +++ b/SUPPORTED.md @@ -603,6 +603,7 @@ Patches for which we don't know the corresponding game version. | 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) | +| PAN | nostalgia.dll | 2024-10-22 | [PAN-67079513_e49c0](patches/PAN-67079513_e49c0.json) | ## REFLEC BEAT diff --git a/patches/PAN-67079513_e49c0.json b/patches/PAN-67079513_e49c0.json new file mode 100644 index 0000000..26cbd3a --- /dev/null +++ b/patches/PAN-67079513_e49c0.json @@ -0,0 +1,104 @@ +[ + { + "gameCode": "PAN", + "version": "2024-10-22", + "lastUpdated": "2025-01-17 21:15:51", + "source": "https://sp2x.two-torial.xyz/" + }, + { + "name": "Menu Timer Freeze", + "description": "Freezes menu timers.", + "gameCode": "PAN", + "type": "memory", + "patches": [ + { + "offset": 3192963, + "dllName": "nostalgia.dll", + "dataDisabled": "41FFC8", + "dataEnabled": "909090" + } + ] + }, + { + "name": "Shorter Monitor Check", + "description": "Similar to Op.2, recommended only if you have a stable framerate.", + "gameCode": "PAN", + "type": "memory", + "patches": [ + { + "offset": 2195434, + "dllName": "nostalgia.dll", + "dataDisabled": "1E", + "dataEnabled": "00" + } + ] + }, + { + "name": "Unscramble Touch Screen Keypad", + "description": "Unscrambles the touchscreen's Keypad.", + "gameCode": "PAN", + "type": "memory", + "patches": [ + { + "offset": 2877382, + "dllName": "nostalgia.dll", + "dataDisabled": "488D0C804803C9", + "dataEnabled": "48C7C178000000" + } + ] + }, + { + "name": "Hide \"EXTRA PASELI: %d\" Text", + "description": "Hides the bottom text \"EXTRA PASELI: %d\".", + "gameCode": "PAN", + "type": "memory", + "patches": [ + { + "offset": 6297560, + "dllName": "nostalgia.dll", + "dataDisabled": "455854", + "dataEnabled": "005854" + }, + { + "offset": 6297608, + "dllName": "nostalgia.dll", + "dataDisabled": "455854", + "dataEnabled": "005854" + } + ] + }, + { + "name": "Hide \"PASELI: *****\" Text", + "description": "Hides the bottom text \"PASELI: *****\".", + "gameCode": "PAN", + "type": "memory", + "patches": [ + { + "offset": 3208622, + "dllName": "nostalgia.dll", + "dataDisabled": "FF15DC860900", + "dataEnabled": "E9AD01000090" + } + ] + }, + { + "name": "Hide Credit/Coin Text", + "description": "Hides \"CREDIT: %d\" and \"CREDIT %d COIN: %d / %d\".", + "gameCode": "PAN", + "type": "memory", + "patches": [ + { + "offset": 6297184, + "dllName": "nostalgia.dll", + "dataDisabled": "435245", + "dataEnabled": "005245" + }, + { + "offset": 6297152, + "dllName": "nostalgia.dll", + "dataDisabled": "435245", + "dataEnabled": "005245" + } + ] + } +] \ No newline at end of file