Add Gitadora High-Voltage

This commit is contained in:
Akitake 2024-07-05 00:14:37 +02:00
parent 66b219ce3c
commit 5afa5bcd4b
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
3 changed files with 204 additions and 0 deletions

View File

@ -255,6 +255,14 @@ 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 High-Voltage</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| M32 | game.dll | 2021-04-21 | [M32-6073d298_15bd6c](patches/M32-6073d298_15bd6c.json) |
| M32 | game.dll | 2022-10-24 | [M32-634910da_15daec](patches/M32-634910da_15daec.json) |
</details>
## Jubeat
<details><summary>Jubeat Knit</summary>

View File

@ -0,0 +1,98 @@
[
{
"name": "Timer Freeze",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 1000991,
"dllName": "game.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Cursor Hold",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 757318,
"dllName": "game.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Stage Freeze",
"description": "Breaks score submission to server",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 1137617,
"dllName": "game.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Tutorial",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 942426,
"dllName": "game.dll",
"dataDisabled": "0F87",
"dataEnabled": "90E9"
}
]
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 1893602,
"dllName": "game.dll",
"dataDisabled": "6100",
"dataEnabled": "4D01"
},
{
"offset": 1893626,
"dllName": "game.dll",
"dataDisabled": "6300",
"dataEnabled": "4D01"
},
{
"offset": 1179614,
"dllName": "game.dll",
"dataDisabled": "7508",
"dataEnabled": "EB11"
}
]
},
{
"name": "Enable Long Music",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 1179892,
"dllName": "game.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
}
]

View File

@ -0,0 +1,98 @@
[
{
"name": "Timer Freeze",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 1004607,
"dllName": "game.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Cursor Hold",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 761062,
"dllName": "game.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Stage Freeze",
"description": "Breaks score submission to server",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 1143921,
"dllName": "game.dll",
"dataDisabled": "0F85",
"dataEnabled": "90E9"
}
]
},
{
"name": "Skip Tutorial",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 946042,
"dllName": "game.dll",
"dataDisabled": "0F87",
"dataEnabled": "90E9"
}
]
},
{
"name": "Unlock all songs",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 1901842,
"dllName": "game.dll",
"dataDisabled": "6100",
"dataEnabled": "4D01"
},
{
"offset": 1901866,
"dllName": "game.dll",
"dataDisabled": "6300",
"dataEnabled": "4D01"
},
{
"offset": 1185758,
"dllName": "game.dll",
"dataDisabled": "7508",
"dataEnabled": "EB11"
}
]
},
{
"name": "Enable Long Music",
"description": "",
"gameCode": "M32",
"type": "memory",
"patches": [
{
"offset": 1186036,
"dllName": "game.dll",
"dataDisabled": "74",
"dataEnabled": "EB"
}
]
}
]