correct save type for Jelly Belly - Ballistic Beans (USA)

fixes #852
This commit is contained in:
Arisotura 2020-12-14 11:34:40 +01:00
parent 49317e9165
commit c106bec1a0
1 changed files with 3 additions and 3 deletions

View File

@ -24,11 +24,11 @@ typedef struct
u32 GameCode;
u32 ROMSize;
u32 SaveMemType;
} ROMListEntry;
ROMListEntry ROMList[] =
ROMListEntry ROMList[] =
{
{0x41464141, 0x00800000, 0x00000004},
{0x414D4155, 0x00800000, 0x00000008},
@ -1143,7 +1143,7 @@ ROMListEntry ROMList[] =
{0x454A4943, 0x00800000, 0x00000001},
{0x454A4956, 0x04000000, 0x00000003},
{0x454A4A42, 0x01000000, 0x00000001},
{0x454A4A43, 0x00800000, 0x00000001},
{0x454A4A43, 0x00800000, 0x00000002},
{0x454A4C41, 0x01000000, 0x00000001},
{0x454A4C42, 0x04000000, 0x00000001},
{0x454A4C43, 0x08000000, 0x00000002},