summaryrefslogtreecommitdiff
path: root/src/hardware_data/graphics/ppu_rp2c07.lua
diff options
context:
space:
mode:
Diffstat (limited to 'src/hardware_data/graphics/ppu_rp2c07.lua')
-rw-r--r--src/hardware_data/graphics/ppu_rp2c07.lua13
1 files changed, 7 insertions, 6 deletions
diff --git a/src/hardware_data/graphics/ppu_rp2c07.lua b/src/hardware_data/graphics/ppu_rp2c07.lua
index d4d610a..82d4d80 100644
--- a/src/hardware_data/graphics/ppu_rp2c07.lua
+++ b/src/hardware_data/graphics/ppu_rp2c07.lua
@@ -20,20 +20,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,
},
},