Add Jubeat copious

This commit is contained in:
Akitake 2024-07-01 18:11:40 +02:00
parent 101cc50d31
commit 11230949ef
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
3 changed files with 40 additions and 0 deletions

View File

@ -246,6 +246,14 @@ Patches for which we don't know the corresponding game version.
## JuBeat ## 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> <details><summary>Jubeat clan</summary>
| Codename | Filename | Version | Identifier | | Codename | Filename | Version | Identifier |

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

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