Add Gitadora Nex+Age

This commit is contained in:
Akitake 2024-07-05 00:21:18 +02:00
parent 172c864508
commit 43ada2b313
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
2 changed files with 120 additions and 0 deletions

View File

@ -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 |

View 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"
}
]
}
]