Add Jubeat Saucer

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

View File

@ -262,6 +262,14 @@ Patches for which we don't know the corresponding game version.
| K44 | music_db.dll | 2012-07-23 | [K44-500d29bf_3ff8](patches/K44-500d29bf_3ff8.json) |
</details>
<details><summary>Jubeat Saucer</summary>
| Codename | Filename | Version | Identifier |
|----------|----------|---------|------------|
| L44 | jubeat.dll | 2014-01-28 | [L44-52e0d002_150620](patches/L44-52e0d002_150620.json) |
| L44 | music_db.dll | 2014-01-28 | [L44-52e0cff2_44f8](patches/L44-52e0cff2_44f8.json) |
</details>
<details><summary>Jubeat Prop</summary>
| Codename | Filename | Version | Identifier |

View File

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

View File

@ -0,0 +1,30 @@
[
{
"name": "SELECT MUSIC Timer Lock",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 914456,
"dllName": "jubeat.dll",
"dataDisabled": "75",
"dataEnabled": "EB"
}
]
},
{
"name": "Skip Online Matching",
"description": "",
"gameCode": "L44",
"type": "memory",
"patches": [
{
"offset": 775840,
"dllName": "jubeat.dll",
"dataDisabled": "7D",
"dataEnabled": "EB"
}
]
}
]