From 9ff3e63fc8f4005aaeacf07fb58e002539e704d2 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Wed, 11 Jan 2017 02:36:56 -0300 Subject: Update graphics modes --- src/hardware_data/graphics/ppu_rp2c03+mmc1.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'src/hardware_data/graphics/ppu_rp2c03+mmc1.lua') diff --git a/src/hardware_data/graphics/ppu_rp2c03+mmc1.lua b/src/hardware_data/graphics/ppu_rp2c03+mmc1.lua index 1ee5ce1..1846e1b 100644 --- a/src/hardware_data/graphics/ppu_rp2c03+mmc1.lua +++ b/src/hardware_data/graphics/ppu_rp2c03+mmc1.lua @@ -21,20 +21,21 @@ return { total = 64, limit = 25, transparent = { - sprite = colourKey, - tile = colourKey, + sprite = 'colourKey', + tile = 'colourKey', }, + tileDepth = 'colourKey', palettes = { { total = 4, - type = 'tilePerPalette', - colours = 3, + type = 'spritePerPalette', + colours = 4, layers = false, }, { total = 4, - type = 'spritePerPalette', - colours = 3, + type = 'tilePerPalette', + colours = 4, layers = false, }, }, -- cgit v1.2.3-54-g00ecf