From 4c0e6e072964f9fa8d82480a961c93adef5c8143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 6 Dec 2016 19:46:40 -0300 Subject: Update graphics modes --- .../scripts/load/graphics/mali400.lua | 32 ++- .../scripts/load/graphics/ppu_rp2c02.lua | 122 ++++++------ .../scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua | 164 ++++++++-------- .../scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua | 92 +++++---- .../scripts/load/graphics/mali400.lua | 32 ++- .../scripts/load/graphics/ppu_rp2c02.lua | 122 ++++++------ .../load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua | 164 ++++++++-------- .../load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua | 158 ++++++++------- .../scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua | 218 ++++++++++----------- .../scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua | 164 ++++++++-------- .../scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua | 110 +++++------ .../scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua | 110 +++++------ .../scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua | 110 +++++------ .../scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua | 109 +++++------ .../scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua | 56 +++--- .../scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua | 92 +++++---- .../scripts/load/graphics/ym7101+sh2.lua | 116 ++++++----- .../scripts/load/graphics/ym7101.lua | 116 ++++++----- 18 files changed, 1026 insertions(+), 1061 deletions(-) diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua index 18a8cc9..409d766 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/mali400.lua @@ -51,23 +51,21 @@ return { }, }, tile = { - layer = { - 'free', - { - colors = 'free', - specifyColors = true, - moveIndividual = true, - independent = true, - mirror = true, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 'free', - height = 'free', - }, + layers = 'free', + { + colors = 'free', + specifyColors = true, + moveIndividual = true, + independent = true, + mirror = true, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 'free', + height = 'free', }, }, }, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua index c3f14b3..1050b96 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/ppu_rp2c02.lua @@ -54,74 +54,72 @@ return { }, }, tile = { - layer = { - 1, - a = { - colors = '2bpp', - specifyColors = false, - moveIndividual = 'bcd', - independent = 'bcd', - mirror = 'tilesOnly', - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, + layers = 1, + a = { + colors = '2bpp', + specifyColors = false, + moveIndividual = 'bcd', + independent = 'bcd', + mirror = 'tilesOnly', + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, }, }, - b = { - colors = '2bpp', - specifyColors = false, - moveIndividual = 'acd', - independent = 'acd', - mirror = 'tilesOnly', - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, + }, + b = { + colors = '2bpp', + specifyColors = false, + moveIndividual = 'acd', + independent = 'acd', + mirror = 'tilesOnly', + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, }, }, - c = { - colors = '2bpp', - specifyColors = false, - moveIndividual = 'abd', - independent = 'abd', - mirror = 'tilesOnly', - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, + }, + c = { + colors = '2bpp', + specifyColors = false, + moveIndividual = 'abd', + independent = 'abd', + mirror = 'tilesOnly', + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, }, }, - d = { - colors = '2bpp', - specifyColors = false, - moveIndividual = 'abc', - independent = 'abc', - mirror = 'tilesOnly', - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, + }, + d = { + colors = '2bpp', + specifyColors = false, + moveIndividual = 'abc', + independent = 'abc', + mirror = 'tilesOnly', + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, }, }, }, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua index eac20bc..3187b3c 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua @@ -62,93 +62,91 @@ return { }, }, tile = { - layer = { - 3, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 3, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua index 20fffcc..fd51201 100644 --- a/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua +++ b/src/gnu_and_bola_-_the_libre_beat_em_up_game/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua @@ -62,57 +62,55 @@ return { }, }, tile = { - layer = { - 1, - plane = { - colors = '8bpp', - specifyColors = false, - moveIndividual = false, - independent = true, - mirror = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, + layers = 1, + plane = { + colors = '8bpp', + specifyColors = false, + moveIndividual = false, + independent = true, + mirror = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, }, }, - a = { - colors = '7bpp', - specifyColors = false, - moveIndividual = false, - independent = 'plane', - mirror = 'b', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, + }, + a = { + colors = '7bpp', + specifyColors = false, + moveIndividual = false, + independent = 'plane', + mirror = 'b', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, }, }, - b = { - colors = '7bpp', - specifyColors = false, - moveIndividual = false, - independent = 'plane', - mirror = 'a', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, + }, + b = { + colors = '7bpp', + specifyColors = false, + moveIndividual = false, + independent = 'plane', + mirror = 'a', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, }, }, }, diff --git a/src/information_only/scripts/load/graphics/mali400.lua b/src/information_only/scripts/load/graphics/mali400.lua index 18a8cc9..409d766 100644 --- a/src/information_only/scripts/load/graphics/mali400.lua +++ b/src/information_only/scripts/load/graphics/mali400.lua @@ -51,23 +51,21 @@ return { }, }, tile = { - layer = { - 'free', - { - colors = 'free', - specifyColors = true, - moveIndividual = true, - independent = true, - mirror = true, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 'free', - height = 'free', - }, + layers = 'free', + { + colors = 'free', + specifyColors = true, + moveIndividual = true, + independent = true, + mirror = true, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 'free', + height = 'free', }, }, }, diff --git a/src/information_only/scripts/load/graphics/ppu_rp2c02.lua b/src/information_only/scripts/load/graphics/ppu_rp2c02.lua index c3f14b3..1050b96 100644 --- a/src/information_only/scripts/load/graphics/ppu_rp2c02.lua +++ b/src/information_only/scripts/load/graphics/ppu_rp2c02.lua @@ -54,74 +54,72 @@ return { }, }, tile = { - layer = { - 1, - a = { - colors = '2bpp', - specifyColors = false, - moveIndividual = 'bcd', - independent = 'bcd', - mirror = 'tilesOnly', - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, + layers = 1, + a = { + colors = '2bpp', + specifyColors = false, + moveIndividual = 'bcd', + independent = 'bcd', + mirror = 'tilesOnly', + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, }, }, - b = { - colors = '2bpp', - specifyColors = false, - moveIndividual = 'acd', - independent = 'acd', - mirror = 'tilesOnly', - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, + }, + b = { + colors = '2bpp', + specifyColors = false, + moveIndividual = 'acd', + independent = 'acd', + mirror = 'tilesOnly', + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, }, }, - c = { - colors = '2bpp', - specifyColors = false, - moveIndividual = 'abd', - independent = 'abd', - mirror = 'tilesOnly', - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, + }, + c = { + colors = '2bpp', + specifyColors = false, + moveIndividual = 'abd', + independent = 'abd', + mirror = 'tilesOnly', + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, }, }, - d = { - colors = '2bpp', - specifyColors = false, - moveIndividual = 'abc', - independent = 'abc', - mirror = 'tilesOnly', - rotate = false, - scale = false, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, + }, + d = { + colors = '2bpp', + specifyColors = false, + moveIndividual = 'abc', + independent = 'abc', + mirror = 'tilesOnly', + rotate = false, + scale = false, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua index 1d6fc1b..fef00f4 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+cx4_mode1.lua @@ -62,93 +62,91 @@ return { }, }, tile = { - layer = { - 3, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 3, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua index df85f6f..4e5ef78 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x+gsu-x_mode1.lua @@ -62,90 +62,88 @@ return { }, }, tile = { - layer = { - 3, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 3, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua index cbfdfc1..3efaf4d 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode0.lua @@ -62,122 +62,120 @@ return { }, }, tile = { - layer = { - 4, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 4, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua index eac20bc..3187b3c 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode1.lua @@ -62,93 +62,91 @@ return { }, }, tile = { - layer = { - 3, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 3, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua index 17bc2be..023f71d 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode2.lua @@ -62,64 +62,62 @@ return { }, }, tile = { - layer = { - 2, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 2, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua index ee657af..6880dd7 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode3.lua @@ -62,64 +62,62 @@ return { }, }, tile = { - layer = { - 2, - { - colors = '8bpp', - specifyColors = '443ppp', - moveIndividual = true, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 2, + { + colors = '8bpp', + specifyColors = '443ppp', + moveIndividual = true, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua index 67e17b5..4a120a2 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode4.lua @@ -62,64 +62,62 @@ return { }, }, tile = { - layer = { - 2, - { - colors = '8bpp', - specifyColors = true, - moveIndividual = true, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 2, + { + colors = '8bpp', + specifyColors = true, + moveIndividual = true, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua index 54f8972..2811e05 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode5.lua @@ -63,63 +63,62 @@ return { }, tile = { layer = { - 2, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + 2, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, - { - colors = '2bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = true, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + }, + { + colors = '2bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = true, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua index 5fefd2d..3d78b83 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode6.lua @@ -62,35 +62,33 @@ return { }, }, tile = { - layer = { - 1, - { - colors = '4bpp', - specifyColors = false, - moveIndividual = true, - independent = false, - mirror = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - big = { - width = 64, - height = 64, - }, - bigW = { - width = 64, - height = 32, - }, - bigH = { - width = 32, - height = 64, - }, + layers = 1, + { + colors = '4bpp', + specifyColors = false, + moveIndividual = true, + independent = false, + mirror = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + big = { + width = 64, + height = 64, + }, + bigW = { + width = 64, + height = 32, + }, + bigH = { + width = 32, + height = 64, }, }, }, diff --git a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua index 20fffcc..fd51201 100644 --- a/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua +++ b/src/information_only/scripts/load/graphics/s-ppux_5c7x-0x_mode7.lua @@ -62,57 +62,55 @@ return { }, }, tile = { - layer = { - 1, - plane = { - colors = '8bpp', - specifyColors = false, - moveIndividual = false, - independent = true, - mirror = false, - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, + layers = 1, + plane = { + colors = '8bpp', + specifyColors = false, + moveIndividual = false, + independent = true, + mirror = false, + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, }, }, - a = { - colors = '7bpp', - specifyColors = false, - moveIndividual = false, - independent = 'plane', - mirror = 'b', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, + }, + a = { + colors = '7bpp', + specifyColors = false, + moveIndividual = false, + independent = 'plane', + mirror = 'b', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, }, }, - b = { - colors = '7bpp', - specifyColors = false, - moveIndividual = false, - independent = 'plane', - mirror = 'a', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 128, - height = 128, - }, + }, + b = { + colors = '7bpp', + specifyColors = false, + moveIndividual = false, + independent = 'plane', + mirror = 'a', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 128, + height = 128, }, }, }, diff --git a/src/information_only/scripts/load/graphics/ym7101+sh2.lua b/src/information_only/scripts/load/graphics/ym7101+sh2.lua index 89da2f3..077e6b5 100644 --- a/src/information_only/scripts/load/graphics/ym7101+sh2.lua +++ b/src/information_only/scripts/load/graphics/ym7101+sh2.lua @@ -62,69 +62,67 @@ return { }, }, tile = { - layer = { - 2, - a = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'w', - independent = 'w', - mirror = 'b', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, + layers = 2, + a = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'w', + independent = 'w', + mirror = 'b', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, }, }, - b = { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = 'a', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, + }, + b = { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = 'a', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, }, }, - w = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'a', - independent = 'a', - mirror = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - bigW = { - width = 64, - height = 32, - }, + }, + w = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'a', + independent = 'a', + mirror = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + bigW = { + width = 64, + height = 32, }, }, }, diff --git a/src/information_only/scripts/load/graphics/ym7101.lua b/src/information_only/scripts/load/graphics/ym7101.lua index 427a226..8300805 100644 --- a/src/information_only/scripts/load/graphics/ym7101.lua +++ b/src/information_only/scripts/load/graphics/ym7101.lua @@ -62,69 +62,67 @@ return { }, }, tile = { - layer = { - 2, - a = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'w', - independent = 'w', - mirror = 'b', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, + layers = 2, + a = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'w', + independent = 'w', + mirror = 'b', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, }, }, - b = { - colors = '4bpp', - specifyColors = false, - moveIndividual = false, - independent = false, - mirror = 'a', - rotate = true, - scale = true, - shear = true, - affine = true, - size = { - default = { - width = 64, - height = 64, - }, - bigW = { - width = 128, - height = 32, - }, + }, + b = { + colors = '4bpp', + specifyColors = false, + moveIndividual = false, + independent = false, + mirror = 'a', + rotate = true, + scale = true, + shear = true, + affine = true, + size = { + default = { + width = 64, + height = 64, + }, + bigW = { + width = 128, + height = 32, }, }, - w = { - colors = '4bpp', - specifyColors = false, - moveIndividual = 'a', - independent = 'a', - mirror = false, - rotate = false, - scale = false, - shear = false, - affine = false, - size = { - default = { - width = 32, - height = 32, - }, - bigW = { - width = 64, - height = 32, - }, + }, + w = { + colors = '4bpp', + specifyColors = false, + moveIndividual = 'a', + independent = 'a', + mirror = false, + rotate = false, + scale = false, + shear = false, + affine = false, + size = { + default = { + width = 32, + height = 32, + }, + bigW = { + width = 64, + height = 32, }, }, }, -- cgit v1.2.3