Add Jubeat Qubell

This commit is contained in:
Akitake 2024-07-01 18:20:56 +02:00
parent d959038776
commit 729a002532
No known key found for this signature in database
GPG Key ID: BBB11D6E26F3162D
3 changed files with 68 additions and 0 deletions

View File

@ -270,6 +270,14 @@ Patches for which we don't know the corresponding game version.
| L44 | music_db.dll | 2016-03-27 | [L44-56a5907c_4c5d](patches/L44-56a5907c_4c5d.json) |
</details>
<details><summary>Jubeat Qubell</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2017-06-20 | [L44-5940b7f5_17b5d5](patches/L44-5940b7f5_17b5d5.json) |
| L44 | music_db.dll | ? | [L44-5940b7ab_585c](patches/L44-5940b7ab_585c.json) |
</details>
<details><summary>Jubeat Clan</summary>
| Codename | Filename | Version | Identifier |

View File

@ -0,0 +1,16 @@
[
{
"name": "Unlock All Songs",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 6111,
"dllName": "music_db.dll",
"dataDisabled": "7409",
"dataEnabled": "9090"
}
]
}
]

View File

@ -0,0 +1,44 @@
[
{
"name": "Disable Tutorial",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 699442,
"dllName": "jubeat.dll",
"dataDisabled": "754A536800",
"dataEnabled": "E990000000"
}
]
},
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 525686,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 616823,
"dllName": "jubeat.dll",
"dataDisabled": "7D",
"dataEnabled": "EB"
}
]
}
]