From 2179ca2a417e356f23a09cd88707b20c1bcaf66f Mon Sep 17 00:00:00 2001 From: CasualPokePlayer <50538166+CasualPokePlayer@users.noreply.github.com> Date: Wed, 18 Sep 2024 11:58:55 -0700 Subject: [PATCH] Set the correct save type for Puzzler World USA (#2156) Fixes #1804 --- src/ROMList.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ROMList.cpp b/src/ROMList.cpp index e4ce7d2a..a00b0b22 100644 --- a/src/ROMList.cpp +++ b/src/ROMList.cpp @@ -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); -} \ No newline at end of file +}