sitemap: warn about undeclared pages
[sheet.git] / termcol.inc.pl
index 520dbe2636a3cbe18bc78a085151bda89318628f..3c3b365c30ff28f00b4ec3e2038c93a4abf0110e 100644 (file)
@@ -8,7 +8,7 @@ use Shiar_Sheet::Colour 1.05;
        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 $! || $@;
+               my $pals = do 'data/termcol-xcolor.inc.pl' or die $! || $@;
                $_[0]->{$_} = $pals->{$_} for keys %{$pals};
                return 'xcolor';
        },
@@ -323,6 +323,7 @@ use Shiar_Sheet::Colour 1.05;
                                ] } 0..13
                        }
                ],
+               hueorder => [6..12, 1..5, 13, 0],
        },
        shovel => {
                name => 'NES for Shovel Knight',
@@ -344,6 +345,7 @@ use Shiar_Sheet::Colour 1.05;
                        [qw( 22123B:0S 360900:1S 824E00:2S 9E9E5C:3S )],
                ],
                parent => 'ppu',
+               hueorder => [6..12, 1..5, 13, 0, 14],
        },
 
        64 => {