Set the correct save type for Puzzler World USA (#2156)

Fixes #1804
This commit is contained in:
CasualPokePlayer 2024-09-18 11:58:55 -07:00 committed by GitHub
parent 7ac2eb2d71
commit 2179ca2a41
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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