Skip to content

Commit

Permalink
Set the correct save type for Puzzler World USA (#2156)
Browse files Browse the repository at this point in the history
Fixes #1804
  • Loading branch information
CasualPokePlayer authored Sep 18, 2024
1 parent 7ac2eb2 commit 2179ca2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ROMList.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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},
Expand Down Expand Up @@ -6804,4 +6804,4 @@ const ROMListEntry ROMList[] =

const size_t ROMListEntryCount = sizeof(ROMList) / sizeof(ROMListEntry);

}
}

0 comments on commit 2179ca2

Please sign in to comment.