mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-27 21:40:48 +01:00
Add Gitadora OverDrive
This commit is contained in:
parent
43ada2b313
commit
d2203a0835
@ -247,6 +247,13 @@ Patches for which we don't know the corresponding game version.
|
||||
|
||||
## Gitadora
|
||||
|
||||
<details><summary>Gitadora OverDrive</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|----------|----------|---------|------------|
|
||||
| M32 | game.dll | 2015-03-27 | [M32-55164e67_157b40](patches/M32-55164e67_157b40.json) |
|
||||
</details>
|
||||
|
||||
<details><summary>Gitadora Matixx</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|
71
patches/M32-55164e67_157b40.json
Normal file
71
patches/M32-55164e67_157b40.json
Normal file
@ -0,0 +1,71 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 48359,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85AA010000",
|
||||
"dataEnabled": "E9AB01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Breaks score submission to server",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1339329,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85FB010000",
|
||||
"dataEnabled": "E9FC01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1907402,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "5B00",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1907426,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "5D00",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1371988,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7516",
|
||||
"dataEnabled": "EB23"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1372308,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7503",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user