mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-11 23:37:09 +01:00
Add Jubeat Saucer
This commit is contained in:
parent
729a002532
commit
f98af4dbfa
@ -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 |
|
||||
|
16
patches/L44-52e0cff2_44f8.json
Normal file
16
patches/L44-52e0cff2_44f8.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
30
patches/L44-52e0d002_150620.json
Normal file
30
patches/L44-52e0d002_150620.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user