mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2025-02-14 18:02:40 +01:00
Add Gitadora Nex+Age
This commit is contained in:
parent
172c864508
commit
43ada2b313
@ -263,6 +263,13 @@ Patches for which we don't know the corresponding game version.
|
||||
| M32 | libshare-pj.dll | 2019-09-24 | [M32-5d6db3bb_838f0](patches/M32-5d6db3bb_838f0.json) |
|
||||
</details>
|
||||
|
||||
<details><summary>Gitadora Nex+Age</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|----------|----------|---------|------------|
|
||||
| M32 | game.dll | 2021-02-15 | [M32-6020734a_174fac](patches/M32-6020734a_174fac.json) |
|
||||
</details>
|
||||
|
||||
<details><summary>Gitadora High-Voltage</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|
113
patches/M32-6020734a_174fac.json
Normal file
113
patches/M32-6020734a_174fac.json
Normal file
@ -0,0 +1,113 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1062335,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Cursor Hold",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 811690,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Breaks score submission to server",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1215777,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip Tutorial",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1003770,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F87",
|
||||
"dataEnabled": "90E9"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2003970,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 2003994,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "6300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1282574,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7508",
|
||||
"dataEnabled": "EB11"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1282852,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Skip \"NOW DATA INITIALIZING\" (useful for testing only)",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 224861,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F8474010000",
|
||||
"dataEnabled": "909090909090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user