Compare commits

..

2 Commits

Author SHA1 Message Date
Kevin Pfeifer 3d43189b54
Merge 2d5d60ae93 into 2179ca2a41 2024-09-18 14:23:03 -07:00
CasualPokePlayer 2179ca2a41
Set the correct save type for Puzzler World USA (#2156)
Fixes #1804
2024-09-18 20:58:55 +02:00
1 changed files with 2 additions and 2 deletions

View File

@ -1830,7 +1830,7 @@ const ROMListEntry ROMList[] =
{0x45564E43, 0x10000000, 0x00000005},
{0x45564F59, 0x00800000, 0x00000001},
{0x45565041, 0x00800000, 0x00000002},
{0x45565042, 0x00800000, 0x00000004},
{0x45565042, 0x00800000, 0x00000002},
{0x45565043, 0x04000000, 0x00000002},
{0x45565056, 0x04000000, 0x00000002},
{0x45565059, 0x04000000, 0x00000001},
@ -6804,4 +6804,4 @@ const ROMListEntry ROMList[] =
const size_t ROMListEntryCount = sizeof(ROMList) / sizeof(ROMListEntry);
}
}