GB: Fix boundary condition in GB color lookup (fixes #1348)

This commit is contained in:
Vicki Pfau 2019-03-09 15:29:02 -08:00
parent c85d0b1096
commit beaa35f35c
1 changed files with 2 additions and 0 deletions

View File

@ -485,6 +485,8 @@ static const struct GBCartridgeOverride _colorOverrides[] = {
// Zelda no Densetsu - Yume o Miru Shima (Japan) (Rev A)
{ 0x61F269CD, GB_MODEL_AUTODETECT, GB_MBC_AUTODETECT, PALETTE(4, 21, 28) },
{ 0, 0, 0, { 0 } }
};
static const struct GBCartridgeOverride _overrides[] = {