termcol: shovel knight variant of ppu
authorMischa POSLAWSKY <perl@shiar.org>
Tue, 2 May 2017 20:00:46 +0000 (22:00 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 29 May 2017 17:23:11 +0000 (19:23 +0200)
Colours copied from conversion at <https://en.wikipedia.org/
?title=List_of_video_game_console_palettes&oldid=770553908#NES>
which should match the actual game:
<https://www.reddit.com/r/gamegrumps/comments/1c0ppo/shovel_knight_game_grumps/c9c54av/>

Append custom colours as described at:
<http://yachtclubgames.com/2014/07/breaking-the-nes/>

termcol.inc.pl

index 32427759de296675b374ed873e12c62ac6db441d..38696cef1002f56ed29c3d1977e5098fe3403477 100644 (file)
@@ -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 )],
        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 $! || $@;
 
        xcolors => sub {
                my $pals = do 'termcol-xcolor.inc.pl' or die $! || $@;
@@ -294,6 +294,7 @@ use Shiar_Sheet::Colour 1.05;
                ],
                parent => 'cpc',
        },
                ],
                parent => 'cpc',
        },
+
        ppu => {
                name => '<abbr title="Picture Processing Unit">PPU</abbr> (Famicom/NES)',
                table => [
        ppu => {
                name => '<abbr title="Picture Processing Unit">PPU</abbr> (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],
        64 => {
                name => '6-bit (Sega Master System, EGA, FAP80)',
                rgbmap => [4],