mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2025-02-17 11:18:33 +01:00
Add Gitadora Matixx
This commit is contained in:
parent
5afa5bcd4b
commit
172c864508
@ -247,6 +247,14 @@ Patches for which we don't know the corresponding game version.
|
||||
|
||||
## Gitadora
|
||||
|
||||
<details><summary>Gitadora Matixx</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|----------|----------|---------|------------|
|
||||
| M32 | game.dll | 2018-07-17 | [M32-5b4486ca_16ba60](patches/M32-5b4486ca_16ba60.json) |
|
||||
| M32 | libshare-pj.dll | 2018-07-17 | [M32-5b448679_84660](patches/M32-5b448679_84660.json) |
|
||||
</details>
|
||||
|
||||
<details><summary>Gitadora Exchain</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|
16
patches/M32-5b448679_84660.json
Normal file
16
patches/M32-5b448679_84660.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "Fix IP change error",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 144245,
|
||||
"dllName": "libshare-pj.dll",
|
||||
"dataDisabled": "74",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
71
patches/M32-5b4486ca_16ba60.json
Normal file
71
patches/M32-5b4486ca_16ba60.json
Normal file
@ -0,0 +1,71 @@
|
||||
[
|
||||
{
|
||||
"name": "Timer Freeze",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 48183,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85AA010000",
|
||||
"dataEnabled": "E9AB01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Stage Freeze",
|
||||
"description": "",
|
||||
"caution": "Breaks score submission to server",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1414625,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "0F85FB010000",
|
||||
"dataEnabled": "E9FC01000090"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Unlock all songs",
|
||||
"description": "Unlocks all e-amusement songs",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2010874,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7100",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 2010898,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7300",
|
||||
"dataEnabled": "4D01"
|
||||
},
|
||||
{
|
||||
"offset": 1454068,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7516",
|
||||
"dataEnabled": "EB23"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "Enable Long Music",
|
||||
"description": "",
|
||||
"gameCode": "M32",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 1454388,
|
||||
"dllName": "game.dll",
|
||||
"dataDisabled": "7503",
|
||||
"dataEnabled": "9090"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
x
Reference in New Issue
Block a user