mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-23 20:30:56 +01:00
Add Jubeat copious
This commit is contained in:
parent
101cc50d31
commit
11230949ef
@ -246,6 +246,14 @@ Patches for which we don't know the corresponding game version.
|
||||
|
||||
## JuBeat
|
||||
|
||||
<details><summary>Jubeat copious</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|----------|----------|---------|------------|
|
||||
| K44 | jubeat.dll | 2012-07-23 | [K44-500d2d37_f57a6](patches/K44-500d2d37_f57a6.json) |
|
||||
| K44 | music_db.dll | 2012-07-23 | [K44-500d29bf_3ff8](patches/K44-500d29bf_3ff8.json) |
|
||||
</details>
|
||||
|
||||
<details><summary>Jubeat clan</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|
16
patches/K44-500d29bf_3ff8.json
Normal file
16
patches/K44-500d29bf_3ff8.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "Unlock All Songs",
|
||||
"description": "",
|
||||
"gameCode": "K44",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 2935,
|
||||
"dllName": "music_db.dll",
|
||||
"dataDisabled": "8B55C489512833C083BD64FFFFFF000F95C08B8D4CFFFFFF88412C0FBF55B033C085D20F9DC0",
|
||||
"dataEnabled": "BA0000000089512833C083BD64FFFFFF000F95C08B8D4CFFFFFF88412C0FBF55B033C085D290"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
16
patches/K44-500d2d37_f57a6.json
Normal file
16
patches/K44-500d2d37_f57a6.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "SELECT MUSIC Timer Lock",
|
||||
"description": "",
|
||||
"gameCode": "K44",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 622117,
|
||||
"dllName": "jubeat.dll",
|
||||
"dataDisabled": "75",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user