mirror of
https://github.com/two-torial/sp2xpatcher.git
synced 2024-11-27 21:40:48 +01:00
Add Jubeat Knit
This commit is contained in:
parent
bff4dc9532
commit
04a4182fd8
@ -246,6 +246,14 @@ Patches for which we don't know the corresponding game version.
|
||||
|
||||
## JuBeat
|
||||
|
||||
<details><summary>Jubeat Knit</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|----------|----------|---------|------------|
|
||||
| J44 | jubeat.dll | 2011-01-14 | [J44-4d2feca4_e8f35](patches/J44-4d2feca4_e8f35.json) |
|
||||
| J44 | music_db.dll | 2011-01-14 | [J44-4d2fea0e_43f4](patches/J44-4d2fea0e_43f4.json) |
|
||||
</details>
|
||||
|
||||
<details><summary>Jubeat Copious</summary>
|
||||
|
||||
| Codename | Filename | Version | Identifier |
|
||||
|
16
patches/J44-4d2fea0e_43f4.json
Normal file
16
patches/J44-4d2fea0e_43f4.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "Unlock All Songs",
|
||||
"description": "",
|
||||
"gameCode": "J44",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 4096,
|
||||
"dllName": "music_db.dll",
|
||||
"dataDisabled": "8B4DAC8948340FBF559833C085D20F9DC0",
|
||||
"dataEnabled": "B9000000008948340FB5559833C085D290"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
16
patches/J44-4d2feca4_e8f35.json
Normal file
16
patches/J44-4d2feca4_e8f35.json
Normal file
@ -0,0 +1,16 @@
|
||||
[
|
||||
{
|
||||
"name": "SELECT MUSIC Timer Lock",
|
||||
"description": "",
|
||||
"gameCode": "J44",
|
||||
"type": "memory",
|
||||
"patches": [
|
||||
{
|
||||
"offset": 546772,
|
||||
"dllName": "jubeat.dll",
|
||||
"dataDisabled": "75",
|
||||
"dataEnabled": "EB"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user