From 29ef1a8eeb2b3edf11164538f1d1470ec201f618 Mon Sep 17 00:00:00 2001 From: Mischa POSLAWSKY Date: Tue, 2 May 2017 22:00:46 +0200 Subject: [PATCH] termcol: shovel knight variant of ppu Colours copied from conversion at which should match the actual game: Append custom colours as described at: --- termcol.inc.pl | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) diff --git a/termcol.inc.pl b/termcol.inc.pl index 3242775..38696ce 100644 --- a/termcol.inc.pl +++ b/termcol.inc.pl @@ -5,7 +5,7 @@ use Shiar_Sheet::Colour 1.05; default => [qw( ansi ansi88 ansi256 )], more => [qw( ansi mirc pastel slutty solarized ansi88 ansi256 )], ansi => [qw( cga putty xterm tango app html cgarne )], - legacy => [qw( c64 msx mac2 risc arnegame dawnbringer cpc cpcboy shiar32 ppu 64 )], + legacy => [qw( c64 msx mac2 risc arnegame dawnbringer cpc cpcboy shiar32 ppu shovel 64 )], xcolors => sub { my $pals = do 'termcol-xcolor.inc.pl' or die $! || $@; @@ -294,6 +294,7 @@ use Shiar_Sheet::Colour 1.05; ], parent => 'cpc', }, + ppu => { name => 'PPU (Famicom/NES)', table => [ @@ -323,6 +324,28 @@ use Shiar_Sheet::Colour 1.05; } ], }, + shovel => { + name => 'NES for Shovel Knight', + table => [ + [qw( 7C7C7C:00 BCBCBC:10 F8F8F8:20 FCFCFC:30 )], + [qw( 0000FC:01 0078F8:11 3CBCFC:21 A4E4FC:31 )], + [qw( 0000BC:02 0058F8:12 6888FC:22 B8B8F8:32 )], + [qw( 4428BC:03 6844FC:13 9878F8:23 D8B8F8:33 )], + [qw( 940084:04 D800CC:14 F878F8:24 F8B8F8:34 )], + [qw( A80020:05 E40058:15 F85898:25 F8A4C0:35 )], + [qw( A81000:06 F83800:16 F87858:26 F0D0B0:36 )], + [qw( 881400:07 E45C10:17 FCA044:27 FCE0A8:37 )], + [qw( 503000:08 AC7C00:18 F8B800:28 F8D878:38 )], + [qw( 007800:09 00B800:19 B8F818:29 D8F878:39 )], + [qw( 006800:0A 00A800:1A 58D854:2A B8F8B8:3A )], + [qw( 005800:0B 00A844:1B 58F898:2B B8F8D8:3B )], + [qw( 004058:0C 008888:1C 00E8D8:2C 00FCFC:3C )], + [qw( 000000:0D 080808:1D 787878:2D D8D8D8:3D )], + [qw( 22123B:0S 360900:1S 824E00:2S 9E9E5C:3S )], + ], + parent => 'ppu', + }, + 64 => { name => '6-bit (Sega Master System, EGA, FAP80)', rgbmap => [4], -- 2.30.0