Fix Jak II ISO hashes (#3946)

Fixes the other Jak II hashes after the fix in
https://github.com/open-goal/jak-project/pull/3937
This commit is contained in:
Matt Dallmeyer 2025-06-04 15:12:10 -07:00 committed by GitHub
parent cdbc241259
commit b7a2cdf3b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 10 deletions

View File

@ -83,9 +83,12 @@ extractor_iso_database() {
{{18445016742498932084U, // hash of ELF
{"Jak II", // canonical name
GAME_TERRITORY_SCEA,
593, // number of files
{4835330407820245819U, 5223305410190549348U, 3212700152698192932}, // iso hash
"ntsc_v1", // decompiler config
593, // number of files
{
3212700152698192932U, // NTSC-U v1
18208811100399420450U // NTSC-U V2
}, // iso hash(es)
"ntsc_v1", // decompiler config
"jak2",
{}}}}},
// Jak 2 PAL
@ -93,9 +96,9 @@ extractor_iso_database() {
{{18188891052467821088U, // hash of ELF
{"Jak II: Renegade", // canonical name
GAME_TERRITORY_SCEE,
593, // number of files
{8410801891219727031U}, // iso hash
"pal", // decompiler config
593, // number of files
{15637648662558474533U}, // iso hash
"pal", // decompiler config
"jak2",
{}}}}},
// Jak 2 NTSC-J
@ -103,9 +106,9 @@ extractor_iso_database() {
{{7409991384254810731U, // hash of ELF
{"ジャックダクスター2", // canonical name
GAME_TERRITORY_SCEI,
593, // number of files
{1686904681401593185U}, // iso hash
"jp", // decompiler config
593, // number of files
{709902535083998969U}, // iso hash
"jp", // decompiler config
"jak2",
{}}}}},
// Jak 2 NTSC-K
@ -114,7 +117,7 @@ extractor_iso_database() {
{"Jak II", // canonical name
GAME_TERRITORY_SCEI,
593, // number of files
{4637199624374114440U}, // iso hash
{7504500484091955379U}, // iso hash
"ko", // decompiler config
"jak2",
{}}}}},