gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 3e2ff4dcf4d5712ea7ddbce52dbbc4aca662fc3d parent 16fa2d50b12005d0d44308fd6cc3573b5afe93b4 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Mon, 23 Jun 2025 00:27:21 -0700 Merge pull request #792 from bbbbbr/png2asset/array_width_output png2asset: fix line break per tile (mod of 8 x bpp, not 8 / bpp) Diffstat:
| M | gbdk-support/png2asset/export_c_file.cpp | 5 | +---- |
| M | gbdk-support/png2asset/testing/ref/apaimage_1.c | 1800 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/binout.1.bin | 376 | +++++++++++++++---------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_indexed_nums_map_1.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_indexed_nums_map_2.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_indexed_nums_map_3.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_indexed_nums_map_4.c | 100 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_indexed_nums_map_5.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_indexed_nums_map_6.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_indexed_nums_map_7.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_indexed_nums_map_8.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_nums_map_1.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_nums_map_2.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_nums_map_3.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_nums_map_4.c | 100 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_nums_map_5.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_nums_map_6.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_nums_map_7.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/color_nums_map_8.c | 145 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/gbdklogo_1.c | 195 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/gbdklogo_2.c | 205 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/gbdklogo_3.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/gbdklogo_4.c | 697 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/hblankcopy_1.c | 630 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/largemap_1.c | 1170 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/largemap_2.c | 1050 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/largemap_3.c | 1170 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/largemap_4.c | 1170 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/largemap_5.c | 3689 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/largemap_6.c | 3689 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/largemap_7.c | 1125 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/no_pal_map_test.c | 45 | +++++++++------------------------------------ |
| M | gbdk-support/png2asset/testing/ref/no_pal_map_test_keep_pal_order.c | 45 | +++++++++------------------------------------ |
| M | gbdk-support/png2asset/testing/ref/nums_map_1.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/nums_map_2.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/nums_map_3.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/nums_map_4.c | 100 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/nums_map_5.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/nums_map_6.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/nums_map_7.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/nums_map_8.c | 100 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/remote.c | 705 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/remote_down.c | 165 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/sgb_border_1.c | 1819 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/sgb_border_2.c | 1819 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/sprite_slon_1.c | 290 | ++++++++++++++----------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/sprite_slon_2.c | 332 | +++++++++++++++---------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/sprite_slon_4.c | 332 | +++++++++++++++---------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_1.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_2.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_3.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_4.c | 100 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_color_nums_map_1.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_color_nums_map_2.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_color_nums_map_3.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_color_nums_map_4.c | 100 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_largemap_1.c | 1170 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_largemap_2.c | 3774 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_largemap_3_attribs_smsgg.c | 3774 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_largemap_4_attribs_gbc.c | 1050 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_nums_map_1.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_nums_map_2.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_nums_map_3.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_nums_map_4.c | 100 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_nums_map_5.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_nums_map_6.c | 150 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_nums_map_7.c | 200 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_nums_map_8.c | 100 | ++++++++++++++++--------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_sgb_border_1.c | 1819 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_sprite_1.c | 310 | +++++++++++++++---------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_sprite_2.c | 1087 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_sushi_tiles.c | 1513 | +++++-------------------------------------------------------------------------- |
| M | gbdk-support/png2asset/testing/ref/zgb_sushi_tiles_lit.c | 1513 | +++++-------------------------------------------------------------------------- |
73 files changed, 5417 insertions(+), 39611 deletions(-)
diff --git a/gbdk-support/png2asset/export_c_file.cpp b/gbdk-support/png2asset/export_c_file.cpp @@ -165,12 +165,9 @@ static void export_c_tile_data(PNG2AssetData* assetData, FILE* file) { if((it + 1) != assetData->tiles.end() || (it2 + 1) != packed_data.end()) fprintf(file, ","); // Add a line break after each 8x8 tile - if(((line_break++) % (8 / assetData->args->bpp)) == 0) + if (((line_break++) % (8 * assetData->args->bpp)) == 0) fprintf(file, "\n\t"); } - - if((!assetData->args->export_as_map) && (it != assetData->tiles.end())) - fprintf(file, "\n"); } fprintf(file, "};\n\n"); diff --git a/gbdk-support/png2asset/testing/ref/apaimage_1.c b/gbdk-support/png2asset/testing/ref/apaimage_1.c @@ -12,1445 +12,365 @@ const palette_color_t apaimage_1_palettes[4] = { }; const uint8_t apaimage_1_tiles[5760] = { - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x01,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x3f,0x00,0xff, - 0x00,0x07,0x00,0x7b, - 0x00,0x37,0x00,0x0c, - 0x00,0x04,0x00,0x01, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xf3,0x07,0x08, - 0x16,0x89,0x23,0xcc, - 0x00,0xff,0x00,0xff, - 0x30,0xcf,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x80,0x7f, - 0x3f,0xff,0xff,0xff, - 0x57,0xff,0x0d,0xff, - 0x0b,0xff,0x0a,0xff, - 0x0f,0xff,0x0b,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xfb,0xff,0xf3,0xff, - 0xa0,0xff,0xf2,0xff, - 0xf8,0xff,0xf3,0xff, - 0xf4,0xff,0xfa,0xff, - 0x00,0xff,0x80,0xff, - 0x80,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x80,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x0a, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x02, - 0x00,0x05,0x01,0x04, - 0x03,0x00,0x03,0x00, - 0x02,0x00,0x00,0x00, - 0x01,0x0e,0x00,0x00, - 0x00,0x00,0x01,0x12, - 0xa0,0x02,0xd0,0x0d, - 0x08,0x36,0xc8,0x15, - 0x18,0x27,0x00,0xff, - 0x00,0x5c,0x00,0xf1, - 0x10,0x00,0x20,0x05, - 0x40,0x1b,0xa8,0x57, - 0xc0,0x3f,0x00,0xff, - 0x00,0x3f,0x05,0xff, - 0x00,0xff,0x20,0xff, - 0x14,0xff,0x00,0xff, - 0x05,0xff,0x18,0xff, - 0x0b,0xff,0x62,0xff, - 0x3d,0xff,0xff,0xff, - 0x82,0xff,0x7c,0xff, - 0x7f,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x7d,0xff,0xfe,0xff, - 0xf8,0xff,0xf8,0xff, - 0xfa,0xff,0xfc,0xff, - 0xfc,0xff,0xfc,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x80,0xff,0x40,0xff, - 0x00,0xff,0x40,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xfc,0x00,0xf8, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xfe, - 0x00,0xe0,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0x3f,0x00,0x03, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0x7f, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x3a, - 0x00,0x44,0x00,0xc0, - 0x00,0x23,0x00,0x05, - 0x00,0x3a,0x00,0x0e, - 0x00,0x80,0x00,0x00, - 0x00,0x70,0x00,0xec, - 0x00,0xd2,0x00,0xd2, - 0x02,0xec,0x06,0xa8, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x01,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x01,0x00,0x00, - 0x00,0xcf,0x00,0x8f, - 0x00,0x67,0x00,0x1f, - 0x04,0x7b,0x0a,0xf5, - 0x6b,0x14,0x18,0x20, - 0x08,0xff,0x07,0xff, - 0x31,0xff,0x00,0xff, - 0x06,0xff,0x04,0xa4, - 0x03,0x57,0x00,0x18, - 0x75,0xff,0xa7,0xff, - 0xbf,0xff,0x7f,0xff, - 0xbf,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x77,0xff,0xff,0xff, - 0xf7,0xff,0xff,0xff, - 0xff,0xff,0xae,0xff, - 0xf7,0xff,0xfc,0xff, - 0xf5,0xff,0xfe,0xff, - 0xdf,0xff,0xfc,0xff, - 0xfd,0xff,0xa1,0xff, - 0x7a,0xff,0x80,0xff, - 0x80,0xff,0x20,0xff, - 0x00,0xff,0xc0,0xff, - 0x80,0xfe,0x80,0xfe, - 0x40,0xfc,0x00,0xf8, - 0x00,0xe0,0x00,0xc0, - 0x00,0x80,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x1f,0x00,0x0f, - 0x00,0x07,0x00,0x03, - 0x00,0x01,0x00,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0x7f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x40,0x00, - 0x00,0x00,0x28,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x01,0x00,0x1a, - 0x00,0x02,0x00,0x09, - 0x00,0x04,0x00,0x02, - 0x00,0x02,0x00,0x00, - 0x04,0x18,0x09,0x80, - 0x14,0x00,0x6d,0x80, - 0x1c,0x60,0x6b,0x00, - 0xdc,0x00,0x1d,0x00, - 0xea,0x00,0x11,0x00, - 0xbd,0x00,0x9d,0x00, - 0x80,0x00,0x00,0x00, - 0x00,0x00,0xa0,0x00, - 0x04,0x00,0x8a,0x00, - 0x1e,0x00,0x9c,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x08,0x00,0x10,0x00, - 0x50,0x00,0xbc,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x05,0x00, - 0x1d,0x00,0x0d,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x00,0x40,0x00, - 0x08,0x11,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xbf,0x20,0x5f, - 0x18,0x67,0xe0,0x03, - 0x10,0xc3,0x40,0x11, - 0x10,0x08,0x22,0x59, - 0x93,0xff,0x27,0xff, - 0x03,0xff,0x00,0xc0, - 0x0b,0xab,0x2d,0xad, - 0x23,0xd7,0x53,0xaf, - 0xff,0xff,0xfc,0xff, - 0xcf,0xff,0xbf,0xff, - 0x9f,0x9f,0x07,0x27, - 0x59,0x59,0x8c,0xef, - 0x00,0xff,0xb8,0xff, - 0xd0,0xff,0xa1,0xff, - 0x41,0xff,0xc4,0xff, - 0xe0,0xff,0x80,0xff, - 0x00,0xf8,0x00,0xf0, - 0x00,0xf0,0x40,0xf0, - 0x80,0xe0,0x00,0xe4, - 0x00,0xf8,0x00,0xf3, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x80,0x00,0xa0, - 0x00,0x80,0x00,0x40, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x7f,0x00,0x3f, - 0x00,0x3f,0x00,0x3f, - 0x00,0x1f,0x00,0x1f, - 0x00,0x1f,0x00,0x1f, - 0x58,0x00,0x5d,0x00, - 0x79,0x00,0x73,0x00, - 0x7f,0x00,0x7d,0x00, - 0x69,0x04,0x59,0x04, - 0x40,0x05,0xa1,0x14, - 0xfb,0x04,0xff,0x00, - 0xf7,0x00,0x44,0xb0, - 0x82,0x71,0x00,0xec, - 0xfe,0x00,0xfe,0x00, - 0x80,0x00,0xfb,0x00, - 0x07,0x00,0xc7,0x00, - 0x2f,0x00,0x06,0x41, - 0xdf,0x00,0x2f,0x00, - 0x1f,0x00,0x67,0x00, - 0x6f,0x00,0xff,0x00, - 0x1d,0x00,0x0f,0x00, - 0xcd,0x00,0xb3,0x00, - 0xd0,0x00,0xe9,0x00, - 0xf0,0x00,0xe9,0x00, - 0xf7,0x00,0xc6,0x00, - 0xf8,0x00,0x8e,0x00, - 0xfe,0x00,0xfc,0x00, - 0xf8,0x00,0x20,0x00, - 0x88,0x00,0x9f,0x00, - 0x07,0x00,0x02,0x00, - 0x07,0x00,0x0b,0x00, - 0x07,0x00,0x81,0x00, - 0xc2,0x00,0x91,0x00, - 0x40,0x00,0xd0,0x00, - 0xf0,0x00,0xb6,0x00, - 0xef,0x00,0xff,0x00, - 0x9f,0x00,0x6f,0x00, - 0x00,0x00,0x00,0x00, - 0xa0,0x00,0x50,0x00, - 0xf0,0x00,0xf0,0x00, - 0xed,0x00,0xff,0x00, - 0x5c,0x03,0xb0,0x0c, - 0x06,0x01,0x96,0x00, - 0x79,0x02,0x46,0x00, - 0xf7,0x00,0x5f,0x00, - 0x04,0x7f,0xe6,0x1f, - 0x03,0xff,0x00,0x3f, - 0x01,0xfe,0x90,0x6f, - 0xf3,0x0c,0x28,0x13, - 0xbe,0xff,0xf9,0xff, - 0x61,0xff,0xea,0x7f, - 0x04,0xff,0x03,0xfc, - 0xa2,0x5d,0xdc,0x23, - 0x80,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x18,0xe7,0x80,0x7f, - 0xb0,0x4f,0x4c,0xb3, - 0x80,0xc4,0x00,0xe7, - 0x00,0xc0,0x00,0xc8, - 0x00,0xde,0x00,0xf0, - 0x00,0xed,0x00,0xed, - 0x00,0x00,0x00,0x80, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x40, - 0x00,0x80,0x00,0x40, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0f,0x00,0x0f, - 0x00,0x0f,0x00,0x0f, - 0x00,0x0f,0x00,0x0f, - 0x00,0x0f,0x00,0x0f, - 0x54,0x29,0x10,0x2d, - 0x00,0x3d,0x00,0x7d, - 0x00,0x7d,0x00,0x00, - 0x7f,0x40,0xfe,0x80, - 0x00,0x5c,0x00,0x6f, - 0x00,0xaf,0x00,0x3f, - 0x00,0x3e,0x00,0x00, - 0x1f,0x00,0x7f,0x00, - 0x00,0xc8,0x00,0xca, - 0x00,0x3a,0x00,0x39, - 0x00,0x98,0x00,0x33, - 0x1e,0x00,0x1c,0x00, - 0x17,0x00,0x09,0x1e, - 0x10,0xde,0x08,0x1e, - 0x00,0x12,0x00,0xd0, - 0x00,0x64,0x20,0x6a, - 0xfc,0x00,0x9d,0x00, - 0x00,0x00,0x00,0x10, - 0x00,0x30,0x00,0x08, - 0x00,0x1a,0x00,0x34, - 0x3f,0x00,0x3f,0x00, - 0x1e,0x00,0x1f,0x00, - 0x3f,0x00,0x3f,0x00, - 0x1f,0x00,0x1f,0x00, - 0x26,0x00,0x66,0x00, - 0xc1,0x00,0xb4,0x00, - 0xf3,0x00,0xc5,0x00, - 0x95,0x00,0xac,0x00, - 0xff,0x00,0x54,0x00, - 0xcb,0x00,0x35,0x00, - 0xf0,0x00,0xfe,0x00, - 0xff,0x00,0x7f,0x00, - 0xff,0x00,0x7f,0x00, - 0x9f,0x00,0xff,0x00, - 0xff,0x00,0x7f,0x00, - 0x81,0x00,0x8c,0x00, - 0x4e,0x00,0x4c,0x00, - 0xfd,0x00,0xe0,0x00, - 0xca,0x00,0xdc,0x00, - 0xfe,0x01,0xff,0x00, - 0xe4,0x03,0x15,0x0a, - 0xd3,0x00,0xee,0x00, - 0x88,0x67,0x45,0xb2, - 0x21,0xde,0x00,0xff, - 0x02,0xfd,0x80,0x7f, - 0x40,0xbf,0x10,0x6f, - 0x60,0x9f,0x80,0x7f, - 0xa0,0x5f,0x10,0xef, - 0x10,0xef,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xe9,0x00,0xfa, - 0x00,0xf3,0x00,0xff, - 0x00,0xff,0x14,0xff, - 0x0b,0xff,0x09,0xff, - 0x00,0x78,0x00,0xbc, - 0x40,0xe3,0x2e,0xff, - 0xde,0xff,0x3e,0xfe, - 0x7d,0xfd,0xfd,0xfd, - 0x00,0x00,0x18,0x58, - 0x9c,0xfc,0xa8,0xe8, - 0xc0,0xe0,0x72,0xf2, - 0xff,0xff,0xfb,0xfb, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x50,0x50, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x1f,0x00,0x1f, - 0x00,0x1f,0x00,0x3f, - 0x00,0x3f,0x02,0x3f, - 0x00,0x7f,0x02,0x7f, - 0xc0,0xfc,0xa1,0x00, - 0x02,0x02,0x3f,0x38, - 0x3a,0x38,0x00,0xf7, - 0x00,0xff,0x08,0xc1, - 0xf0,0x7e,0xe0,0x80, - 0x01,0x01,0x8e,0x0c, - 0x2c,0x0c,0x00,0xf7, - 0x08,0x52,0x1a,0xa1, - 0x78,0x3c,0xe0,0x40, - 0x03,0x03,0x03,0x0b, - 0x07,0x1e,0x3f,0xf3, - 0x2f,0x83,0x0f,0x00, - 0xa0,0x7e,0x00,0x3e, - 0x88,0x9e,0xd4,0xde, - 0x1c,0x9e,0xc8,0x4e, - 0xe6,0x6e,0xf0,0x36, - 0x00,0x31,0x00,0x77, - 0x00,0x60,0x01,0x54, - 0x05,0x79,0x0f,0x7a, - 0x1f,0x66,0x6f,0x27, - 0x1f,0x00,0x0f,0x00, - 0x97,0x00,0xa5,0x00, - 0x99,0x01,0xaa,0x22, - 0xef,0xe7,0xf7,0x67, - 0x6d,0x00,0xdc,0x00, - 0xf1,0x00,0xe5,0x00, - 0x89,0x40,0xfa,0x00, - 0x16,0x20,0x97,0x08, - 0x87,0x00,0xb3,0x00, - 0x5f,0x00,0x3f,0x00, - 0x7f,0x00,0x07,0x40, - 0x83,0x60,0x6b,0x90, - 0xb1,0x00,0xd8,0x00, - 0xe9,0x06,0xf7,0x00, - 0xd9,0x26,0xe5,0x1a, - 0xf2,0x4d,0xf9,0x3f, - 0x7e,0x01,0xff,0x00, - 0xef,0x10,0x17,0xe8, - 0xef,0x10,0xf7,0x3c, - 0xec,0x7f,0xdb,0xff, - 0x68,0x97,0xd0,0x6f, - 0x8c,0x73,0xb0,0x4f, - 0xf8,0x07,0xd8,0x67, - 0x08,0xf7,0xca,0xf5, - 0x00,0xff,0x00,0xff, - 0x04,0xfb,0x48,0xb7, - 0x96,0x69,0x80,0x7f, - 0xc0,0x3f,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x04,0xff,0x01,0xff, - 0x0e,0xff,0x1b,0xff, - 0x5b,0xff,0xa7,0xff, - 0x27,0xff,0xcd,0xff, - 0xfe,0xff,0x7f,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xf7,0xff,0xcf,0xff, - 0xc7,0xff,0xc7,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xfd,0xfd,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xf7,0xf7,0xf7,0xf7, - 0xff,0xff,0xff,0xff, - 0x20,0x20,0xd0,0xd0, - 0xa0,0xa0,0x80,0x80, - 0x5c,0x5c,0xc8,0xc8, - 0xf4,0xf4,0xc0,0xc0, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x01,0x00,0x01, - 0x00,0x03,0x00,0x0f, - 0x00,0x0f,0x00,0x1f, - 0x05,0xff,0x00,0xff, - 0x01,0xff,0x23,0xff, - 0x1f,0xff,0x03,0xff, - 0x07,0xff,0x04,0xff, - 0x46,0x11,0x00,0x01, - 0x2a,0x80,0x14,0x28, - 0x01,0xd2,0x00,0xbf, - 0x00,0xe6,0x01,0xce, - 0x74,0x80,0x11,0x40, - 0x4a,0x80,0x01,0x80, - 0x81,0x0e,0x80,0x06, - 0x00,0x0e,0x02,0x1c, - 0x92,0x00,0xa0,0x00, - 0x21,0x00,0x04,0x00, - 0x04,0x00,0x05,0x00, - 0x06,0x00,0x0e,0x00, - 0x84,0x06,0x62,0x02, - 0x40,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x0c,0x00, - 0x6f,0x6d,0x6f,0x6d, - 0x6f,0x6f,0x6f,0x6f, - 0x6f,0x6f,0x2e,0x2e, - 0x0f,0x0f,0x0f,0x0f, - 0xd1,0x41,0xc9,0xc9, - 0xe8,0xc8,0xe3,0xc3, - 0x86,0x86,0xcc,0x8c, - 0xd9,0x99,0x75,0x35, - 0xa3,0x04,0x87,0x00, - 0x97,0x04,0x33,0x12, - 0x3b,0x3b,0xb9,0x39, - 0xb9,0x39,0xbd,0x3d, - 0x69,0x96,0x69,0xd6, - 0xe7,0x54,0xf7,0x84, - 0xff,0x0f,0xef,0xcf, - 0xef,0xcf,0xef,0xcf, - 0xf7,0xa9,0xfb,0x46, - 0xfb,0x5d,0xff,0xe2, - 0xff,0xff,0xfd,0xff, - 0xfb,0xff,0xef,0xf7, - 0xd7,0xff,0xbf,0x7f, - 0x3a,0xff,0xf2,0x3e, - 0xee,0xfe,0xfc,0xfd, - 0xfc,0xff,0xfe,0xff, - 0xf6,0xf9,0xf3,0xfc, - 0x38,0xff,0xd0,0xff, - 0xf0,0xff,0x50,0xff, - 0x38,0xff,0xf0,0xfd, - 0x80,0x7f,0x00,0xff, - 0x80,0x7f,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x40,0xff, - 0x25,0xff,0x03,0xff, - 0x00,0xff,0x01,0xff, - 0x02,0xff,0x00,0xff, - 0x0d,0xff,0x1f,0xff, - 0xff,0xff,0xaf,0xff, - 0xdf,0xff,0x7f,0xff, - 0x4f,0xff,0x3f,0xff, - 0x1f,0xff,0xf6,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x08,0x08,0xb8,0xb8, - 0xfc,0xfc,0xff,0xff, - 0xea,0xff,0xf1,0xff, - 0xef,0xff,0xff,0xff, - 0x08,0x08,0x97,0x97, - 0x7e,0x7f,0x20,0xff, - 0x80,0xff,0x00,0xff, - 0xc0,0xff,0x40,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x10,0xff, - 0x00,0xff,0x03,0xff, - 0x03,0xff,0x05,0xff, - 0x06,0xff,0x01,0xff, - 0x01,0xff,0x00,0xff, - 0x20,0xcc,0x12,0x48, - 0x00,0x90,0x08,0x80, - 0x20,0x00,0x00,0x00, - 0xc0,0x00,0x01,0x01, - 0x00,0x1c,0x00,0x14, - 0x00,0x28,0x00,0x30, - 0x60,0x40,0x00,0x40, - 0x50,0x00,0x00,0x80, - 0x08,0x00,0x08,0x00, - 0x03,0x00,0x03,0x00, - 0x06,0x00,0x06,0x00, - 0x04,0x00,0x04,0x00, - 0x85,0x00,0x85,0x00, - 0x00,0x00,0x03,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x03,0xc1,0x01, - 0xc0,0x00,0xa0,0x00, - 0x90,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xe3,0x23,0x8f,0x0f, - 0x3f,0x3f,0x3f,0x3f, - 0x7f,0x7f,0x3f,0x3f, - 0x1f,0x1f,0x0f,0x0f, - 0xbd,0x3d,0xbe,0x3e, - 0xbe,0x3e,0xbe,0x3e, - 0xfe,0x7e,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xef,0xcf,0xef,0xcf, - 0x9f,0x9f,0x1f,0x1f, - 0x1f,0x1f,0xdf,0x1f, - 0x1f,0x1f,0xdf,0x9f, - 0xef,0xf7,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xdf,0xff,0xdf,0xff, - 0xff,0xef,0xff,0xef, - 0xfe,0xff,0xff,0xff, - 0xff,0xff,0xfd,0xfd, - 0xf5,0xf5,0xf2,0xf2, - 0xf9,0xf9,0xff,0xff, - 0xe3,0xff,0xe4,0xff, - 0xcf,0xf7,0xff,0xef, - 0xbf,0xff,0x7f,0xff, - 0xbf,0xbf,0xff,0xff, - 0x80,0xff,0x60,0xff, - 0xf4,0xff,0xe3,0xff, - 0xf7,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x33,0xff,0x0f,0xff, - 0x32,0xff,0x16,0xff, - 0x5f,0xff,0xdf,0xff, - 0xff,0xff,0xff,0xff, - 0xf5,0xff,0xfa,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0xe8,0xff, - 0xef,0xff,0xff,0xdf, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0x2a,0xff, - 0xce,0xf5,0xff,0xfe, - 0xff,0xfe,0xff,0x3e, - 0xff,0xd6,0xff,0xba, - 0x00,0xff,0x00,0xff, - 0x38,0xc7,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0xc0, - 0xd4,0x54,0xe3,0xa3, - 0xf8,0xf9,0xf6,0xf2, - 0xfd,0xfd,0xfd,0xfd, - 0x0f,0xff,0xc7,0x3f, - 0x80,0x00,0x17,0x00, - 0x8f,0x00,0x6f,0x6f, - 0xff,0xff,0xff,0xbf, - 0xf0,0x8f,0xe1,0x8a, - 0x0d,0x00,0x9d,0x00, - 0xe9,0x40,0xe9,0xc1, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0xff,0x00, - 0x00,0x00,0x40,0x00, - 0x51,0x00,0xf8,0xc0, - 0xff,0xbe,0xff,0xff, - 0x00,0xff,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x90,0x00,0x00,0x00, - 0x67,0x00,0xfd,0xfc, - 0xff,0xff,0xff,0x00, - 0x07,0x07,0x03,0x03, - 0x01,0x01,0x00,0x00, - 0xfe,0x00,0x86,0x00, - 0xff,0xf7,0xaf,0x8f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0x7f, - 0xff,0x7f,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xdf,0x9f,0x7f,0x3f, - 0x7f,0x3f,0x7f,0x3f, - 0x7f,0x3f,0xbf,0x3f, - 0x3f,0x3f,0xbf,0x3f, - 0xbf,0xff,0xff,0xff, - 0xff,0xdf,0xff,0xdf, - 0xff,0xff,0xff,0xff, - 0x3f,0xff,0x3f,0xff, - 0xfe,0xff,0xff,0xfe, - 0xfd,0xff,0xff,0xfe, - 0xfd,0xff,0xff,0xff, - 0xf3,0xff,0xfc,0xfc, - 0xff,0x7f,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x3f,0x3f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfe,0xff, - 0xff,0xd6,0xff,0xfd, - 0xff,0xea,0xff,0xee, - 0xfc,0xfc,0xfc,0xfc, - 0xf7,0xf7,0x82,0xfb, - 0xff,0x40,0xff,0x00, - 0xff,0x00,0xc7,0x00, - 0x40,0x40,0x40,0xc0, - 0xc0,0xc0,0xb8,0xf8, - 0xcf,0x37,0xcb,0x37, - 0xca,0x37,0xca,0x37, - 0x8a,0x77,0x1c,0xf3, - 0x3c,0xf3,0x3c,0xf3, - 0xe6,0x80,0xe2,0x80, - 0xe8,0x88,0x6c,0x8a, - 0x68,0x88,0x0b,0x80, - 0x47,0x80,0x4f,0x80, - 0x00,0x00,0x00,0x00, - 0x0c,0x00,0x39,0x01, - 0xf3,0x03,0xe7,0x07, - 0xef,0x4f,0xcf,0x0f, - 0x00,0x00,0x00,0x00, - 0x60,0x40,0xff,0xfe, - 0x80,0x02,0x00,0xfd, - 0x00,0xf9,0x81,0xf2, - 0x00,0x00,0x00,0x00, - 0x08,0x06,0x09,0x36, - 0x03,0x7c,0x44,0xbb, - 0x07,0xff,0x0f,0xff, - 0xaf,0x8f,0x8f,0x8f, - 0xcf,0x0e,0xe7,0x16, - 0xb3,0x4a,0x1d,0xe0, - 0xf2,0xcc,0xf7,0xc8, - 0xff,0xff,0xfe,0xfe, - 0xfe,0xfe,0xfe,0xfe, - 0xfe,0xfe,0xff,0xfe, - 0xff,0xfe,0xfe,0x7e, - 0xbf,0x3f,0xbf,0x3f, - 0xbe,0x3f,0xbe,0x3f, - 0xbf,0x3f,0x79,0x7f, - 0x73,0x7d,0x73,0x7d, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x7f,0xff,0xff,0x7f, - 0x0a,0xff,0x0a,0xff, - 0xf0,0xe0,0xc0,0xc0, - 0x11,0x00,0x0b,0x00, - 0x7f,0x03,0x7f,0x01, - 0xf5,0x9a,0xf5,0xf4, - 0x5f,0x1f,0x7f,0x3f, - 0xfc,0x7c,0x80,0x80, - 0x00,0x00,0x40,0x00, - 0xf7,0x00,0xfe,0x01, - 0xff,0xff,0xff,0xff, - 0x3f,0x3f,0x77,0x7f, - 0x7b,0x7f,0x07,0x0f, - 0x03,0x0f,0xff,0x03, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xb6,0xff,0xa7,0xfe, - 0xa5,0xff,0xff,0xa5, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0x7f,0xdb,0xff, - 0xd9,0xff,0xd9,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xdf,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x61,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xdf,0xff,0x5f,0xff, - 0xff,0xff,0xfa,0xff, - 0xfe,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x65,0xff,0x52,0xfe, - 0xf0,0xff,0xf8,0xff, - 0xf0,0xff,0xdc,0xff, - 0xfc,0xff,0xfd,0xff, - 0x08,0x59,0x1c,0xff, - 0x88,0xaf,0x00,0xff, - 0x47,0xb8,0x00,0xff, - 0x00,0xff,0xe0,0xff, - 0xfc,0x13,0x3c,0xf3, - 0x7d,0xf2,0xfd,0xf2, - 0xbd,0x72,0xbd,0x72, - 0xb5,0x7a,0xb5,0x7a, - 0xe0,0x00,0xbc,0x4f, - 0xbe,0x4f,0xbe,0x4e, - 0xbe,0x4e,0x3e,0xce, - 0x2e,0xce,0x6c,0x8c, - 0x1f,0x10,0x18,0x1f, - 0x3c,0x3f,0x7f,0x7f, - 0x7f,0x7f,0x7f,0x7f, - 0xff,0xff,0x9c,0x83, - 0xe0,0x03,0x02,0xe5, - 0x02,0xe5,0xc0,0xcf, - 0xc6,0xc9,0x90,0x8f, - 0x80,0x9f,0x08,0x97, - 0x0f,0xff,0x6e,0xbf, - 0x3f,0xfe,0x77,0xfe, - 0x77,0xfe,0x77,0xfe, - 0xbb,0xfe,0xbb,0xde, - 0xdf,0xf8,0xf8,0xfe, - 0xff,0xfc,0xfe,0xfb, - 0xbe,0xfb,0xff,0xbf, - 0xff,0xb7,0xff,0xb7, - 0x77,0x7e,0x91,0x7e, - 0x9b,0x34,0x19,0xb4, - 0x99,0x14,0x50,0x9c, - 0xd4,0x1c,0x0c,0x8c, - 0x52,0x72,0x73,0x52, - 0x73,0x52,0x72,0x54, - 0x57,0x70,0xd7,0xf8, - 0xf4,0xff,0xf4,0xff, - 0x4a,0xca,0x4c,0x40, - 0x08,0x00,0x40,0x00, - 0xfd,0x00,0xff,0x08, - 0x7e,0xe1,0x7f,0xe0, - 0xf7,0xb0,0xfd,0x80, - 0x50,0x00,0x1f,0x00, - 0x1d,0x07,0xdd,0x1f, - 0xfc,0x70,0xe1,0x40, - 0xfd,0x00,0xf8,0x00, - 0x5c,0x10,0x67,0x0c, - 0xf5,0x4f,0xdf,0xff, - 0xff,0x7f,0xff,0x1f, - 0x97,0x9a,0x17,0x5a, - 0x17,0x1a,0x93,0x1e, - 0x97,0x1e,0xee,0x8f, - 0xfe,0xff,0xff,0xff, - 0xff,0xa7,0xff,0xa3, - 0xfb,0xa7,0xe7,0xbf, - 0xa5,0xff,0xad,0xff, - 0xff,0xff,0xff,0xff, - 0xfa,0x5d,0xf9,0x5e, - 0x51,0xff,0x55,0xff, - 0x55,0xff,0x45,0xff, - 0xff,0xff,0xff,0xff, - 0x4d,0xff,0xcf,0x7d, - 0xcf,0x7d,0x59,0xff, - 0x51,0xff,0xf1,0xff, - 0xff,0xff,0xff,0xff, - 0x7d,0xc3,0x97,0x69, - 0xff,0x29,0xff,0x29, - 0xfd,0x2b,0x69,0xff, - 0xff,0xff,0xff,0xff, - 0x37,0xdf,0xfc,0x17, - 0xff,0x15,0xdf,0x35, - 0xd5,0x3e,0x9d,0x7e, - 0xff,0xff,0xff,0xff, - 0xbf,0xff,0x17,0xff, - 0xe1,0x1f,0xeb,0x14, - 0x6f,0x90,0x2d,0xf2, - 0xff,0xff,0xff,0xff, - 0xf3,0xff,0x4b,0xff, - 0x83,0xff,0x9e,0x65, - 0x9e,0x69,0x00,0xff, - 0xff,0xff,0xfc,0xff, - 0xe8,0xff,0xf8,0xff, - 0xfc,0xff,0x90,0xff, - 0x05,0xfa,0x00,0xff, - 0xfe,0xff,0x10,0xff, - 0xb4,0x7b,0xd0,0x3f, - 0xd0,0x3f,0xd0,0x3f, - 0x58,0xb7,0x48,0xb7, - 0x08,0xf7,0x02,0xff, - 0x6c,0x8c,0x7d,0x8d, - 0x7d,0x8d,0x7d,0x8d, - 0x79,0x89,0x79,0x89, - 0xf9,0x89,0xd9,0xa9, - 0x80,0xff,0xe0,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xf0,0xff, - 0x11,0x9f,0x03,0x9f, - 0x0f,0x9f,0x2d,0x3f, - 0x07,0x3f,0x17,0x3f, - 0x37,0x3f,0x3f,0x3f, - 0xda,0xff,0xec,0xff, - 0xfe,0xfd,0xf7,0xfd, - 0x7b,0xbf,0x9f,0xef, - 0xec,0xf7,0xfd,0xfe, - 0xff,0xaf,0xbf,0xff, - 0xfe,0xde,0x7f,0xfd, - 0xff,0x37,0xff,0x2f, - 0xdf,0x7f,0x03,0x07, - 0x0c,0x8c,0x4e,0x0c, - 0xce,0x84,0xc0,0x80, - 0xc8,0x81,0x84,0x81, - 0x84,0x03,0xc3,0x88, - 0xfd,0xf7,0xff,0xef, - 0xf7,0x92,0xcf,0x08, - 0x97,0x00,0x0f,0x80, - 0xc7,0x18,0x15,0x0a, - 0xff,0x0d,0xff,0x17, - 0xff,0x01,0xfb,0x20, - 0xf8,0x00,0xf8,0x00, - 0xda,0x00,0x27,0x00, - 0xfe,0x80,0xff,0x38, - 0xff,0x2c,0xbf,0x29, - 0x47,0x00,0x07,0x00, - 0x43,0x00,0x3b,0x00, - 0x27,0x07,0x17,0x07, - 0x83,0x03,0xe1,0x00, - 0xe8,0x00,0xfc,0x80, - 0xfe,0x00,0x3f,0x36, - 0xff,0xff,0xff,0x02, - 0xff,0x61,0xff,0x10, - 0xff,0x00,0xff,0x01, - 0x7f,0x0d,0xff,0xfd, - 0xff,0xff,0xff,0xaf, - 0xff,0x60,0xff,0x10, - 0xff,0x18,0xff,0x56, - 0xff,0xff,0xfe,0xff, - 0xff,0xff,0xff,0xe2, - 0xff,0x00,0xff,0x00, - 0xff,0x01,0xff,0x37, - 0xff,0x3f,0x27,0xf5, - 0xff,0xff,0xff,0x00, - 0xff,0x00,0xff,0x80, - 0xff,0xff,0xe7,0xfc, - 0xf3,0xec,0xdc,0x00, - 0xff,0xef,0xff,0x08, - 0xff,0x1b,0xff,0xff, - 0xea,0xf4,0xce,0x70, - 0x0d,0x70,0x00,0xff, - 0xff,0xff,0xff,0xdf, - 0xfb,0xfc,0xec,0xf8, - 0x91,0x60,0x40,0xbf, - 0x00,0xff,0x00,0xe2, - 0xff,0xff,0xdd,0xfa, - 0x04,0xfb,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x02,0xff,0x07,0x39, - 0x40,0xbf,0x80,0x70, - 0x00,0xf8,0x01,0xf7, - 0x1f,0xff,0xfe,0xfa, - 0xf6,0xf4,0xf8,0x00, - 0x03,0xff,0x1f,0x1f, - 0x4f,0x4f,0x70,0x70, - 0xec,0xc8,0xfd,0xa0, - 0xfd,0x40,0x3a,0x00, - 0x02,0xff,0x82,0xff, - 0x82,0xff,0x82,0xff, - 0x92,0xff,0x37,0xff, - 0x37,0xff,0x37,0xff, - 0xdb,0xa9,0x9b,0xe9, - 0x8f,0xf9,0x8f,0xf9, - 0x8d,0xf9,0x8f,0xfd, - 0x8f,0xfd,0xae,0xfd, - 0x00,0xff,0x0e,0xf1, - 0x00,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x3f,0x3f,0x3f,0x3f, - 0x7c,0x3f,0x7f,0x3f, - 0x77,0x3f,0xc1,0x9f, - 0xc1,0x9f,0xc1,0x9f, - 0xfc,0xfb,0x91,0x0f, - 0xf9,0xff,0xf5,0xff, - 0xfd,0xef,0xdd,0xff, - 0xb9,0xff,0xf9,0x7f, - 0x07,0xe7,0x87,0x67, - 0xcf,0x37,0xff,0x03, - 0xf9,0x06,0x97,0x07, - 0x87,0x07,0xef,0x07, - 0xec,0x80,0xe0,0x80, - 0xed,0x80,0xee,0x80, - 0x8d,0x00,0x8a,0x83, - 0xc0,0x87,0xf0,0x8f, - 0x65,0x08,0x0b,0x20, - 0x40,0x00,0x01,0x00, - 0x00,0x01,0x02,0x03, - 0x01,0xa2,0x08,0xf7, - 0x19,0x00,0x01,0x00, - 0x0b,0x00,0x87,0x00, - 0x03,0x80,0x09,0x6b, - 0x41,0xba,0x80,0x50, - 0xff,0x00,0xcd,0x02, - 0xc1,0x01,0xc1,0x01, - 0x30,0xc0,0x00,0xc0, - 0x00,0x00,0x00,0x00, - 0x0f,0x0e,0x07,0x00, - 0xc3,0x03,0xc1,0x01, - 0x54,0x00,0x00,0x00, - 0x00,0x07,0x00,0xff, - 0xfe,0xff,0xf0,0xf7, - 0x83,0xc0,0x01,0x00, - 0x01,0x00,0xc0,0xff, - 0x00,0xff,0x00,0xff, - 0x41,0xeb,0x00,0xf5, - 0x00,0x00,0x80,0x00, - 0x80,0x0f,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x97,0x84,0x90,0x83, - 0x00,0xff,0x00,0x78, - 0x00,0xfa,0x00,0xfe, - 0x72,0x8d,0x7e,0x81, - 0xc0,0x1f,0x00,0xcf, - 0x10,0xaf,0x07,0x00, - 0x08,0x50,0x00,0xdc, - 0x00,0xc0,0x20,0xc0, - 0x00,0xff,0x40,0xbe, - 0x70,0x80,0x40,0x00, - 0x80,0x00,0x00,0x2a, - 0x00,0x00,0x00,0x00, - 0x00,0x60,0x00,0x88, - 0x00,0x06,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x00,0x00, - 0x15,0x30,0x0a,0x08, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x07, - 0x00,0x00,0x00,0x01, - 0xbc,0x00,0x00,0x00, - 0x24,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0xc0, - 0x3c,0x00,0x14,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xf1,0xff, - 0xff,0xff,0xff,0xff, - 0x9f,0xff,0x9f,0xff, - 0xff,0xff,0xf7,0xff, - 0x00,0x00,0xfe,0xff, - 0xfe,0xff,0xff,0xff, - 0xae,0xbf,0xae,0xbf, - 0xaf,0xbf,0xcf,0xdf, - 0x00,0x00,0x00,0xff, - 0x3f,0xff,0xff,0xff, - 0xfe,0x5e,0x7e,0xfe, - 0x3e,0xfe,0x3e,0xff, - 0x00,0x00,0x0c,0xff, - 0x3e,0xff,0xff,0xff, - 0x2d,0xc2,0xc6,0xc9, - 0xf4,0xeb,0x7a,0x64, - 0x00,0x00,0x07,0xff, - 0xfd,0xff,0xff,0xff, - 0xf5,0xf7,0xf5,0xf7, - 0x85,0x87,0x02,0x01, - 0x00,0x20,0xff,0xff, - 0xff,0xff,0xd1,0xff, - 0xff,0x07,0xff,0x07, - 0xff,0x07,0xff,0x07, - 0x00,0x00,0x00,0x8f, - 0xfc,0xff,0xfe,0xff, - 0xa0,0xc0,0x80,0x8f, - 0xb0,0xbf,0xda,0xdf, - 0x00,0x00,0x00,0xc1, - 0x3f,0xff,0x3f,0xff, - 0x7e,0x7f,0x1e,0xfe, - 0x1e,0xfe,0x3e,0xff, - 0x00,0x00,0x83,0xff, - 0xe3,0xff,0xff,0xff, - 0xff,0xff,0x00,0xff, - 0x00,0xff,0x01,0x7e, - 0x3c,0x3c,0xfc,0xfc, - 0xfd,0xfd,0xfc,0xfc, - 0xc8,0xf8,0xd8,0xf8, - 0xd8,0xfc,0xc4,0xfc, - 0x00,0xff,0x00,0xff, - 0x0f,0xf0,0xe2,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0f,0xf0,0x1f,0xe0, - 0xfe,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xe3,0x00,0x33,0xc1, - 0xfa,0x00,0xff,0x00, - 0x00,0x00,0x01,0x01, - 0x00,0x07,0x06,0x07, - 0xe1,0x05,0xff,0xfe, - 0xf9,0x02,0xf7,0x03, - 0x7d,0x1f,0x0f,0xff, - 0x11,0x1f,0x3e,0xce, - 0xff,0xff,0x0c,0x4c, - 0xc0,0xc0,0xe0,0xe8, - 0xf0,0xfd,0xf0,0xfd, - 0x01,0x03,0x03,0x03, - 0x25,0x25,0xf4,0xf4, - 0x00,0x00,0x00,0x00, - 0x00,0x40,0x40,0xc5, - 0x02,0x87,0x02,0x82, - 0x00,0x00,0x01,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x02,0x00,0x14, - 0x20,0x36,0x60,0x70, - 0x62,0x72,0x36,0x36, - 0x00,0x00,0x00,0x02, - 0x00,0x42,0x00,0x4e, - 0x08,0x0a,0x08,0x08, - 0x0a,0x0a,0x58,0x5a, - 0x00,0xc8,0x00,0x0a, - 0x00,0x01,0x01,0xcb, - 0x0b,0x0b,0x02,0x02, - 0x0a,0x4a,0xe8,0xe8, - 0x00,0x00,0x00,0x00, - 0x00,0x90,0x80,0x82, - 0x00,0x12,0x01,0x43, - 0x20,0x20,0x42,0x42, - 0xff,0xff,0xe0,0xe0, - 0x43,0xe7,0x03,0xe7, - 0x03,0xe7,0x07,0x07, - 0x80,0x00,0x00,0x00, - 0xcf,0xef,0x00,0x00, - 0xf8,0xff,0xf9,0xff, - 0xcf,0xff,0xfe,0xff, - 0x0f,0x0f,0x3e,0x0e, - 0x3f,0xff,0x04,0x00, - 0x33,0xc0,0xff,0xf0, - 0xff,0xff,0xff,0xff, - 0x1f,0x1f,0x7c,0x7c, - 0x7b,0x60,0x03,0x01, - 0xef,0x0f,0xff,0x2f, - 0xff,0x9f,0xff,0xfc, - 0xdf,0xdf,0x1f,0x1f, - 0xf1,0x02,0xf3,0x02, - 0xf3,0xe3,0xf6,0xf3, - 0xff,0xe7,0xc3,0x83, - 0xe2,0x82,0xe0,0xa0, - 0xff,0x0f,0xcf,0x0f, - 0x1f,0xff,0x3f,0xff, - 0xff,0xff,0xff,0xff, - 0x01,0x0f,0x00,0xff, - 0xcf,0xef,0xe7,0xef, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x9f,0xff, - 0xb0,0xf0,0x01,0x01, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xed,0xff, - 0x17,0x1f,0xde,0xfe, - 0x1f,0x60,0x3e,0x41, - 0xc3,0xf7,0xff,0xff, - 0xff,0xff,0xfe,0xfe, - 0xe0,0xe0,0x00,0x00, - 0xcc,0xfc,0xdc,0xfc, - 0xfc,0xfc,0xfc,0xfc, - 0xfc,0xfc,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x1d,0x00,0x0e,0x33, - 0x1f,0xfe,0x1f,0xe0, - 0x1c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x39,0xc1,0x01,0xfa, - 0xe7,0x18,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x8f,0x90,0x17,0x00, - 0xbb,0x40,0x84,0x00, - 0x00,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xfe,0x93,0x00, - 0x1f,0x00,0x0f,0x00, - 0x1f,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x78,0x78,0x00,0x7b, - 0xe0,0x1f,0xf8,0x07, - 0xff,0x00,0x00,0x21, - 0x00,0x00,0x04,0x00, - 0x13,0x13,0x1b,0x5b, - 0x00,0xfe,0x00,0xff, - 0xf0,0x0f,0x00,0x80, - 0x80,0x00,0x07,0x10, - 0x87,0x87,0x03,0x03, - 0x00,0x9d,0x00,0xbf, - 0x00,0xff,0xde,0x00, - 0x7f,0x00,0x01,0x00, - 0xff,0xff,0xff,0xff, - 0x0c,0xfc,0x00,0xff, - 0x00,0xab,0xc1,0x20, - 0xf9,0x06,0xd0,0x00, - 0xf0,0xf0,0xf6,0xf6, - 0xef,0xff,0x7f,0xff, - 0x00,0xf7,0xe2,0x0d, - 0xce,0x40,0x0f,0x00, - 0x27,0x27,0x36,0x36, - 0x7f,0x7f,0x7f,0xff, - 0x73,0xf3,0x18,0xff, - 0xfe,0x00,0xc7,0x00, - 0xe4,0xc0,0x00,0x00, - 0x00,0x00,0x00,0x02, - 0x03,0x07,0x02,0x00, - 0x00,0x00,0x32,0x00, - 0x3e,0x3e,0x3f,0x3e, - 0x1e,0x1e,0x1f,0x1f, - 0x0e,0x8e,0x4c,0x4c, - 0x60,0x00,0xf9,0x80, - 0x00,0x00,0x2b,0x07, - 0x18,0x42,0x18,0x20, - 0x00,0x00,0x10,0x00, - 0x00,0x00,0xe8,0x68, - 0x5f,0x7f,0x1f,0x1f, - 0xdf,0x1f,0xe7,0x07, - 0x1d,0x7f,0x1f,0x1f, - 0x03,0x03,0x07,0x8f, - 0xf0,0xe3,0xf0,0xe0, - 0xf0,0xe3,0xb0,0xe3, - 0x80,0xe2,0xc0,0xf0, - 0xb0,0xf0,0xf0,0xf0, - 0x00,0xe0,0x01,0x07, - 0x01,0xff,0x00,0xf8, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x1f,0x1f,0x58,0xf8, - 0x80,0x80,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xe0,0xe0,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x0f,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xf8,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x27,0x60,0x3c,0xfc, - 0xfd,0xf8,0xf7,0xf0, - 0xfd,0xf1,0xf3,0xf3, - 0xff,0xff,0x00,0xff, - 0x6c,0x00,0x72,0x03, - 0xe2,0x41,0xf0,0x50, - 0xf8,0xd8,0xfc,0xdc, - 0x80,0xdf,0x02,0xde, - 0x48,0x28,0x4c,0xac, - 0x7c,0xfc,0x7f,0xff, - 0x7f,0xff,0x7c,0xfc, - 0x60,0xe0,0x00,0x00, - 0xc7,0xef,0x17,0xff, - 0xfc,0xff,0xe0,0xe0, - 0x80,0x80,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xe0,0xf0,0xe0,0xf0, - 0x00,0xf0,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x0c,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x3f,0x00,0xff,0x00,0x07,0x00,0x7b,0x00,0x37,0x00,0x0c,0x00,0x04,0x00,0x01, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xf3,0x07,0x08,0x16,0x89,0x23,0xcc, + 0x00,0xff,0x00,0xff,0x30,0xcf,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0x7f, + 0x3f,0xff,0xff,0xff,0x57,0xff,0x0d,0xff,0x0b,0xff,0x0a,0xff,0x0f,0xff,0x0b,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xfb,0xff,0xf3,0xff,0xa0,0xff,0xf2,0xff,0xf8,0xff,0xf3,0xff,0xf4,0xff,0xfa,0xff, + 0x00,0xff,0x80,0xff,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x02,0x00,0x05,0x01,0x04,0x03,0x00,0x03,0x00,0x02,0x00,0x00,0x00, + 0x01,0x0e,0x00,0x00,0x00,0x00,0x01,0x12,0xa0,0x02,0xd0,0x0d,0x08,0x36,0xc8,0x15, + 0x18,0x27,0x00,0xff,0x00,0x5c,0x00,0xf1,0x10,0x00,0x20,0x05,0x40,0x1b,0xa8,0x57, + 0xc0,0x3f,0x00,0xff,0x00,0x3f,0x05,0xff,0x00,0xff,0x20,0xff,0x14,0xff,0x00,0xff, + 0x05,0xff,0x18,0xff,0x0b,0xff,0x62,0xff,0x3d,0xff,0xff,0xff,0x82,0xff,0x7c,0xff, + 0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7d,0xff,0xfe,0xff, + 0xf8,0xff,0xf8,0xff,0xfa,0xff,0xfc,0xff,0xfc,0xff,0xfc,0xff,0xff,0xff,0xff,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x40,0xff,0x00,0xff,0x40,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xfc,0x00,0xf8, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xfe,0x00,0xe0,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0x00,0x03,0x00,0x00,0x00,0x00, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x7f, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x66,0x00,0x3a,0x00,0x44,0x00,0xc0,0x00,0x23,0x00,0x05,0x00,0x3a,0x00,0x0e, + 0x00,0x80,0x00,0x00,0x00,0x70,0x00,0xec,0x00,0xd2,0x00,0xd2,0x02,0xec,0x06,0xa8, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00, + 0x00,0xcf,0x00,0x8f,0x00,0x67,0x00,0x1f,0x04,0x7b,0x0a,0xf5,0x6b,0x14,0x18,0x20, + 0x08,0xff,0x07,0xff,0x31,0xff,0x00,0xff,0x06,0xff,0x04,0xa4,0x03,0x57,0x00,0x18, + 0x75,0xff,0xa7,0xff,0xbf,0xff,0x7f,0xff,0xbf,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x77,0xff,0xff,0xff,0xf7,0xff,0xff,0xff,0xff,0xff,0xae,0xff,0xf7,0xff,0xfc,0xff, + 0xf5,0xff,0xfe,0xff,0xdf,0xff,0xfc,0xff,0xfd,0xff,0xa1,0xff,0x7a,0xff,0x80,0xff, + 0x80,0xff,0x20,0xff,0x00,0xff,0xc0,0xff,0x80,0xfe,0x80,0xfe,0x40,0xfc,0x00,0xf8, + 0x00,0xe0,0x00,0xc0,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x1f,0x00,0x0f,0x00,0x07,0x00,0x03,0x00,0x01,0x00,0x01,0x00,0x00,0x00,0x00, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x7f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x00,0x00,0x28,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x1a,0x00,0x02,0x00,0x09, + 0x00,0x04,0x00,0x02,0x00,0x02,0x00,0x00,0x04,0x18,0x09,0x80,0x14,0x00,0x6d,0x80, + 0x1c,0x60,0x6b,0x00,0xdc,0x00,0x1d,0x00,0xea,0x00,0x11,0x00,0xbd,0x00,0x9d,0x00, + 0x80,0x00,0x00,0x00,0x00,0x00,0xa0,0x00,0x04,0x00,0x8a,0x00,0x1e,0x00,0x9c,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x10,0x00,0x50,0x00,0xbc,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x05,0x00,0x1d,0x00,0x0d,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x40,0x00, + 0x08,0x11,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xbf,0x20,0x5f,0x18,0x67,0xe0,0x03,0x10,0xc3,0x40,0x11,0x10,0x08,0x22,0x59, + 0x93,0xff,0x27,0xff,0x03,0xff,0x00,0xc0,0x0b,0xab,0x2d,0xad,0x23,0xd7,0x53,0xaf, + 0xff,0xff,0xfc,0xff,0xcf,0xff,0xbf,0xff,0x9f,0x9f,0x07,0x27,0x59,0x59,0x8c,0xef, + 0x00,0xff,0xb8,0xff,0xd0,0xff,0xa1,0xff,0x41,0xff,0xc4,0xff,0xe0,0xff,0x80,0xff, + 0x00,0xf8,0x00,0xf0,0x00,0xf0,0x40,0xf0,0x80,0xe0,0x00,0xe4,0x00,0xf8,0x00,0xf3, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0xa0,0x00,0x80,0x00,0x40, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x7f,0x00,0x3f,0x00,0x3f,0x00,0x3f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f, + 0x58,0x00,0x5d,0x00,0x79,0x00,0x73,0x00,0x7f,0x00,0x7d,0x00,0x69,0x04,0x59,0x04, + 0x40,0x05,0xa1,0x14,0xfb,0x04,0xff,0x00,0xf7,0x00,0x44,0xb0,0x82,0x71,0x00,0xec, + 0xfe,0x00,0xfe,0x00,0x80,0x00,0xfb,0x00,0x07,0x00,0xc7,0x00,0x2f,0x00,0x06,0x41, + 0xdf,0x00,0x2f,0x00,0x1f,0x00,0x67,0x00,0x6f,0x00,0xff,0x00,0x1d,0x00,0x0f,0x00, + 0xcd,0x00,0xb3,0x00,0xd0,0x00,0xe9,0x00,0xf0,0x00,0xe9,0x00,0xf7,0x00,0xc6,0x00, + 0xf8,0x00,0x8e,0x00,0xfe,0x00,0xfc,0x00,0xf8,0x00,0x20,0x00,0x88,0x00,0x9f,0x00, + 0x07,0x00,0x02,0x00,0x07,0x00,0x0b,0x00,0x07,0x00,0x81,0x00,0xc2,0x00,0x91,0x00, + 0x40,0x00,0xd0,0x00,0xf0,0x00,0xb6,0x00,0xef,0x00,0xff,0x00,0x9f,0x00,0x6f,0x00, + 0x00,0x00,0x00,0x00,0xa0,0x00,0x50,0x00,0xf0,0x00,0xf0,0x00,0xed,0x00,0xff,0x00, + 0x5c,0x03,0xb0,0x0c,0x06,0x01,0x96,0x00,0x79,0x02,0x46,0x00,0xf7,0x00,0x5f,0x00, + 0x04,0x7f,0xe6,0x1f,0x03,0xff,0x00,0x3f,0x01,0xfe,0x90,0x6f,0xf3,0x0c,0x28,0x13, + 0xbe,0xff,0xf9,0xff,0x61,0xff,0xea,0x7f,0x04,0xff,0x03,0xfc,0xa2,0x5d,0xdc,0x23, + 0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x18,0xe7,0x80,0x7f,0xb0,0x4f,0x4c,0xb3, + 0x80,0xc4,0x00,0xe7,0x00,0xc0,0x00,0xc8,0x00,0xde,0x00,0xf0,0x00,0xed,0x00,0xed, + 0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0x80,0x00,0x40, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x0f,0x00,0x0f,0x00,0x0f,0x00,0x0f,0x00,0x0f,0x00,0x0f,0x00,0x0f,0x00,0x0f, + 0x54,0x29,0x10,0x2d,0x00,0x3d,0x00,0x7d,0x00,0x7d,0x00,0x00,0x7f,0x40,0xfe,0x80, + 0x00,0x5c,0x00,0x6f,0x00,0xaf,0x00,0x3f,0x00,0x3e,0x00,0x00,0x1f,0x00,0x7f,0x00, + 0x00,0xc8,0x00,0xca,0x00,0x3a,0x00,0x39,0x00,0x98,0x00,0x33,0x1e,0x00,0x1c,0x00, + 0x17,0x00,0x09,0x1e,0x10,0xde,0x08,0x1e,0x00,0x12,0x00,0xd0,0x00,0x64,0x20,0x6a, + 0xfc,0x00,0x9d,0x00,0x00,0x00,0x00,0x10,0x00,0x30,0x00,0x08,0x00,0x1a,0x00,0x34, + 0x3f,0x00,0x3f,0x00,0x1e,0x00,0x1f,0x00,0x3f,0x00,0x3f,0x00,0x1f,0x00,0x1f,0x00, + 0x26,0x00,0x66,0x00,0xc1,0x00,0xb4,0x00,0xf3,0x00,0xc5,0x00,0x95,0x00,0xac,0x00, + 0xff,0x00,0x54,0x00,0xcb,0x00,0x35,0x00,0xf0,0x00,0xfe,0x00,0xff,0x00,0x7f,0x00, + 0xff,0x00,0x7f,0x00,0x9f,0x00,0xff,0x00,0xff,0x00,0x7f,0x00,0x81,0x00,0x8c,0x00, + 0x4e,0x00,0x4c,0x00,0xfd,0x00,0xe0,0x00,0xca,0x00,0xdc,0x00,0xfe,0x01,0xff,0x00, + 0xe4,0x03,0x15,0x0a,0xd3,0x00,0xee,0x00,0x88,0x67,0x45,0xb2,0x21,0xde,0x00,0xff, + 0x02,0xfd,0x80,0x7f,0x40,0xbf,0x10,0x6f,0x60,0x9f,0x80,0x7f,0xa0,0x5f,0x10,0xef, + 0x10,0xef,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0xe9,0x00,0xfa,0x00,0xf3,0x00,0xff,0x00,0xff,0x14,0xff,0x0b,0xff,0x09,0xff, + 0x00,0x78,0x00,0xbc,0x40,0xe3,0x2e,0xff,0xde,0xff,0x3e,0xfe,0x7d,0xfd,0xfd,0xfd, + 0x00,0x00,0x18,0x58,0x9c,0xfc,0xa8,0xe8,0xc0,0xe0,0x72,0xf2,0xff,0xff,0xfb,0xfb, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x50,0x50, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x3f,0x00,0x3f,0x02,0x3f,0x00,0x7f,0x02,0x7f, + 0xc0,0xfc,0xa1,0x00,0x02,0x02,0x3f,0x38,0x3a,0x38,0x00,0xf7,0x00,0xff,0x08,0xc1, + 0xf0,0x7e,0xe0,0x80,0x01,0x01,0x8e,0x0c,0x2c,0x0c,0x00,0xf7,0x08,0x52,0x1a,0xa1, + 0x78,0x3c,0xe0,0x40,0x03,0x03,0x03,0x0b,0x07,0x1e,0x3f,0xf3,0x2f,0x83,0x0f,0x00, + 0xa0,0x7e,0x00,0x3e,0x88,0x9e,0xd4,0xde,0x1c,0x9e,0xc8,0x4e,0xe6,0x6e,0xf0,0x36, + 0x00,0x31,0x00,0x77,0x00,0x60,0x01,0x54,0x05,0x79,0x0f,0x7a,0x1f,0x66,0x6f,0x27, + 0x1f,0x00,0x0f,0x00,0x97,0x00,0xa5,0x00,0x99,0x01,0xaa,0x22,0xef,0xe7,0xf7,0x67, + 0x6d,0x00,0xdc,0x00,0xf1,0x00,0xe5,0x00,0x89,0x40,0xfa,0x00,0x16,0x20,0x97,0x08, + 0x87,0x00,0xb3,0x00,0x5f,0x00,0x3f,0x00,0x7f,0x00,0x07,0x40,0x83,0x60,0x6b,0x90, + 0xb1,0x00,0xd8,0x00,0xe9,0x06,0xf7,0x00,0xd9,0x26,0xe5,0x1a,0xf2,0x4d,0xf9,0x3f, + 0x7e,0x01,0xff,0x00,0xef,0x10,0x17,0xe8,0xef,0x10,0xf7,0x3c,0xec,0x7f,0xdb,0xff, + 0x68,0x97,0xd0,0x6f,0x8c,0x73,0xb0,0x4f,0xf8,0x07,0xd8,0x67,0x08,0xf7,0xca,0xf5, + 0x00,0xff,0x00,0xff,0x04,0xfb,0x48,0xb7,0x96,0x69,0x80,0x7f,0xc0,0x3f,0x00,0xff, + 0x00,0xff,0x00,0xff,0x04,0xff,0x01,0xff,0x0e,0xff,0x1b,0xff,0x5b,0xff,0xa7,0xff, + 0x27,0xff,0xcd,0xff,0xfe,0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf7,0xff,0xcf,0xff,0xc7,0xff,0xc7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xfd,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xf7,0xf7,0xf7,0xf7,0xff,0xff,0xff,0xff, + 0x20,0x20,0xd0,0xd0,0xa0,0xa0,0x80,0x80,0x5c,0x5c,0xc8,0xc8,0xf4,0xf4,0xc0,0xc0, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x01,0x00,0x03,0x00,0x0f,0x00,0x0f,0x00,0x1f, + 0x05,0xff,0x00,0xff,0x01,0xff,0x23,0xff,0x1f,0xff,0x03,0xff,0x07,0xff,0x04,0xff, + 0x46,0x11,0x00,0x01,0x2a,0x80,0x14,0x28,0x01,0xd2,0x00,0xbf,0x00,0xe6,0x01,0xce, + 0x74,0x80,0x11,0x40,0x4a,0x80,0x01,0x80,0x81,0x0e,0x80,0x06,0x00,0x0e,0x02,0x1c, + 0x92,0x00,0xa0,0x00,0x21,0x00,0x04,0x00,0x04,0x00,0x05,0x00,0x06,0x00,0x0e,0x00, + 0x84,0x06,0x62,0x02,0x40,0x00,0x10,0x00,0x20,0x00,0x00,0x00,0x00,0x00,0x0c,0x00, + 0x6f,0x6d,0x6f,0x6d,0x6f,0x6f,0x6f,0x6f,0x6f,0x6f,0x2e,0x2e,0x0f,0x0f,0x0f,0x0f, + 0xd1,0x41,0xc9,0xc9,0xe8,0xc8,0xe3,0xc3,0x86,0x86,0xcc,0x8c,0xd9,0x99,0x75,0x35, + 0xa3,0x04,0x87,0x00,0x97,0x04,0x33,0x12,0x3b,0x3b,0xb9,0x39,0xb9,0x39,0xbd,0x3d, + 0x69,0x96,0x69,0xd6,0xe7,0x54,0xf7,0x84,0xff,0x0f,0xef,0xcf,0xef,0xcf,0xef,0xcf, + 0xf7,0xa9,0xfb,0x46,0xfb,0x5d,0xff,0xe2,0xff,0xff,0xfd,0xff,0xfb,0xff,0xef,0xf7, + 0xd7,0xff,0xbf,0x7f,0x3a,0xff,0xf2,0x3e,0xee,0xfe,0xfc,0xfd,0xfc,0xff,0xfe,0xff, + 0xf6,0xf9,0xf3,0xfc,0x38,0xff,0xd0,0xff,0xf0,0xff,0x50,0xff,0x38,0xff,0xf0,0xfd, + 0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff, + 0x25,0xff,0x03,0xff,0x00,0xff,0x01,0xff,0x02,0xff,0x00,0xff,0x0d,0xff,0x1f,0xff, + 0xff,0xff,0xaf,0xff,0xdf,0xff,0x7f,0xff,0x4f,0xff,0x3f,0xff,0x1f,0xff,0xf6,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x08,0x08,0xb8,0xb8,0xfc,0xfc,0xff,0xff,0xea,0xff,0xf1,0xff,0xef,0xff,0xff,0xff, + 0x08,0x08,0x97,0x97,0x7e,0x7f,0x20,0xff,0x80,0xff,0x00,0xff,0xc0,0xff,0x40,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff, + 0x00,0xff,0x03,0xff,0x03,0xff,0x05,0xff,0x06,0xff,0x01,0xff,0x01,0xff,0x00,0xff, + 0x20,0xcc,0x12,0x48,0x00,0x90,0x08,0x80,0x20,0x00,0x00,0x00,0xc0,0x00,0x01,0x01, + 0x00,0x1c,0x00,0x14,0x00,0x28,0x00,0x30,0x60,0x40,0x00,0x40,0x50,0x00,0x00,0x80, + 0x08,0x00,0x08,0x00,0x03,0x00,0x03,0x00,0x06,0x00,0x06,0x00,0x04,0x00,0x04,0x00, + 0x85,0x00,0x85,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x03,0x03,0xc1,0x01,0xc0,0x00,0xa0,0x00,0x90,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xe3,0x23,0x8f,0x0f,0x3f,0x3f,0x3f,0x3f,0x7f,0x7f,0x3f,0x3f,0x1f,0x1f,0x0f,0x0f, + 0xbd,0x3d,0xbe,0x3e,0xbe,0x3e,0xbe,0x3e,0xfe,0x7e,0xff,0xff,0xff,0xff,0xff,0xff, + 0xef,0xcf,0xef,0xcf,0x9f,0x9f,0x1f,0x1f,0x1f,0x1f,0xdf,0x1f,0x1f,0x1f,0xdf,0x9f, + 0xef,0xf7,0xff,0xff,0xff,0xff,0xff,0xff,0xdf,0xff,0xdf,0xff,0xff,0xef,0xff,0xef, + 0xfe,0xff,0xff,0xff,0xff,0xff,0xfd,0xfd,0xf5,0xf5,0xf2,0xf2,0xf9,0xf9,0xff,0xff, + 0xe3,0xff,0xe4,0xff,0xcf,0xf7,0xff,0xef,0xbf,0xff,0x7f,0xff,0xbf,0xbf,0xff,0xff, + 0x80,0xff,0x60,0xff,0xf4,0xff,0xe3,0xff,0xf7,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x33,0xff,0x0f,0xff,0x32,0xff,0x16,0xff,0x5f,0xff,0xdf,0xff,0xff,0xff,0xff,0xff, + 0xf5,0xff,0xfa,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0xff,0xe8,0xff,0xef,0xff,0xff,0xdf,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0xff,0x2a,0xff,0xce,0xf5,0xff,0xfe,0xff,0xfe,0xff,0x3e,0xff,0xd6,0xff,0xba, + 0x00,0xff,0x00,0xff,0x38,0xc7,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xc0, + 0xd4,0x54,0xe3,0xa3,0xf8,0xf9,0xf6,0xf2,0xfd,0xfd,0xfd,0xfd,0x0f,0xff,0xc7,0x3f, + 0x80,0x00,0x17,0x00,0x8f,0x00,0x6f,0x6f,0xff,0xff,0xff,0xbf,0xf0,0x8f,0xe1,0x8a, + 0x0d,0x00,0x9d,0x00,0xe9,0x40,0xe9,0xc1,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0x00, + 0x00,0x00,0x40,0x00,0x51,0x00,0xf8,0xc0,0xff,0xbe,0xff,0xff,0x00,0xff,0xff,0x00, + 0x00,0x00,0x00,0x00,0x90,0x00,0x00,0x00,0x67,0x00,0xfd,0xfc,0xff,0xff,0xff,0x00, + 0x07,0x07,0x03,0x03,0x01,0x01,0x00,0x00,0xfe,0x00,0x86,0x00,0xff,0xf7,0xaf,0x8f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff, + 0xdf,0x9f,0x7f,0x3f,0x7f,0x3f,0x7f,0x3f,0x7f,0x3f,0xbf,0x3f,0x3f,0x3f,0xbf,0x3f, + 0xbf,0xff,0xff,0xff,0xff,0xdf,0xff,0xdf,0xff,0xff,0xff,0xff,0x3f,0xff,0x3f,0xff, + 0xfe,0xff,0xff,0xfe,0xfd,0xff,0xff,0xfe,0xfd,0xff,0xff,0xff,0xf3,0xff,0xfc,0xfc, + 0xff,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x3f,0x3f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff, + 0xff,0xd6,0xff,0xfd,0xff,0xea,0xff,0xee,0xfc,0xfc,0xfc,0xfc,0xf7,0xf7,0x82,0xfb, + 0xff,0x40,0xff,0x00,0xff,0x00,0xc7,0x00,0x40,0x40,0x40,0xc0,0xc0,0xc0,0xb8,0xf8, + 0xcf,0x37,0xcb,0x37,0xca,0x37,0xca,0x37,0x8a,0x77,0x1c,0xf3,0x3c,0xf3,0x3c,0xf3, + 0xe6,0x80,0xe2,0x80,0xe8,0x88,0x6c,0x8a,0x68,0x88,0x0b,0x80,0x47,0x80,0x4f,0x80, + 0x00,0x00,0x00,0x00,0x0c,0x00,0x39,0x01,0xf3,0x03,0xe7,0x07,0xef,0x4f,0xcf,0x0f, + 0x00,0x00,0x00,0x00,0x60,0x40,0xff,0xfe,0x80,0x02,0x00,0xfd,0x00,0xf9,0x81,0xf2, + 0x00,0x00,0x00,0x00,0x08,0x06,0x09,0x36,0x03,0x7c,0x44,0xbb,0x07,0xff,0x0f,0xff, + 0xaf,0x8f,0x8f,0x8f,0xcf,0x0e,0xe7,0x16,0xb3,0x4a,0x1d,0xe0,0xf2,0xcc,0xf7,0xc8, + 0xff,0xff,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xff,0xfe,0xff,0xfe,0xfe,0x7e, + 0xbf,0x3f,0xbf,0x3f,0xbe,0x3f,0xbe,0x3f,0xbf,0x3f,0x79,0x7f,0x73,0x7d,0x73,0x7d, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0xff,0x7f,0x0a,0xff,0x0a,0xff, + 0xf0,0xe0,0xc0,0xc0,0x11,0x00,0x0b,0x00,0x7f,0x03,0x7f,0x01,0xf5,0x9a,0xf5,0xf4, + 0x5f,0x1f,0x7f,0x3f,0xfc,0x7c,0x80,0x80,0x00,0x00,0x40,0x00,0xf7,0x00,0xfe,0x01, + 0xff,0xff,0xff,0xff,0x3f,0x3f,0x77,0x7f,0x7b,0x7f,0x07,0x0f,0x03,0x0f,0xff,0x03, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xb6,0xff,0xa7,0xfe,0xa5,0xff,0xff,0xa5, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xdb,0xff,0xd9,0xff,0xd9,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdf,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x61,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdf,0xff,0x5f,0xff, + 0xff,0xff,0xfa,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x65,0xff,0x52,0xfe,0xf0,0xff,0xf8,0xff,0xf0,0xff,0xdc,0xff,0xfc,0xff,0xfd,0xff, + 0x08,0x59,0x1c,0xff,0x88,0xaf,0x00,0xff,0x47,0xb8,0x00,0xff,0x00,0xff,0xe0,0xff, + 0xfc,0x13,0x3c,0xf3,0x7d,0xf2,0xfd,0xf2,0xbd,0x72,0xbd,0x72,0xb5,0x7a,0xb5,0x7a, + 0xe0,0x00,0xbc,0x4f,0xbe,0x4f,0xbe,0x4e,0xbe,0x4e,0x3e,0xce,0x2e,0xce,0x6c,0x8c, + 0x1f,0x10,0x18,0x1f,0x3c,0x3f,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f,0xff,0xff,0x9c,0x83, + 0xe0,0x03,0x02,0xe5,0x02,0xe5,0xc0,0xcf,0xc6,0xc9,0x90,0x8f,0x80,0x9f,0x08,0x97, + 0x0f,0xff,0x6e,0xbf,0x3f,0xfe,0x77,0xfe,0x77,0xfe,0x77,0xfe,0xbb,0xfe,0xbb,0xde, + 0xdf,0xf8,0xf8,0xfe,0xff,0xfc,0xfe,0xfb,0xbe,0xfb,0xff,0xbf,0xff,0xb7,0xff,0xb7, + 0x77,0x7e,0x91,0x7e,0x9b,0x34,0x19,0xb4,0x99,0x14,0x50,0x9c,0xd4,0x1c,0x0c,0x8c, + 0x52,0x72,0x73,0x52,0x73,0x52,0x72,0x54,0x57,0x70,0xd7,0xf8,0xf4,0xff,0xf4,0xff, + 0x4a,0xca,0x4c,0x40,0x08,0x00,0x40,0x00,0xfd,0x00,0xff,0x08,0x7e,0xe1,0x7f,0xe0, + 0xf7,0xb0,0xfd,0x80,0x50,0x00,0x1f,0x00,0x1d,0x07,0xdd,0x1f,0xfc,0x70,0xe1,0x40, + 0xfd,0x00,0xf8,0x00,0x5c,0x10,0x67,0x0c,0xf5,0x4f,0xdf,0xff,0xff,0x7f,0xff,0x1f, + 0x97,0x9a,0x17,0x5a,0x17,0x1a,0x93,0x1e,0x97,0x1e,0xee,0x8f,0xfe,0xff,0xff,0xff, + 0xff,0xa7,0xff,0xa3,0xfb,0xa7,0xe7,0xbf,0xa5,0xff,0xad,0xff,0xff,0xff,0xff,0xff, + 0xfa,0x5d,0xf9,0x5e,0x51,0xff,0x55,0xff,0x55,0xff,0x45,0xff,0xff,0xff,0xff,0xff, + 0x4d,0xff,0xcf,0x7d,0xcf,0x7d,0x59,0xff,0x51,0xff,0xf1,0xff,0xff,0xff,0xff,0xff, + 0x7d,0xc3,0x97,0x69,0xff,0x29,0xff,0x29,0xfd,0x2b,0x69,0xff,0xff,0xff,0xff,0xff, + 0x37,0xdf,0xfc,0x17,0xff,0x15,0xdf,0x35,0xd5,0x3e,0x9d,0x7e,0xff,0xff,0xff,0xff, + 0xbf,0xff,0x17,0xff,0xe1,0x1f,0xeb,0x14,0x6f,0x90,0x2d,0xf2,0xff,0xff,0xff,0xff, + 0xf3,0xff,0x4b,0xff,0x83,0xff,0x9e,0x65,0x9e,0x69,0x00,0xff,0xff,0xff,0xfc,0xff, + 0xe8,0xff,0xf8,0xff,0xfc,0xff,0x90,0xff,0x05,0xfa,0x00,0xff,0xfe,0xff,0x10,0xff, + 0xb4,0x7b,0xd0,0x3f,0xd0,0x3f,0xd0,0x3f,0x58,0xb7,0x48,0xb7,0x08,0xf7,0x02,0xff, + 0x6c,0x8c,0x7d,0x8d,0x7d,0x8d,0x7d,0x8d,0x79,0x89,0x79,0x89,0xf9,0x89,0xd9,0xa9, + 0x80,0xff,0xe0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf0,0xff, + 0x11,0x9f,0x03,0x9f,0x0f,0x9f,0x2d,0x3f,0x07,0x3f,0x17,0x3f,0x37,0x3f,0x3f,0x3f, + 0xda,0xff,0xec,0xff,0xfe,0xfd,0xf7,0xfd,0x7b,0xbf,0x9f,0xef,0xec,0xf7,0xfd,0xfe, + 0xff,0xaf,0xbf,0xff,0xfe,0xde,0x7f,0xfd,0xff,0x37,0xff,0x2f,0xdf,0x7f,0x03,0x07, + 0x0c,0x8c,0x4e,0x0c,0xce,0x84,0xc0,0x80,0xc8,0x81,0x84,0x81,0x84,0x03,0xc3,0x88, + 0xfd,0xf7,0xff,0xef,0xf7,0x92,0xcf,0x08,0x97,0x00,0x0f,0x80,0xc7,0x18,0x15,0x0a, + 0xff,0x0d,0xff,0x17,0xff,0x01,0xfb,0x20,0xf8,0x00,0xf8,0x00,0xda,0x00,0x27,0x00, + 0xfe,0x80,0xff,0x38,0xff,0x2c,0xbf,0x29,0x47,0x00,0x07,0x00,0x43,0x00,0x3b,0x00, + 0x27,0x07,0x17,0x07,0x83,0x03,0xe1,0x00,0xe8,0x00,0xfc,0x80,0xfe,0x00,0x3f,0x36, + 0xff,0xff,0xff,0x02,0xff,0x61,0xff,0x10,0xff,0x00,0xff,0x01,0x7f,0x0d,0xff,0xfd, + 0xff,0xff,0xff,0xaf,0xff,0x60,0xff,0x10,0xff,0x18,0xff,0x56,0xff,0xff,0xfe,0xff, + 0xff,0xff,0xff,0xe2,0xff,0x00,0xff,0x00,0xff,0x01,0xff,0x37,0xff,0x3f,0x27,0xf5, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0xff,0xe7,0xfc,0xf3,0xec,0xdc,0x00, + 0xff,0xef,0xff,0x08,0xff,0x1b,0xff,0xff,0xea,0xf4,0xce,0x70,0x0d,0x70,0x00,0xff, + 0xff,0xff,0xff,0xdf,0xfb,0xfc,0xec,0xf8,0x91,0x60,0x40,0xbf,0x00,0xff,0x00,0xe2, + 0xff,0xff,0xdd,0xfa,0x04,0xfb,0x00,0xff,0x00,0xff,0x00,0xff,0x02,0xff,0x07,0x39, + 0x40,0xbf,0x80,0x70,0x00,0xf8,0x01,0xf7,0x1f,0xff,0xfe,0xfa,0xf6,0xf4,0xf8,0x00, + 0x03,0xff,0x1f,0x1f,0x4f,0x4f,0x70,0x70,0xec,0xc8,0xfd,0xa0,0xfd,0x40,0x3a,0x00, + 0x02,0xff,0x82,0xff,0x82,0xff,0x82,0xff,0x92,0xff,0x37,0xff,0x37,0xff,0x37,0xff, + 0xdb,0xa9,0x9b,0xe9,0x8f,0xf9,0x8f,0xf9,0x8d,0xf9,0x8f,0xfd,0x8f,0xfd,0xae,0xfd, + 0x00,0xff,0x0e,0xf1,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x3f,0x3f,0x3f,0x3f,0x7c,0x3f,0x7f,0x3f,0x77,0x3f,0xc1,0x9f,0xc1,0x9f,0xc1,0x9f, + 0xfc,0xfb,0x91,0x0f,0xf9,0xff,0xf5,0xff,0xfd,0xef,0xdd,0xff,0xb9,0xff,0xf9,0x7f, + 0x07,0xe7,0x87,0x67,0xcf,0x37,0xff,0x03,0xf9,0x06,0x97,0x07,0x87,0x07,0xef,0x07, + 0xec,0x80,0xe0,0x80,0xed,0x80,0xee,0x80,0x8d,0x00,0x8a,0x83,0xc0,0x87,0xf0,0x8f, + 0x65,0x08,0x0b,0x20,0x40,0x00,0x01,0x00,0x00,0x01,0x02,0x03,0x01,0xa2,0x08,0xf7, + 0x19,0x00,0x01,0x00,0x0b,0x00,0x87,0x00,0x03,0x80,0x09,0x6b,0x41,0xba,0x80,0x50, + 0xff,0x00,0xcd,0x02,0xc1,0x01,0xc1,0x01,0x30,0xc0,0x00,0xc0,0x00,0x00,0x00,0x00, + 0x0f,0x0e,0x07,0x00,0xc3,0x03,0xc1,0x01,0x54,0x00,0x00,0x00,0x00,0x07,0x00,0xff, + 0xfe,0xff,0xf0,0xf7,0x83,0xc0,0x01,0x00,0x01,0x00,0xc0,0xff,0x00,0xff,0x00,0xff, + 0x41,0xeb,0x00,0xf5,0x00,0x00,0x80,0x00,0x80,0x0f,0x00,0xff,0x00,0xff,0x00,0xff, + 0x97,0x84,0x90,0x83,0x00,0xff,0x00,0x78,0x00,0xfa,0x00,0xfe,0x72,0x8d,0x7e,0x81, + 0xc0,0x1f,0x00,0xcf,0x10,0xaf,0x07,0x00,0x08,0x50,0x00,0xdc,0x00,0xc0,0x20,0xc0, + 0x00,0xff,0x40,0xbe,0x70,0x80,0x40,0x00,0x80,0x00,0x00,0x2a,0x00,0x00,0x00,0x00, + 0x00,0x60,0x00,0x88,0x00,0x06,0x00,0x00,0x00,0x00,0x30,0x00,0x10,0x00,0x00,0x00, + 0x15,0x30,0x0a,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x01, + 0xbc,0x00,0x00,0x00,0x24,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0, + 0x3c,0x00,0x14,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xf1,0xff,0xff,0xff,0xff,0xff,0x9f,0xff,0x9f,0xff,0xff,0xff,0xf7,0xff, + 0x00,0x00,0xfe,0xff,0xfe,0xff,0xff,0xff,0xae,0xbf,0xae,0xbf,0xaf,0xbf,0xcf,0xdf, + 0x00,0x00,0x00,0xff,0x3f,0xff,0xff,0xff,0xfe,0x5e,0x7e,0xfe,0x3e,0xfe,0x3e,0xff, + 0x00,0x00,0x0c,0xff,0x3e,0xff,0xff,0xff,0x2d,0xc2,0xc6,0xc9,0xf4,0xeb,0x7a,0x64, + 0x00,0x00,0x07,0xff,0xfd,0xff,0xff,0xff,0xf5,0xf7,0xf5,0xf7,0x85,0x87,0x02,0x01, + 0x00,0x20,0xff,0xff,0xff,0xff,0xd1,0xff,0xff,0x07,0xff,0x07,0xff,0x07,0xff,0x07, + 0x00,0x00,0x00,0x8f,0xfc,0xff,0xfe,0xff,0xa0,0xc0,0x80,0x8f,0xb0,0xbf,0xda,0xdf, + 0x00,0x00,0x00,0xc1,0x3f,0xff,0x3f,0xff,0x7e,0x7f,0x1e,0xfe,0x1e,0xfe,0x3e,0xff, + 0x00,0x00,0x83,0xff,0xe3,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x01,0x7e, + 0x3c,0x3c,0xfc,0xfc,0xfd,0xfd,0xfc,0xfc,0xc8,0xf8,0xd8,0xf8,0xd8,0xfc,0xc4,0xfc, + 0x00,0xff,0x00,0xff,0x0f,0xf0,0xe2,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x0f,0xf0,0x1f,0xe0,0xfe,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe3,0x00,0x33,0xc1, + 0xfa,0x00,0xff,0x00,0x00,0x00,0x01,0x01,0x00,0x07,0x06,0x07,0xe1,0x05,0xff,0xfe, + 0xf9,0x02,0xf7,0x03,0x7d,0x1f,0x0f,0xff,0x11,0x1f,0x3e,0xce,0xff,0xff,0x0c,0x4c, + 0xc0,0xc0,0xe0,0xe8,0xf0,0xfd,0xf0,0xfd,0x01,0x03,0x03,0x03,0x25,0x25,0xf4,0xf4, + 0x00,0x00,0x00,0x00,0x00,0x40,0x40,0xc5,0x02,0x87,0x02,0x82,0x00,0x00,0x01,0x01, + 0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x14,0x20,0x36,0x60,0x70,0x62,0x72,0x36,0x36, + 0x00,0x00,0x00,0x02,0x00,0x42,0x00,0x4e,0x08,0x0a,0x08,0x08,0x0a,0x0a,0x58,0x5a, + 0x00,0xc8,0x00,0x0a,0x00,0x01,0x01,0xcb,0x0b,0x0b,0x02,0x02,0x0a,0x4a,0xe8,0xe8, + 0x00,0x00,0x00,0x00,0x00,0x90,0x80,0x82,0x00,0x12,0x01,0x43,0x20,0x20,0x42,0x42, + 0xff,0xff,0xe0,0xe0,0x43,0xe7,0x03,0xe7,0x03,0xe7,0x07,0x07,0x80,0x00,0x00,0x00, + 0xcf,0xef,0x00,0x00,0xf8,0xff,0xf9,0xff,0xcf,0xff,0xfe,0xff,0x0f,0x0f,0x3e,0x0e, + 0x3f,0xff,0x04,0x00,0x33,0xc0,0xff,0xf0,0xff,0xff,0xff,0xff,0x1f,0x1f,0x7c,0x7c, + 0x7b,0x60,0x03,0x01,0xef,0x0f,0xff,0x2f,0xff,0x9f,0xff,0xfc,0xdf,0xdf,0x1f,0x1f, + 0xf1,0x02,0xf3,0x02,0xf3,0xe3,0xf6,0xf3,0xff,0xe7,0xc3,0x83,0xe2,0x82,0xe0,0xa0, + 0xff,0x0f,0xcf,0x0f,0x1f,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0x01,0x0f,0x00,0xff, + 0xcf,0xef,0xe7,0xef,0xff,0xff,0xff,0xff,0xff,0xff,0x9f,0xff,0xb0,0xf0,0x01,0x01, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xed,0xff,0x17,0x1f,0xde,0xfe, + 0x1f,0x60,0x3e,0x41,0xc3,0xf7,0xff,0xff,0xff,0xff,0xfe,0xfe,0xe0,0xe0,0x00,0x00, + 0xcc,0xfc,0xdc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0x00,0x00,0x00,0x00,0x00,0x00, + 0x1d,0x00,0x0e,0x33,0x1f,0xfe,0x1f,0xe0,0x1c,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x39,0xc1,0x01,0xfa,0xe7,0x18,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x8f,0x90,0x17,0x00,0xbb,0x40,0x84,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00, + 0x00,0xfe,0x93,0x00,0x1f,0x00,0x0f,0x00,0x1f,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x78,0x78,0x00,0x7b,0xe0,0x1f,0xf8,0x07,0xff,0x00,0x00,0x21,0x00,0x00,0x04,0x00, + 0x13,0x13,0x1b,0x5b,0x00,0xfe,0x00,0xff,0xf0,0x0f,0x00,0x80,0x80,0x00,0x07,0x10, + 0x87,0x87,0x03,0x03,0x00,0x9d,0x00,0xbf,0x00,0xff,0xde,0x00,0x7f,0x00,0x01,0x00, + 0xff,0xff,0xff,0xff,0x0c,0xfc,0x00,0xff,0x00,0xab,0xc1,0x20,0xf9,0x06,0xd0,0x00, + 0xf0,0xf0,0xf6,0xf6,0xef,0xff,0x7f,0xff,0x00,0xf7,0xe2,0x0d,0xce,0x40,0x0f,0x00, + 0x27,0x27,0x36,0x36,0x7f,0x7f,0x7f,0xff,0x73,0xf3,0x18,0xff,0xfe,0x00,0xc7,0x00, + 0xe4,0xc0,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x07,0x02,0x00,0x00,0x00,0x32,0x00, + 0x3e,0x3e,0x3f,0x3e,0x1e,0x1e,0x1f,0x1f,0x0e,0x8e,0x4c,0x4c,0x60,0x00,0xf9,0x80, + 0x00,0x00,0x2b,0x07,0x18,0x42,0x18,0x20,0x00,0x00,0x10,0x00,0x00,0x00,0xe8,0x68, + 0x5f,0x7f,0x1f,0x1f,0xdf,0x1f,0xe7,0x07,0x1d,0x7f,0x1f,0x1f,0x03,0x03,0x07,0x8f, + 0xf0,0xe3,0xf0,0xe0,0xf0,0xe3,0xb0,0xe3,0x80,0xe2,0xc0,0xf0,0xb0,0xf0,0xf0,0xf0, + 0x00,0xe0,0x01,0x07,0x01,0xff,0x00,0xf8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x1f,0x1f,0x58,0xf8,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xe0,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xf8,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x27,0x60,0x3c,0xfc,0xfd,0xf8,0xf7,0xf0,0xfd,0xf1,0xf3,0xf3,0xff,0xff,0x00,0xff, + 0x6c,0x00,0x72,0x03,0xe2,0x41,0xf0,0x50,0xf8,0xd8,0xfc,0xdc,0x80,0xdf,0x02,0xde, + 0x48,0x28,0x4c,0xac,0x7c,0xfc,0x7f,0xff,0x7f,0xff,0x7c,0xfc,0x60,0xe0,0x00,0x00, + 0xc7,0xef,0x17,0xff,0xfc,0xff,0xe0,0xe0,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x00, + 0xe0,0xf0,0xe0,0xf0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x07,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/binout.1.bin b/gbdk-support/png2asset/testing/ref/binout.1.bin @@ -12,311 +12,73 @@ const palette_color_t binout_palettes[4] = { }; const uint8_t binout_tiles[1088] = { - 0x3f,0x3f,0x60,0x7f, - 0xc0,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x83,0xc3, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - -0xff,0xff,0x00,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xf8,0xff, - 0xff,0xf8,0xff,0xf8, - -0xff,0xff,0x00,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - -0xff,0xff,0x00,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x0f,0xff, - 0xef,0x1f,0xef,0x1f, - -0xfc,0xfc,0x06,0xfe, - 0x03,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - -0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x82,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - -0xff,0xf8,0xff,0xf8, - 0xff,0xf8,0xff,0xf8, - 0xff,0xf8,0x7f,0xf8, - 0xbf,0x78,0x7f,0xf8, - 0xff,0xf8,0xff,0xf8, - 0xff,0xf8,0xff,0xf8, - 0xff,0xf8,0xff,0xf8, - 0xff,0xf8,0xff,0xf8, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - -0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - -0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x83,0xc7, - 0x83,0xc7,0x80,0xc3, - 0x80,0xc0,0x80,0xc0, - -0xff,0xf8,0xff,0xf8, - 0xff,0xf8,0xff,0xf8, - 0xff,0xf8,0xff,0xf8, - 0xff,0xf8,0xff,0xf8, - 0xf8,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x00,0xff, - 0x00,0x00,0x00,0x00, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x00,0xff, - 0x00,0x00,0x00,0x00, - -0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0xef,0x1f,0xef,0x1f, - 0x0f,0xff,0xff,0xff, - 0xff,0xff,0xfe,0xfe, - 0xfc,0xfc,0x00,0xf8, - 0x00,0x00,0x00,0x00, - -0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0xc1,0xc3,0xc1,0xc3, - 0x81,0xc3,0x81,0x83, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - -0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc1,0x83,0xc3, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x1e,0x1e,0x1e,0x3f, - 0x1e,0x3f,0x1e,0x3f, - 0x3f,0xff,0xff,0xff, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xe0,0xf0,0xf0, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x0e,0x0f, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x07,0x07, - 0x0f,0x0f,0x0f,0x0f, - 0x0f,0x0f,0x0f,0x0f, - -0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x81,0x83, - 0xc1,0xc3,0xc1,0xe3, - 0xc1,0xe3,0xc1,0xc3, - -0x83,0xc3,0x83,0xc3, - 0x83,0xc3,0x80,0xc3, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - -0xff,0xff,0xff,0xff, - 0xff,0xff,0x3f,0xff, - 0x1e,0x3f,0x1e,0x3f, - 0x1e,0x3f,0x1e,0x3f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0xf0,0xf0,0xf0,0xf0, - 0xf0,0xf0,0x00,0xf0, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x01, - 0x07,0x0f,0x1c,0x1e, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x80,0x81, - 0x03,0x87,0x0e,0x1e, - -0x1f,0x1f,0x3f,0x3f, - 0x3f,0x3f,0x1f,0x3f, - 0x1f,0x1f,0x04,0x0e, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0xc0, - 0x80,0x80,0x00,0x00, - -0x07,0x87,0x80,0x83, - 0x80,0x80,0x80,0x80, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x01, - 0x00,0x04,0x04,0x04, - -0x81,0xc3,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x03, - 0x01,0x03,0x01,0x83, - 0x81,0x83,0x41,0x43, - -0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0x80,0xc0, - 0x80,0xc0,0xc0,0xc0, - 0x60,0x7f,0x3f,0x3f, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0xff,0xff, - -0x00,0x10,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0xff,0xff, - -0x00,0x00,0x01,0x01, - 0x00,0x01,0x00,0x08, - 0x04,0x04,0x20,0x26, - 0x02,0x32,0x10,0x11, - 0x01,0x19,0x08,0x08, - 0x04,0x04,0x04,0x04, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0xff,0xff, - -0x20,0x22,0x02,0x32, - 0x11,0x91,0x81,0x89, - 0x08,0x48,0x44,0x44, - 0x24,0x24,0x22,0x22, - 0x10,0x10,0x80,0x80, - 0x80,0x80,0x00,0x00, - 0x00,0x00,0x00,0x01, - 0x07,0xff,0xfc,0xfc, - -0x41,0x43,0x21,0x23, - 0x01,0x23,0x11,0x13, - 0x81,0x93,0x03,0x83, - 0x02,0x02,0x02,0x06, - 0x06,0x06,0x0c,0x0c, - 0x0c,0x1c,0x18,0x38, - 0x70,0x70,0xe0,0xe0, - 0x80,0x80,0x00,0x00 - -}; + 0x3f,0x3f,0x60,0x7f,0xc0,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0, + 0x80,0xc0,0x83,0xc3,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7, + 0xff,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf8,0xff,0xff,0xf8,0xff,0xf8, + 0xff,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0x00,0xff,0x00, + 0xff,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x0f,0xff,0xef,0x1f,0xef,0x1f, + 0xfc,0xfc,0x06,0xfe,0x03,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03, + 0x01,0x03,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3, + 0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x82,0xc7,0x83,0xc7, + 0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7, + 0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0x7f,0xf8,0xbf,0x78,0x7f,0xf8, + 0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f, + 0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f, + 0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3, + 0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3, + 0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7, + 0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x83,0xc7,0x80,0xc3,0x80,0xc0,0x80,0xc0, + 0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xf8, + 0xf8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0x00,0x00,0x00,0x00, + 0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f,0xef,0x1f, + 0x0f,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfc,0xfc,0x00,0xf8,0x00,0x00,0x00,0x00, + 0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3,0xc1,0xc3, + 0x81,0xc3,0x81,0x83,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03, + 0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0, + 0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc1,0x83,0xc3, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x1e,0x1e,0x1e,0x3f,0x1e,0x3f,0x1e,0x3f,0x3f,0xff,0xff,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xf0,0xf0, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, + 0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03, + 0x01,0x03,0x01,0x03,0x01,0x03,0x81,0x83,0xc1,0xc3,0xc1,0xe3,0xc1,0xe3,0xc1,0xc3, + 0x83,0xc3,0x83,0xc3,0x83,0xc3,0x80,0xc3,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0, + 0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0, + 0xff,0xff,0xff,0xff,0xff,0xff,0x3f,0xff,0x1e,0x3f,0x1e,0x3f,0x1e,0x3f,0x1e,0x3f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf0,0xf0,0xf0,0xf0,0xf0,0xf0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x07,0x0f,0x1c,0x1e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x81,0x03,0x87,0x0e,0x1e, + 0x1f,0x1f,0x3f,0x3f,0x3f,0x3f,0x1f,0x3f,0x1f,0x1f,0x04,0x0e,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xc0,0x80,0x80,0x00,0x00, + 0x07,0x87,0x80,0x83,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x04,0x04,0x04, + 0x81,0xc3,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03, + 0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x83,0x81,0x83,0x41,0x43, + 0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0, + 0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0x80,0xc0,0xc0,0xc0,0x60,0x7f,0x3f,0x3f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff, + 0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff, + 0x00,0x00,0x01,0x01,0x00,0x01,0x00,0x08,0x04,0x04,0x20,0x26,0x02,0x32,0x10,0x11, + 0x01,0x19,0x08,0x08,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff, + 0x20,0x22,0x02,0x32,0x11,0x91,0x81,0x89,0x08,0x48,0x44,0x44,0x24,0x24,0x22,0x22, + 0x10,0x10,0x80,0x80,0x80,0x80,0x00,0x00,0x00,0x00,0x00,0x01,0x07,0xff,0xfc,0xfc, + 0x41,0x43,0x21,0x23,0x01,0x23,0x11,0x13,0x81,0x93,0x03,0x83,0x02,0x02,0x02,0x06, + 0x06,0x06,0x0c,0x0c,0x0c,0x1c,0x18,0x38,0x70,0x70,0xe0,0xe0,0x80,0x80,0x00,0x00 + }; diff --git a/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_1.c b/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_1.c @@ -18,166 +18,46 @@ const palette_color_t color_indexed_nums_map_1_palettes[16] = { }; const uint8_t color_indexed_nums_map_1_tiles[640] = { - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x24, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x30,0xff, - 0x10,0xff,0x10,0xff, - 0x10,0xff,0x10,0xff, - 0x38,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x04,0xff,0x08, - 0xff,0x10,0xff,0x20, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x18,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x24, - 0xff,0x24,0xff,0x3c, - 0xff,0x04,0xff,0x04, - 0xff,0x04,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x20,0xff,0x3c,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x20,0xff,0x38, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x08,0xff, - 0x08,0xff,0x10,0xff, - 0x20,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x18, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x24,0xff,0x24,0xff, - 0x1c,0xff,0x04,0xff, - 0x04,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x69,0xff,0x29, - 0xff,0x66,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x62,0xff,0x21,0xff, - 0x61,0xff,0x21,0xff, - 0x61,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x62,0xff,0x24, - 0xff,0x6f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x66,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x65,0xff,0x25, - 0xff,0x65,0xff,0x27, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x28,0xff, - 0x6e,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6e,0xff,0x28, - 0xff,0x6e,0xff,0x2a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x64,0xff,0x24,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x37,0xff,0x15,0xff, - 0x37,0xff,0x11,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x30,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x38,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x18,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x04,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x20,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x20,0xff,0x38,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x18,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x1c,0xff,0x04,0xff,0x04,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x69,0xff,0x29,0xff,0x66,0xff,0x00, + 0x00,0xff,0x00,0xff,0x62,0xff,0x21,0xff,0x61,0xff,0x21,0xff,0x61,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x62,0xff,0x24,0xff,0x6f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x66,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x65,0xff,0x25,0xff,0x65,0xff,0x27,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x2a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x64,0xff,0x24,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x37,0xff,0x15,0xff,0x37,0xff,0x11,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_2.c b/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_2.c @@ -8,126 +8,36 @@ BANKREF(color_indexed_nums_map_2) const uint8_t color_indexed_nums_map_2_tiles[480] = { - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x69,0xff,0x29, - 0xff,0x66,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x62,0xff,0x21,0xff, - 0x61,0xff,0x21,0xff, - 0x61,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x62,0xff,0x24, - 0xff,0x6f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x66,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x65,0xff,0x25, - 0xff,0x65,0xff,0x27, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x28,0xff, - 0x6e,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6e,0xff,0x28, - 0xff,0x6e,0xff,0x2a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x64,0xff,0x24,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x37,0xff,0x15,0xff, - 0x37,0xff,0x11,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x69,0xff,0x29,0xff,0x66,0xff,0x00, + 0x00,0xff,0x00,0xff,0x62,0xff,0x21,0xff,0x61,0xff,0x21,0xff,0x61,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x62,0xff,0x24,0xff,0x6f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x66,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x65,0xff,0x25,0xff,0x65,0xff,0x27,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x2a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x64,0xff,0x24,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x37,0xff,0x15,0xff,0x37,0xff,0x11,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_3.c b/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_3.c @@ -18,126 +18,36 @@ const palette_color_t color_indexed_nums_map_3_palettes[16] = { }; const uint8_t color_indexed_nums_map_3_tiles[480] = { - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x24, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x30,0xff, - 0x10,0xff,0x10,0xff, - 0x10,0xff,0x10,0xff, - 0x38,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x04,0xff,0x08, - 0xff,0x10,0xff,0x20, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x18,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x24, - 0xff,0x24,0xff,0x3c, - 0xff,0x04,0xff,0x04, - 0xff,0x04,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x20,0xff,0x3c,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x20,0xff,0x38, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x08,0xff, - 0x08,0xff,0x10,0xff, - 0x20,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x18, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x24,0xff,0x24,0xff, - 0x1c,0xff,0x04,0xff, - 0x04,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x30,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x38,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x18,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x04,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x20,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x20,0xff,0x38,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x18,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x1c,0xff,0x04,0xff,0x04,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_4.c b/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_4.c @@ -8,86 +8,26 @@ BANKREF(color_indexed_nums_map_4) const uint8_t color_indexed_nums_map_4_tiles[320] = { - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_5.c b/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_5.c @@ -18,166 +18,46 @@ const palette_color_t color_indexed_nums_map_5_palettes[16] = { }; const uint8_t color_indexed_nums_map_5_tiles[640] = { - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x24, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x30,0xff, - 0x10,0xff,0x10,0xff, - 0x10,0xff,0x10,0xff, - 0x38,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x04,0xff,0x08, - 0xff,0x10,0xff,0x20, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x18,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x24, - 0xff,0x24,0xff,0x3c, - 0xff,0x04,0xff,0x04, - 0xff,0x04,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x20,0xff,0x3c,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x20,0xff,0x38, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x08,0xff, - 0x08,0xff,0x10,0xff, - 0x20,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x18, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x24,0xff,0x24,0xff, - 0x1c,0xff,0x04,0xff, - 0x04,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x69,0xff,0x29, - 0xff,0x66,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x62,0xff,0x21,0xff, - 0x61,0xff,0x21,0xff, - 0x61,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x62,0xff,0x24, - 0xff,0x6f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x66,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x65,0xff,0x25, - 0xff,0x65,0xff,0x27, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x28,0xff, - 0x6e,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6e,0xff,0x28, - 0xff,0x6e,0xff,0x2a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x64,0xff,0x24,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x37,0xff,0x15,0xff, - 0x37,0xff,0x11,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x30,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x38,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x18,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x04,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x20,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x20,0xff,0x38,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x18,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x1c,0xff,0x04,0xff,0x04,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x69,0xff,0x29,0xff,0x66,0xff,0x00, + 0x00,0xff,0x00,0xff,0x62,0xff,0x21,0xff,0x61,0xff,0x21,0xff,0x61,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x62,0xff,0x24,0xff,0x6f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x66,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x65,0xff,0x25,0xff,0x65,0xff,0x27,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x2a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x64,0xff,0x24,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x37,0xff,0x15,0xff,0x37,0xff,0x11,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_6.c b/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_6.c @@ -8,126 +8,36 @@ BANKREF(color_indexed_nums_map_6) const uint8_t color_indexed_nums_map_6_tiles[480] = { - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x69,0xff,0x29, - 0xff,0x66,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x62,0xff,0x21,0xff, - 0x61,0xff,0x21,0xff, - 0x61,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x62,0xff,0x24, - 0xff,0x6f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x66,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x65,0xff,0x25, - 0xff,0x65,0xff,0x27, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x28,0xff, - 0x6e,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6e,0xff,0x28, - 0xff,0x6e,0xff,0x2a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x64,0xff,0x24,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x37,0xff,0x15,0xff, - 0x37,0xff,0x11,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x69,0xff,0x29,0xff,0x66,0xff,0x00, + 0x00,0xff,0x00,0xff,0x62,0xff,0x21,0xff,0x61,0xff,0x21,0xff,0x61,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x62,0xff,0x24,0xff,0x6f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x66,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x65,0xff,0x25,0xff,0x65,0xff,0x27,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x2a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x64,0xff,0x24,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x37,0xff,0x15,0xff,0x37,0xff,0x11,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_7.c b/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_7.c @@ -18,166 +18,46 @@ const palette_color_t color_indexed_nums_map_7_palettes[16] = { }; const uint8_t color_indexed_nums_map_7_tiles[640] = { - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x24, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x30,0xff, - 0x10,0xff,0x10,0xff, - 0x10,0xff,0x10,0xff, - 0x38,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x04,0xff,0x08, - 0xff,0x10,0xff,0x20, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x18,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x24, - 0xff,0x24,0xff,0x3c, - 0xff,0x04,0xff,0x04, - 0xff,0x04,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x20,0xff,0x3c,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x20,0xff,0x38, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x08,0xff, - 0x08,0xff,0x10,0xff, - 0x20,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x18, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x24,0xff,0x24,0xff, - 0x1c,0xff,0x04,0xff, - 0x04,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x24, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x30,0xff, - 0x10,0xff,0x10,0xff, - 0x10,0xff,0x10,0xff, - 0x38,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x04,0xff,0x08, - 0xff,0x10,0xff,0x20, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x18,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x24, - 0xff,0x24,0xff,0x3c, - 0xff,0x04,0xff,0x04, - 0xff,0x04,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x20,0xff,0x3c,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x20,0xff,0x38, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x08,0xff, - 0x08,0xff,0x10,0xff, - 0x20,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x18, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x24,0xff,0x24,0xff, - 0x1c,0xff,0x04,0xff, - 0x04,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x30,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x38,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x18,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x04,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x20,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x20,0xff,0x38,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x18,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x1c,0xff,0x04,0xff,0x04,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x30,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x38,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x18,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x04,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x20,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x20,0xff,0x38,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x18,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x1c,0xff,0x04,0xff,0x04,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_8.c b/gbdk-support/png2asset/testing/ref/color_indexed_nums_map_8.c @@ -8,126 +8,36 @@ BANKREF(color_indexed_nums_map_8) const uint8_t color_indexed_nums_map_8_tiles[480] = { - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x69,0xff,0x29, - 0xff,0x66,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x62,0xff,0x21,0xff, - 0x61,0xff,0x21,0xff, - 0x61,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x62,0xff,0x24, - 0xff,0x6f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x66,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x65,0xff,0x25, - 0xff,0x65,0xff,0x27, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x28,0xff, - 0x6e,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6e,0xff,0x28, - 0xff,0x6e,0xff,0x2a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x64,0xff,0x24,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x37,0xff,0x15,0xff, - 0x37,0xff,0x11,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x69,0xff,0x29,0xff,0x66,0xff,0x00, + 0x00,0xff,0x00,0xff,0x62,0xff,0x21,0xff,0x61,0xff,0x21,0xff,0x61,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x62,0xff,0x24,0xff,0x6f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x66,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x65,0xff,0x25,0xff,0x65,0xff,0x27,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x2a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x64,0xff,0x24,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x37,0xff,0x15,0xff,0x37,0xff,0x11,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/color_nums_map_1.c b/gbdk-support/png2asset/testing/ref/color_nums_map_1.c @@ -18,166 +18,46 @@ const palette_color_t color_nums_map_1_palettes[16] = { }; const uint8_t color_nums_map_1_tiles[640] = { - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x24, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xcf,0x30, - 0xef,0x10,0xef,0x10, - 0xef,0x10,0xef,0x10, - 0xc7,0x38,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x04,0x00,0x08, - 0x00,0x10,0x00,0x20, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xe7,0x18, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x24, - 0x00,0x24,0x00,0x3c, - 0x00,0x04,0x00,0x04, - 0x00,0x04,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdf,0x20,0xc3,0x3c, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x20,0x00,0x38, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xf7,0x08, - 0xf7,0x08,0xef,0x10, - 0xdf,0x20,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x18, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdb,0x24,0xdb,0x24, - 0xe3,0x1c,0xfb,0x04, - 0xfb,0x04,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x69,0x00,0x29, - 0x00,0x66,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x9d,0x62,0xde,0x21, - 0x9e,0x61,0xde,0x21, - 0x9e,0x61,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x62,0x00,0x24, - 0x00,0x6f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x99,0x66,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x65,0x00,0x25, - 0x00,0x65,0x00,0x27, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xd7,0x28, - 0x91,0x6e,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6e,0x00,0x28, - 0x00,0x6e,0x00,0x2a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x9b,0x64,0xdb,0x24, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xc8,0x37,0xea,0x15, - 0xc8,0x37,0xee,0x11, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xcf,0x30,0xef,0x10,0xef,0x10,0xef,0x10,0xef,0x10,0xc7,0x38,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xe7,0x18,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdf,0x20,0xc3,0x3c,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xf7,0x08,0xf7,0x08,0xef,0x10,0xdf,0x20,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdb,0x24,0xdb,0x24,0xe3,0x1c,0xfb,0x04,0xfb,0x04,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00, + 0xff,0x00,0xff,0x00,0x9d,0x62,0xde,0x21,0x9e,0x61,0xde,0x21,0x9e,0x61,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x99,0x66,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xd7,0x28,0x91,0x6e,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x9b,0x64,0xdb,0x24,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xc8,0x37,0xea,0x15,0xc8,0x37,0xee,0x11,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/color_nums_map_2.c b/gbdk-support/png2asset/testing/ref/color_nums_map_2.c @@ -12,126 +12,36 @@ const palette_color_t color_nums_map_2_palettes[4] = { }; const uint8_t color_nums_map_2_tiles[480] = { - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x69,0x00,0x29, - 0x00,0x66,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x9d,0x62,0xde,0x21, - 0x9e,0x61,0xde,0x21, - 0x9e,0x61,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x62,0x00,0x24, - 0x00,0x6f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x99,0x66,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x65,0x00,0x25, - 0x00,0x65,0x00,0x27, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xd7,0x28, - 0x91,0x6e,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6e,0x00,0x28, - 0x00,0x6e,0x00,0x2a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x9b,0x64,0xdb,0x24, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xc8,0x37,0xea,0x15, - 0xc8,0x37,0xee,0x11, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00, + 0xff,0x00,0xff,0x00,0x9d,0x62,0xde,0x21,0x9e,0x61,0xde,0x21,0x9e,0x61,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x99,0x66,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xd7,0x28,0x91,0x6e,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x9b,0x64,0xdb,0x24,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xc8,0x37,0xea,0x15,0xc8,0x37,0xee,0x11,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/color_nums_map_3.c b/gbdk-support/png2asset/testing/ref/color_nums_map_3.c @@ -18,126 +18,36 @@ const palette_color_t color_nums_map_3_palettes[16] = { }; const uint8_t color_nums_map_3_tiles[480] = { - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x24, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xcf,0x30, - 0xef,0x10,0xef,0x10, - 0xef,0x10,0xef,0x10, - 0xc7,0x38,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x04,0x00,0x08, - 0x00,0x10,0x00,0x20, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xe7,0x18, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x24, - 0x00,0x24,0x00,0x3c, - 0x00,0x04,0x00,0x04, - 0x00,0x04,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdf,0x20,0xc3,0x3c, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x20,0x00,0x38, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xf7,0x08, - 0xf7,0x08,0xef,0x10, - 0xdf,0x20,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x18, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdb,0x24,0xdb,0x24, - 0xe3,0x1c,0xfb,0x04, - 0xfb,0x04,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xcf,0x30,0xef,0x10,0xef,0x10,0xef,0x10,0xef,0x10,0xc7,0x38,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xe7,0x18,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdf,0x20,0xc3,0x3c,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xf7,0x08,0xf7,0x08,0xef,0x10,0xdf,0x20,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdb,0x24,0xdb,0x24,0xe3,0x1c,0xfb,0x04,0xfb,0x04,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/color_nums_map_4.c b/gbdk-support/png2asset/testing/ref/color_nums_map_4.c @@ -12,86 +12,26 @@ const palette_color_t color_nums_map_4_palettes[4] = { }; const uint8_t color_nums_map_4_tiles[320] = { - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/color_nums_map_5.c b/gbdk-support/png2asset/testing/ref/color_nums_map_5.c @@ -18,166 +18,46 @@ const palette_color_t color_nums_map_5_palettes[16] = { }; const uint8_t color_nums_map_5_tiles[640] = { - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x24, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xcf,0x30, - 0xef,0x10,0xef,0x10, - 0xef,0x10,0xef,0x10, - 0xc7,0x38,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x04,0x00,0x08, - 0x00,0x10,0x00,0x20, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xe7,0x18, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x24, - 0x00,0x24,0x00,0x3c, - 0x00,0x04,0x00,0x04, - 0x00,0x04,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdf,0x20,0xc3,0x3c, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x20,0x00,0x38, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xf7,0x08, - 0xf7,0x08,0xef,0x10, - 0xdf,0x20,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x18, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdb,0x24,0xdb,0x24, - 0xe3,0x1c,0xfb,0x04, - 0xfb,0x04,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x69,0x00,0x29, - 0x00,0x66,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x9d,0x62,0xde,0x21, - 0x9e,0x61,0xde,0x21, - 0x9e,0x61,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x62,0x00,0x24, - 0x00,0x6f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x99,0x66,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x65,0x00,0x25, - 0x00,0x65,0x00,0x27, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xd7,0x28, - 0x91,0x6e,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6e,0x00,0x28, - 0x00,0x6e,0x00,0x2a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x9b,0x64,0xdb,0x24, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xc8,0x37,0xea,0x15, - 0xc8,0x37,0xee,0x11, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xcf,0x30,0xef,0x10,0xef,0x10,0xef,0x10,0xef,0x10,0xc7,0x38,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xe7,0x18,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdf,0x20,0xc3,0x3c,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xf7,0x08,0xf7,0x08,0xef,0x10,0xdf,0x20,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdb,0x24,0xdb,0x24,0xe3,0x1c,0xfb,0x04,0xfb,0x04,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00, + 0xff,0x00,0xff,0x00,0x9d,0x62,0xde,0x21,0x9e,0x61,0xde,0x21,0x9e,0x61,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x99,0x66,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xd7,0x28,0x91,0x6e,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x9b,0x64,0xdb,0x24,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xc8,0x37,0xea,0x15,0xc8,0x37,0xee,0x11,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/color_nums_map_6.c b/gbdk-support/png2asset/testing/ref/color_nums_map_6.c @@ -12,126 +12,36 @@ const palette_color_t color_nums_map_6_palettes[4] = { }; const uint8_t color_nums_map_6_tiles[480] = { - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x69,0x00,0x29, - 0x00,0x66,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x9d,0x62,0xde,0x21, - 0x9e,0x61,0xde,0x21, - 0x9e,0x61,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x62,0x00,0x24, - 0x00,0x6f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x99,0x66,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x65,0x00,0x25, - 0x00,0x65,0x00,0x27, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xd7,0x28, - 0x91,0x6e,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6e,0x00,0x28, - 0x00,0x6e,0x00,0x2a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x9b,0x64,0xdb,0x24, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xc8,0x37,0xea,0x15, - 0xc8,0x37,0xee,0x11, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00, + 0xff,0x00,0xff,0x00,0x9d,0x62,0xde,0x21,0x9e,0x61,0xde,0x21,0x9e,0x61,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x99,0x66,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xd7,0x28,0x91,0x6e,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x9b,0x64,0xdb,0x24,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xc8,0x37,0xea,0x15,0xc8,0x37,0xee,0x11,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/color_nums_map_7.c b/gbdk-support/png2asset/testing/ref/color_nums_map_7.c @@ -18,166 +18,46 @@ const palette_color_t color_nums_map_7_palettes[16] = { }; const uint8_t color_nums_map_7_tiles[640] = { - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x24, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xcf,0x30, - 0xef,0x10,0xef,0x10, - 0xef,0x10,0xef,0x10, - 0xc7,0x38,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x04,0x00,0x08, - 0x00,0x10,0x00,0x20, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xe7,0x18, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x24, - 0x00,0x24,0x00,0x3c, - 0x00,0x04,0x00,0x04, - 0x00,0x04,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdf,0x20,0xc3,0x3c, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x20,0x00,0x38, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xf7,0x08, - 0xf7,0x08,0xef,0x10, - 0xdf,0x20,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x18, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdb,0x24,0xdb,0x24, - 0xe3,0x1c,0xfb,0x04, - 0xfb,0x04,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x24, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xcf,0x30, - 0xef,0x10,0xef,0x10, - 0xef,0x10,0xef,0x10, - 0xc7,0x38,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x04,0x00,0x08, - 0x00,0x10,0x00,0x20, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xe7,0x18, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x24, - 0x00,0x24,0x00,0x3c, - 0x00,0x04,0x00,0x04, - 0x00,0x04,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdf,0x20,0xc3,0x3c, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x20,0x00,0x38, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xf7,0x08, - 0xf7,0x08,0xef,0x10, - 0xdf,0x20,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x18, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdb,0x24,0xdb,0x24, - 0xe3,0x1c,0xfb,0x04, - 0xfb,0x04,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xcf,0x30,0xef,0x10,0xef,0x10,0xef,0x10,0xef,0x10,0xc7,0x38,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xe7,0x18,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdf,0x20,0xc3,0x3c,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xf7,0x08,0xf7,0x08,0xef,0x10,0xdf,0x20,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdb,0x24,0xdb,0x24,0xe3,0x1c,0xfb,0x04,0xfb,0x04,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xcf,0x30,0xef,0x10,0xef,0x10,0xef,0x10,0xef,0x10,0xc7,0x38,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xe7,0x18,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdf,0x20,0xc3,0x3c,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xf7,0x08,0xf7,0x08,0xef,0x10,0xdf,0x20,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdb,0x24,0xdb,0x24,0xe3,0x1c,0xfb,0x04,0xfb,0x04,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/color_nums_map_8.c b/gbdk-support/png2asset/testing/ref/color_nums_map_8.c @@ -14,122 +14,35 @@ const palette_color_t color_nums_map_8_palettes[8] = { }; const uint8_t color_nums_map_8_tiles[464] = { - 0xff,0x00,0xff,0x00, - 0xb3,0x4c,0xad,0x52, - 0xad,0x52,0xad,0x52, - 0xf3,0x0c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x99,0x66,0xd6,0x29, - 0xb6,0x49,0x96,0x69, - 0xf9,0x06,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x99,0x66,0xd6,0x29, - 0x96,0x69,0xd6,0x29, - 0x99,0x66,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x62,0x00,0x24, - 0x00,0x6f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x99,0x66,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x65,0x00,0x25, - 0x00,0x65,0x00,0x27, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xd7,0x28, - 0x91,0x6e,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6e,0x00,0x28, - 0x00,0x6e,0x00,0x2a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x9b,0x64,0xdb,0x24, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xc8,0x37,0xea,0x15, - 0xc8,0x37,0xee,0x11, - 0xce,0x31,0xff,0x00 + 0xff,0x00,0xff,0x00,0xb3,0x4c,0xad,0x52,0xad,0x52,0xad,0x52,0xf3,0x0c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0xff,0x00,0xff,0x00,0x99,0x66,0xd6,0x29,0xb6,0x49,0x96,0x69,0xf9,0x06,0xff,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00, + 0xff,0x00,0xff,0x00,0x99,0x66,0xd6,0x29,0x96,0x69,0xd6,0x29,0x99,0x66,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x99,0x66,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xd7,0x28,0x91,0x6e,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x9b,0x64,0xdb,0x24,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xc8,0x37,0xea,0x15,0xc8,0x37,0xee,0x11,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/gbdklogo_1.c b/gbdk-support/png2asset/testing/ref/gbdklogo_1.c @@ -12,162 +12,45 @@ const palette_color_t gbdklogo_1_palettes[4] = { }; const uint8_t gbdklogo_1_tiles[624] = { - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x50, - 0x00,0xa8,0x00,0xa9, - 0x00,0x8a,0x00,0x8b, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x08, - 0x00,0x08,0x00,0x9b, - 0x00,0xaa,0x00,0xbb, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x92, - 0x00,0x96,0x00,0x0c, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0xa4, - 0x00,0x24,0x00,0xb7, - 0x00,0xa5,0x00,0xb5, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x1f, - 0x00,0x3f,0x00,0x7f, - 0x80,0xff,0x87,0xff, - 0x80,0xfb,0x84,0xff, - 0x00,0x00,0x00,0xe1, - 0x00,0xf3,0x04,0xf7, - 0x04,0xf7,0xe4,0xe7, - 0x04,0xf7,0x04,0xf7, - 0x00,0x00,0x00,0xfe, - 0x00,0xff,0x00,0xff, - 0x78,0xff,0x00,0x8f, - 0x00,0xfe,0x00,0xfc, - 0x00,0x00,0x00,0x3f, - 0x40,0x7f,0x40,0x7f, - 0x47,0x7f,0x41,0x79, - 0x40,0x78,0x40,0x78, - 0x00,0x00,0x00,0xc1, - 0x00,0xe3,0x04,0xe7, - 0x04,0xf7,0x84,0xf7, - 0x84,0xf7,0x84,0xf7, - 0x00,0x00,0x00,0x82, - 0x00,0xc7,0x00,0xcf, - 0x00,0xde,0x00,0xfc, - 0x00,0xf8,0x00,0xf0, - 0x84,0xff,0x87,0xff, - 0x80,0xff,0x80,0xff, - 0xc0,0xff,0x60,0x7f, - 0x3f,0x3f,0x00,0x00, - 0x04,0xf7,0x84,0xf7, - 0x04,0xf7,0x04,0xf7, - 0x04,0xf7,0x06,0xe7, - 0xc3,0xc3,0x00,0x00, - 0x00,0xfe,0x70,0xff, - 0x18,0x9f,0x00,0xff, - 0x00,0xff,0x00,0xfe, - 0xfc,0xfc,0x00,0x00, - 0x40,0x78,0x40,0x78, - 0x40,0x78,0x40,0x7f, - 0x40,0x7f,0x40,0x7f, - 0x7f,0x7f,0x00,0x00, - 0x84,0xf7,0x84,0xf7, - 0x04,0xf7,0x04,0xe7, - 0x04,0xe7,0x06,0xc7, - 0x83,0x83,0x00,0x00, - 0x00,0xf8,0x00,0xfc, - 0x20,0xfe,0x30,0xff, - 0x18,0xdf,0x0c,0x8e, - 0x04,0x04,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x01,0x01,0x02,0x03, - 0x04,0x07,0x0c,0x09, - 0x14,0x1b,0x34,0x3b, - 0x0f,0x0f,0x70,0x70, - 0x83,0x83,0x07,0x07, - 0x0e,0x0e,0x0c,0x0c, - 0x0c,0x0c,0x0c,0x0c, - 0xf0,0xf0,0x0e,0x0e, - 0xc1,0xc1,0xe0,0xe0, - 0x60,0x60,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x40,0xc0, - 0x20,0xe0,0x30,0xd0, - 0x28,0xd8,0x2c,0xdc, - 0x34,0x3b,0x54,0x7b, - 0x54,0x7b,0x54,0x7b, - 0x94,0xfb,0x94,0xfb, - 0x94,0xfb,0x97,0xf8, - 0x0e,0x0e,0x07,0x07, - 0x03,0x03,0x00,0x00, - 0x00,0x00,0x00,0xff, - 0x00,0xff,0xff,0x00, - 0x60,0x60,0xe0,0xe0, - 0xc0,0xc0,0x00,0x00, - 0x00,0x00,0x00,0xff, - 0x00,0xff,0xff,0x00, - 0x2c,0xdc,0x2a,0xde, - 0x2a,0xde,0x2a,0xde, - 0x29,0xdf,0x29,0xdf, - 0x69,0x9f,0xe9,0x1f, - 0x97,0xf8,0x97,0xf8, - 0x97,0xf9,0x97,0xf9, - 0x57,0x78,0x57,0x78, - 0x57,0x78,0x37,0x38, - 0xff,0x60,0xff,0x60, - 0xff,0xf8,0xff,0xf8, - 0xff,0x60,0xff,0x60, - 0xff,0x00,0xff,0x00, - 0xff,0x03,0xff,0x03, - 0xff,0x03,0xff,0x1c, - 0xff,0x1c,0xff,0x1c, - 0xff,0x00,0xff,0x00, - 0xe9,0x9f,0xe9,0x9f, - 0xe9,0x9f,0xe9,0x1f, - 0xea,0x1e,0xea,0x1e, - 0xea,0x1e,0xec,0x1c, - 0x37,0x38,0x17,0x18, - 0x0f,0x08,0x07,0x04, - 0x03,0x02,0x01,0x01, - 0x00,0x00,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xfb,0x04, - 0xff,0x00,0xff,0x80, - 0x7f,0x70,0x0f,0x0f, - 0xff,0x00,0xff,0x00, - 0xdf,0x20,0xbe,0x41, - 0xfb,0x04,0xed,0x13, - 0xfe,0x0e,0xf0,0xf0, - 0xec,0x1c,0xe8,0x18, - 0xb0,0x50,0xe0,0x20, - 0x40,0xc0,0x80,0x80, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x1f, - 0x00,0x3f,0x00,0x7f, - 0x8f,0xff,0x80,0xe3, - 0xc0,0xcf,0x00,0x1f, - 0x00,0x00,0x00,0x81, - 0x00,0xc3,0x00,0xe7, - 0x08,0xef,0x08,0xef, - 0x08,0xef,0x08,0xcf, - 0x00,0x00,0x00,0xf8, - 0x00,0xfc,0x60,0xfe, - 0x20,0xbe,0x20,0xbe, - 0x20,0xbe,0x20,0xbe, - 0x00,0x3f,0x01,0x7f, - 0x84,0xfc,0x80,0xff, - 0x80,0xff,0xc0,0xff, - 0x7f,0x7f,0x00,0x00, - 0x08,0x8f,0x08,0x0f, - 0x08,0x0f,0x08,0xcf, - 0x0c,0xef,0x06,0xe7, - 0xc3,0xc3,0x00,0x00, - 0x20,0xbe,0x20,0xbe, - 0x20,0xbe,0x20,0xbe, - 0x00,0xfc,0x00,0xf8, - 0xf0,0xf0,0x00,0x00 + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x50,0x00,0xa8,0x00,0xa9,0x00,0x8a,0x00,0x8b,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x08,0x00,0x08,0x00,0x9b,0x00,0xaa,0x00,0xbb,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x92,0x00,0x96,0x00,0x0c,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0xa4,0x00,0x24,0x00,0xb7,0x00,0xa5,0x00,0xb5,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x1f,0x00,0x3f,0x00,0x7f,0x80,0xff,0x87,0xff,0x80,0xfb,0x84,0xff, + 0x00,0x00,0x00,0xe1,0x00,0xf3,0x04,0xf7,0x04,0xf7,0xe4,0xe7,0x04,0xf7,0x04,0xf7, + 0x00,0x00,0x00,0xfe,0x00,0xff,0x00,0xff,0x78,0xff,0x00,0x8f,0x00,0xfe,0x00,0xfc, + 0x00,0x00,0x00,0x3f,0x40,0x7f,0x40,0x7f,0x47,0x7f,0x41,0x79,0x40,0x78,0x40,0x78, + 0x00,0x00,0x00,0xc1,0x00,0xe3,0x04,0xe7,0x04,0xf7,0x84,0xf7,0x84,0xf7,0x84,0xf7, + 0x00,0x00,0x00,0x82,0x00,0xc7,0x00,0xcf,0x00,0xde,0x00,0xfc,0x00,0xf8,0x00,0xf0, + 0x84,0xff,0x87,0xff,0x80,0xff,0x80,0xff,0xc0,0xff,0x60,0x7f,0x3f,0x3f,0x00,0x00, + 0x04,0xf7,0x84,0xf7,0x04,0xf7,0x04,0xf7,0x04,0xf7,0x06,0xe7,0xc3,0xc3,0x00,0x00, + 0x00,0xfe,0x70,0xff,0x18,0x9f,0x00,0xff,0x00,0xff,0x00,0xfe,0xfc,0xfc,0x00,0x00, + 0x40,0x78,0x40,0x78,0x40,0x78,0x40,0x7f,0x40,0x7f,0x40,0x7f,0x7f,0x7f,0x00,0x00, + 0x84,0xf7,0x84,0xf7,0x04,0xf7,0x04,0xe7,0x04,0xe7,0x06,0xc7,0x83,0x83,0x00,0x00, + 0x00,0xf8,0x00,0xfc,0x20,0xfe,0x30,0xff,0x18,0xdf,0x0c,0x8e,0x04,0x04,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x04,0x07,0x0c,0x09,0x14,0x1b,0x34,0x3b, + 0x0f,0x0f,0x70,0x70,0x83,0x83,0x07,0x07,0x0e,0x0e,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, + 0xf0,0xf0,0x0e,0x0e,0xc1,0xc1,0xe0,0xe0,0x60,0x60,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x80,0x80,0x40,0xc0,0x20,0xe0,0x30,0xd0,0x28,0xd8,0x2c,0xdc, + 0x34,0x3b,0x54,0x7b,0x54,0x7b,0x54,0x7b,0x94,0xfb,0x94,0xfb,0x94,0xfb,0x97,0xf8, + 0x0e,0x0e,0x07,0x07,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0xff,0x00, + 0x60,0x60,0xe0,0xe0,0xc0,0xc0,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0xff,0x00, + 0x2c,0xdc,0x2a,0xde,0x2a,0xde,0x2a,0xde,0x29,0xdf,0x29,0xdf,0x69,0x9f,0xe9,0x1f, + 0x97,0xf8,0x97,0xf8,0x97,0xf9,0x97,0xf9,0x57,0x78,0x57,0x78,0x57,0x78,0x37,0x38, + 0xff,0x60,0xff,0x60,0xff,0xf8,0xff,0xf8,0xff,0x60,0xff,0x60,0xff,0x00,0xff,0x00, + 0xff,0x03,0xff,0x03,0xff,0x03,0xff,0x1c,0xff,0x1c,0xff,0x1c,0xff,0x00,0xff,0x00, + 0xe9,0x9f,0xe9,0x9f,0xe9,0x9f,0xe9,0x1f,0xea,0x1e,0xea,0x1e,0xea,0x1e,0xec,0x1c, + 0x37,0x38,0x17,0x18,0x0f,0x08,0x07,0x04,0x03,0x02,0x01,0x01,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xfd,0x02,0xfb,0x04,0xff,0x00,0xff,0x80,0x7f,0x70,0x0f,0x0f, + 0xff,0x00,0xff,0x00,0xdf,0x20,0xbe,0x41,0xfb,0x04,0xed,0x13,0xfe,0x0e,0xf0,0xf0, + 0xec,0x1c,0xe8,0x18,0xb0,0x50,0xe0,0x20,0x40,0xc0,0x80,0x80,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x1f,0x00,0x3f,0x00,0x7f,0x8f,0xff,0x80,0xe3,0xc0,0xcf,0x00,0x1f, + 0x00,0x00,0x00,0x81,0x00,0xc3,0x00,0xe7,0x08,0xef,0x08,0xef,0x08,0xef,0x08,0xcf, + 0x00,0x00,0x00,0xf8,0x00,0xfc,0x60,0xfe,0x20,0xbe,0x20,0xbe,0x20,0xbe,0x20,0xbe, + 0x00,0x3f,0x01,0x7f,0x84,0xfc,0x80,0xff,0x80,0xff,0xc0,0xff,0x7f,0x7f,0x00,0x00, + 0x08,0x8f,0x08,0x0f,0x08,0x0f,0x08,0xcf,0x0c,0xef,0x06,0xe7,0xc3,0xc3,0x00,0x00, + 0x20,0xbe,0x20,0xbe,0x20,0xbe,0x20,0xbe,0x00,0xfc,0x00,0xf8,0xf0,0xf0,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/gbdklogo_2.c b/gbdk-support/png2asset/testing/ref/gbdklogo_2.c @@ -18,170 +18,47 @@ const palette_color_t gbdklogo_2_palettes[16] = { }; const uint8_t gbdklogo_2_tiles[656] = { - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x50,0x00, - 0xa8,0x00,0xa9,0x00, - 0x8a,0x00,0x8b,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x08,0x00, - 0x08,0x00,0x9b,0x00, - 0xaa,0x00,0xbb,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x92,0x00, - 0x96,0x00,0x0c,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xa4,0x00, - 0x24,0x00,0xb7,0x00, - 0xa5,0x00,0xb5,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x1f,0x1f, - 0x23,0x3f,0x5f,0x7f, - 0xff,0x7f,0xff,0x78, - 0xfb,0x7b,0xfe,0x7b, - 0x00,0x00,0xe1,0xe1, - 0xf3,0xf3,0xf6,0xf3, - 0xf7,0xf3,0xe7,0x03, - 0xf7,0xf3,0x77,0xf3, - 0x00,0x00,0xfe,0xfe, - 0x3f,0xff,0xff,0xff, - 0xff,0x87,0x8f,0x8f, - 0xfa,0xfe,0xe4,0xfc, - 0x00,0x00,0x3f,0x3f, - 0x63,0x3f,0x7f,0x3f, - 0x7f,0x38,0x79,0x38, - 0x78,0x38,0x78,0x38, - 0x00,0x00,0xc1,0xc1, - 0xe2,0xe3,0xe6,0xe3, - 0xf7,0xf3,0xf7,0x73, - 0xf7,0x73,0xf7,0x73, - 0x00,0x00,0x82,0x82, - 0xc5,0xc7,0xcb,0xcf, - 0xd6,0xde,0xec,0xfc, - 0xd8,0xf8,0xf0,0xf0, - 0xff,0x7b,0xff,0x78, - 0xff,0x7f,0xfe,0x7f, - 0xff,0x3f,0x7f,0x1f, - 0x3f,0x00,0x00,0x00, - 0xf7,0xf3,0xf7,0x73, - 0xd7,0xf3,0x37,0xf3, - 0xf7,0xf3,0xe7,0xe1, - 0xc3,0x00,0x00,0x00, - 0xfe,0xfe,0xff,0x8f, - 0x9f,0x87,0xfd,0xff, - 0xf3,0xff,0xfe,0xfe, - 0xfc,0x00,0x00,0x00, - 0x78,0x38,0x78,0x38, - 0x78,0x38,0x7f,0x3f, - 0x7e,0x3f,0x7f,0x3f, - 0x7f,0x00,0x00,0x00, - 0xf7,0x73,0xf7,0x73, - 0xf6,0xf3,0xa6,0xe3, - 0x67,0xe3,0xc7,0xc1, - 0x83,0x00,0x00,0x00, - 0xf8,0xf8,0xfc,0xfc, - 0xfe,0xde,0xff,0xcf, - 0xdf,0xc7,0x8e,0x82, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x01,0x01,0x03,0x02, - 0x07,0x04,0x09,0x0a, - 0x1b,0x10,0x3b,0x30, - 0x0f,0x0f,0x7f,0x70, - 0xff,0x83,0xff,0x07, - 0xff,0x0e,0xff,0x0c, - 0xff,0x0c,0xff,0x0c, - 0xf0,0xf0,0xfe,0x0e, - 0xff,0xc1,0xff,0xe0, - 0xff,0x60,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0xc0,0x40, - 0xe0,0x20,0xd0,0x10, - 0xd8,0x08,0xdc,0x0c, - 0x3b,0x30,0x5b,0x70, - 0x5b,0x70,0x5b,0x70, - 0x9b,0xf0,0x9b,0xf0, - 0x9b,0xf0,0x98,0xf0, - 0xff,0x0e,0xff,0x07, - 0xff,0x03,0xff,0x00, - 0xff,0x00,0x00,0xff, - 0x00,0xff,0x00,0x00, - 0xff,0x60,0xff,0xe0, - 0xff,0xc0,0xff,0x00, - 0xff,0x00,0x00,0xff, - 0x00,0xff,0x00,0x00, - 0xdc,0x0c,0xda,0x0e, - 0xda,0x0e,0xda,0x0e, - 0xd9,0x0f,0xd9,0x0f, - 0x99,0x0f,0x19,0x0f, - 0x98,0xf0,0x98,0xf0, - 0x98,0xf0,0x99,0xf1, - 0x59,0x71,0x58,0x70, - 0x58,0x70,0x38,0x30, - 0x00,0x00,0x60,0x60, - 0x60,0x60,0xf8,0xf8, - 0xf8,0xf8,0x60,0x60, - 0x60,0x60,0x00,0x00, - 0x00,0x00,0x00,0x03, - 0x00,0x03,0x00,0x03, - 0x00,0x1c,0x00,0x1c, - 0x00,0x1c,0x00,0x00, - 0x19,0x0f,0x19,0x8f, - 0x19,0x8f,0x19,0x8f, - 0x1a,0x0e,0x1a,0x0e, - 0x1a,0x0e,0x1c,0x0c, - 0x38,0x30,0x18,0x10, - 0x08,0x08,0x04,0x04, - 0x02,0x02,0x01,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x02,0x00,0x04,0x00, - 0x00,0x00,0x80,0x80, - 0x70,0x70,0x0f,0x0f, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x41,0x01, - 0x04,0x04,0x13,0x13, - 0x0e,0x0e,0xf0,0xf0, - 0x1c,0x0c,0x18,0x08, - 0x50,0x50,0x20,0x20, - 0xc0,0xc0,0x80,0x80, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x1f,0x1f, - 0x23,0x3f,0x5f,0x7f, - 0xff,0x70,0xe3,0x63, - 0xcf,0x0f,0x1d,0x1f, - 0x00,0x00,0x81,0x81, - 0xc2,0xc3,0xe5,0xe7, - 0xef,0xe7,0xef,0xe7, - 0xef,0xe7,0xcf,0xc7, - 0x00,0x00,0xf8,0xf8, - 0x7c,0xfc,0xfe,0x9e, - 0xbe,0x9e,0xbe,0x9e, - 0xbe,0x9e,0xbe,0x9e, - 0x00,0x00,0xfc,0xfc, - 0x7e,0xfe,0xff,0x8f, - 0x9f,0x8f,0x9f,0x8f, - 0x9f,0x8f,0x9f,0x8f, - 0x3b,0x3f,0x7f,0x7e, - 0xfc,0x78,0xff,0x7f, - 0xfe,0x7f,0xff,0x3f, - 0x7f,0x00,0x00,0x00, - 0x8f,0x87,0x0f,0x07, - 0x0f,0x07,0xcf,0xc7, - 0x6f,0xe3,0xe7,0xe1, - 0xc3,0x00,0x00,0x00, - 0xbe,0x9e,0xbe,0x9e, - 0xb6,0x9e,0xb6,0x9e, - 0xfc,0xfc,0xf8,0xf8, - 0xf0,0x00,0x00,0x00, - 0x9f,0x8f,0x9f,0x8f, - 0x9b,0x8f,0x9b,0x8f, - 0xfe,0xfe,0xfc,0xfc, - 0xf8,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x50,0x00,0xa8,0x00,0xa9,0x00,0x8a,0x00,0x8b,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x08,0x00,0x08,0x00,0x9b,0x00,0xaa,0x00,0xbb,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x92,0x00,0x96,0x00,0x0c,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xa4,0x00,0x24,0x00,0xb7,0x00,0xa5,0x00,0xb5,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x1f,0x1f,0x23,0x3f,0x5f,0x7f,0xff,0x7f,0xff,0x78,0xfb,0x7b,0xfe,0x7b, + 0x00,0x00,0xe1,0xe1,0xf3,0xf3,0xf6,0xf3,0xf7,0xf3,0xe7,0x03,0xf7,0xf3,0x77,0xf3, + 0x00,0x00,0xfe,0xfe,0x3f,0xff,0xff,0xff,0xff,0x87,0x8f,0x8f,0xfa,0xfe,0xe4,0xfc, + 0x00,0x00,0x3f,0x3f,0x63,0x3f,0x7f,0x3f,0x7f,0x38,0x79,0x38,0x78,0x38,0x78,0x38, + 0x00,0x00,0xc1,0xc1,0xe2,0xe3,0xe6,0xe3,0xf7,0xf3,0xf7,0x73,0xf7,0x73,0xf7,0x73, + 0x00,0x00,0x82,0x82,0xc5,0xc7,0xcb,0xcf,0xd6,0xde,0xec,0xfc,0xd8,0xf8,0xf0,0xf0, + 0xff,0x7b,0xff,0x78,0xff,0x7f,0xfe,0x7f,0xff,0x3f,0x7f,0x1f,0x3f,0x00,0x00,0x00, + 0xf7,0xf3,0xf7,0x73,0xd7,0xf3,0x37,0xf3,0xf7,0xf3,0xe7,0xe1,0xc3,0x00,0x00,0x00, + 0xfe,0xfe,0xff,0x8f,0x9f,0x87,0xfd,0xff,0xf3,0xff,0xfe,0xfe,0xfc,0x00,0x00,0x00, + 0x78,0x38,0x78,0x38,0x78,0x38,0x7f,0x3f,0x7e,0x3f,0x7f,0x3f,0x7f,0x00,0x00,0x00, + 0xf7,0x73,0xf7,0x73,0xf6,0xf3,0xa6,0xe3,0x67,0xe3,0xc7,0xc1,0x83,0x00,0x00,0x00, + 0xf8,0xf8,0xfc,0xfc,0xfe,0xde,0xff,0xcf,0xdf,0xc7,0x8e,0x82,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x02,0x07,0x04,0x09,0x0a,0x1b,0x10,0x3b,0x30, + 0x0f,0x0f,0x7f,0x70,0xff,0x83,0xff,0x07,0xff,0x0e,0xff,0x0c,0xff,0x0c,0xff,0x0c, + 0xf0,0xf0,0xfe,0x0e,0xff,0xc1,0xff,0xe0,0xff,0x60,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x80,0x80,0xc0,0x40,0xe0,0x20,0xd0,0x10,0xd8,0x08,0xdc,0x0c, + 0x3b,0x30,0x5b,0x70,0x5b,0x70,0x5b,0x70,0x9b,0xf0,0x9b,0xf0,0x9b,0xf0,0x98,0xf0, + 0xff,0x0e,0xff,0x07,0xff,0x03,0xff,0x00,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0x00, + 0xff,0x60,0xff,0xe0,0xff,0xc0,0xff,0x00,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0x00, + 0xdc,0x0c,0xda,0x0e,0xda,0x0e,0xda,0x0e,0xd9,0x0f,0xd9,0x0f,0x99,0x0f,0x19,0x0f, + 0x98,0xf0,0x98,0xf0,0x98,0xf0,0x99,0xf1,0x59,0x71,0x58,0x70,0x58,0x70,0x38,0x30, + 0x00,0x00,0x60,0x60,0x60,0x60,0xf8,0xf8,0xf8,0xf8,0x60,0x60,0x60,0x60,0x00,0x00, + 0x00,0x00,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x1c,0x00,0x1c,0x00,0x1c,0x00,0x00, + 0x19,0x0f,0x19,0x8f,0x19,0x8f,0x19,0x8f,0x1a,0x0e,0x1a,0x0e,0x1a,0x0e,0x1c,0x0c, + 0x38,0x30,0x18,0x10,0x08,0x08,0x04,0x04,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x02,0x00,0x04,0x00,0x00,0x00,0x80,0x80,0x70,0x70,0x0f,0x0f, + 0x00,0x00,0x00,0x00,0x20,0x00,0x41,0x01,0x04,0x04,0x13,0x13,0x0e,0x0e,0xf0,0xf0, + 0x1c,0x0c,0x18,0x08,0x50,0x50,0x20,0x20,0xc0,0xc0,0x80,0x80,0x00,0x00,0x00,0x00, + 0x00,0x00,0x1f,0x1f,0x23,0x3f,0x5f,0x7f,0xff,0x70,0xe3,0x63,0xcf,0x0f,0x1d,0x1f, + 0x00,0x00,0x81,0x81,0xc2,0xc3,0xe5,0xe7,0xef,0xe7,0xef,0xe7,0xef,0xe7,0xcf,0xc7, + 0x00,0x00,0xf8,0xf8,0x7c,0xfc,0xfe,0x9e,0xbe,0x9e,0xbe,0x9e,0xbe,0x9e,0xbe,0x9e, + 0x00,0x00,0xfc,0xfc,0x7e,0xfe,0xff,0x8f,0x9f,0x8f,0x9f,0x8f,0x9f,0x8f,0x9f,0x8f, + 0x3b,0x3f,0x7f,0x7e,0xfc,0x78,0xff,0x7f,0xfe,0x7f,0xff,0x3f,0x7f,0x00,0x00,0x00, + 0x8f,0x87,0x0f,0x07,0x0f,0x07,0xcf,0xc7,0x6f,0xe3,0xe7,0xe1,0xc3,0x00,0x00,0x00, + 0xbe,0x9e,0xbe,0x9e,0xb6,0x9e,0xb6,0x9e,0xfc,0xfc,0xf8,0xf8,0xf0,0x00,0x00,0x00, + 0x9f,0x8f,0x9f,0x8f,0x9b,0x8f,0x9b,0x8f,0xfe,0xfe,0xfc,0xfc,0xf8,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/gbdklogo_3.c b/gbdk-support/png2asset/testing/ref/gbdklogo_3.c @@ -16,166 +16,46 @@ const palette_color_t gbdklogo_3_palettes[12] = { }; const uint8_t gbdklogo_3_tiles[640] = { - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x50,0xa8,0xa9, - 0x8a,0x8b,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x08,0x08,0x9b, - 0xaa,0xbb,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x92, - 0x96,0x0c,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xa4,0x24,0xb7, - 0xa5,0xb5,0x00,0x00, - 0x00,0x1f,0x23,0x5f, - 0xff,0xff,0xfb,0xfe, - 0x00,0x1f,0x3f,0x7f, - 0x7f,0x78,0x7b,0x7b, - 0x00,0xe1,0xf3,0xf6, - 0xf7,0xe7,0xf7,0x77, - 0x00,0xe1,0xf3,0xf3, - 0xf3,0x03,0xf3,0xf3, - 0x00,0xfe,0x3f,0xff, - 0xff,0x8f,0xfa,0xe4, - 0x00,0xfe,0xff,0xff, - 0x87,0x8f,0xfe,0xfc, - 0x00,0x3f,0x63,0x7f, - 0x7f,0x79,0x78,0x78, - 0x00,0x3f,0x3f,0x3f, - 0x38,0x38,0x38,0x38, - 0x00,0xc1,0xe2,0xe6, - 0xf7,0xf7,0xf7,0xf7, - 0x00,0xc1,0xe3,0xe3, - 0xf3,0x73,0x73,0x73, - 0x00,0x82,0xc5,0xcb, - 0xd6,0xec,0xd8,0xf0, - 0x00,0x82,0xc7,0xcf, - 0xde,0xfc,0xf8,0xf0, - 0xff,0xff,0xff,0xfe, - 0xff,0x7f,0x3f,0x00, - 0x7b,0x78,0x7f,0x7f, - 0x3f,0x1f,0x00,0x00, - 0xf7,0xf7,0xd7,0x37, - 0xf7,0xe7,0xc3,0x00, - 0xf3,0x73,0xf3,0xf3, - 0xf3,0xe1,0x00,0x00, - 0xfe,0xff,0x9f,0xfd, - 0xf3,0xfe,0xfc,0x00, - 0xfe,0x8f,0x87,0xff, - 0xff,0xfe,0x00,0x00, - 0x78,0x78,0x78,0x7f, - 0x7e,0x7f,0x7f,0x00, - 0x38,0x38,0x38,0x3f, - 0x3f,0x3f,0x00,0x00, - 0xf7,0xf7,0xf6,0xa6, - 0x67,0xc7,0x83,0x00, - 0x73,0x73,0xf3,0xe3, - 0xe3,0xc1,0x00,0x00, - 0xf8,0xfc,0xfe,0xff, - 0xdf,0x8e,0x04,0x00, - 0xf8,0xfc,0xde,0xcf, - 0xc7,0x82,0x00,0x00, - 0x00,0x00,0x7f,0xff, - 0xcf,0xdf,0xfe,0xfd, - 0x00,0x00,0x7f,0xff, - 0xf3,0xe7,0xcf,0xce, - 0x00,0x00,0xfe,0xff, - 0xf3,0xfb,0x7f,0x9f, - 0x00,0x00,0xfe,0xff, - 0xcf,0xe7,0xe3,0x63, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0xff,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x06,0x06,0x06, - 0xff,0xff,0xff,0xf7, - 0xfb,0xdc,0xcf,0xff, - 0xcc,0xcc,0xce,0xcf, - 0xc7,0xe3,0xf0,0xff, - 0xff,0xff,0xff,0xff, - 0xdf,0x3b,0xf3,0xff, - 0x03,0x03,0x63,0xe3, - 0xe3,0xc7,0x0f,0xff, - 0x00,0x00,0x00,0x00, - 0x0c,0x1e,0x3e,0x3e, - 0x00,0x00,0x00,0x00, - 0xcc,0xcd,0xcd,0xcd, - 0xff,0xff,0xff,0x80, - 0xbf,0xbf,0xbf,0xb8, - 0x06,0xff,0x00,0x00, - 0x3f,0x3f,0x3f,0x38, - 0xff,0xff,0xff,0x00, - 0xff,0xff,0xff,0x7f, - 0xcf,0xff,0x00,0x00, - 0xf0,0xf0,0xff,0x70, - 0xff,0xff,0xff,0x00, - 0xff,0xff,0xfc,0xfc, - 0xb7,0xff,0x00,0x00, - 0x0f,0x0f,0xff,0x0f, - 0xff,0xff,0xff,0x01, - 0xfd,0xfd,0x0d,0x0d, - 0x0c,0xff,0x00,0x00, - 0xfc,0xfc,0xfc,0xfc, - 0xbb,0xa3,0xaf,0xaf, - 0xa3,0xbb,0xb8,0xbf, - 0x3b,0x23,0x2f,0x2f, - 0x23,0x3b,0x38,0x3f, - 0x7f,0x1f,0xdf,0xd9, - 0x10,0x76,0x70,0xff, - 0x70,0x1f,0xd0,0xd6, - 0x10,0x76,0x70,0xf0, - 0xff,0xff,0xff,0x98, - 0x08,0x68,0x08,0xff, - 0x0f,0xff,0x0f,0x68, - 0x0b,0x6b,0x08,0x0f, - 0xfd,0xfd,0xfd,0x41, - 0x41,0x41,0x41,0x79, - 0xfc,0xfc,0xfc,0x40, - 0x58,0x58,0x40,0xfc, - 0x80,0xff,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x01,0xff,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x1f,0x23,0x5f, - 0xff,0xe3,0xcf,0x1d, - 0x00,0x1f,0x3f,0x7f, - 0x70,0x63,0x0f,0x1f, - 0x00,0x81,0xc2,0xe5, - 0xef,0xef,0xef,0xcf, - 0x00,0x81,0xc3,0xe7, - 0xe7,0xe7,0xe7,0xc7, - 0x00,0xf8,0x7c,0xfe, - 0xbe,0xbe,0xbe,0xbe, - 0x00,0xf8,0xfc,0x9e, - 0x9e,0x9e,0x9e,0x9e, - 0x3b,0x7f,0xfc,0xff, - 0xfe,0xff,0x7f,0x00, - 0x3f,0x7e,0x78,0x7f, - 0x7f,0x3f,0x00,0x00, - 0x8f,0x0f,0x0f,0xcf, - 0x6f,0xe7,0xc3,0x00, - 0x87,0x07,0x07,0xc7, - 0xe3,0xe1,0x00,0x00, - 0xbe,0xbe,0xb6,0xb6, - 0xfc,0xf8,0xf0,0x00, - 0x9e,0x9e,0x9e,0x9e, - 0xfc,0xf8,0x00,0x00 + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x50,0xa8,0xa9,0x8a,0x8b,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x9b,0xaa,0xbb,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x92,0x96,0x0c,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xa4,0x24,0xb7,0xa5,0xb5,0x00,0x00, + 0x00,0x1f,0x23,0x5f,0xff,0xff,0xfb,0xfe,0x00,0x1f,0x3f,0x7f,0x7f,0x78,0x7b,0x7b, + 0x00,0xe1,0xf3,0xf6,0xf7,0xe7,0xf7,0x77,0x00,0xe1,0xf3,0xf3,0xf3,0x03,0xf3,0xf3, + 0x00,0xfe,0x3f,0xff,0xff,0x8f,0xfa,0xe4,0x00,0xfe,0xff,0xff,0x87,0x8f,0xfe,0xfc, + 0x00,0x3f,0x63,0x7f,0x7f,0x79,0x78,0x78,0x00,0x3f,0x3f,0x3f,0x38,0x38,0x38,0x38, + 0x00,0xc1,0xe2,0xe6,0xf7,0xf7,0xf7,0xf7,0x00,0xc1,0xe3,0xe3,0xf3,0x73,0x73,0x73, + 0x00,0x82,0xc5,0xcb,0xd6,0xec,0xd8,0xf0,0x00,0x82,0xc7,0xcf,0xde,0xfc,0xf8,0xf0, + 0xff,0xff,0xff,0xfe,0xff,0x7f,0x3f,0x00,0x7b,0x78,0x7f,0x7f,0x3f,0x1f,0x00,0x00, + 0xf7,0xf7,0xd7,0x37,0xf7,0xe7,0xc3,0x00,0xf3,0x73,0xf3,0xf3,0xf3,0xe1,0x00,0x00, + 0xfe,0xff,0x9f,0xfd,0xf3,0xfe,0xfc,0x00,0xfe,0x8f,0x87,0xff,0xff,0xfe,0x00,0x00, + 0x78,0x78,0x78,0x7f,0x7e,0x7f,0x7f,0x00,0x38,0x38,0x38,0x3f,0x3f,0x3f,0x00,0x00, + 0xf7,0xf7,0xf6,0xa6,0x67,0xc7,0x83,0x00,0x73,0x73,0xf3,0xe3,0xe3,0xc1,0x00,0x00, + 0xf8,0xfc,0xfe,0xff,0xdf,0x8e,0x04,0x00,0xf8,0xfc,0xde,0xcf,0xc7,0x82,0x00,0x00, + 0x00,0x00,0x7f,0xff,0xcf,0xdf,0xfe,0xfd,0x00,0x00,0x7f,0xff,0xf3,0xe7,0xcf,0xce, + 0x00,0x00,0xfe,0xff,0xf3,0xfb,0x7f,0x9f,0x00,0x00,0xfe,0xff,0xcf,0xe7,0xe3,0x63, + 0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06, + 0xff,0xff,0xff,0xf7,0xfb,0xdc,0xcf,0xff,0xcc,0xcc,0xce,0xcf,0xc7,0xe3,0xf0,0xff, + 0xff,0xff,0xff,0xff,0xdf,0x3b,0xf3,0xff,0x03,0x03,0x63,0xe3,0xe3,0xc7,0x0f,0xff, + 0x00,0x00,0x00,0x00,0x0c,0x1e,0x3e,0x3e,0x00,0x00,0x00,0x00,0xcc,0xcd,0xcd,0xcd, + 0xff,0xff,0xff,0x80,0xbf,0xbf,0xbf,0xb8,0x06,0xff,0x00,0x00,0x3f,0x3f,0x3f,0x38, + 0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x7f,0xcf,0xff,0x00,0x00,0xf0,0xf0,0xff,0x70, + 0xff,0xff,0xff,0x00,0xff,0xff,0xfc,0xfc,0xb7,0xff,0x00,0x00,0x0f,0x0f,0xff,0x0f, + 0xff,0xff,0xff,0x01,0xfd,0xfd,0x0d,0x0d,0x0c,0xff,0x00,0x00,0xfc,0xfc,0xfc,0xfc, + 0xbb,0xa3,0xaf,0xaf,0xa3,0xbb,0xb8,0xbf,0x3b,0x23,0x2f,0x2f,0x23,0x3b,0x38,0x3f, + 0x7f,0x1f,0xdf,0xd9,0x10,0x76,0x70,0xff,0x70,0x1f,0xd0,0xd6,0x10,0x76,0x70,0xf0, + 0xff,0xff,0xff,0x98,0x08,0x68,0x08,0xff,0x0f,0xff,0x0f,0x68,0x0b,0x6b,0x08,0x0f, + 0xfd,0xfd,0xfd,0x41,0x41,0x41,0x41,0x79,0xfc,0xfc,0xfc,0x40,0x58,0x58,0x40,0xfc, + 0x80,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x1f,0x23,0x5f,0xff,0xe3,0xcf,0x1d,0x00,0x1f,0x3f,0x7f,0x70,0x63,0x0f,0x1f, + 0x00,0x81,0xc2,0xe5,0xef,0xef,0xef,0xcf,0x00,0x81,0xc3,0xe7,0xe7,0xe7,0xe7,0xc7, + 0x00,0xf8,0x7c,0xfe,0xbe,0xbe,0xbe,0xbe,0x00,0xf8,0xfc,0x9e,0x9e,0x9e,0x9e,0x9e, + 0x3b,0x7f,0xfc,0xff,0xfe,0xff,0x7f,0x00,0x3f,0x7e,0x78,0x7f,0x7f,0x3f,0x00,0x00, + 0x8f,0x0f,0x0f,0xcf,0x6f,0xe7,0xc3,0x00,0x87,0x07,0x07,0xc7,0xe3,0xe1,0x00,0x00, + 0xbe,0xbe,0xb6,0xb6,0xfc,0xf8,0xf0,0x00,0x9e,0x9e,0x9e,0x9e,0xfc,0xf8,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/gbdklogo_4.c b/gbdk-support/png2asset/testing/ref/gbdklogo_4.c @@ -15,662 +15,47 @@ const palette_color_t gbdklogo_4_palettes[16] = { }; const uint8_t gbdklogo_4_tiles[1312] = { - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x50,0x00, - 0x50,0x00, - 0xa8,0x00, - 0xa8,0x00, - 0xa9,0x00, - 0xa9,0x00, - 0x8a,0x00, - 0x8a,0x00, - 0x8b,0x00, - 0x8b,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x08,0x00, - 0x08,0x00, - 0x08,0x00, - 0x08,0x00, - 0x9b,0x00, - 0x9b,0x00, - 0xaa,0x00, - 0xaa,0x00, - 0xbb,0x00, - 0xbb,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x92,0x00, - 0x92,0x00, - 0x96,0x00, - 0x96,0x00, - 0x0c,0x00, - 0x0c,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xa4,0x00, - 0xa4,0x00, - 0x24,0x00, - 0x24,0x00, - 0xb7,0x00, - 0xb7,0x00, - 0xa5,0x00, - 0xa5,0x00, - 0xb5,0x00, - 0xb5,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1f,0x1f, - 0x00,0x1f, - 0x3f,0x3f, - 0x1c,0x23, - 0x7f,0x7f, - 0x20,0x5f, - 0x7f,0xff, - 0x00,0x7f, - 0x78,0xff, - 0x00,0x78, - 0x7b,0xfb, - 0x00,0x7b, - 0x7b,0xff, - 0x01,0x7a, - 0x00,0x00, - 0x00,0x00, - 0xe1,0xe1, - 0x00,0xe1, - 0xf3,0xf3, - 0x00,0xf3, - 0xf3,0xf7, - 0x01,0xf2, - 0xf3,0xf7, - 0x00,0xf3, - 0x03,0xe7, - 0x00,0x03, - 0xf3,0xf7, - 0x00,0xf3, - 0xf3,0xf7, - 0x80,0x73, - 0x00,0x00, - 0x00,0x00, - 0xfe,0xfe, - 0x00,0xfe, - 0xff,0xff, - 0xc0,0x3f, - 0xff,0xff, - 0x00,0xff, - 0x87,0xff, - 0x00,0x87, - 0x8f,0x8f, - 0x00,0x8f, - 0xfe,0xfe, - 0x04,0xfa, - 0xfc,0xfc, - 0x18,0xe4, - 0x00,0x00, - 0x00,0x00, - 0x3f,0x3f, - 0x00,0x3f, - 0x3f,0x7f, - 0x1c,0x23, - 0x3f,0x7f, - 0x00,0x3f, - 0x38,0x7f, - 0x00,0x38, - 0x38,0x79, - 0x00,0x38, - 0x38,0x78, - 0x00,0x38, - 0x38,0x78, - 0x00,0x38, - 0x00,0x00, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0xc1, - 0xe3,0xe3, - 0x01,0xe2, - 0xe3,0xe7, - 0x01,0xe2, - 0xf3,0xf7, - 0x00,0xf3, - 0x73,0xf7, - 0x00,0x73, - 0x73,0xf7, - 0x00,0x73, - 0x73,0xf7, - 0x00,0x73, - 0x00,0x00, - 0x00,0x00, - 0x82,0x82, - 0x00,0x82, - 0xc7,0xc7, - 0x02,0xc5, - 0xcf,0xcf, - 0x04,0xcb, - 0xde,0xde, - 0x08,0xd6, - 0xfc,0xfc, - 0x10,0xec, - 0xf8,0xf8, - 0x20,0xd8, - 0xf0,0xf0, - 0x00,0xf0, - 0x7b,0xff, - 0x00,0x7b, - 0x78,0xff, - 0x00,0x78, - 0x7f,0xff, - 0x00,0x7f, - 0x7f,0xff, - 0x01,0x7e, - 0x3f,0xff, - 0x00,0x3f, - 0x1f,0x7f, - 0x00,0x1f, - 0x00,0x3f, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf3,0xf7, - 0x00,0xf3, - 0x73,0xf7, - 0x00,0x73, - 0xf3,0xf7, - 0x20,0xd3, - 0xf3,0xf7, - 0xc0,0x33, - 0xf3,0xf7, - 0x00,0xf3, - 0xe1,0xe7, - 0x00,0xe1, - 0x00,0xc3, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xfe,0xfe, - 0x00,0xfe, - 0x8f,0xff, - 0x00,0x8f, - 0x87,0x9f, - 0x00,0x87, - 0xff,0xff, - 0x02,0xfd, - 0xff,0xff, - 0x0c,0xf3, - 0xfe,0xfe, - 0x00,0xfe, - 0x00,0xfc, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x78, - 0x00,0x38, - 0x38,0x78, - 0x00,0x38, - 0x38,0x78, - 0x00,0x38, - 0x3f,0x7f, - 0x00,0x3f, - 0x3f,0x7f, - 0x01,0x3e, - 0x3f,0x7f, - 0x00,0x3f, - 0x00,0x7f, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x73,0xf7, - 0x00,0x73, - 0x73,0xf7, - 0x00,0x73, - 0xf3,0xf7, - 0x01,0xf2, - 0xe3,0xe7, - 0x41,0xa2, - 0xe3,0xe7, - 0x80,0x63, - 0xc1,0xc7, - 0x00,0xc1, - 0x00,0x83, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf8,0xf8, - 0x00,0xf8, - 0xfc,0xfc, - 0x00,0xfc, - 0xde,0xfe, - 0x00,0xde, - 0xcf,0xff, - 0x00,0xcf, - 0xc7,0xdf, - 0x00,0xc7, - 0x82,0x8e, - 0x00,0x82, - 0x00,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x01, - 0x00,0x01, - 0x00,0x02, - 0x01,0x02, - 0x00,0x04, - 0x03,0x04, - 0x00,0x08, - 0x07,0x08, - 0x00,0x10, - 0x0f,0x1f, - 0x1c,0x20, - 0x03,0x3f, - 0x00,0x0f, - 0x00,0x0f, - 0x0f,0x70, - 0x00,0x70, - 0x3f,0x80, - 0x40,0x80, - 0x1f,0x00, - 0xe0,0x00, - 0x1f,0x00, - 0xe0,0x00, - 0x0f,0x00, - 0xf0,0x00, - 0x07,0x07, - 0xf8,0xf8, - 0x00,0x00, - 0xff,0xff, - 0x00,0xf0, - 0x00,0xf0, - 0xf0,0x0e, - 0x00,0x0e, - 0xfc,0x01, - 0x00,0x03, - 0xf8,0x00, - 0x00,0x07, - 0xf8,0x00, - 0x00,0x07, - 0xf0,0x00, - 0x00,0x0f, - 0xc0,0xc0, - 0x3f,0x3f, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0x00,0x80, - 0x00,0x40, - 0x00,0xc0, - 0x00,0x20, - 0x00,0xe0, - 0x00,0x10, - 0x00,0xf0, - 0x00,0x08, - 0xf0,0xf8, - 0x38,0x04, - 0xc0,0xfc, - 0x01,0x38, - 0x1e,0x24, - 0x00,0x78, - 0x3c,0x44, - 0x00,0x7c, - 0x3e,0x42, - 0x24,0x40, - 0x1b,0x7f, - 0x64,0x80, - 0x1b,0xff, - 0x18,0x80, - 0x67,0xff, - 0x18,0x80, - 0x67,0xff, - 0x66,0x80, - 0x19,0xff, - 0x0c,0x00, - 0x70,0x80, - 0x08,0x00, - 0xf0,0x80, - 0x00,0x01, - 0x71,0x00, - 0x01,0x02, - 0xf2,0x80, - 0x03,0x00, - 0xf0,0x80, - 0x03,0x00, - 0xf0,0x80, - 0x01,0x00, - 0xf0,0x80, - 0x00,0x08, - 0xf8,0x80, - 0x30,0x00, - 0x01,0x0f, - 0x10,0x00, - 0x01,0x0f, - 0x10,0x80, - 0x81,0x0f, - 0x90,0x60, - 0x61,0x0f, - 0xf0,0x00, - 0x01,0x0f, - 0xf0,0x00, - 0x01,0x0f, - 0x90,0x00, - 0x01,0x0f, - 0x10,0x00, - 0x01,0x0f, - 0x00,0x1c, - 0xf8,0xe4, - 0x00,0x0e, - 0x2c,0x32, - 0x00,0x0e, - 0xcc,0xf2, - 0x00,0x3e, - 0xfc,0xc2, - 0x00,0x33, - 0xfe,0xcd, - 0x00,0x73, - 0xfe,0x8d, - 0x0c,0x43, - 0xf2,0xbd, - 0x0c,0x43, - 0xf2,0xbd, - 0x64,0x82, - 0x1b,0xfd, - 0x78,0x86, - 0x07,0xf9, - 0x70,0x8f, - 0x0f,0xf0, - 0x61,0x9f, - 0x1e,0xe0, - 0x00,0x75, - 0x3f,0x4a, - 0x00,0x6a, - 0x3f,0x55, - 0x00,0x75, - 0x3f,0x4a, - 0x00,0x2a, - 0x1f,0x35, - 0x08,0x04, - 0xf4,0x80, - 0x0c,0x03, - 0xf3,0x80, - 0x00,0x00, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0xf8,0xf8, - 0x00,0x00, - 0x1f,0xff, - 0xe0,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x10,0x20, - 0x21,0x0f, - 0x30,0xc0, - 0xc1,0x0f, - 0x00,0x01, - 0xff,0xfe, - 0x00,0xff, - 0xff,0x00, - 0x1f,0x1f, - 0x00,0x00, - 0xfc,0xff, - 0x03,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x78,0x07, - 0x86,0xf9, - 0x70,0x0f, - 0x8e,0xf1, - 0x60,0x9f, - 0x9e,0x61, - 0x80,0xff, - 0x7e,0x01, - 0x00,0xfe, - 0xfc,0x02, - 0x00,0xfe, - 0xfc,0x02, - 0x00,0xfe, - 0xfc,0x02, - 0x00,0xfc, - 0xf8,0x04, - 0x1f,0x20, - 0x00,0x3f, - 0x00,0x10, - 0x0f,0x1f, - 0x00,0x08, - 0x07,0x08, - 0x00,0x04, - 0x03,0x04, - 0x00,0x02, - 0x01,0x02, - 0x00,0x01, - 0x00,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0xff, - 0x00,0x00, - 0xff,0xff, - 0x0f,0x00, - 0xf0,0x00, - 0x1f,0x00, - 0xe0,0x00, - 0x1f,0x00, - 0xe0,0x00, - 0x3f,0x80, - 0x40,0x80, - 0x0f,0x70, - 0x00,0x70, - 0x00,0x0f, - 0x00,0x0f, - 0xff,0x00, - 0x00,0xff, - 0x00,0x00, - 0xff,0xff, - 0xf0,0x00, - 0x00,0x0f, - 0xf8,0x00, - 0x00,0x07, - 0xf8,0x00, - 0x00,0x07, - 0xfc,0x01, - 0x00,0x03, - 0xf0,0x0e, - 0x00,0x0e, - 0x00,0xf0, - 0x00,0xf0, - 0xf8,0x04, - 0x00,0xfc, - 0x00,0x08, - 0xf0,0xf8, - 0x00,0x10, - 0x00,0xf0, - 0x00,0x20, - 0x00,0xe0, - 0x00,0x40, - 0x00,0xc0, - 0x00,0x80, - 0x00,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1f,0x1f, - 0x00,0x1f, - 0x3f,0x3f, - 0x1c,0x23, - 0x7f,0x7f, - 0x20,0x5f, - 0x70,0xff, - 0x00,0x70, - 0x63,0xe3, - 0x00,0x63, - 0x0f,0xcf, - 0x00,0x0f, - 0x1f,0x1f, - 0x02,0x1d, - 0x00,0x00, - 0x00,0x00, - 0x81,0x81, - 0x00,0x81, - 0xc3,0xc3, - 0x01,0xc2, - 0xe7,0xe7, - 0x02,0xe5, - 0xe7,0xef, - 0x00,0xe7, - 0xe7,0xef, - 0x00,0xe7, - 0xe7,0xef, - 0x00,0xe7, - 0xc7,0xcf, - 0x00,0xc7, - 0x00,0x00, - 0x00,0x00, - 0xf8,0xf8, - 0x00,0xf8, - 0xfc,0xfc, - 0x80,0x7c, - 0x9e,0xfe, - 0x00,0x9e, - 0x9e,0xbe, - 0x00,0x9e, - 0x9e,0xbe, - 0x00,0x9e, - 0x9e,0xbe, - 0x00,0x9e, - 0x9e,0xbe, - 0x00,0x9e, - 0x00,0x00, - 0x00,0x00, - 0xfc,0xfc, - 0x00,0xfc, - 0xfe,0xfe, - 0x80,0x7e, - 0x8f,0xff, - 0x00,0x8f, - 0x8f,0x9f, - 0x00,0x8f, - 0x8f,0x9f, - 0x00,0x8f, - 0x8f,0x9f, - 0x00,0x8f, - 0x8f,0x9f, - 0x00,0x8f, - 0x3f,0x3f, - 0x04,0x3b, - 0x7e,0x7f, - 0x00,0x7e, - 0x78,0xfc, - 0x00,0x78, - 0x7f,0xff, - 0x00,0x7f, - 0x7f,0xff, - 0x01,0x7e, - 0x3f,0xff, - 0x00,0x3f, - 0x00,0x7f, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x87,0x8f, - 0x00,0x87, - 0x07,0x0f, - 0x00,0x07, - 0x07,0x0f, - 0x00,0x07, - 0xc7,0xcf, - 0x00,0xc7, - 0xe3,0xef, - 0x80,0x63, - 0xe1,0xe7, - 0x00,0xe1, - 0x00,0xc3, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x9e,0xbe, - 0x00,0x9e, - 0x9e,0xbe, - 0x00,0x9e, - 0x9e,0xbe, - 0x08,0x96, - 0x9e,0xbe, - 0x08,0x96, - 0xfc,0xfc, - 0x00,0xfc, - 0xf8,0xf8, - 0x00,0xf8, - 0x00,0xf0, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x8f,0x9f, - 0x00,0x8f, - 0x8f,0x9f, - 0x00,0x8f, - 0x8f,0x9f, - 0x04,0x8b, - 0x8f,0x9f, - 0x04,0x8b, - 0xfe,0xfe, - 0x00,0xfe, - 0xfc,0xfc, - 0x00,0xfc, - 0x00,0xf8, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00 + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x50,0x00,0x50,0x00,0xa8,0x00,0xa8,0x00,0xa9,0x00,0xa9,0x00,0x8a,0x00,0x8a,0x00,0x8b,0x00,0x8b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x9b,0x00,0x9b,0x00,0xaa,0x00,0xaa,0x00,0xbb,0x00,0xbb,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x92,0x00,0x92,0x00,0x96,0x00,0x96,0x00,0x0c,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xa4,0x00,0xa4,0x00,0x24,0x00,0x24,0x00,0xb7,0x00,0xb7,0x00,0xa5,0x00,0xa5,0x00,0xb5,0x00,0xb5,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x1f,0x1f,0x00,0x1f,0x3f,0x3f,0x1c,0x23,0x7f,0x7f,0x20,0x5f,0x7f,0xff,0x00,0x7f,0x78,0xff,0x00,0x78,0x7b,0xfb,0x00,0x7b,0x7b,0xff,0x01,0x7a, + 0x00,0x00,0x00,0x00,0xe1,0xe1,0x00,0xe1,0xf3,0xf3,0x00,0xf3,0xf3,0xf7,0x01,0xf2,0xf3,0xf7,0x00,0xf3,0x03,0xe7,0x00,0x03,0xf3,0xf7,0x00,0xf3,0xf3,0xf7,0x80,0x73, + 0x00,0x00,0x00,0x00,0xfe,0xfe,0x00,0xfe,0xff,0xff,0xc0,0x3f,0xff,0xff,0x00,0xff,0x87,0xff,0x00,0x87,0x8f,0x8f,0x00,0x8f,0xfe,0xfe,0x04,0xfa,0xfc,0xfc,0x18,0xe4, + 0x00,0x00,0x00,0x00,0x3f,0x3f,0x00,0x3f,0x3f,0x7f,0x1c,0x23,0x3f,0x7f,0x00,0x3f,0x38,0x7f,0x00,0x38,0x38,0x79,0x00,0x38,0x38,0x78,0x00,0x38,0x38,0x78,0x00,0x38, + 0x00,0x00,0x00,0x00,0xc1,0xc1,0x00,0xc1,0xe3,0xe3,0x01,0xe2,0xe3,0xe7,0x01,0xe2,0xf3,0xf7,0x00,0xf3,0x73,0xf7,0x00,0x73,0x73,0xf7,0x00,0x73,0x73,0xf7,0x00,0x73, + 0x00,0x00,0x00,0x00,0x82,0x82,0x00,0x82,0xc7,0xc7,0x02,0xc5,0xcf,0xcf,0x04,0xcb,0xde,0xde,0x08,0xd6,0xfc,0xfc,0x10,0xec,0xf8,0xf8,0x20,0xd8,0xf0,0xf0,0x00,0xf0, + 0x7b,0xff,0x00,0x7b,0x78,0xff,0x00,0x78,0x7f,0xff,0x00,0x7f,0x7f,0xff,0x01,0x7e,0x3f,0xff,0x00,0x3f,0x1f,0x7f,0x00,0x1f,0x00,0x3f,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf3,0xf7,0x00,0xf3,0x73,0xf7,0x00,0x73,0xf3,0xf7,0x20,0xd3,0xf3,0xf7,0xc0,0x33,0xf3,0xf7,0x00,0xf3,0xe1,0xe7,0x00,0xe1,0x00,0xc3,0x00,0x00,0x00,0x00,0x00,0x00, + 0xfe,0xfe,0x00,0xfe,0x8f,0xff,0x00,0x8f,0x87,0x9f,0x00,0x87,0xff,0xff,0x02,0xfd,0xff,0xff,0x0c,0xf3,0xfe,0xfe,0x00,0xfe,0x00,0xfc,0x00,0x00,0x00,0x00,0x00,0x00, + 0x38,0x78,0x00,0x38,0x38,0x78,0x00,0x38,0x38,0x78,0x00,0x38,0x3f,0x7f,0x00,0x3f,0x3f,0x7f,0x01,0x3e,0x3f,0x7f,0x00,0x3f,0x00,0x7f,0x00,0x00,0x00,0x00,0x00,0x00, + 0x73,0xf7,0x00,0x73,0x73,0xf7,0x00,0x73,0xf3,0xf7,0x01,0xf2,0xe3,0xe7,0x41,0xa2,0xe3,0xe7,0x80,0x63,0xc1,0xc7,0x00,0xc1,0x00,0x83,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf8,0xf8,0x00,0xf8,0xfc,0xfc,0x00,0xfc,0xde,0xfe,0x00,0xde,0xcf,0xff,0x00,0xcf,0xc7,0xdf,0x00,0xc7,0x82,0x8e,0x00,0x82,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x01,0x00,0x02,0x01,0x02,0x00,0x04,0x03,0x04,0x00,0x08,0x07,0x08,0x00,0x10,0x0f,0x1f,0x1c,0x20,0x03,0x3f, + 0x00,0x0f,0x00,0x0f,0x0f,0x70,0x00,0x70,0x3f,0x80,0x40,0x80,0x1f,0x00,0xe0,0x00,0x1f,0x00,0xe0,0x00,0x0f,0x00,0xf0,0x00,0x07,0x07,0xf8,0xf8,0x00,0x00,0xff,0xff, + 0x00,0xf0,0x00,0xf0,0xf0,0x0e,0x00,0x0e,0xfc,0x01,0x00,0x03,0xf8,0x00,0x00,0x07,0xf8,0x00,0x00,0x07,0xf0,0x00,0x00,0x0f,0xc0,0xc0,0x3f,0x3f,0x00,0x00,0xff,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x80,0x00,0x40,0x00,0xc0,0x00,0x20,0x00,0xe0,0x00,0x10,0x00,0xf0,0x00,0x08,0xf0,0xf8,0x38,0x04,0xc0,0xfc, + 0x01,0x38,0x1e,0x24,0x00,0x78,0x3c,0x44,0x00,0x7c,0x3e,0x42,0x24,0x40,0x1b,0x7f,0x64,0x80,0x1b,0xff,0x18,0x80,0x67,0xff,0x18,0x80,0x67,0xff,0x66,0x80,0x19,0xff, + 0x0c,0x00,0x70,0x80,0x08,0x00,0xf0,0x80,0x00,0x01,0x71,0x00,0x01,0x02,0xf2,0x80,0x03,0x00,0xf0,0x80,0x03,0x00,0xf0,0x80,0x01,0x00,0xf0,0x80,0x00,0x08,0xf8,0x80, + 0x30,0x00,0x01,0x0f,0x10,0x00,0x01,0x0f,0x10,0x80,0x81,0x0f,0x90,0x60,0x61,0x0f,0xf0,0x00,0x01,0x0f,0xf0,0x00,0x01,0x0f,0x90,0x00,0x01,0x0f,0x10,0x00,0x01,0x0f, + 0x00,0x1c,0xf8,0xe4,0x00,0x0e,0x2c,0x32,0x00,0x0e,0xcc,0xf2,0x00,0x3e,0xfc,0xc2,0x00,0x33,0xfe,0xcd,0x00,0x73,0xfe,0x8d,0x0c,0x43,0xf2,0xbd,0x0c,0x43,0xf2,0xbd, + 0x64,0x82,0x1b,0xfd,0x78,0x86,0x07,0xf9,0x70,0x8f,0x0f,0xf0,0x61,0x9f,0x1e,0xe0,0x00,0x75,0x3f,0x4a,0x00,0x6a,0x3f,0x55,0x00,0x75,0x3f,0x4a,0x00,0x2a,0x1f,0x35, + 0x08,0x04,0xf4,0x80,0x0c,0x03,0xf3,0x80,0x00,0x00,0xff,0xff,0x00,0xff,0xff,0x00,0xf8,0xf8,0x00,0x00,0x1f,0xff,0xe0,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x10,0x20,0x21,0x0f,0x30,0xc0,0xc1,0x0f,0x00,0x01,0xff,0xfe,0x00,0xff,0xff,0x00,0x1f,0x1f,0x00,0x00,0xfc,0xff,0x03,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x78,0x07,0x86,0xf9,0x70,0x0f,0x8e,0xf1,0x60,0x9f,0x9e,0x61,0x80,0xff,0x7e,0x01,0x00,0xfe,0xfc,0x02,0x00,0xfe,0xfc,0x02,0x00,0xfe,0xfc,0x02,0x00,0xfc,0xf8,0x04, + 0x1f,0x20,0x00,0x3f,0x00,0x10,0x0f,0x1f,0x00,0x08,0x07,0x08,0x00,0x04,0x03,0x04,0x00,0x02,0x01,0x02,0x00,0x01,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xff,0x0f,0x00,0xf0,0x00,0x1f,0x00,0xe0,0x00,0x1f,0x00,0xe0,0x00,0x3f,0x80,0x40,0x80,0x0f,0x70,0x00,0x70,0x00,0x0f,0x00,0x0f, + 0xff,0x00,0x00,0xff,0x00,0x00,0xff,0xff,0xf0,0x00,0x00,0x0f,0xf8,0x00,0x00,0x07,0xf8,0x00,0x00,0x07,0xfc,0x01,0x00,0x03,0xf0,0x0e,0x00,0x0e,0x00,0xf0,0x00,0xf0, + 0xf8,0x04,0x00,0xfc,0x00,0x08,0xf0,0xf8,0x00,0x10,0x00,0xf0,0x00,0x20,0x00,0xe0,0x00,0x40,0x00,0xc0,0x00,0x80,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x1f,0x1f,0x00,0x1f,0x3f,0x3f,0x1c,0x23,0x7f,0x7f,0x20,0x5f,0x70,0xff,0x00,0x70,0x63,0xe3,0x00,0x63,0x0f,0xcf,0x00,0x0f,0x1f,0x1f,0x02,0x1d, + 0x00,0x00,0x00,0x00,0x81,0x81,0x00,0x81,0xc3,0xc3,0x01,0xc2,0xe7,0xe7,0x02,0xe5,0xe7,0xef,0x00,0xe7,0xe7,0xef,0x00,0xe7,0xe7,0xef,0x00,0xe7,0xc7,0xcf,0x00,0xc7, + 0x00,0x00,0x00,0x00,0xf8,0xf8,0x00,0xf8,0xfc,0xfc,0x80,0x7c,0x9e,0xfe,0x00,0x9e,0x9e,0xbe,0x00,0x9e,0x9e,0xbe,0x00,0x9e,0x9e,0xbe,0x00,0x9e,0x9e,0xbe,0x00,0x9e, + 0x00,0x00,0x00,0x00,0xfc,0xfc,0x00,0xfc,0xfe,0xfe,0x80,0x7e,0x8f,0xff,0x00,0x8f,0x8f,0x9f,0x00,0x8f,0x8f,0x9f,0x00,0x8f,0x8f,0x9f,0x00,0x8f,0x8f,0x9f,0x00,0x8f, + 0x3f,0x3f,0x04,0x3b,0x7e,0x7f,0x00,0x7e,0x78,0xfc,0x00,0x78,0x7f,0xff,0x00,0x7f,0x7f,0xff,0x01,0x7e,0x3f,0xff,0x00,0x3f,0x00,0x7f,0x00,0x00,0x00,0x00,0x00,0x00, + 0x87,0x8f,0x00,0x87,0x07,0x0f,0x00,0x07,0x07,0x0f,0x00,0x07,0xc7,0xcf,0x00,0xc7,0xe3,0xef,0x80,0x63,0xe1,0xe7,0x00,0xe1,0x00,0xc3,0x00,0x00,0x00,0x00,0x00,0x00, + 0x9e,0xbe,0x00,0x9e,0x9e,0xbe,0x00,0x9e,0x9e,0xbe,0x08,0x96,0x9e,0xbe,0x08,0x96,0xfc,0xfc,0x00,0xfc,0xf8,0xf8,0x00,0xf8,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00, + 0x8f,0x9f,0x00,0x8f,0x8f,0x9f,0x00,0x8f,0x8f,0x9f,0x04,0x8b,0x8f,0x9f,0x04,0x8b,0xfe,0xfe,0x00,0xfe,0xfc,0xfc,0x00,0xfc,0x00,0xf8,0x00,0x00,0x00,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/hblankcopy_1.c b/gbdk-support/png2asset/testing/ref/hblankcopy_1.c @@ -14,509 +14,131 @@ const palette_color_t hblankcopy_1_palettes[4] = { }; const uint8_t hblankcopy_1_tiles[2016] = { - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfe,0xfe, - 0xfc,0xfc,0xfc,0xfc, - 0xff,0xff,0xff,0xff, - 0xe3,0xe3,0x80,0x80, - 0x00,0x00,0x00,0x00, - 0x14,0x1c,0x3b,0x3f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x7f,0x7f, - 0x1f,0x1f,0x07,0x07, - 0x01,0x01,0x80,0x80, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x7f,0x7f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfe,0xfe, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfc,0xfc, - 0xc0,0xc0,0x00,0x00, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x03,0x03, - 0x00,0x00,0x00,0x00, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x7f,0x7f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xfc,0xfc,0xfc,0xfc, - 0xfc,0xfc,0xfc,0xfc, - 0xfc,0xfc,0xfc,0xfc, - 0xfe,0xfe,0xff,0xff, - 0x5e,0x75,0x6f,0x7e, - 0x77,0x5d,0x7f,0x7f, - 0x15,0x3f,0x1e,0x1f, - 0x17,0x1d,0x0f,0x0f, - 0xc0,0x60,0x48,0xb8, - 0xbe,0x44,0xbb,0xe1, - 0xed,0x50,0xf6,0xe8, - 0x6b,0xd4,0xf8,0xff, - 0x30,0x30,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x85,0x0f,0xf9,0x7e, - 0xab,0x54,0xec,0xbb, - 0x18,0x18,0x00,0x00, - 0x00,0x00,0x01,0x01, - 0x41,0xe3,0x5e,0xaf, - 0xff,0x05,0x5b,0xaf, - 0x00,0x00,0x03,0x03, - 0x37,0x1d,0xeb,0xff, - 0xdd,0x77,0xef,0xff, - 0x77,0xdd,0xff,0xff, - 0x00,0x00,0xfc,0xfc, - 0xea,0x54,0xb2,0xfa, - 0xdc,0x72,0xfe,0xfa, - 0x76,0xd8,0xfa,0xfe, - 0x3f,0x3f,0x3f,0x3f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x0d,0x0f,0x87,0x87, - 0x87,0x85,0xc7,0xc7, - 0x85,0x87,0x86,0x87, - 0x8f,0x8c,0x0f,0x0e, - 0x5b,0xf5,0xea,0xff, - 0x7f,0xd5,0xfa,0xff, - 0x3d,0xd7,0x8a,0x3f, - 0x3f,0x15,0xbb,0x3f, - 0xba,0x55,0xb9,0xee, - 0xee,0x55,0xaa,0xff, - 0xfa,0x55,0xb7,0xe8, - 0xc0,0x40,0xe0,0x80, - 0xbd,0x57,0x6f,0xbf, - 0xb7,0x5d,0x4f,0xbf, - 0xed,0x17,0x52,0xaf, - 0x7b,0x05,0x37,0x0b, - 0x55,0xff,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x55,0xff,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x5c,0xf4,0xfc,0xfc, - 0x7e,0xd4,0xfd,0xfb, - 0x59,0xf0,0xfa,0xf8, - 0x74,0xd8,0xf8,0xfc, - 0x0f,0x0f,0x03,0x03, - 0x01,0x01,0xc0,0xc0, - 0x50,0x30,0x18,0x08, - 0x06,0x04,0x81,0x03, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x7f,0x7f, - 0x3f,0x3f,0x1f,0x1f, - 0x0f,0x0f,0x0f,0x0f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfe,0xfe, - 0xfe,0xfe,0xfe,0xfe, - 0xfc,0xfc,0xfc,0xfc, - 0xfc,0xfc,0xfc,0xfc, - 0x05,0x0e,0x1f,0x1e, - 0x16,0x1d,0x3b,0x3f, - 0x15,0x3f,0x3f,0x3f, - 0x77,0x5d,0x7f,0x7f, - 0x5d,0x37,0xae,0x7f, - 0xff,0x55,0xfb,0xff, - 0xdd,0x77,0xef,0xff, - 0x77,0xdd,0xfb,0xff, - 0xfc,0x10,0x7c,0xbc, - 0xf4,0x5c,0xbc,0xfc, - 0xdc,0x70,0xef,0xf8, - 0x77,0xdd,0xff,0xff, - 0x1f,0x01,0x1d,0x02, - 0x1e,0x01,0x1c,0x03, - 0x1e,0x01,0xfd,0x22, - 0x7e,0xc1,0x95,0xea, - 0xd5,0x7f,0xff,0xff, - 0xf7,0x5d,0xbf,0xff, - 0xd5,0x7f,0xbf,0xff, - 0xf7,0x5d,0xbf,0xff, - 0x54,0xfc,0xfc,0xfe, - 0x76,0xdc,0xff,0xfe, - 0x55,0xfe,0xff,0xfe, - 0x77,0xdd,0xff,0xfe, - 0x00,0x01,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x87,0x83,0x83, - 0x43,0x43,0x21,0x21, - 0x21,0x01,0x10,0x10, - 0x10,0x10,0x18,0x08, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x7f,0x7f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xfc,0xfc,0xfc,0xfc, - 0xfc,0xfc,0xfc,0xfc, - 0xf8,0xf8,0xf8,0xf8, - 0xf8,0xf8,0xf8,0xf8, - 0x55,0x7f,0x3e,0x3f, - 0x37,0x1d,0x3f,0x3f, - 0x15,0x1f,0x6a,0x7f, - 0x75,0xc0,0xe8,0xf0, - 0xdd,0x77,0xee,0xff, - 0x77,0xdd,0xfa,0xff, - 0xde,0x75,0xeb,0xfe, - 0xfe,0x55,0xcd,0x3a, - 0x55,0xff,0xfe,0xff, - 0xf7,0x5d,0xbe,0xff, - 0xbd,0x57,0x6f,0xbf, - 0xbf,0x55,0x4f,0xbf, - 0xae,0x51,0x95,0xea, - 0xaa,0x55,0xc6,0xbb, - 0xab,0x55,0xba,0xef, - 0x6f,0xd5,0xeb,0xff, - 0xbd,0x57,0xaf,0xff, - 0xbf,0x55,0x8b,0xff, - 0xed,0x57,0xf2,0xef, - 0x7f,0xd5,0xff,0xff, - 0x55,0xfe,0xff,0xfe, - 0x77,0xdc,0xf9,0xfe, - 0xdf,0x74,0xfa,0xfc, - 0x71,0xdc,0xff,0xf8, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x80,0x00, - 0x00,0x00,0x80,0x00, - 0x00,0x08,0x08,0x08, - 0x04,0x04,0x06,0x02, - 0x00,0x02,0x02,0x02, - 0x06,0x00,0x02,0x02, - 0x7f,0x7f,0x3f,0x3f, - 0x3f,0x3f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xf8,0xf8,0xf8,0xf8, - 0xf8,0xf8,0xf8,0xf8, - 0xf8,0xf8,0xfc,0xfc, - 0xff,0xff,0xff,0xff, - 0x5d,0xf0,0xfd,0xfa, - 0xf7,0xdd,0x3f,0x3f, - 0x05,0x07,0x03,0x03, - 0x00,0x00,0xe0,0xe0, - 0x1f,0x00,0x8f,0x00, - 0x55,0x80,0xff,0xe0, - 0x59,0xf7,0xff,0xff, - 0x60,0x60,0x00,0x00, - 0xfd,0x17,0xcf,0x3f, - 0xb7,0x5d,0xff,0xff, - 0x55,0xff,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x5d,0xf7,0xee,0xff, - 0x7f,0xd5,0xfa,0xff, - 0x5f,0xf5,0xee,0xff, - 0x77,0xdd,0xff,0xff, - 0x55,0xff,0xff,0xff, - 0xb7,0x5d,0xfb,0xbf, - 0xdd,0x77,0xfe,0xff, - 0x77,0xdd,0xff,0xff, - 0x5d,0xf0,0xfe,0xe0, - 0xfd,0x40,0xbf,0xe0, - 0xef,0x50,0xb6,0xe8, - 0x6d,0xd0,0xaf,0xf0, - 0x00,0x00,0x80,0x00, - 0x00,0x00,0x80,0x00, - 0x00,0x00,0x80,0x00, - 0x00,0x00,0x8a,0x00, - 0x00,0x02,0x02,0x02, - 0x02,0x00,0x02,0x02, - 0x02,0x00,0x00,0x02, - 0x02,0x00,0x00,0x02, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xf0,0xf0,0xfe,0xfe, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0x00,0x00,0x00, - 0xf8,0xf8,0xf0,0xf0, - 0xf0,0xf0,0xf1,0xf1, - 0xf1,0xf1,0xf1,0xf1, - 0x5d,0xf7,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x55,0xff,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x55,0xff,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x55,0xff,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x55,0xff,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x55,0xff,0xfe,0xff, - 0x77,0xdd,0xff,0xff, - 0xed,0x50,0xfe,0xe0, - 0x7c,0xc0,0xbe,0xe0, - 0xf4,0x40,0x9e,0xe0, - 0xf4,0x40,0x98,0xe0, - 0x04,0x00,0x8e,0x00, - 0x14,0x00,0x3e,0x00, - 0x15,0x00,0x3e,0x00, - 0x15,0x00,0x3f,0x00, - 0x02,0x00,0x20,0x02, - 0x42,0x00,0xa2,0x02, - 0x40,0x02,0xe2,0x02, - 0x42,0x00,0xa2,0x02, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xf1,0xf1,0xf1,0xf1, - 0xf1,0xf1,0xf1,0xf1, - 0xf1,0xf1,0xf1,0xf1, - 0xf0,0xf0,0xf0,0xf0, - 0xd5,0x7f,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0xd5,0x7f,0xff,0xff, - 0x77,0xdd,0x3f,0x3f, - 0x55,0xff,0xff,0xff, - 0x77,0xdd,0xff,0xff, - 0x55,0xff,0xfe,0xff, - 0x77,0xdd,0xfe,0xff, - 0x55,0xff,0xfe,0xff, - 0x77,0xdd,0xff,0xff, - 0xd5,0x7f,0xfe,0xff, - 0xf7,0x5d,0xff,0xff, - 0xb4,0x40,0x98,0xe0, - 0xb4,0x40,0xf8,0x80, - 0xb0,0x40,0xf8,0x80, - 0xb0,0x40,0xe6,0xf8, - 0x2f,0x10,0x6f,0x38, - 0x7b,0x14,0x6f,0x38, - 0x5b,0x34,0x6d,0x3a, - 0x3b,0x54,0x3d,0x7a, - 0x40,0x02,0x82,0x02, - 0x42,0x00,0x82,0x02, - 0x40,0x02,0x82,0x02, - 0x42,0x04,0x4c,0xbc, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x3f,0x3f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xf8,0xf8,0xfc,0xfc, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xfc,0xfc, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xd5,0xff,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x55,0xff,0x1f,0x1f, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x5d,0xf7,0xff,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xd5,0x7f,0xc0,0xc0, - 0x00,0x00,0x00,0x00, - 0x0f,0x0f,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x40,0xe0,0x00,0x00, - 0x00,0x00,0x07,0x07, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x3f,0x3f,0x7f,0x7f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe,0xfc,0xfc,0xfc,0xfc, + 0xff,0xff,0xff,0xff,0xe3,0xe3,0x80,0x80,0x00,0x00,0x00,0x00,0x14,0x1c,0x3b,0x3f, + 0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0x7f,0x1f,0x1f,0x07,0x07,0x01,0x01,0x80,0x80, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0x7f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xfc,0xc0,0xc0,0x00,0x00, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x03,0x03,0x00,0x00,0x00,0x00, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0x7f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfe,0xfe,0xff,0xff, + 0x5e,0x75,0x6f,0x7e,0x77,0x5d,0x7f,0x7f,0x15,0x3f,0x1e,0x1f,0x17,0x1d,0x0f,0x0f, + 0xc0,0x60,0x48,0xb8,0xbe,0x44,0xbb,0xe1,0xed,0x50,0xf6,0xe8,0x6b,0xd4,0xf8,0xff, + 0x30,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x85,0x0f,0xf9,0x7e,0xab,0x54,0xec,0xbb, + 0x18,0x18,0x00,0x00,0x00,0x00,0x01,0x01,0x41,0xe3,0x5e,0xaf,0xff,0x05,0x5b,0xaf, + 0x00,0x00,0x03,0x03,0x37,0x1d,0xeb,0xff,0xdd,0x77,0xef,0xff,0x77,0xdd,0xff,0xff, + 0x00,0x00,0xfc,0xfc,0xea,0x54,0xb2,0xfa,0xdc,0x72,0xfe,0xfa,0x76,0xd8,0xfa,0xfe, + 0x3f,0x3f,0x3f,0x3f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x0d,0x0f,0x87,0x87,0x87,0x85,0xc7,0xc7,0x85,0x87,0x86,0x87,0x8f,0x8c,0x0f,0x0e, + 0x5b,0xf5,0xea,0xff,0x7f,0xd5,0xfa,0xff,0x3d,0xd7,0x8a,0x3f,0x3f,0x15,0xbb,0x3f, + 0xba,0x55,0xb9,0xee,0xee,0x55,0xaa,0xff,0xfa,0x55,0xb7,0xe8,0xc0,0x40,0xe0,0x80, + 0xbd,0x57,0x6f,0xbf,0xb7,0x5d,0x4f,0xbf,0xed,0x17,0x52,0xaf,0x7b,0x05,0x37,0x0b, + 0x55,0xff,0xff,0xff,0x77,0xdd,0xff,0xff,0x55,0xff,0xff,0xff,0x77,0xdd,0xff,0xff, + 0x5c,0xf4,0xfc,0xfc,0x7e,0xd4,0xfd,0xfb,0x59,0xf0,0xfa,0xf8,0x74,0xd8,0xf8,0xfc, + 0x0f,0x0f,0x03,0x03,0x01,0x01,0xc0,0xc0,0x50,0x30,0x18,0x08,0x06,0x04,0x81,0x03, + 0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0x7f,0x3f,0x3f,0x1f,0x1f,0x0f,0x0f,0x0f,0x0f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc, + 0x05,0x0e,0x1f,0x1e,0x16,0x1d,0x3b,0x3f,0x15,0x3f,0x3f,0x3f,0x77,0x5d,0x7f,0x7f, + 0x5d,0x37,0xae,0x7f,0xff,0x55,0xfb,0xff,0xdd,0x77,0xef,0xff,0x77,0xdd,0xfb,0xff, + 0xfc,0x10,0x7c,0xbc,0xf4,0x5c,0xbc,0xfc,0xdc,0x70,0xef,0xf8,0x77,0xdd,0xff,0xff, + 0x1f,0x01,0x1d,0x02,0x1e,0x01,0x1c,0x03,0x1e,0x01,0xfd,0x22,0x7e,0xc1,0x95,0xea, + 0xd5,0x7f,0xff,0xff,0xf7,0x5d,0xbf,0xff,0xd5,0x7f,0xbf,0xff,0xf7,0x5d,0xbf,0xff, + 0x54,0xfc,0xfc,0xfe,0x76,0xdc,0xff,0xfe,0x55,0xfe,0xff,0xfe,0x77,0xdd,0xff,0xfe, + 0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x07,0x87,0x83,0x83,0x43,0x43,0x21,0x21,0x21,0x01,0x10,0x10,0x10,0x10,0x18,0x08, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0x7f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xfc,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8, + 0x55,0x7f,0x3e,0x3f,0x37,0x1d,0x3f,0x3f,0x15,0x1f,0x6a,0x7f,0x75,0xc0,0xe8,0xf0, + 0xdd,0x77,0xee,0xff,0x77,0xdd,0xfa,0xff,0xde,0x75,0xeb,0xfe,0xfe,0x55,0xcd,0x3a, + 0x55,0xff,0xfe,0xff,0xf7,0x5d,0xbe,0xff,0xbd,0x57,0x6f,0xbf,0xbf,0x55,0x4f,0xbf, + 0xae,0x51,0x95,0xea,0xaa,0x55,0xc6,0xbb,0xab,0x55,0xba,0xef,0x6f,0xd5,0xeb,0xff, + 0xbd,0x57,0xaf,0xff,0xbf,0x55,0x8b,0xff,0xed,0x57,0xf2,0xef,0x7f,0xd5,0xff,0xff, + 0x55,0xfe,0xff,0xfe,0x77,0xdc,0xf9,0xfe,0xdf,0x74,0xfa,0xfc,0x71,0xdc,0xff,0xf8, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00, + 0x00,0x08,0x08,0x08,0x04,0x04,0x06,0x02,0x00,0x02,0x02,0x02,0x06,0x00,0x02,0x02, + 0x7f,0x7f,0x3f,0x3f,0x3f,0x3f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xf8,0xfc,0xfc,0xff,0xff,0xff,0xff, + 0x5d,0xf0,0xfd,0xfa,0xf7,0xdd,0x3f,0x3f,0x05,0x07,0x03,0x03,0x00,0x00,0xe0,0xe0, + 0x1f,0x00,0x8f,0x00,0x55,0x80,0xff,0xe0,0x59,0xf7,0xff,0xff,0x60,0x60,0x00,0x00, + 0xfd,0x17,0xcf,0x3f,0xb7,0x5d,0xff,0xff,0x55,0xff,0xff,0xff,0x77,0xdd,0xff,0xff, + 0x5d,0xf7,0xee,0xff,0x7f,0xd5,0xfa,0xff,0x5f,0xf5,0xee,0xff,0x77,0xdd,0xff,0xff, + 0x55,0xff,0xff,0xff,0xb7,0x5d,0xfb,0xbf,0xdd,0x77,0xfe,0xff,0x77,0xdd,0xff,0xff, + 0x5d,0xf0,0xfe,0xe0,0xfd,0x40,0xbf,0xe0,0xef,0x50,0xb6,0xe8,0x6d,0xd0,0xaf,0xf0, + 0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0x8a,0x00, + 0x00,0x02,0x02,0x02,0x02,0x00,0x02,0x02,0x02,0x00,0x00,0x02,0x02,0x00,0x00,0x02, + 0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf0,0xf0,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x00,0x00,0x00,0xf8,0xf8,0xf0,0xf0,0xf0,0xf0,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1, + 0x5d,0xf7,0xff,0xff,0x77,0xdd,0xff,0xff,0x55,0xff,0xff,0xff,0x77,0xdd,0xff,0xff, + 0x55,0xff,0xff,0xff,0x77,0xdd,0xff,0xff,0x55,0xff,0xff,0xff,0x77,0xdd,0xff,0xff, + 0x55,0xff,0xff,0xff,0x77,0xdd,0xff,0xff,0x55,0xff,0xfe,0xff,0x77,0xdd,0xff,0xff, + 0xed,0x50,0xfe,0xe0,0x7c,0xc0,0xbe,0xe0,0xf4,0x40,0x9e,0xe0,0xf4,0x40,0x98,0xe0, + 0x04,0x00,0x8e,0x00,0x14,0x00,0x3e,0x00,0x15,0x00,0x3e,0x00,0x15,0x00,0x3f,0x00, + 0x02,0x00,0x20,0x02,0x42,0x00,0xa2,0x02,0x40,0x02,0xe2,0x02,0x42,0x00,0xa2,0x02, + 0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf1,0xf0,0xf0,0xf0,0xf0, + 0xd5,0x7f,0xff,0xff,0x77,0xdd,0xff,0xff,0xd5,0x7f,0xff,0xff,0x77,0xdd,0x3f,0x3f, + 0x55,0xff,0xff,0xff,0x77,0xdd,0xff,0xff,0x55,0xff,0xfe,0xff,0x77,0xdd,0xfe,0xff, + 0x55,0xff,0xfe,0xff,0x77,0xdd,0xff,0xff,0xd5,0x7f,0xfe,0xff,0xf7,0x5d,0xff,0xff, + 0xb4,0x40,0x98,0xe0,0xb4,0x40,0xf8,0x80,0xb0,0x40,0xf8,0x80,0xb0,0x40,0xe6,0xf8, + 0x2f,0x10,0x6f,0x38,0x7b,0x14,0x6f,0x38,0x5b,0x34,0x6d,0x3a,0x3b,0x54,0x3d,0x7a, + 0x40,0x02,0x82,0x02,0x42,0x00,0x82,0x02,0x40,0x02,0x82,0x02,0x42,0x04,0x4c,0xbc, + 0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x3f,0x3f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf8,0xf8,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0xfc,0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xd5,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x55,0xff,0x1f,0x1f,0x00,0x00,0x00,0x00,0x80,0x80,0xff,0xff,0xff,0xff,0xff,0xff, + 0x5d,0xf7,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0xff,0xff, + 0xd5,0x7f,0xc0,0xc0,0x00,0x00,0x00,0x00,0x0f,0x0f,0xff,0xff,0xff,0xff,0xff,0xff, + 0x40,0xe0,0x00,0x00,0x00,0x00,0x07,0x07,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x3f,0x3f,0x7f,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/largemap_1.c b/gbdk-support/png2asset/testing/ref/largemap_1.c @@ -18,942 +18,240 @@ const palette_color_t largemap_1_palettes[16] = { }; const uint8_t largemap_1_tiles[3744] = { - 0x5c,0x63,0x33,0x3c, - 0x2d,0x10,0x5a,0x20, - 0xdd,0x20,0xbf,0x40, - 0xbf,0x40,0x1b,0x64, - 0x02,0xfe,0xcc,0x3c, - 0x74,0x08,0xfa,0x04, - 0xfb,0x04,0xfb,0x06, - 0xd3,0x2e,0xc6,0x3e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0x3c,0x03,0x0f,0x00, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x44, - 0x28,0x82,0x44,0x92, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x44,0x28,0x82, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x17,0x10,0x17,0x30, - 0x67,0x10,0x77,0x08, - 0x3b,0x08,0x0b,0x38, - 0x7b,0x18,0xe7,0x30, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfc,0x0e,0xf4,0x06, - 0xf7,0x08,0xeb,0x0c, - 0xe0,0x0e,0xec,0x10, - 0xe6,0x18,0xe0,0x0c, - 0x63,0x9c,0x7d,0x82, - 0x7e,0x81,0xbb,0xc4, - 0xcf,0xfc,0x87,0xfc, - 0x82,0xff,0x48,0x77, - 0xda,0x3e,0x99,0x67, - 0x39,0xc7,0xa3,0x7f, - 0xbd,0x7f,0x21,0xff, - 0xc1,0xff,0x02,0xfe, - 0x38,0x44,0x00,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x00, - 0x44,0x92,0x38,0x44, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x0f,0x60,0x6f,0x10, - 0xef,0x10,0xcf,0x20, - 0x1f,0x60,0x0f,0x30, - 0x0f,0x10,0x07,0x10, - 0xec,0x10,0xd8,0x24, - 0xf8,0x18,0xac,0x4c, - 0x93,0x64,0xd7,0x28, - 0xee,0x08,0xec,0x0e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0xc4,0x3f,0x60,0x1f, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x63,0xfc,0xc6,0xf8, - 0x00,0x03,0x03,0x0c, - 0x0d,0x10,0x1a,0x20, - 0x1d,0x20,0x3f,0x40, - 0x3f,0x40,0x1b,0x64, - 0x00,0xc0,0xc0,0x30, - 0x70,0x08,0xf8,0x04, - 0xf8,0x04,0xfa,0x06, - 0xd2,0x2e,0xc6,0x3e, - 0x07,0x30,0x77,0x10, - 0xd7,0x30,0x23,0x7c, - 0x31,0x4e,0x74,0x0b, - 0x66,0x19,0x02,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xc1,0x3e, - 0x8c,0x73,0x2e,0xd1, - 0x27,0x00,0x0f,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x7f,0x80, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0x3c,0x03,0x0f,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfa,0xae, - 0xff,0x06,0xfd,0x1b, - 0xe6,0x31,0xf2,0x20, - 0xf8,0x20,0xe0,0x30, - 0xf0,0x40,0xe0,0x90, - 0xff,0xfb,0x35,0xce, - 0xbb,0x40,0x9a,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xbe,0x4d,0xf3, - 0xae,0x50,0xa6,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xe0,0x5f,0xbf, - 0xcc,0x33,0x9c,0x00, - 0x18,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xee,0xd5,0x3b, - 0xec,0x03,0x69,0x00, - 0x01,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x00,0xff,0xf8, - 0xcf,0x36,0xc9,0x03, - 0x83,0x01,0x07,0x01, - 0x03,0x06,0x07,0x01, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfe,0x01, - 0xf9,0x06,0xf1,0x0c, - 0xf4,0x08,0xe6,0x08, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x9f,0x60, - 0x80,0x7f,0x0c,0xf3, - 0x7c,0x80,0xf8,0x00, - 0xf4,0x06,0xf8,0x02, - 0xf8,0x04,0xe3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0xe7,0x5c, - 0xf7,0xcf,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xee,0xaa,0xfe, - 0x82,0xc6,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0x92,0xee, - 0xbb,0xef,0xaa,0xfe, - 0x29,0x7d,0x01,0x44, - 0x39,0x83,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0xc0,0xe0,0xe0,0x30, - 0xfc,0x10,0xfc,0x20, - 0xf8,0x20,0xe0,0x38, - 0xf0,0x18,0xfc,0x20, - 0x0f,0x01,0x0f,0x02, - 0x03,0x06,0x0d,0x03, - 0x07,0x01,0x03,0x01, - 0x01,0x03,0x07,0x01, - 0xa2,0xde,0xa2,0xde, - 0x64,0x5c,0x74,0x4c, - 0x54,0x6c,0x44,0x7c, - 0x00,0x38,0x00,0x00, - 0xe0,0x30,0xf0,0x40, - 0xe0,0x90,0xc0,0xe0, - 0xe0,0x30,0xfc,0x10, - 0xf4,0x38,0xf8,0x20, - 0x0f,0x02,0x07,0x0c, - 0x0f,0x02,0x1f,0x02, - 0x1f,0x04,0x07,0x0c, - 0x1b,0x06,0x07,0x02, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xe0,0x38,0xf0,0x18, - 0xfc,0x20,0xec,0x30, - 0xe0,0x38,0xf0,0x40, - 0xd8,0x60,0xe0,0x30, - 0x03,0x02,0x03,0x06, - 0x0f,0x02,0x0f,0x01, - 0x07,0x01,0x01,0x07, - 0x0d,0x03,0x1b,0x06, - 0xaa,0xfe,0xaa,0xfe, - 0x28,0x7c,0x00,0x44, - 0x38,0x82,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xcf,0x80,0xf0,0x80, - 0xe0,0x80,0x60,0xc0, - 0xfe,0x40,0xa0,0xc0, - 0x40,0x80,0x80,0x00, - 0x79,0x01,0x07,0x01, - 0x01,0x01,0x03,0x02, - 0xcb,0x02,0x01,0x03, - 0x00,0x01,0x01,0x00, - 0xf0,0x40,0xc0,0x70, - 0xe0,0x30,0xf8,0x40, - 0xd8,0x60,0xc0,0x70, - 0xe0,0x80,0xb0,0xc0, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0x67,0x5c, - 0x77,0x4f,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xc6,0xa2,0xde, - 0xa2,0xde,0xe4,0x5c, - 0xf4,0xcc,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xc0,0x60,0xf0,0x40, - 0xe4,0x40,0xce,0x60, - 0xff,0x73,0xff,0x4e, - 0xfb,0x46,0xf3,0x4e, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x10,0x80, - 0x32,0xc4,0xab,0xdc, - 0xf5,0x7f,0xf3,0x0f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x30,0x00,0x70,0x80, - 0xe0,0x90,0x40,0xe0, - 0x00,0x00,0x0c,0x00, - 0x0e,0x01,0x06,0x09, - 0x01,0x1f,0x32,0x0e, - 0x1d,0x04,0x0e,0x1d, - 0x30,0x00,0x70,0x00, - 0x62,0x90,0x97,0xf8, - 0x9d,0x9a,0x6b,0x0f, - 0x10,0xe0,0x07,0xf8, - 0x00,0x00,0x00,0x00, - 0x06,0x80,0x07,0x88, - 0xcb,0x8c,0xed,0x9f, - 0x30,0x58,0xc4,0x73, - 0x0c,0x00,0x1c,0x00, - 0x58,0xe0,0x60,0xf8, - 0x80,0x8e,0x31,0x84, - 0x1f,0x68,0x0e,0xfc, - 0x40,0xe0,0xe0,0x90, - 0x70,0x80,0x30,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x00, - 0x04,0x00,0x0b,0x00, - 0x1c,0x18,0x1d,0x12, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0x00, - 0x20,0x00,0xd0,0x00, - 0x30,0x10,0xd0,0x30, - 0xeb,0x5c,0xf1,0x3e, - 0xe3,0x3c,0xf7,0x28, - 0xff,0x20,0xfb,0x44, - 0xff,0x44,0xff,0x44, - 0xf0,0x0f,0xe0,0x1f, - 0xe1,0x1e,0x47,0xbc, - 0x07,0xfc,0x8b,0x7c, - 0x99,0x76,0x9b,0x66, - 0x00,0x7c,0x00,0x82, - 0x00,0x82,0xc6,0x82, - 0xbe,0xc2,0xca,0xf6, - 0xaa,0xf6,0xaa,0xb6, - 0x00,0x3e,0x00,0x41, - 0x00,0x41,0x63,0x41, - 0x7d,0x43,0x53,0x6f, - 0x55,0x6f,0x55,0x6d, - 0x48,0x3b,0x14,0x33, - 0x18,0x37,0x79,0x16, - 0x75,0x0a,0x39,0x0a, - 0x0b,0x38,0x73,0x18, - 0x50,0xaf,0xf9,0x06, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x08,0x87,0x21,0xde, - 0x0b,0xf4,0x9f,0x60, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x04,0xf6,0x86,0x7e, - 0xd6,0x28,0xef,0x08, - 0xeb,0x0c,0xec,0x0e, - 0xec,0x10,0xe6,0x18, - 0x0d,0x0a,0x19,0x0e, - 0x1c,0x07,0x0c,0x03, - 0x07,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x10,0xf0,0x18,0xf0, - 0x38,0xe0,0xf0,0xc0, - 0xe0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xb2,0x4f, - 0xb2,0x4f,0xcf,0x3c, - 0x7f,0x00,0x3e,0x00, - 0x93,0x6e,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xd3,0xef,0xcf,0x3c, - 0xff,0x00,0x7c,0x00, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0x96,0x78, - 0x0d,0x9b,0x6a,0x0e, - 0x91,0x60,0x04,0xfb, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0xfc,0xdf, - 0x38,0x78,0x84,0x03, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0x60,0x9f,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x06,0xf9,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x05,0xfc,0xfd,0x04, - 0xfd,0x04,0xfd,0x04, - 0x05,0xfc,0xfd,0x04, - 0xfd,0x04,0xfd,0x04, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfb,0xaf, - 0x77,0x10,0x37,0x30, - 0xa3,0x34,0xcb,0x64, - 0x93,0x8c,0x47,0x38, - 0x87,0x78,0x17,0xe8, - 0xe0,0x0c,0xcc,0x10, - 0xf8,0x24,0xd0,0x18, - 0xa0,0x4c,0x93,0x64, - 0x97,0x68,0xde,0x28, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x11,0x00,0x01,0x00, - 0x01,0x00,0x11,0x00, - 0xff,0x00,0x10,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x10,0x00, - 0xff,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0xdd,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0x40,0xbf,0xee,0x11, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x38,0xc7,0x00,0xff, - 0xc7,0x38,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xde,0x21, - 0xde,0x21,0xde,0x21, - 0x00,0x00,0x00,0x1e, - 0x1e,0x21,0x33,0x40, - 0x3f,0x21,0x7e,0x7f, - 0xe5,0x46,0xc7,0x5f, - 0x00,0x78,0x78,0x84, - 0xcc,0x02,0xf8,0x84, - 0x7c,0xfc,0xf6,0x0e, - 0x9b,0x06,0xf3,0x0e, - 0xbb,0xee,0xab,0xff, - 0x82,0xc6,0x39,0x83, - 0xc7,0x82,0xdb,0xa7, - 0xda,0xa6,0x92,0xee, - 0x3f,0xc0,0x7f,0x80, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0c,0x00,0x0e,0x01, - 0x07,0x09,0x02,0x07, - 0x00,0x00,0x00,0x00, - 0x80,0x00,0xc2,0x10, - 0xe6,0x78,0xf5,0x9b, - 0xff,0x0e,0xe7,0x1c, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x06,0x00, - 0x47,0x88,0x63,0x9c, - 0xa7,0xdf,0xfa,0x7f, - 0x00,0x80,0x11,0x80, - 0x10,0x80,0x01,0x80, - 0x01,0x80,0x01,0x80, - 0x11,0x80,0x12,0x81, - 0x11,0x00,0x11,0x00, - 0x11,0x00,0x12,0x01, - 0x19,0x06,0x25,0x1a, - 0x9c,0x63,0x7f,0x80, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x00,0xff, - 0xef,0x10,0xef,0x10, - 0x00,0xff,0xbe,0x41, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0x5d,0x80, - 0x9a,0x60,0xe5,0x18, - 0xf9,0x06,0xfe,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0xff,0x00, - 0xef,0x10,0xff,0x00, - 0x00,0xff,0x7e,0x81, - 0x7e,0x81,0x7e,0x81, - 0xee,0x08,0xec,0x08, - 0xcd,0x2c,0xd5,0x26, - 0xc8,0x31,0xe2,0x1c, - 0xe8,0x17,0xf8,0x07, - 0xc2,0x5f,0xc0,0x5f, - 0xe0,0x60,0xfc,0x5f, - 0xef,0x50,0xe0,0x5f, - 0xdf,0x60,0xbf,0x7f, - 0xfb,0xf6,0xc3,0xfa, - 0x77,0x06,0x3f,0xfa, - 0xf7,0x0a,0x07,0xfa, - 0xfb,0x06,0xfd,0xfe, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0xc1,0x00,0xf1,0x00, - 0xad,0x00,0xdf,0x00, - 0xaa,0x01,0xdc,0x01, - 0xab,0x01,0xdd,0x00, - 0xfc,0x00,0x04,0x00, - 0x74,0x00,0x04,0x00, - 0xf8,0x04,0xf8,0x04, - 0xcc,0xfc,0x9f,0xf8, - 0xc5,0x32,0x09,0x66, - 0x6b,0x14,0xef,0x10, - 0xcf,0x20,0x3f,0x60, - 0xcf,0x30,0x0f,0x10, - 0xff,0x00,0xff,0x00, - 0xfe,0x01,0xf0,0x0e, - 0xe0,0x10,0xc0,0x20, - 0xb0,0x40,0x38,0x40, - 0xff,0x00,0xff,0x00, - 0x0f,0xf0,0x03,0x0c, - 0x01,0x02,0x01,0x02, - 0x05,0x02,0x0a,0x06, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc8,0x3f,0x42,0xbd, - 0x1b,0xe4,0x9b,0x64, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x6f,0x98, - 0x00,0xff,0x11,0xee, - 0x39,0xc6,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0x79,0x86,0x7b,0x86, - 0xca,0x3d,0x46,0xb9, - 0x0e,0xf9,0x9e,0x7d, - 0xfd,0x3f,0xbf,0x7f, - 0xff,0x7f,0x7f,0xff, - 0x00,0xff,0x11,0xee, - 0x3b,0xc6,0xd3,0xee, - 0xe7,0xfc,0xf7,0xfc, - 0xfd,0xfe,0xff,0xfe, - 0x1f,0x86,0xbf,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x48,0x81,0x48, - 0x81,0x48,0xc0,0x3f, - 0xc0,0x24,0xc0,0x24, - 0xbe,0x41,0xbf,0x7f, - 0xe0,0x3f,0xe7,0x3f, - 0xe4,0x3f,0xe3,0x3c, - 0xe0,0x3f,0xf0,0x1f, - 0xff,0x00,0xff,0xfc, - 0x07,0xfc,0xe7,0xfc, - 0x27,0xdc,0xf7,0x3c, - 0x37,0xfc,0x0f,0xf8, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfa,0x61,0xfd,0x39, - 0xff,0x27,0xfc,0x24, - 0xdc,0x24,0xfc,0x44, - 0xf8,0x48,0xf8,0x48, - 0xfc,0x03,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xc6, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xff,0x00, - 0xca,0xf9,0x0c,0xf9, - 0x82,0x39,0xd4,0x09, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x3f,0x40,0xbf,0x00, - 0xdf,0x00,0xa3,0x40, - 0xc4,0x38,0xe0,0x1f, - 0xf8,0x07,0xff,0x00, - 0x12,0x0e,0xc2,0x3e, - 0xc1,0x3c,0x82,0x71, - 0x09,0x06,0x03,0xfc, - 0x0f,0xf0,0xff,0x00, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xfe,0x00,0x78,0x00, - 0x33,0xce,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xa3,0xdf,0xcf,0x3c, - 0xff,0x00,0x79,0x00, - 0x7d,0xff,0x6a,0xff, - 0xb0,0xff,0xc0,0x7f, - 0x4f,0xf0,0xff,0x80, - 0xff,0x00,0x78,0x00, - 0x7f,0xfe,0xaf,0xfe, - 0x1b,0xfe,0x05,0xfe, - 0xe3,0x1f,0xff,0x00, - 0xff,0x00,0x78,0x00, - 0x1d,0x12,0x3c,0x13, - 0x3e,0x09,0x3f,0x09, - 0x3f,0x09,0x3f,0x07, - 0x3f,0x00,0x3f,0x00, - 0xff,0x00,0x1f,0xe0, - 0xdf,0x20,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xf8,0x00, - 0xf0,0x1f,0xf0,0x1f, - 0xff,0x1f,0xff,0xf0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0x08,0xff,0x0f,0xf8, - 0xff,0xf8,0xff,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0xff,0x00,0xf8,0x07, - 0xfb,0x04,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0x00, - 0xb8,0x48,0x3c,0xc8, - 0x7c,0x90,0xfc,0x90, - 0xfc,0x90,0xfc,0xe0, - 0xfc,0x00,0xfc,0x00, - 0x1f,0x86,0x3f,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x12,0x81,0x12, - 0x81,0x12,0x03,0xfc, - 0x03,0x24,0x03,0x24, - 0x07,0x02,0x03,0x02, - 0x03,0x06,0x0f,0x02, - 0x0f,0x01,0x07,0x01, - 0x01,0x07,0x0d,0x03, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x01,0x00,0x0e,0x00, - 0x10,0x00,0x20,0x00, - 0x70,0x00,0x38,0x40, - 0x3f,0x40,0x3f,0x40, - 0xf0,0x00,0x0c,0x00, - 0x02,0x00,0x00,0x02, - 0x04,0x02,0x08,0x06, - 0x12,0x0e,0xc2,0x3e, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x40,0x00, - 0xc8,0x11,0xac,0x73, - 0xf4,0xdb,0xef,0x1f, - 0x1b,0x06,0x0f,0x02, - 0x07,0x02,0xd3,0x06, - 0xff,0x0e,0x73,0x9e, - 0xf3,0xfe,0xd3,0x3e, - 0xfb,0x04,0xff,0x00, - 0xfb,0x04,0xff,0x00, - 0xdf,0x20,0xdf,0x20, - 0xfb,0x04,0x9a,0x65, - 0xff,0x00,0x7d,0x82, - 0x6f,0x90,0xfd,0x02, - 0x6d,0x92,0xef,0x10, - 0xff,0x00,0xd9,0x26, - 0x80,0x00,0x00,0x80, - 0x80,0xc0,0xde,0x40, - 0x60,0xc0,0xe0,0x80, - 0xe0,0x80,0xf0,0x80, - 0x01,0x00,0x00,0x01, - 0x01,0x03,0xcb,0x02, - 0x03,0x02,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x1f,0x20,0x6f,0x10, - 0xf1,0x0e,0x7e,0x01, - 0x1f,0x00,0x40,0x00, - 0x60,0x00,0x20,0x00, - 0xc2,0x3e,0x84,0x7c, - 0x8e,0x78,0xf8,0xf0, - 0xf6,0x00,0x0e,0x00, - 0x8c,0x00,0x00,0x00, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7d,0x82, - 0x7d,0x82,0x7d,0x82, - 0x00,0xff,0xfe,0x01, - 0xee,0x11,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x13,0xee,0x3b,0xce, - 0x3f,0xc4,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0x7b,0x86,0x7b,0x86, - 0x3e,0xc1,0x08,0xf7, - 0x80,0x7f,0xcb,0x34, - 0x7f,0x80,0x3e,0xc1, - 0x00,0xff,0x00,0xff, - 0x9c,0x63,0x84,0x7b, - 0x81,0x7e,0xd3,0x2c, - 0xfe,0x01,0x7c,0x83, - 0x00,0xff,0x00,0xff, - 0xef,0x90,0xb0,0xc0, - 0xf0,0x80,0xf0,0x80, - 0xf8,0x80,0xf8,0x80, - 0x77,0xc8,0xd8,0x60, - 0x3d,0x01,0x03,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0xb3,0x02,0x0f,0x02, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xbf,0x20,0xbf,0x20, - 0xf7,0x78,0xc3,0x44, - 0x80,0x83,0x83,0xc6, - 0xbb,0xc6,0x9b,0xe6, - 0xfd,0x04,0xfd,0x04, - 0xef,0x1e,0xc3,0x22, - 0x01,0xc1,0xc1,0x63, - 0xdd,0x63,0xd9,0x67, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xff,0x00,0x8e,0x00, - 0x33,0xce,0x33,0xce, - 0x33,0xce,0x33,0xce, - 0x97,0xee,0xcf,0x3c, - 0xfe,0x00,0x7c,0x00, - 0x04,0xfb,0x03,0xfc, - 0x00,0xff,0x10,0xef, - 0x90,0x6f,0x73,0x8c, - 0x7f,0x80,0x7f,0x80, - 0xa0,0x5f,0xc0,0x3f, - 0x00,0xff,0x04,0xfb, - 0x0d,0xf2,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0xf8,0x40,0x78,0xc0, - 0xf8,0x80,0xf0,0x80, - 0xf0,0x00,0xe0,0x00, - 0xc0,0x00,0x00,0x00, - 0x02,0x03,0x02,0x03, - 0x06,0x03,0x07,0x01, - 0x07,0x01,0x03,0x00, - 0x01,0x00,0x00,0x00, - 0x9a,0xe6,0xb2,0xce, - 0xb2,0xce,0xb4,0xcc, - 0x48,0x78,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x59,0x67,0x4d,0x73, - 0x4d,0x73,0x2d,0x33, - 0x12,0x1e,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x7d,0x82,0x78,0x87, - 0x7f,0x80,0x0f,0xf0, - 0x43,0xbc,0x78,0x87, - 0x87,0x78,0x00,0xff, - 0xbe,0x41,0x1e,0xe1, - 0xee,0x11,0xf0,0x0f, - 0xc0,0x3f,0x00,0xff, - 0xe1,0x1e,0x00,0xff, - 0xbf,0x40,0xcf,0x30, - 0xf0,0x0f,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xf3,0x0c, - 0x0f,0xf0,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0x68,0x10,0x28,0x10, - 0x80,0x30,0x88,0x60, - 0x40,0x80,0xa0,0x00, - 0xc0,0x00,0xa0,0x00, - 0xc9,0x3e,0x3c,0x03, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x73,0xfc,0x3c,0xc0, - 0xf0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x38,0x00, - 0x44,0x00,0xba,0x00, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x2c,0x10,0x18,0x24, - 0x00,0x38,0x30,0x0c, - 0x6b,0x04,0xb7,0x08, - 0x5e,0x08,0x7c,0x0e, - 0x05,0x00,0x03,0x00, - 0x05,0x00,0x02,0x01, - 0x11,0x06,0x01,0x0c, - 0x14,0x08,0x16,0x08, - 0x01,0x00,0x28,0x00, - 0x51,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0x80,0x00,0x02,0x00, - 0x55,0x00,0x1e,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x01,0x00,0x82,0x00, - 0x55,0x00,0x9e,0x60, - 0xc0,0x3f,0x4c,0xb3, - 0x1c,0x00,0x18,0x00, - 0xec,0x06,0xbc,0x02, - 0x72,0x04,0xc3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xf3,0x4c,0xf7,0x28, - 0xef,0x30,0xff,0x20, - 0xff,0x20,0xfa,0x25, - 0xfe,0x25,0xff,0x44, - 0xf1,0x0e,0xf1,0x0e, - 0xf9,0x06,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0xf9,0x06,0xfb,0x06, - 0xc7,0x38,0xcf,0x30, - 0x9f,0x60,0xbf,0x40, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0x07,0xf8,0x8f,0x70, - 0x8f,0x70,0xa7,0x58, - 0xf5,0x0a,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0xf3,0x0e,0xf3,0x0e, - 0xfb,0x06,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0xff,0x04,0xfb,0x06, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xf9,0x46, - 0xfb,0x46,0xfb,0x46, - 0xfb,0x46,0xf2,0x4f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xba,0x47,0x6a,0x97, - 0x62,0x9f,0xf2,0x0f, - 0xff,0x08,0xe7,0x18, - 0xe3,0x1c,0xf3,0x0c, - 0xf7,0x0c,0xf7,0x0c, - 0xf5,0x0e,0xe4,0x1f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xda,0x27,0xea,0x17, - 0xe2,0x1f,0xc2,0x3f, - 0xff,0x08,0xe7,0x18, - 0x63,0x9c,0xb3,0x4c, - 0x77,0x8c,0xf7,0x0c, - 0xd5,0x2e,0xc4,0x3f, - 0xb3,0x4e,0xf3,0x0e, - 0xb3,0x4e,0xbb,0x46, - 0xdb,0x26,0xeb,0x16, - 0xf3,0x1e,0x73,0x9e, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x38,0xc7,0x00,0xff, - 0x07,0xf8,0x3f,0xc0, - 0x7f,0x80,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0xa0,0x00,0xc0,0x00, - 0xa0,0x00,0x40,0x80, - 0x88,0x60,0x80,0x30, - 0x28,0x10,0x68,0x10, - 0x05,0x00,0x03,0x00, - 0x05,0x00,0x02,0x01, - 0x11,0x06,0x01,0x0c, - 0x14,0x08,0x16,0x08, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0x6b,0x04, - 0x77,0x08,0x5e,0x08, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x3c,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0xd6,0x78, - 0x6c,0x9b,0xfd,0x0e, - 0xdf,0x00,0xf5,0x00, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0x3c,0xdf, - 0xbf,0x78,0xab,0x00, - 0x68,0x10,0x28,0x10, - 0x80,0x30,0x88,0x60, - 0x40,0x80,0xa0,0x00, - 0xc0,0x00,0xa0,0x00 + 0x5c,0x63,0x33,0x3c,0x2d,0x10,0x5a,0x20,0xdd,0x20,0xbf,0x40,0xbf,0x40,0x1b,0x64, + 0x02,0xfe,0xcc,0x3c,0x74,0x08,0xfa,0x04,0xfb,0x04,0xfb,0x06,0xd3,0x2e,0xc6,0x3e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0x3c,0x03,0x0f,0x00, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x3c,0xc0,0xf0,0x00, + 0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82,0x44,0x92, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x17,0x10,0x17,0x30,0x67,0x10,0x77,0x08,0x3b,0x08,0x0b,0x38,0x7b,0x18,0xe7,0x30, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfc,0x0e,0xf4,0x06,0xf7,0x08,0xeb,0x0c,0xe0,0x0e,0xec,0x10,0xe6,0x18,0xe0,0x0c, + 0x63,0x9c,0x7d,0x82,0x7e,0x81,0xbb,0xc4,0xcf,0xfc,0x87,0xfc,0x82,0xff,0x48,0x77, + 0xda,0x3e,0x99,0x67,0x39,0xc7,0xa3,0x7f,0xbd,0x7f,0x21,0xff,0xc1,0xff,0x02,0xfe, + 0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00, + 0x44,0x92,0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00, + 0x0f,0x60,0x6f,0x10,0xef,0x10,0xcf,0x20,0x1f,0x60,0x0f,0x30,0x0f,0x10,0x07,0x10, + 0xec,0x10,0xd8,0x24,0xf8,0x18,0xac,0x4c,0x93,0x64,0xd7,0x28,0xee,0x08,0xec,0x0e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0xc4,0x3f,0x60,0x1f, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x63,0xfc,0xc6,0xf8, + 0x00,0x03,0x03,0x0c,0x0d,0x10,0x1a,0x20,0x1d,0x20,0x3f,0x40,0x3f,0x40,0x1b,0x64, + 0x00,0xc0,0xc0,0x30,0x70,0x08,0xf8,0x04,0xf8,0x04,0xfa,0x06,0xd2,0x2e,0xc6,0x3e, + 0x07,0x30,0x77,0x10,0xd7,0x30,0x23,0x7c,0x31,0x4e,0x74,0x0b,0x66,0x19,0x02,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xc1,0x3e,0x8c,0x73,0x2e,0xd1,0x27,0x00,0x0f,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x80,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfa,0xae, + 0xff,0x06,0xfd,0x1b,0xe6,0x31,0xf2,0x20,0xf8,0x20,0xe0,0x30,0xf0,0x40,0xe0,0x90, + 0xff,0xfb,0x35,0xce,0xbb,0x40,0x9a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xbe,0x4d,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xe0,0x5f,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xee,0xd5,0x3b,0xec,0x03,0x69,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0xf8,0xcf,0x36,0xc9,0x03,0x83,0x01,0x07,0x01,0x03,0x06,0x07,0x01, + 0xff,0x00,0xff,0x00,0xff,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xfe,0x01,0xf9,0x06,0xf1,0x0c,0xf4,0x08,0xe6,0x08, + 0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x80,0x7f,0x0c,0xf3,0x7c,0x80,0xf8,0x00, + 0xf4,0x06,0xf8,0x02,0xf8,0x04,0xe3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0xe7,0x5c,0xf7,0xcf,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xee,0xaa,0xfe,0x82,0xc6,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0x92,0xee, + 0xbb,0xef,0xaa,0xfe,0x29,0x7d,0x01,0x44,0x39,0x83,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xfc,0x20,0xf8,0x20,0xe0,0x38,0xf0,0x18,0xfc,0x20, + 0x0f,0x01,0x0f,0x02,0x03,0x06,0x0d,0x03,0x07,0x01,0x03,0x01,0x01,0x03,0x07,0x01, + 0xa2,0xde,0xa2,0xde,0x64,0x5c,0x74,0x4c,0x54,0x6c,0x44,0x7c,0x00,0x38,0x00,0x00, + 0xe0,0x30,0xf0,0x40,0xe0,0x90,0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xf4,0x38,0xf8,0x20, + 0x0f,0x02,0x07,0x0c,0x0f,0x02,0x1f,0x02,0x1f,0x04,0x07,0x0c,0x1b,0x06,0x07,0x02, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xe0,0x38,0xf0,0x18,0xfc,0x20,0xec,0x30,0xe0,0x38,0xf0,0x40,0xd8,0x60,0xe0,0x30, + 0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03,0x1b,0x06, + 0xaa,0xfe,0xaa,0xfe,0x28,0x7c,0x00,0x44,0x38,0x82,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xcf,0x80,0xf0,0x80,0xe0,0x80,0x60,0xc0,0xfe,0x40,0xa0,0xc0,0x40,0x80,0x80,0x00, + 0x79,0x01,0x07,0x01,0x01,0x01,0x03,0x02,0xcb,0x02,0x01,0x03,0x00,0x01,0x01,0x00, + 0xf0,0x40,0xc0,0x70,0xe0,0x30,0xf8,0x40,0xd8,0x60,0xc0,0x70,0xe0,0x80,0xb0,0xc0, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00,0x00,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0x67,0x5c,0x77,0x4f,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xc6,0xa2,0xde,0xa2,0xde,0xe4,0x5c,0xf4,0xcc,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xc0,0x60,0xf0,0x40,0xe4,0x40,0xce,0x60,0xff,0x73,0xff,0x4e,0xfb,0x46,0xf3,0x4e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x80,0x32,0xc4,0xab,0xdc,0xf5,0x7f,0xf3,0x0f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x70,0x80,0xe0,0x90,0x40,0xe0, + 0x00,0x00,0x0c,0x00,0x0e,0x01,0x06,0x09,0x01,0x1f,0x32,0x0e,0x1d,0x04,0x0e,0x1d, + 0x30,0x00,0x70,0x00,0x62,0x90,0x97,0xf8,0x9d,0x9a,0x6b,0x0f,0x10,0xe0,0x07,0xf8, + 0x00,0x00,0x00,0x00,0x06,0x80,0x07,0x88,0xcb,0x8c,0xed,0x9f,0x30,0x58,0xc4,0x73, + 0x0c,0x00,0x1c,0x00,0x58,0xe0,0x60,0xf8,0x80,0x8e,0x31,0x84,0x1f,0x68,0x0e,0xfc, + 0x40,0xe0,0xe0,0x90,0x70,0x80,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x04,0x00,0x0b,0x00,0x1c,0x18,0x1d,0x12, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x20,0x00,0xd0,0x00,0x30,0x10,0xd0,0x30, + 0xeb,0x5c,0xf1,0x3e,0xe3,0x3c,0xf7,0x28,0xff,0x20,0xfb,0x44,0xff,0x44,0xff,0x44, + 0xf0,0x0f,0xe0,0x1f,0xe1,0x1e,0x47,0xbc,0x07,0xfc,0x8b,0x7c,0x99,0x76,0x9b,0x66, + 0x00,0x7c,0x00,0x82,0x00,0x82,0xc6,0x82,0xbe,0xc2,0xca,0xf6,0xaa,0xf6,0xaa,0xb6, + 0x00,0x3e,0x00,0x41,0x00,0x41,0x63,0x41,0x7d,0x43,0x53,0x6f,0x55,0x6f,0x55,0x6d, + 0x48,0x3b,0x14,0x33,0x18,0x37,0x79,0x16,0x75,0x0a,0x39,0x0a,0x0b,0x38,0x73,0x18, + 0x50,0xaf,0xf9,0x06,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x08,0x87,0x21,0xde,0x0b,0xf4,0x9f,0x60,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x04,0xf6,0x86,0x7e,0xd6,0x28,0xef,0x08,0xeb,0x0c,0xec,0x0e,0xec,0x10,0xe6,0x18, + 0x0d,0x0a,0x19,0x0e,0x1c,0x07,0x0c,0x03,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x10,0xf0,0x18,0xf0,0x38,0xe0,0xf0,0xc0,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xb2,0x4f,0xb2,0x4f,0xcf,0x3c,0x7f,0x00,0x3e,0x00, + 0x93,0x6e,0x31,0xce,0x31,0xce,0x33,0xce,0xd3,0xef,0xcf,0x3c,0xff,0x00,0x7c,0x00, + 0x00,0x00,0x80,0x00,0xc2,0x10,0x96,0x78,0x0d,0x9b,0x6a,0x0e,0x91,0x60,0x04,0xfb, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0xfc,0xdf,0x38,0x78,0x84,0x03, + 0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20,0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20, + 0x60,0x9f,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x06,0xf9,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01, + 0x05,0xfc,0xfd,0x04,0xfd,0x04,0xfd,0x04,0x05,0xfc,0xfd,0x04,0xfd,0x04,0xfd,0x04, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfb,0xaf, + 0x77,0x10,0x37,0x30,0xa3,0x34,0xcb,0x64,0x93,0x8c,0x47,0x38,0x87,0x78,0x17,0xe8, + 0xe0,0x0c,0xcc,0x10,0xf8,0x24,0xd0,0x18,0xa0,0x4c,0x93,0x64,0x97,0x68,0xde,0x28, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00, + 0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00,0x11,0x00,0x01,0x00,0x01,0x00,0x11,0x00, + 0xff,0x00,0x10,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x10,0x00, + 0xff,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00, + 0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00,0xaa,0x00,0xdd,0x00,0xaa,0x00,0xdd,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00, + 0x40,0xbf,0xee,0x11,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x38,0xc7,0x00,0xff,0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xde,0x21,0xde,0x21,0xde,0x21, + 0x00,0x00,0x00,0x1e,0x1e,0x21,0x33,0x40,0x3f,0x21,0x7e,0x7f,0xe5,0x46,0xc7,0x5f, + 0x00,0x78,0x78,0x84,0xcc,0x02,0xf8,0x84,0x7c,0xfc,0xf6,0x0e,0x9b,0x06,0xf3,0x0e, + 0xbb,0xee,0xab,0xff,0x82,0xc6,0x39,0x83,0xc7,0x82,0xdb,0xa7,0xda,0xa6,0x92,0xee, + 0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x0e,0x01,0x07,0x09,0x02,0x07, + 0x00,0x00,0x00,0x00,0x80,0x00,0xc2,0x10,0xe6,0x78,0xf5,0x9b,0xff,0x0e,0xe7,0x1c, + 0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0x63,0x9c,0xa7,0xdf,0xfa,0x7f, + 0x00,0x80,0x11,0x80,0x10,0x80,0x01,0x80,0x01,0x80,0x01,0x80,0x11,0x80,0x12,0x81, + 0x11,0x00,0x11,0x00,0x11,0x00,0x12,0x01,0x19,0x06,0x25,0x1a,0x9c,0x63,0x7f,0x80, + 0x10,0x00,0x10,0x00,0x10,0x00,0x00,0xff,0xef,0x10,0xef,0x10,0x00,0xff,0xbe,0x41, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0x00,0xdd,0x00,0xaa,0x00,0x5d,0x80,0x9a,0x60,0xe5,0x18,0xf9,0x06,0xfe,0x01, + 0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x00,0xff,0xff,0x00,0xef,0x10,0xff,0x00,0x00,0xff,0x7e,0x81,0x7e,0x81,0x7e,0x81, + 0xee,0x08,0xec,0x08,0xcd,0x2c,0xd5,0x26,0xc8,0x31,0xe2,0x1c,0xe8,0x17,0xf8,0x07, + 0xc2,0x5f,0xc0,0x5f,0xe0,0x60,0xfc,0x5f,0xef,0x50,0xe0,0x5f,0xdf,0x60,0xbf,0x7f, + 0xfb,0xf6,0xc3,0xfa,0x77,0x06,0x3f,0xfa,0xf7,0x0a,0x07,0xfa,0xfb,0x06,0xfd,0xfe, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0xc1,0x00,0xf1,0x00,0xad,0x00,0xdf,0x00,0xaa,0x01,0xdc,0x01,0xab,0x01,0xdd,0x00, + 0xfc,0x00,0x04,0x00,0x74,0x00,0x04,0x00,0xf8,0x04,0xf8,0x04,0xcc,0xfc,0x9f,0xf8, + 0xc5,0x32,0x09,0x66,0x6b,0x14,0xef,0x10,0xcf,0x20,0x3f,0x60,0xcf,0x30,0x0f,0x10, + 0xff,0x00,0xff,0x00,0xfe,0x01,0xf0,0x0e,0xe0,0x10,0xc0,0x20,0xb0,0x40,0x38,0x40, + 0xff,0x00,0xff,0x00,0x0f,0xf0,0x03,0x0c,0x01,0x02,0x01,0x02,0x05,0x02,0x0a,0x06, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc8,0x3f,0x42,0xbd,0x1b,0xe4,0x9b,0x64,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x6f,0x98, + 0x00,0xff,0x11,0xee,0x39,0xc6,0x7b,0x84,0x7f,0x84,0x7f,0x84,0x79,0x86,0x7b,0x86, + 0xca,0x3d,0x46,0xb9,0x0e,0xf9,0x9e,0x7d,0xfd,0x3f,0xbf,0x7f,0xff,0x7f,0x7f,0xff, + 0x00,0xff,0x11,0xee,0x3b,0xc6,0xd3,0xee,0xe7,0xfc,0xf7,0xfc,0xfd,0xfe,0xff,0xfe, + 0x1f,0x86,0xbf,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x48,0x81,0x48,0x81,0x48,0xc0,0x3f,0xc0,0x24,0xc0,0x24, + 0xbe,0x41,0xbf,0x7f,0xe0,0x3f,0xe7,0x3f,0xe4,0x3f,0xe3,0x3c,0xe0,0x3f,0xf0,0x1f, + 0xff,0x00,0xff,0xfc,0x07,0xfc,0xe7,0xfc,0x27,0xdc,0xf7,0x3c,0x37,0xfc,0x0f,0xf8, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfa,0x61,0xfd,0x39,0xff,0x27,0xfc,0x24,0xdc,0x24,0xfc,0x44,0xf8,0x48,0xf8,0x48, + 0xfc,0x03,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xc6, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xfd,0x02,0xff,0x00, + 0xca,0xf9,0x0c,0xf9,0x82,0x39,0xd4,0x09,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x3f,0x40,0xbf,0x00,0xdf,0x00,0xa3,0x40,0xc4,0x38,0xe0,0x1f,0xf8,0x07,0xff,0x00, + 0x12,0x0e,0xc2,0x3e,0xc1,0x3c,0x82,0x71,0x09,0x06,0x03,0xfc,0x0f,0xf0,0xff,0x00, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xfe,0x00,0x78,0x00, + 0x33,0xce,0x31,0xce,0x31,0xce,0x33,0xce,0xa3,0xdf,0xcf,0x3c,0xff,0x00,0x79,0x00, + 0x7d,0xff,0x6a,0xff,0xb0,0xff,0xc0,0x7f,0x4f,0xf0,0xff,0x80,0xff,0x00,0x78,0x00, + 0x7f,0xfe,0xaf,0xfe,0x1b,0xfe,0x05,0xfe,0xe3,0x1f,0xff,0x00,0xff,0x00,0x78,0x00, + 0x1d,0x12,0x3c,0x13,0x3e,0x09,0x3f,0x09,0x3f,0x09,0x3f,0x07,0x3f,0x00,0x3f,0x00, + 0xff,0x00,0x1f,0xe0,0xdf,0x20,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xf8,0x00, + 0xf0,0x1f,0xf0,0x1f,0xff,0x1f,0xff,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0x08,0xff,0x0f,0xf8,0xff,0xf8,0xff,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0xf8,0x07,0xfb,0x04,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0x00, + 0xb8,0x48,0x3c,0xc8,0x7c,0x90,0xfc,0x90,0xfc,0x90,0xfc,0xe0,0xfc,0x00,0xfc,0x00, + 0x1f,0x86,0x3f,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x12,0x81,0x12,0x81,0x12,0x03,0xfc,0x03,0x24,0x03,0x24, + 0x07,0x02,0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x01,0x00,0x0e,0x00,0x10,0x00,0x20,0x00,0x70,0x00,0x38,0x40,0x3f,0x40,0x3f,0x40, + 0xf0,0x00,0x0c,0x00,0x02,0x00,0x00,0x02,0x04,0x02,0x08,0x06,0x12,0x0e,0xc2,0x3e, + 0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0xc8,0x11,0xac,0x73,0xf4,0xdb,0xef,0x1f, + 0x1b,0x06,0x0f,0x02,0x07,0x02,0xd3,0x06,0xff,0x0e,0x73,0x9e,0xf3,0xfe,0xd3,0x3e, + 0xfb,0x04,0xff,0x00,0xfb,0x04,0xff,0x00,0xdf,0x20,0xdf,0x20,0xfb,0x04,0x9a,0x65, + 0xff,0x00,0x7d,0x82,0x6f,0x90,0xfd,0x02,0x6d,0x92,0xef,0x10,0xff,0x00,0xd9,0x26, + 0x80,0x00,0x00,0x80,0x80,0xc0,0xde,0x40,0x60,0xc0,0xe0,0x80,0xe0,0x80,0xf0,0x80, + 0x01,0x00,0x00,0x01,0x01,0x03,0xcb,0x02,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x1f,0x20,0x6f,0x10,0xf1,0x0e,0x7e,0x01,0x1f,0x00,0x40,0x00,0x60,0x00,0x20,0x00, + 0xc2,0x3e,0x84,0x7c,0x8e,0x78,0xf8,0xf0,0xf6,0x00,0x0e,0x00,0x8c,0x00,0x00,0x00, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7d,0x82,0x7d,0x82,0x7d,0x82, + 0x00,0xff,0xfe,0x01,0xee,0x11,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x13,0xee,0x3b,0xce,0x3f,0xc4,0x7f,0x84,0x7f,0x84,0x7f,0x84,0x7b,0x86,0x7b,0x86, + 0x3e,0xc1,0x08,0xf7,0x80,0x7f,0xcb,0x34,0x7f,0x80,0x3e,0xc1,0x00,0xff,0x00,0xff, + 0x9c,0x63,0x84,0x7b,0x81,0x7e,0xd3,0x2c,0xfe,0x01,0x7c,0x83,0x00,0xff,0x00,0xff, + 0xef,0x90,0xb0,0xc0,0xf0,0x80,0xf0,0x80,0xf8,0x80,0xf8,0x80,0x77,0xc8,0xd8,0x60, + 0x3d,0x01,0x03,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0xb3,0x02,0x0f,0x02, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xbf,0x20,0xbf,0x20,0xf7,0x78,0xc3,0x44,0x80,0x83,0x83,0xc6,0xbb,0xc6,0x9b,0xe6, + 0xfd,0x04,0xfd,0x04,0xef,0x1e,0xc3,0x22,0x01,0xc1,0xc1,0x63,0xdd,0x63,0xd9,0x67, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xff,0x00,0x8e,0x00, + 0x33,0xce,0x33,0xce,0x33,0xce,0x33,0xce,0x97,0xee,0xcf,0x3c,0xfe,0x00,0x7c,0x00, + 0x04,0xfb,0x03,0xfc,0x00,0xff,0x10,0xef,0x90,0x6f,0x73,0x8c,0x7f,0x80,0x7f,0x80, + 0xa0,0x5f,0xc0,0x3f,0x00,0xff,0x04,0xfb,0x0d,0xf2,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0xf8,0x40,0x78,0xc0,0xf8,0x80,0xf0,0x80,0xf0,0x00,0xe0,0x00,0xc0,0x00,0x00,0x00, + 0x02,0x03,0x02,0x03,0x06,0x03,0x07,0x01,0x07,0x01,0x03,0x00,0x01,0x00,0x00,0x00, + 0x9a,0xe6,0xb2,0xce,0xb2,0xce,0xb4,0xcc,0x48,0x78,0x00,0x00,0x00,0x00,0x00,0x00, + 0x59,0x67,0x4d,0x73,0x4d,0x73,0x2d,0x33,0x12,0x1e,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7d,0x82,0x78,0x87,0x7f,0x80,0x0f,0xf0,0x43,0xbc,0x78,0x87,0x87,0x78,0x00,0xff, + 0xbe,0x41,0x1e,0xe1,0xee,0x11,0xf0,0x0f,0xc0,0x3f,0x00,0xff,0xe1,0x1e,0x00,0xff, + 0xbf,0x40,0xcf,0x30,0xf0,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfd,0x02,0xf3,0x0c,0x0f,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0x68,0x10,0x28,0x10,0x80,0x30,0x88,0x60,0x40,0x80,0xa0,0x00,0xc0,0x00,0xa0,0x00, + 0xc9,0x3e,0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x73,0xfc,0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00, + 0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0xb7,0x08,0x5e,0x08,0x7c,0x0e, + 0x05,0x00,0x03,0x00,0x05,0x00,0x02,0x01,0x11,0x06,0x01,0x0c,0x14,0x08,0x16,0x08, + 0x01,0x00,0x28,0x00,0x51,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0x80,0x00,0x02,0x00,0x55,0x00,0x1e,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x01,0x00,0x82,0x00,0x55,0x00,0x9e,0x60,0xc0,0x3f,0x4c,0xb3,0x1c,0x00,0x18,0x00, + 0xec,0x06,0xbc,0x02,0x72,0x04,0xc3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xf3,0x4c,0xf7,0x28,0xef,0x30,0xff,0x20,0xff,0x20,0xfa,0x25,0xfe,0x25,0xff,0x44, + 0xf1,0x0e,0xf1,0x0e,0xf9,0x06,0x7b,0x84,0x7f,0x84,0x7f,0x84,0xf9,0x06,0xfb,0x06, + 0xc7,0x38,0xcf,0x30,0x9f,0x60,0xbf,0x40,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0x07,0xf8,0x8f,0x70,0x8f,0x70,0xa7,0x58,0xf5,0x0a,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0xf3,0x0e,0xf3,0x0e,0xfb,0x06,0x7f,0x84,0x7f,0x84,0x7f,0x84,0xff,0x04,0xfb,0x06, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xf9,0x46,0xfb,0x46,0xfb,0x46,0xfb,0x46,0xf2,0x4f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xba,0x47,0x6a,0x97,0x62,0x9f,0xf2,0x0f, + 0xff,0x08,0xe7,0x18,0xe3,0x1c,0xf3,0x0c,0xf7,0x0c,0xf7,0x0c,0xf5,0x0e,0xe4,0x1f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xda,0x27,0xea,0x17,0xe2,0x1f,0xc2,0x3f, + 0xff,0x08,0xe7,0x18,0x63,0x9c,0xb3,0x4c,0x77,0x8c,0xf7,0x0c,0xd5,0x2e,0xc4,0x3f, + 0xb3,0x4e,0xf3,0x0e,0xb3,0x4e,0xbb,0x46,0xdb,0x26,0xeb,0x16,0xf3,0x1e,0x73,0x9e, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x38,0xc7,0x00,0xff,0x07,0xf8,0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0xa0,0x00,0xc0,0x00,0xa0,0x00,0x40,0x80,0x88,0x60,0x80,0x30,0x28,0x10,0x68,0x10, + 0x05,0x00,0x03,0x00,0x05,0x00,0x02,0x01,0x11,0x06,0x01,0x0c,0x14,0x08,0x16,0x08, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0x77,0x08,0x5e,0x08, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x3c,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0x00,0x00,0x80,0x00,0xc2,0x10,0xd6,0x78,0x6c,0x9b,0xfd,0x0e,0xdf,0x00,0xf5,0x00, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0x3c,0xdf,0xbf,0x78,0xab,0x00, + 0x68,0x10,0x28,0x10,0x80,0x30,0x88,0x60,0x40,0x80,0xa0,0x00,0xc0,0x00,0xa0,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/largemap_2.c b/gbdk-support/png2asset/testing/ref/largemap_2.c @@ -18,846 +18,216 @@ const palette_color_t largemap_2_palettes[16] = { }; const uint8_t largemap_2_tiles[3360] = { - 0x5c,0x63,0x33,0x3c, - 0x2d,0x10,0x5a,0x20, - 0xdd,0x20,0xbf,0x40, - 0xbf,0x40,0x1b,0x64, - 0x02,0xfe,0xcc,0x3c, - 0x74,0x08,0xfa,0x04, - 0xfb,0x04,0xfb,0x06, - 0xd3,0x2e,0xc6,0x3e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0x3c,0x03,0x0f,0x00, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x44, - 0x28,0x82,0x44,0x92, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x44,0x28,0x82, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x17,0x10,0x17,0x30, - 0x67,0x10,0x77,0x08, - 0x3b,0x08,0x0b,0x38, - 0x7b,0x18,0xe7,0x30, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfc,0x0e,0xf4,0x06, - 0xf7,0x08,0xeb,0x0c, - 0xe0,0x0e,0xec,0x10, - 0xe6,0x18,0xe0,0x0c, - 0x63,0x9c,0x7d,0x82, - 0x7e,0x81,0xbb,0xc4, - 0xcf,0xfc,0x87,0xfc, - 0x82,0xff,0x48,0x77, - 0xda,0x3e,0x99,0x67, - 0x39,0xc7,0xa3,0x7f, - 0xbd,0x7f,0x21,0xff, - 0xc1,0xff,0x02,0xfe, - 0x38,0x44,0x00,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x00, - 0x44,0x92,0x38,0x44, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x0f,0x60,0x6f,0x10, - 0xef,0x10,0xcf,0x20, - 0x1f,0x60,0x0f,0x30, - 0x0f,0x10,0x07,0x10, - 0xec,0x10,0xd8,0x24, - 0xf8,0x18,0xac,0x4c, - 0x93,0x64,0xd7,0x28, - 0xee,0x08,0xec,0x0e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0xc4,0x3f,0x60,0x1f, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x63,0xfc,0xc6,0xf8, - 0x00,0x03,0x03,0x0c, - 0x0d,0x10,0x1a,0x20, - 0x1d,0x20,0x3f,0x40, - 0x3f,0x40,0x1b,0x64, - 0x00,0xc0,0xc0,0x30, - 0x70,0x08,0xf8,0x04, - 0xf8,0x04,0xfa,0x06, - 0xd2,0x2e,0xc6,0x3e, - 0x07,0x30,0x77,0x10, - 0xd7,0x30,0x23,0x7c, - 0x31,0x4e,0x74,0x0b, - 0x66,0x19,0x02,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xc1,0x3e, - 0x8c,0x73,0x2e,0xd1, - 0x27,0x00,0x0f,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x7f,0x80, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0x3c,0x03,0x0f,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfa,0xae, - 0xff,0x06,0xfd,0x1b, - 0xe6,0x31,0xf2,0x20, - 0xf8,0x20,0xe0,0x30, - 0xf0,0x40,0xe0,0x90, - 0xff,0xfb,0x35,0xce, - 0xbb,0x40,0x9a,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xbe,0x4d,0xf3, - 0xae,0x50,0xa6,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xe0,0x5f,0xbf, - 0xcc,0x33,0x9c,0x00, - 0x18,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xee,0xd5,0x3b, - 0xec,0x03,0x69,0x00, - 0x01,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x00,0xff,0xf8, - 0xcf,0x36,0xc9,0x03, - 0x83,0x01,0x07,0x01, - 0x03,0x06,0x07,0x01, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfe,0x01, - 0xf9,0x06,0xf1,0x0c, - 0xf4,0x08,0xe6,0x08, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x9f,0x60, - 0x80,0x7f,0x0c,0xf3, - 0x7c,0x80,0xf8,0x00, - 0xf4,0x06,0xf8,0x02, - 0xf8,0x04,0xe3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0xe7,0x5c, - 0xf7,0xcf,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xee,0xaa,0xfe, - 0x82,0xc6,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0x92,0xee, - 0xbb,0xef,0xaa,0xfe, - 0x29,0x7d,0x01,0x44, - 0x39,0x83,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0xc0,0xe0,0xe0,0x30, - 0xfc,0x10,0xfc,0x20, - 0xf8,0x20,0xe0,0x38, - 0xf0,0x18,0xfc,0x20, - 0x0f,0x01,0x0f,0x02, - 0x03,0x06,0x0d,0x03, - 0x07,0x01,0x03,0x01, - 0x01,0x03,0x07,0x01, - 0xa2,0xde,0xa2,0xde, - 0x64,0x5c,0x74,0x4c, - 0x54,0x6c,0x44,0x7c, - 0x00,0x38,0x00,0x00, - 0xe0,0x30,0xf0,0x40, - 0xe0,0x90,0xc0,0xe0, - 0xe0,0x30,0xfc,0x10, - 0xf4,0x38,0xf8,0x20, - 0x0f,0x02,0x07,0x0c, - 0x0f,0x02,0x1f,0x02, - 0x1f,0x04,0x07,0x0c, - 0x1b,0x06,0x07,0x02, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xe0,0x38,0xf0,0x18, - 0xfc,0x20,0xec,0x30, - 0xe0,0x38,0xf0,0x40, - 0xd8,0x60,0xe0,0x30, - 0x03,0x02,0x03,0x06, - 0x0f,0x02,0x0f,0x01, - 0x07,0x01,0x01,0x07, - 0x0d,0x03,0x1b,0x06, - 0xaa,0xfe,0xaa,0xfe, - 0x28,0x7c,0x00,0x44, - 0x38,0x82,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xcf,0x80,0xf0,0x80, - 0xe0,0x80,0x60,0xc0, - 0xfe,0x40,0xa0,0xc0, - 0x40,0x80,0x80,0x00, - 0x79,0x01,0x07,0x01, - 0x01,0x01,0x03,0x02, - 0xcb,0x02,0x01,0x03, - 0x00,0x01,0x01,0x00, - 0xf0,0x40,0xc0,0x70, - 0xe0,0x30,0xf8,0x40, - 0xd8,0x60,0xc0,0x70, - 0xe0,0x80,0xb0,0xc0, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0x67,0x5c, - 0x77,0x4f,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xc6,0xa2,0xde, - 0xa2,0xde,0xe4,0x5c, - 0xf4,0xcc,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xc0,0x60,0xf0,0x40, - 0xe4,0x40,0xce,0x60, - 0xff,0x73,0xff,0x4e, - 0xfb,0x46,0xf3,0x4e, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x10,0x80, - 0x32,0xc4,0xab,0xdc, - 0xf5,0x7f,0xf3,0x0f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x30,0x00,0x70,0x80, - 0xe0,0x90,0x40,0xe0, - 0x00,0x00,0x0c,0x00, - 0x0e,0x01,0x06,0x09, - 0x01,0x1f,0x32,0x0e, - 0x1d,0x04,0x0e,0x1d, - 0x30,0x00,0x70,0x00, - 0x62,0x90,0x97,0xf8, - 0x9d,0x9a,0x6b,0x0f, - 0x10,0xe0,0x07,0xf8, - 0x00,0x00,0x00,0x00, - 0x06,0x80,0x07,0x88, - 0xcb,0x8c,0xed,0x9f, - 0x30,0x58,0xc4,0x73, - 0x0c,0x00,0x1c,0x00, - 0x58,0xe0,0x60,0xf8, - 0x80,0x8e,0x31,0x84, - 0x1f,0x68,0x0e,0xfc, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x00, - 0x04,0x00,0x0b,0x00, - 0x1c,0x18,0x1d,0x12, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0x00, - 0x20,0x00,0xd0,0x00, - 0x30,0x10,0xd0,0x30, - 0xeb,0x5c,0xf1,0x3e, - 0xe3,0x3c,0xf7,0x28, - 0xff,0x20,0xfb,0x44, - 0xff,0x44,0xff,0x44, - 0xf0,0x0f,0xe0,0x1f, - 0xe1,0x1e,0x47,0xbc, - 0x07,0xfc,0x8b,0x7c, - 0x99,0x76,0x9b,0x66, - 0x00,0x7c,0x00,0x82, - 0x00,0x82,0xc6,0x82, - 0xbe,0xc2,0xca,0xf6, - 0xaa,0xf6,0xaa,0xb6, - 0x48,0x3b,0x14,0x33, - 0x18,0x37,0x79,0x16, - 0x75,0x0a,0x39,0x0a, - 0x0b,0x38,0x73,0x18, - 0x50,0xaf,0xf9,0x06, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x08,0x87,0x21,0xde, - 0x0b,0xf4,0x9f,0x60, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x04,0xf6,0x86,0x7e, - 0xd6,0x28,0xef,0x08, - 0xeb,0x0c,0xec,0x0e, - 0xec,0x10,0xe6,0x18, - 0x0d,0x0a,0x19,0x0e, - 0x1c,0x07,0x0c,0x03, - 0x07,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x10,0xf0,0x18,0xf0, - 0x38,0xe0,0xf0,0xc0, - 0xe0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xb2,0x4f, - 0xb2,0x4f,0xcf,0x3c, - 0x7f,0x00,0x3e,0x00, - 0x93,0x6e,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xd3,0xef,0xcf,0x3c, - 0xff,0x00,0x7c,0x00, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0x96,0x78, - 0x0d,0x9b,0x6a,0x0e, - 0x91,0x60,0x04,0xfb, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0xfc,0xdf, - 0x38,0x78,0x84,0x03, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0x60,0x9f,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x06,0xf9,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfb,0xaf, - 0x77,0x10,0x37,0x30, - 0xa3,0x34,0xcb,0x64, - 0x93,0x8c,0x47,0x38, - 0x87,0x78,0x17,0xe8, - 0xe0,0x0c,0xcc,0x10, - 0xf8,0x24,0xd0,0x18, - 0xa0,0x4c,0x93,0x64, - 0x97,0x68,0xde,0x28, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x11,0x00,0x01,0x00, - 0x01,0x00,0x11,0x00, - 0xff,0x00,0x10,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x10,0x00, - 0xff,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0xdd,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0x40,0xbf,0xee,0x11, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x38,0xc7,0x00,0xff, - 0xc7,0x38,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xde,0x21, - 0xde,0x21,0xde,0x21, - 0x00,0x00,0x00,0x1e, - 0x1e,0x21,0x33,0x40, - 0x3f,0x21,0x7e,0x7f, - 0xe5,0x46,0xc7,0x5f, - 0x00,0x78,0x78,0x84, - 0xcc,0x02,0xf8,0x84, - 0x7c,0xfc,0xf6,0x0e, - 0x9b,0x06,0xf3,0x0e, - 0xbb,0xee,0xab,0xff, - 0x82,0xc6,0x39,0x83, - 0xc7,0x82,0xdb,0xa7, - 0xda,0xa6,0x92,0xee, - 0x3f,0xc0,0x7f,0x80, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x00,0xc2,0x10, - 0xe6,0x78,0xf5,0x9b, - 0xff,0x0e,0xe7,0x1c, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x06,0x00, - 0x47,0x88,0x63,0x9c, - 0xa7,0xdf,0xfa,0x7f, - 0x00,0x80,0x11,0x80, - 0x10,0x80,0x01,0x80, - 0x01,0x80,0x01,0x80, - 0x11,0x80,0x12,0x81, - 0x11,0x00,0x11,0x00, - 0x11,0x00,0x12,0x01, - 0x19,0x06,0x25,0x1a, - 0x9c,0x63,0x7f,0x80, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x00,0xff, - 0xef,0x10,0xef,0x10, - 0x00,0xff,0xbe,0x41, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0x5d,0x80, - 0x9a,0x60,0xe5,0x18, - 0xf9,0x06,0xfe,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0xff,0x00, - 0xef,0x10,0xff,0x00, - 0x00,0xff,0x7e,0x81, - 0x7e,0x81,0x7e,0x81, - 0xee,0x08,0xec,0x08, - 0xcd,0x2c,0xd5,0x26, - 0xc8,0x31,0xe2,0x1c, - 0xe8,0x17,0xf8,0x07, - 0xc2,0x5f,0xc0,0x5f, - 0xe0,0x60,0xfc,0x5f, - 0xef,0x50,0xe0,0x5f, - 0xdf,0x60,0xbf,0x7f, - 0xfb,0xf6,0xc3,0xfa, - 0x77,0x06,0x3f,0xfa, - 0xf7,0x0a,0x07,0xfa, - 0xfb,0x06,0xfd,0xfe, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0xc1,0x00,0xf1,0x00, - 0xad,0x00,0xdf,0x00, - 0xaa,0x01,0xdc,0x01, - 0xab,0x01,0xdd,0x00, - 0xfc,0x00,0x04,0x00, - 0x74,0x00,0x04,0x00, - 0xf8,0x04,0xf8,0x04, - 0xcc,0xfc,0x9f,0xf8, - 0xc5,0x32,0x09,0x66, - 0x6b,0x14,0xef,0x10, - 0xcf,0x20,0x3f,0x60, - 0xcf,0x30,0x0f,0x10, - 0xff,0x00,0xff,0x00, - 0xfe,0x01,0xf0,0x0e, - 0xe0,0x10,0xc0,0x20, - 0xb0,0x40,0x38,0x40, - 0xff,0x00,0xff,0x00, - 0x0f,0xf0,0x03,0x0c, - 0x01,0x02,0x01,0x02, - 0x05,0x02,0x0a,0x06, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc8,0x3f,0x42,0xbd, - 0x1b,0xe4,0x9b,0x64, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x6f,0x98, - 0x00,0xff,0x11,0xee, - 0x39,0xc6,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0x79,0x86,0x7b,0x86, - 0xca,0x3d,0x46,0xb9, - 0x0e,0xf9,0x9e,0x7d, - 0xfd,0x3f,0xbf,0x7f, - 0xff,0x7f,0x7f,0xff, - 0x00,0xff,0x11,0xee, - 0x3b,0xc6,0xd3,0xee, - 0xe7,0xfc,0xf7,0xfc, - 0xfd,0xfe,0xff,0xfe, - 0x1f,0x86,0xbf,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x48,0x81,0x48, - 0x81,0x48,0xc0,0x3f, - 0xc0,0x24,0xc0,0x24, - 0xbe,0x41,0xbf,0x7f, - 0xe0,0x3f,0xe7,0x3f, - 0xe4,0x3f,0xe3,0x3c, - 0xe0,0x3f,0xf0,0x1f, - 0xff,0x00,0xff,0xfc, - 0x07,0xfc,0xe7,0xfc, - 0x27,0xdc,0xf7,0x3c, - 0x37,0xfc,0x0f,0xf8, - 0xfa,0x61,0xfd,0x39, - 0xff,0x27,0xfc,0x24, - 0xdc,0x24,0xfc,0x44, - 0xf8,0x48,0xf8,0x48, - 0xfc,0x03,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xc6, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xff,0x00, - 0xca,0xf9,0x0c,0xf9, - 0x82,0x39,0xd4,0x09, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x3f,0x40,0xbf,0x00, - 0xdf,0x00,0xa3,0x40, - 0xc4,0x38,0xe0,0x1f, - 0xf8,0x07,0xff,0x00, - 0x12,0x0e,0xc2,0x3e, - 0xc1,0x3c,0x82,0x71, - 0x09,0x06,0x03,0xfc, - 0x0f,0xf0,0xff,0x00, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xfe,0x00,0x78,0x00, - 0x33,0xce,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xa3,0xdf,0xcf,0x3c, - 0xff,0x00,0x79,0x00, - 0x7d,0xff,0x6a,0xff, - 0xb0,0xff,0xc0,0x7f, - 0x4f,0xf0,0xff,0x80, - 0xff,0x00,0x78,0x00, - 0x7f,0xfe,0xaf,0xfe, - 0x1b,0xfe,0x05,0xfe, - 0xe3,0x1f,0xff,0x00, - 0xff,0x00,0x78,0x00, - 0x1d,0x12,0x3c,0x13, - 0x3e,0x09,0x3f,0x09, - 0x3f,0x09,0x3f,0x07, - 0x3f,0x00,0x3f,0x00, - 0xff,0x00,0x1f,0xe0, - 0xdf,0x20,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xf8,0x00, - 0xf0,0x1f,0xf0,0x1f, - 0xff,0x1f,0xff,0xf0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0x08,0xff,0x0f,0xf8, - 0xff,0xf8,0xff,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0x1f,0x86,0x3f,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0x07,0x02,0x03,0x02, - 0x03,0x06,0x0f,0x02, - 0x0f,0x01,0x07,0x01, - 0x01,0x07,0x0d,0x03, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x01,0x00,0x0e,0x00, - 0x10,0x00,0x20,0x00, - 0x70,0x00,0x38,0x40, - 0x3f,0x40,0x3f,0x40, - 0xf0,0x00,0x0c,0x00, - 0x02,0x00,0x00,0x02, - 0x04,0x02,0x08,0x06, - 0x12,0x0e,0xc2,0x3e, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x40,0x00, - 0xc8,0x11,0xac,0x73, - 0xf4,0xdb,0xef,0x1f, - 0x1b,0x06,0x0f,0x02, - 0x07,0x02,0xd3,0x06, - 0xff,0x0e,0x73,0x9e, - 0xf3,0xfe,0xd3,0x3e, - 0xfb,0x04,0xff,0x00, - 0xfb,0x04,0xff,0x00, - 0xdf,0x20,0xdf,0x20, - 0xfb,0x04,0x9a,0x65, - 0xff,0x00,0x7d,0x82, - 0x6f,0x90,0xfd,0x02, - 0x6d,0x92,0xef,0x10, - 0xff,0x00,0xd9,0x26, - 0x80,0x00,0x00,0x80, - 0x80,0xc0,0xde,0x40, - 0x60,0xc0,0xe0,0x80, - 0xe0,0x80,0xf0,0x80, - 0x01,0x00,0x00,0x01, - 0x01,0x03,0xcb,0x02, - 0x03,0x02,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x1f,0x20,0x6f,0x10, - 0xf1,0x0e,0x7e,0x01, - 0x1f,0x00,0x40,0x00, - 0x60,0x00,0x20,0x00, - 0xc2,0x3e,0x84,0x7c, - 0x8e,0x78,0xf8,0xf0, - 0xf6,0x00,0x0e,0x00, - 0x8c,0x00,0x00,0x00, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7d,0x82, - 0x7d,0x82,0x7d,0x82, - 0x13,0xee,0x3b,0xce, - 0x3f,0xc4,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0x7b,0x86,0x7b,0x86, - 0x3e,0xc1,0x08,0xf7, - 0x80,0x7f,0xcb,0x34, - 0x7f,0x80,0x3e,0xc1, - 0x00,0xff,0x00,0xff, - 0x9c,0x63,0x84,0x7b, - 0x81,0x7e,0xd3,0x2c, - 0xfe,0x01,0x7c,0x83, - 0x00,0xff,0x00,0xff, - 0xef,0x90,0xb0,0xc0, - 0xf0,0x80,0xf0,0x80, - 0xf8,0x80,0xf8,0x80, - 0x77,0xc8,0xd8,0x60, - 0x3d,0x01,0x03,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0xb3,0x02,0x0f,0x02, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xbf,0x20,0xbf,0x20, - 0xf7,0x78,0xc3,0x44, - 0x80,0x83,0x83,0xc6, - 0xbb,0xc6,0x9b,0xe6, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xff,0x00,0x8e,0x00, - 0x33,0xce,0x33,0xce, - 0x33,0xce,0x33,0xce, - 0x97,0xee,0xcf,0x3c, - 0xfe,0x00,0x7c,0x00, - 0x04,0xfb,0x03,0xfc, - 0x00,0xff,0x10,0xef, - 0x90,0x6f,0x73,0x8c, - 0x7f,0x80,0x7f,0x80, - 0xa0,0x5f,0xc0,0x3f, - 0x00,0xff,0x04,0xfb, - 0x0d,0xf2,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0xf8,0x40,0x78,0xc0, - 0xf8,0x80,0xf0,0x80, - 0xf0,0x00,0xe0,0x00, - 0xc0,0x00,0x00,0x00, - 0x02,0x03,0x02,0x03, - 0x06,0x03,0x07,0x01, - 0x07,0x01,0x03,0x00, - 0x01,0x00,0x00,0x00, - 0x9a,0xe6,0xb2,0xce, - 0xb2,0xce,0xb4,0xcc, - 0x48,0x78,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x7d,0x82,0x78,0x87, - 0x7f,0x80,0x0f,0xf0, - 0x43,0xbc,0x78,0x87, - 0x87,0x78,0x00,0xff, - 0xbe,0x41,0x1e,0xe1, - 0xee,0x11,0xf0,0x0f, - 0xc0,0x3f,0x00,0xff, - 0xe1,0x1e,0x00,0xff, - 0xbf,0x40,0xcf,0x30, - 0xf0,0x0f,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0xc9,0x3e,0x3c,0x03, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x73,0xfc,0x3c,0xc0, - 0xf0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x38,0x00, - 0x44,0x00,0xba,0x00, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x2c,0x10,0x18,0x24, - 0x00,0x38,0x30,0x0c, - 0x6b,0x04,0xb7,0x08, - 0x5e,0x08,0x7c,0x0e, - 0x01,0x00,0x28,0x00, - 0x51,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0x80,0x00,0x02,0x00, - 0x55,0x00,0x1e,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x01,0x00,0x82,0x00, - 0x55,0x00,0x9e,0x60, - 0xc0,0x3f,0x4c,0xb3, - 0x1c,0x00,0x18,0x00, - 0xec,0x06,0xbc,0x02, - 0x72,0x04,0xc3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xf3,0x4c,0xf7,0x28, - 0xef,0x30,0xff,0x20, - 0xff,0x20,0xfa,0x25, - 0xfe,0x25,0xff,0x44, - 0xf1,0x0e,0xf1,0x0e, - 0xf9,0x06,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0xf9,0x06,0xfb,0x06, - 0xc7,0x38,0xcf,0x30, - 0x9f,0x60,0xbf,0x40, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0x07,0xf8,0x8f,0x70, - 0x8f,0x70,0xa7,0x58, - 0xf5,0x0a,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0xf3,0x0e,0xf3,0x0e, - 0xfb,0x06,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0xff,0x04,0xfb,0x06, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xf9,0x46, - 0xfb,0x46,0xfb,0x46, - 0xfb,0x46,0xf2,0x4f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xba,0x47,0x6a,0x97, - 0x62,0x9f,0xf2,0x0f, - 0xff,0x08,0xe7,0x18, - 0xe3,0x1c,0xf3,0x0c, - 0xf7,0x0c,0xf7,0x0c, - 0xf5,0x0e,0xe4,0x1f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xda,0x27,0xea,0x17, - 0xe2,0x1f,0xc2,0x3f, - 0xff,0x08,0xe7,0x18, - 0x63,0x9c,0xb3,0x4c, - 0x77,0x8c,0xf7,0x0c, - 0xd5,0x2e,0xc4,0x3f, - 0xb3,0x4e,0xf3,0x0e, - 0xb3,0x4e,0xbb,0x46, - 0xdb,0x26,0xeb,0x16, - 0xf3,0x1e,0x73,0x9e, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x38,0xc7,0x00,0xff, - 0x07,0xf8,0x3f,0xc0, - 0x7f,0x80,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0x6b,0x04, - 0x77,0x08,0x5e,0x08, - 0x3c,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0xd6,0x78, - 0x6c,0x9b,0xfd,0x0e, - 0xdf,0x00,0xf5,0x00, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0x3c,0xdf, - 0xbf,0x78,0xab,0x00 + 0x5c,0x63,0x33,0x3c,0x2d,0x10,0x5a,0x20,0xdd,0x20,0xbf,0x40,0xbf,0x40,0x1b,0x64, + 0x02,0xfe,0xcc,0x3c,0x74,0x08,0xfa,0x04,0xfb,0x04,0xfb,0x06,0xd3,0x2e,0xc6,0x3e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0x3c,0x03,0x0f,0x00, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x3c,0xc0,0xf0,0x00, + 0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82,0x44,0x92, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x17,0x10,0x17,0x30,0x67,0x10,0x77,0x08,0x3b,0x08,0x0b,0x38,0x7b,0x18,0xe7,0x30, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfc,0x0e,0xf4,0x06,0xf7,0x08,0xeb,0x0c,0xe0,0x0e,0xec,0x10,0xe6,0x18,0xe0,0x0c, + 0x63,0x9c,0x7d,0x82,0x7e,0x81,0xbb,0xc4,0xcf,0xfc,0x87,0xfc,0x82,0xff,0x48,0x77, + 0xda,0x3e,0x99,0x67,0x39,0xc7,0xa3,0x7f,0xbd,0x7f,0x21,0xff,0xc1,0xff,0x02,0xfe, + 0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00, + 0x44,0x92,0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00, + 0x0f,0x60,0x6f,0x10,0xef,0x10,0xcf,0x20,0x1f,0x60,0x0f,0x30,0x0f,0x10,0x07,0x10, + 0xec,0x10,0xd8,0x24,0xf8,0x18,0xac,0x4c,0x93,0x64,0xd7,0x28,0xee,0x08,0xec,0x0e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0xc4,0x3f,0x60,0x1f, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x63,0xfc,0xc6,0xf8, + 0x00,0x03,0x03,0x0c,0x0d,0x10,0x1a,0x20,0x1d,0x20,0x3f,0x40,0x3f,0x40,0x1b,0x64, + 0x00,0xc0,0xc0,0x30,0x70,0x08,0xf8,0x04,0xf8,0x04,0xfa,0x06,0xd2,0x2e,0xc6,0x3e, + 0x07,0x30,0x77,0x10,0xd7,0x30,0x23,0x7c,0x31,0x4e,0x74,0x0b,0x66,0x19,0x02,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xc1,0x3e,0x8c,0x73,0x2e,0xd1,0x27,0x00,0x0f,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x80,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfa,0xae, + 0xff,0x06,0xfd,0x1b,0xe6,0x31,0xf2,0x20,0xf8,0x20,0xe0,0x30,0xf0,0x40,0xe0,0x90, + 0xff,0xfb,0x35,0xce,0xbb,0x40,0x9a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xbe,0x4d,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xe0,0x5f,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xee,0xd5,0x3b,0xec,0x03,0x69,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0xf8,0xcf,0x36,0xc9,0x03,0x83,0x01,0x07,0x01,0x03,0x06,0x07,0x01, + 0xff,0x00,0xff,0x00,0xff,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xfe,0x01,0xf9,0x06,0xf1,0x0c,0xf4,0x08,0xe6,0x08, + 0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x80,0x7f,0x0c,0xf3,0x7c,0x80,0xf8,0x00, + 0xf4,0x06,0xf8,0x02,0xf8,0x04,0xe3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0xe7,0x5c,0xf7,0xcf,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xee,0xaa,0xfe,0x82,0xc6,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0x92,0xee, + 0xbb,0xef,0xaa,0xfe,0x29,0x7d,0x01,0x44,0x39,0x83,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xfc,0x20,0xf8,0x20,0xe0,0x38,0xf0,0x18,0xfc,0x20, + 0x0f,0x01,0x0f,0x02,0x03,0x06,0x0d,0x03,0x07,0x01,0x03,0x01,0x01,0x03,0x07,0x01, + 0xa2,0xde,0xa2,0xde,0x64,0x5c,0x74,0x4c,0x54,0x6c,0x44,0x7c,0x00,0x38,0x00,0x00, + 0xe0,0x30,0xf0,0x40,0xe0,0x90,0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xf4,0x38,0xf8,0x20, + 0x0f,0x02,0x07,0x0c,0x0f,0x02,0x1f,0x02,0x1f,0x04,0x07,0x0c,0x1b,0x06,0x07,0x02, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xe0,0x38,0xf0,0x18,0xfc,0x20,0xec,0x30,0xe0,0x38,0xf0,0x40,0xd8,0x60,0xe0,0x30, + 0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03,0x1b,0x06, + 0xaa,0xfe,0xaa,0xfe,0x28,0x7c,0x00,0x44,0x38,0x82,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xcf,0x80,0xf0,0x80,0xe0,0x80,0x60,0xc0,0xfe,0x40,0xa0,0xc0,0x40,0x80,0x80,0x00, + 0x79,0x01,0x07,0x01,0x01,0x01,0x03,0x02,0xcb,0x02,0x01,0x03,0x00,0x01,0x01,0x00, + 0xf0,0x40,0xc0,0x70,0xe0,0x30,0xf8,0x40,0xd8,0x60,0xc0,0x70,0xe0,0x80,0xb0,0xc0, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00,0x00,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0x67,0x5c,0x77,0x4f,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xc6,0xa2,0xde,0xa2,0xde,0xe4,0x5c,0xf4,0xcc,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xc0,0x60,0xf0,0x40,0xe4,0x40,0xce,0x60,0xff,0x73,0xff,0x4e,0xfb,0x46,0xf3,0x4e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x80,0x32,0xc4,0xab,0xdc,0xf5,0x7f,0xf3,0x0f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x70,0x80,0xe0,0x90,0x40,0xe0, + 0x00,0x00,0x0c,0x00,0x0e,0x01,0x06,0x09,0x01,0x1f,0x32,0x0e,0x1d,0x04,0x0e,0x1d, + 0x30,0x00,0x70,0x00,0x62,0x90,0x97,0xf8,0x9d,0x9a,0x6b,0x0f,0x10,0xe0,0x07,0xf8, + 0x00,0x00,0x00,0x00,0x06,0x80,0x07,0x88,0xcb,0x8c,0xed,0x9f,0x30,0x58,0xc4,0x73, + 0x0c,0x00,0x1c,0x00,0x58,0xe0,0x60,0xf8,0x80,0x8e,0x31,0x84,0x1f,0x68,0x0e,0xfc, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x04,0x00,0x0b,0x00,0x1c,0x18,0x1d,0x12, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x20,0x00,0xd0,0x00,0x30,0x10,0xd0,0x30, + 0xeb,0x5c,0xf1,0x3e,0xe3,0x3c,0xf7,0x28,0xff,0x20,0xfb,0x44,0xff,0x44,0xff,0x44, + 0xf0,0x0f,0xe0,0x1f,0xe1,0x1e,0x47,0xbc,0x07,0xfc,0x8b,0x7c,0x99,0x76,0x9b,0x66, + 0x00,0x7c,0x00,0x82,0x00,0x82,0xc6,0x82,0xbe,0xc2,0xca,0xf6,0xaa,0xf6,0xaa,0xb6, + 0x48,0x3b,0x14,0x33,0x18,0x37,0x79,0x16,0x75,0x0a,0x39,0x0a,0x0b,0x38,0x73,0x18, + 0x50,0xaf,0xf9,0x06,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x08,0x87,0x21,0xde,0x0b,0xf4,0x9f,0x60,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x04,0xf6,0x86,0x7e,0xd6,0x28,0xef,0x08,0xeb,0x0c,0xec,0x0e,0xec,0x10,0xe6,0x18, + 0x0d,0x0a,0x19,0x0e,0x1c,0x07,0x0c,0x03,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x10,0xf0,0x18,0xf0,0x38,0xe0,0xf0,0xc0,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xb2,0x4f,0xb2,0x4f,0xcf,0x3c,0x7f,0x00,0x3e,0x00, + 0x93,0x6e,0x31,0xce,0x31,0xce,0x33,0xce,0xd3,0xef,0xcf,0x3c,0xff,0x00,0x7c,0x00, + 0x00,0x00,0x80,0x00,0xc2,0x10,0x96,0x78,0x0d,0x9b,0x6a,0x0e,0x91,0x60,0x04,0xfb, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0xfc,0xdf,0x38,0x78,0x84,0x03, + 0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20,0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20, + 0x60,0x9f,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x06,0xf9,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfb,0xaf, + 0x77,0x10,0x37,0x30,0xa3,0x34,0xcb,0x64,0x93,0x8c,0x47,0x38,0x87,0x78,0x17,0xe8, + 0xe0,0x0c,0xcc,0x10,0xf8,0x24,0xd0,0x18,0xa0,0x4c,0x93,0x64,0x97,0x68,0xde,0x28, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00, + 0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00,0x11,0x00,0x01,0x00,0x01,0x00,0x11,0x00, + 0xff,0x00,0x10,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x10,0x00, + 0xff,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00, + 0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00,0xaa,0x00,0xdd,0x00,0xaa,0x00,0xdd,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00, + 0x40,0xbf,0xee,0x11,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x38,0xc7,0x00,0xff,0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xde,0x21,0xde,0x21,0xde,0x21, + 0x00,0x00,0x00,0x1e,0x1e,0x21,0x33,0x40,0x3f,0x21,0x7e,0x7f,0xe5,0x46,0xc7,0x5f, + 0x00,0x78,0x78,0x84,0xcc,0x02,0xf8,0x84,0x7c,0xfc,0xf6,0x0e,0x9b,0x06,0xf3,0x0e, + 0xbb,0xee,0xab,0xff,0x82,0xc6,0x39,0x83,0xc7,0x82,0xdb,0xa7,0xda,0xa6,0x92,0xee, + 0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x80,0x00,0xc2,0x10,0xe6,0x78,0xf5,0x9b,0xff,0x0e,0xe7,0x1c, + 0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0x63,0x9c,0xa7,0xdf,0xfa,0x7f, + 0x00,0x80,0x11,0x80,0x10,0x80,0x01,0x80,0x01,0x80,0x01,0x80,0x11,0x80,0x12,0x81, + 0x11,0x00,0x11,0x00,0x11,0x00,0x12,0x01,0x19,0x06,0x25,0x1a,0x9c,0x63,0x7f,0x80, + 0x10,0x00,0x10,0x00,0x10,0x00,0x00,0xff,0xef,0x10,0xef,0x10,0x00,0xff,0xbe,0x41, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0x00,0xdd,0x00,0xaa,0x00,0x5d,0x80,0x9a,0x60,0xe5,0x18,0xf9,0x06,0xfe,0x01, + 0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x00,0xff,0xff,0x00,0xef,0x10,0xff,0x00,0x00,0xff,0x7e,0x81,0x7e,0x81,0x7e,0x81, + 0xee,0x08,0xec,0x08,0xcd,0x2c,0xd5,0x26,0xc8,0x31,0xe2,0x1c,0xe8,0x17,0xf8,0x07, + 0xc2,0x5f,0xc0,0x5f,0xe0,0x60,0xfc,0x5f,0xef,0x50,0xe0,0x5f,0xdf,0x60,0xbf,0x7f, + 0xfb,0xf6,0xc3,0xfa,0x77,0x06,0x3f,0xfa,0xf7,0x0a,0x07,0xfa,0xfb,0x06,0xfd,0xfe, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0xc1,0x00,0xf1,0x00,0xad,0x00,0xdf,0x00,0xaa,0x01,0xdc,0x01,0xab,0x01,0xdd,0x00, + 0xfc,0x00,0x04,0x00,0x74,0x00,0x04,0x00,0xf8,0x04,0xf8,0x04,0xcc,0xfc,0x9f,0xf8, + 0xc5,0x32,0x09,0x66,0x6b,0x14,0xef,0x10,0xcf,0x20,0x3f,0x60,0xcf,0x30,0x0f,0x10, + 0xff,0x00,0xff,0x00,0xfe,0x01,0xf0,0x0e,0xe0,0x10,0xc0,0x20,0xb0,0x40,0x38,0x40, + 0xff,0x00,0xff,0x00,0x0f,0xf0,0x03,0x0c,0x01,0x02,0x01,0x02,0x05,0x02,0x0a,0x06, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc8,0x3f,0x42,0xbd,0x1b,0xe4,0x9b,0x64,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x6f,0x98, + 0x00,0xff,0x11,0xee,0x39,0xc6,0x7b,0x84,0x7f,0x84,0x7f,0x84,0x79,0x86,0x7b,0x86, + 0xca,0x3d,0x46,0xb9,0x0e,0xf9,0x9e,0x7d,0xfd,0x3f,0xbf,0x7f,0xff,0x7f,0x7f,0xff, + 0x00,0xff,0x11,0xee,0x3b,0xc6,0xd3,0xee,0xe7,0xfc,0xf7,0xfc,0xfd,0xfe,0xff,0xfe, + 0x1f,0x86,0xbf,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x48,0x81,0x48,0x81,0x48,0xc0,0x3f,0xc0,0x24,0xc0,0x24, + 0xbe,0x41,0xbf,0x7f,0xe0,0x3f,0xe7,0x3f,0xe4,0x3f,0xe3,0x3c,0xe0,0x3f,0xf0,0x1f, + 0xff,0x00,0xff,0xfc,0x07,0xfc,0xe7,0xfc,0x27,0xdc,0xf7,0x3c,0x37,0xfc,0x0f,0xf8, + 0xfa,0x61,0xfd,0x39,0xff,0x27,0xfc,0x24,0xdc,0x24,0xfc,0x44,0xf8,0x48,0xf8,0x48, + 0xfc,0x03,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xc6, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xfd,0x02,0xff,0x00, + 0xca,0xf9,0x0c,0xf9,0x82,0x39,0xd4,0x09,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x3f,0x40,0xbf,0x00,0xdf,0x00,0xa3,0x40,0xc4,0x38,0xe0,0x1f,0xf8,0x07,0xff,0x00, + 0x12,0x0e,0xc2,0x3e,0xc1,0x3c,0x82,0x71,0x09,0x06,0x03,0xfc,0x0f,0xf0,0xff,0x00, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xfe,0x00,0x78,0x00, + 0x33,0xce,0x31,0xce,0x31,0xce,0x33,0xce,0xa3,0xdf,0xcf,0x3c,0xff,0x00,0x79,0x00, + 0x7d,0xff,0x6a,0xff,0xb0,0xff,0xc0,0x7f,0x4f,0xf0,0xff,0x80,0xff,0x00,0x78,0x00, + 0x7f,0xfe,0xaf,0xfe,0x1b,0xfe,0x05,0xfe,0xe3,0x1f,0xff,0x00,0xff,0x00,0x78,0x00, + 0x1d,0x12,0x3c,0x13,0x3e,0x09,0x3f,0x09,0x3f,0x09,0x3f,0x07,0x3f,0x00,0x3f,0x00, + 0xff,0x00,0x1f,0xe0,0xdf,0x20,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xf8,0x00, + 0xf0,0x1f,0xf0,0x1f,0xff,0x1f,0xff,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0x08,0xff,0x0f,0xf8,0xff,0xf8,0xff,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0x1f,0x86,0x3f,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0x07,0x02,0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x01,0x00,0x0e,0x00,0x10,0x00,0x20,0x00,0x70,0x00,0x38,0x40,0x3f,0x40,0x3f,0x40, + 0xf0,0x00,0x0c,0x00,0x02,0x00,0x00,0x02,0x04,0x02,0x08,0x06,0x12,0x0e,0xc2,0x3e, + 0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0xc8,0x11,0xac,0x73,0xf4,0xdb,0xef,0x1f, + 0x1b,0x06,0x0f,0x02,0x07,0x02,0xd3,0x06,0xff,0x0e,0x73,0x9e,0xf3,0xfe,0xd3,0x3e, + 0xfb,0x04,0xff,0x00,0xfb,0x04,0xff,0x00,0xdf,0x20,0xdf,0x20,0xfb,0x04,0x9a,0x65, + 0xff,0x00,0x7d,0x82,0x6f,0x90,0xfd,0x02,0x6d,0x92,0xef,0x10,0xff,0x00,0xd9,0x26, + 0x80,0x00,0x00,0x80,0x80,0xc0,0xde,0x40,0x60,0xc0,0xe0,0x80,0xe0,0x80,0xf0,0x80, + 0x01,0x00,0x00,0x01,0x01,0x03,0xcb,0x02,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x1f,0x20,0x6f,0x10,0xf1,0x0e,0x7e,0x01,0x1f,0x00,0x40,0x00,0x60,0x00,0x20,0x00, + 0xc2,0x3e,0x84,0x7c,0x8e,0x78,0xf8,0xf0,0xf6,0x00,0x0e,0x00,0x8c,0x00,0x00,0x00, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7d,0x82,0x7d,0x82,0x7d,0x82, + 0x13,0xee,0x3b,0xce,0x3f,0xc4,0x7f,0x84,0x7f,0x84,0x7f,0x84,0x7b,0x86,0x7b,0x86, + 0x3e,0xc1,0x08,0xf7,0x80,0x7f,0xcb,0x34,0x7f,0x80,0x3e,0xc1,0x00,0xff,0x00,0xff, + 0x9c,0x63,0x84,0x7b,0x81,0x7e,0xd3,0x2c,0xfe,0x01,0x7c,0x83,0x00,0xff,0x00,0xff, + 0xef,0x90,0xb0,0xc0,0xf0,0x80,0xf0,0x80,0xf8,0x80,0xf8,0x80,0x77,0xc8,0xd8,0x60, + 0x3d,0x01,0x03,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0xb3,0x02,0x0f,0x02, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xbf,0x20,0xbf,0x20,0xf7,0x78,0xc3,0x44,0x80,0x83,0x83,0xc6,0xbb,0xc6,0x9b,0xe6, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xff,0x00,0x8e,0x00, + 0x33,0xce,0x33,0xce,0x33,0xce,0x33,0xce,0x97,0xee,0xcf,0x3c,0xfe,0x00,0x7c,0x00, + 0x04,0xfb,0x03,0xfc,0x00,0xff,0x10,0xef,0x90,0x6f,0x73,0x8c,0x7f,0x80,0x7f,0x80, + 0xa0,0x5f,0xc0,0x3f,0x00,0xff,0x04,0xfb,0x0d,0xf2,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0xf8,0x40,0x78,0xc0,0xf8,0x80,0xf0,0x80,0xf0,0x00,0xe0,0x00,0xc0,0x00,0x00,0x00, + 0x02,0x03,0x02,0x03,0x06,0x03,0x07,0x01,0x07,0x01,0x03,0x00,0x01,0x00,0x00,0x00, + 0x9a,0xe6,0xb2,0xce,0xb2,0xce,0xb4,0xcc,0x48,0x78,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7d,0x82,0x78,0x87,0x7f,0x80,0x0f,0xf0,0x43,0xbc,0x78,0x87,0x87,0x78,0x00,0xff, + 0xbe,0x41,0x1e,0xe1,0xee,0x11,0xf0,0x0f,0xc0,0x3f,0x00,0xff,0xe1,0x1e,0x00,0xff, + 0xbf,0x40,0xcf,0x30,0xf0,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0xc9,0x3e,0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x73,0xfc,0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00, + 0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0xb7,0x08,0x5e,0x08,0x7c,0x0e, + 0x01,0x00,0x28,0x00,0x51,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0x80,0x00,0x02,0x00,0x55,0x00,0x1e,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x01,0x00,0x82,0x00,0x55,0x00,0x9e,0x60,0xc0,0x3f,0x4c,0xb3,0x1c,0x00,0x18,0x00, + 0xec,0x06,0xbc,0x02,0x72,0x04,0xc3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xf3,0x4c,0xf7,0x28,0xef,0x30,0xff,0x20,0xff,0x20,0xfa,0x25,0xfe,0x25,0xff,0x44, + 0xf1,0x0e,0xf1,0x0e,0xf9,0x06,0x7b,0x84,0x7f,0x84,0x7f,0x84,0xf9,0x06,0xfb,0x06, + 0xc7,0x38,0xcf,0x30,0x9f,0x60,0xbf,0x40,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0x07,0xf8,0x8f,0x70,0x8f,0x70,0xa7,0x58,0xf5,0x0a,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0xf3,0x0e,0xf3,0x0e,0xfb,0x06,0x7f,0x84,0x7f,0x84,0x7f,0x84,0xff,0x04,0xfb,0x06, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xf9,0x46,0xfb,0x46,0xfb,0x46,0xfb,0x46,0xf2,0x4f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xba,0x47,0x6a,0x97,0x62,0x9f,0xf2,0x0f, + 0xff,0x08,0xe7,0x18,0xe3,0x1c,0xf3,0x0c,0xf7,0x0c,0xf7,0x0c,0xf5,0x0e,0xe4,0x1f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xda,0x27,0xea,0x17,0xe2,0x1f,0xc2,0x3f, + 0xff,0x08,0xe7,0x18,0x63,0x9c,0xb3,0x4c,0x77,0x8c,0xf7,0x0c,0xd5,0x2e,0xc4,0x3f, + 0xb3,0x4e,0xf3,0x0e,0xb3,0x4e,0xbb,0x46,0xdb,0x26,0xeb,0x16,0xf3,0x1e,0x73,0x9e, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x38,0xc7,0x00,0xff,0x07,0xf8,0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0x77,0x08,0x5e,0x08, + 0x3c,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x00,0x00,0x80,0x00,0xc2,0x10,0xd6,0x78,0x6c,0x9b,0xfd,0x0e,0xdf,0x00,0xf5,0x00, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0x3c,0xdf,0xbf,0x78,0xab,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/largemap_3.c b/gbdk-support/png2asset/testing/ref/largemap_3.c @@ -18,942 +18,240 @@ const palette_color_t largemap_3_palettes[16] = { }; const uint8_t largemap_3_tiles[3744] = { - 0x5c,0x63,0x33,0x3c, - 0x2d,0x10,0x5a,0x20, - 0xdd,0x20,0xbf,0x40, - 0xbf,0x40,0x1b,0x64, - 0x02,0xfe,0xcc,0x3c, - 0x74,0x08,0xfa,0x04, - 0xfb,0x04,0xfb,0x06, - 0xd3,0x2e,0xc6,0x3e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0x3c,0x03,0x0f,0x00, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x44, - 0x28,0x82,0x44,0x92, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x44,0x28,0x82, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x17,0x10,0x17,0x30, - 0x67,0x10,0x77,0x08, - 0x3b,0x08,0x0b,0x38, - 0x7b,0x18,0xe7,0x30, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfc,0x0e,0xf4,0x06, - 0xf7,0x08,0xeb,0x0c, - 0xe0,0x0e,0xec,0x10, - 0xe6,0x18,0xe0,0x0c, - 0x63,0x9c,0x7d,0x82, - 0x7e,0x81,0xbb,0xc4, - 0xcf,0xfc,0x87,0xfc, - 0x82,0xff,0x48,0x77, - 0xda,0x3e,0x99,0x67, - 0x39,0xc7,0xa3,0x7f, - 0xbd,0x7f,0x21,0xff, - 0xc1,0xff,0x02,0xfe, - 0x38,0x44,0x00,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x00, - 0x44,0x92,0x38,0x44, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x0f,0x60,0x6f,0x10, - 0xef,0x10,0xcf,0x20, - 0x1f,0x60,0x0f,0x30, - 0x0f,0x10,0x07,0x10, - 0xec,0x10,0xd8,0x24, - 0xf8,0x18,0xac,0x4c, - 0x93,0x64,0xd7,0x28, - 0xee,0x08,0xec,0x0e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0xc4,0x3f,0x60,0x1f, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x63,0xfc,0xc6,0xf8, - 0x00,0x03,0x03,0x0c, - 0x0d,0x10,0x1a,0x20, - 0x1d,0x20,0x3f,0x40, - 0x3f,0x40,0x1b,0x64, - 0x00,0xc0,0xc0,0x30, - 0x70,0x08,0xf8,0x04, - 0xf8,0x04,0xfa,0x06, - 0xd2,0x2e,0xc6,0x3e, - 0x07,0x30,0x77,0x10, - 0xd7,0x30,0x23,0x7c, - 0x31,0x4e,0x74,0x0b, - 0x66,0x19,0x02,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xc1,0x3e, - 0x8c,0x73,0x2e,0xd1, - 0x27,0x00,0x0f,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x7f,0x80, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0x3c,0x03,0x0f,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfa,0xae, - 0xff,0x06,0xfd,0x1b, - 0xe6,0x31,0xf2,0x20, - 0xf8,0x20,0xe0,0x30, - 0xf0,0x40,0xe0,0x90, - 0xff,0xfb,0x35,0xce, - 0xbb,0x40,0x9a,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xbe,0x4d,0xf3, - 0xae,0x50,0xa6,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xe0,0x5f,0xbf, - 0xcc,0x33,0x9c,0x00, - 0x18,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xee,0xd5,0x3b, - 0xec,0x03,0x69,0x00, - 0x01,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x00,0xff,0xf8, - 0xcf,0x36,0xc9,0x03, - 0x83,0x01,0x07,0x01, - 0x03,0x06,0x07,0x01, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfe,0x01, - 0xf9,0x06,0xf1,0x0c, - 0xf4,0x08,0xe6,0x08, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x9f,0x60, - 0x80,0x7f,0x0c,0xf3, - 0x7c,0x80,0xf8,0x00, - 0xf4,0x06,0xf8,0x02, - 0xf8,0x04,0xe3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0xe7,0x5c, - 0xf7,0xcf,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xee,0xaa,0xfe, - 0x82,0xc6,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0x92,0xee, - 0xbb,0xef,0xaa,0xfe, - 0x29,0x7d,0x01,0x44, - 0x39,0x83,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0xc0,0xe0,0xe0,0x30, - 0xfc,0x10,0xfc,0x20, - 0xf8,0x20,0xe0,0x38, - 0xf0,0x18,0xfc,0x20, - 0x0f,0x01,0x0f,0x02, - 0x03,0x06,0x0d,0x03, - 0x07,0x01,0x03,0x01, - 0x01,0x03,0x07,0x01, - 0xa2,0xde,0xa2,0xde, - 0x64,0x5c,0x74,0x4c, - 0x54,0x6c,0x44,0x7c, - 0x00,0x38,0x00,0x00, - 0xe0,0x30,0xf0,0x40, - 0xe0,0x90,0xc0,0xe0, - 0xe0,0x30,0xfc,0x10, - 0xf4,0x38,0xf8,0x20, - 0x0f,0x02,0x07,0x0c, - 0x0f,0x02,0x1f,0x02, - 0x1f,0x04,0x07,0x0c, - 0x1b,0x06,0x07,0x02, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xe0,0x38,0xf0,0x18, - 0xfc,0x20,0xec,0x30, - 0xe0,0x38,0xf0,0x40, - 0xd8,0x60,0xe0,0x30, - 0x03,0x02,0x03,0x06, - 0x0f,0x02,0x0f,0x01, - 0x07,0x01,0x01,0x07, - 0x0d,0x03,0x1b,0x06, - 0xaa,0xfe,0xaa,0xfe, - 0x28,0x7c,0x00,0x44, - 0x38,0x82,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xcf,0x80,0xf0,0x80, - 0xe0,0x80,0x60,0xc0, - 0xfe,0x40,0xa0,0xc0, - 0x40,0x80,0x80,0x00, - 0x79,0x01,0x07,0x01, - 0x01,0x01,0x03,0x02, - 0xcb,0x02,0x01,0x03, - 0x00,0x01,0x01,0x00, - 0xf0,0x40,0xc0,0x70, - 0xe0,0x30,0xf8,0x40, - 0xd8,0x60,0xc0,0x70, - 0xe0,0x80,0xb0,0xc0, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0x67,0x5c, - 0x77,0x4f,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xc6,0xa2,0xde, - 0xa2,0xde,0xe4,0x5c, - 0xf4,0xcc,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xc0,0x60,0xf0,0x40, - 0xe4,0x40,0xce,0x60, - 0xff,0x73,0xff,0x4e, - 0xfb,0x46,0xf3,0x4e, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x10,0x80, - 0x32,0xc4,0xab,0xdc, - 0xf5,0x7f,0xf3,0x0f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x30,0x00,0x70,0x80, - 0xe0,0x90,0x40,0xe0, - 0x00,0x00,0x0c,0x00, - 0x0e,0x01,0x06,0x09, - 0x01,0x1f,0x32,0x0e, - 0x1d,0x04,0x0e,0x1d, - 0x30,0x00,0x70,0x00, - 0x62,0x90,0x97,0xf8, - 0x9d,0x9a,0x6b,0x0f, - 0x10,0xe0,0x07,0xf8, - 0x00,0x00,0x00,0x00, - 0x06,0x80,0x07,0x88, - 0xcb,0x8c,0xed,0x9f, - 0x30,0x58,0xc4,0x73, - 0x0c,0x00,0x1c,0x00, - 0x58,0xe0,0x60,0xf8, - 0x80,0x8e,0x31,0x84, - 0x1f,0x68,0x0e,0xfc, - 0x40,0xe0,0xe0,0x90, - 0x70,0x80,0x30,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x00, - 0x04,0x00,0x0b,0x00, - 0x1c,0x18,0x1d,0x12, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0x00, - 0x20,0x00,0xd0,0x00, - 0x30,0x10,0xd0,0x30, - 0xeb,0x5c,0xf1,0x3e, - 0xe3,0x3c,0xf7,0x28, - 0xff,0x20,0xfb,0x44, - 0xff,0x44,0xff,0x44, - 0xf0,0x0f,0xe0,0x1f, - 0xe1,0x1e,0x47,0xbc, - 0x07,0xfc,0x8b,0x7c, - 0x99,0x76,0x9b,0x66, - 0x00,0x7c,0x00,0x82, - 0x00,0x82,0xc6,0x82, - 0xbe,0xc2,0xca,0xf6, - 0xaa,0xf6,0xaa,0xb6, - 0x00,0x3e,0x00,0x41, - 0x00,0x41,0x63,0x41, - 0x7d,0x43,0x53,0x6f, - 0x55,0x6f,0x55,0x6d, - 0x48,0x3b,0x14,0x33, - 0x18,0x37,0x79,0x16, - 0x75,0x0a,0x39,0x0a, - 0x0b,0x38,0x73,0x18, - 0x50,0xaf,0xf9,0x06, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x08,0x87,0x21,0xde, - 0x0b,0xf4,0x9f,0x60, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x04,0xf6,0x86,0x7e, - 0xd6,0x28,0xef,0x08, - 0xeb,0x0c,0xec,0x0e, - 0xec,0x10,0xe6,0x18, - 0x0d,0x0a,0x19,0x0e, - 0x1c,0x07,0x0c,0x03, - 0x07,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x10,0xf0,0x18,0xf0, - 0x38,0xe0,0xf0,0xc0, - 0xe0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xb2,0x4f, - 0xb2,0x4f,0xcf,0x3c, - 0x7f,0x00,0x3e,0x00, - 0x93,0x6e,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xd3,0xef,0xcf,0x3c, - 0xff,0x00,0x7c,0x00, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0x96,0x78, - 0x0d,0x9b,0x6a,0x0e, - 0x91,0x60,0x04,0xfb, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0xfc,0xdf, - 0x38,0x78,0x84,0x03, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0x60,0x9f,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x06,0xf9,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x05,0xfc,0xfd,0x04, - 0xfd,0x04,0xfd,0x04, - 0x05,0xfc,0xfd,0x04, - 0xfd,0x04,0xfd,0x04, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfb,0xaf, - 0x77,0x10,0x37,0x30, - 0xa3,0x34,0xcb,0x64, - 0x93,0x8c,0x47,0x38, - 0x87,0x78,0x17,0xe8, - 0xe0,0x0c,0xcc,0x10, - 0xf8,0x24,0xd0,0x18, - 0xa0,0x4c,0x93,0x64, - 0x97,0x68,0xde,0x28, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x11,0x00,0x01,0x00, - 0x01,0x00,0x11,0x00, - 0xff,0x00,0x10,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x10,0x00, - 0xff,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0xdd,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0x40,0xbf,0xee,0x11, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x38,0xc7,0x00,0xff, - 0xc7,0x38,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xde,0x21, - 0xde,0x21,0xde,0x21, - 0x00,0x00,0x00,0x1e, - 0x1e,0x21,0x33,0x40, - 0x3f,0x21,0x7e,0x7f, - 0xe5,0x46,0xc7,0x5f, - 0x00,0x78,0x78,0x84, - 0xcc,0x02,0xf8,0x84, - 0x7c,0xfc,0xf6,0x0e, - 0x9b,0x06,0xf3,0x0e, - 0xbb,0xee,0xab,0xff, - 0x82,0xc6,0x39,0x83, - 0xc7,0x82,0xdb,0xa7, - 0xda,0xa6,0x92,0xee, - 0x3f,0xc0,0x7f,0x80, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0c,0x00,0x0e,0x01, - 0x07,0x09,0x02,0x07, - 0x00,0x00,0x00,0x00, - 0x80,0x00,0xc2,0x10, - 0xe6,0x78,0xf5,0x9b, - 0xff,0x0e,0xe7,0x1c, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x06,0x00, - 0x47,0x88,0x63,0x9c, - 0xa7,0xdf,0xfa,0x7f, - 0x00,0x80,0x11,0x80, - 0x10,0x80,0x01,0x80, - 0x01,0x80,0x01,0x80, - 0x11,0x80,0x12,0x81, - 0x11,0x00,0x11,0x00, - 0x11,0x00,0x12,0x01, - 0x19,0x06,0x25,0x1a, - 0x9c,0x63,0x7f,0x80, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x00,0xff, - 0xef,0x10,0xef,0x10, - 0x00,0xff,0xbe,0x41, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0x5d,0x80, - 0x9a,0x60,0xe5,0x18, - 0xf9,0x06,0xfe,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0xff,0x00, - 0xef,0x10,0xff,0x00, - 0x00,0xff,0x7e,0x81, - 0x7e,0x81,0x7e,0x81, - 0xee,0x08,0xec,0x08, - 0xcd,0x2c,0xd5,0x26, - 0xc8,0x31,0xe2,0x1c, - 0xe8,0x17,0xf8,0x07, - 0xc2,0x5f,0xc0,0x5f, - 0xe0,0x60,0xfc,0x5f, - 0xef,0x50,0xe0,0x5f, - 0xdf,0x60,0xbf,0x7f, - 0xfb,0xf6,0xc3,0xfa, - 0x77,0x06,0x3f,0xfa, - 0xf7,0x0a,0x07,0xfa, - 0xfb,0x06,0xfd,0xfe, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0xc1,0x00,0xf1,0x00, - 0xad,0x00,0xdf,0x00, - 0xaa,0x01,0xdc,0x01, - 0xab,0x01,0xdd,0x00, - 0xfc,0x00,0x04,0x00, - 0x74,0x00,0x04,0x00, - 0xf8,0x04,0xf8,0x04, - 0xcc,0xfc,0x9f,0xf8, - 0xc5,0x32,0x09,0x66, - 0x6b,0x14,0xef,0x10, - 0xcf,0x20,0x3f,0x60, - 0xcf,0x30,0x0f,0x10, - 0xff,0x00,0xff,0x00, - 0xfe,0x01,0xf0,0x0e, - 0xe0,0x10,0xc0,0x20, - 0xb0,0x40,0x38,0x40, - 0xff,0x00,0xff,0x00, - 0x0f,0xf0,0x03,0x0c, - 0x01,0x02,0x01,0x02, - 0x05,0x02,0x0a,0x06, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc8,0x3f,0x42,0xbd, - 0x1b,0xe4,0x9b,0x64, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x6f,0x98, - 0x00,0xff,0x11,0xee, - 0x39,0xc6,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0x79,0x86,0x7b,0x86, - 0xca,0x3d,0x46,0xb9, - 0x0e,0xf9,0x9e,0x7d, - 0xfd,0x3f,0xbf,0x7f, - 0xff,0x7f,0x7f,0xff, - 0x00,0xff,0x11,0xee, - 0x3b,0xc6,0xd3,0xee, - 0xe7,0xfc,0xf7,0xfc, - 0xfd,0xfe,0xff,0xfe, - 0x1f,0x86,0xbf,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x48,0x81,0x48, - 0x81,0x48,0xc0,0x3f, - 0xc0,0x24,0xc0,0x24, - 0xbe,0x41,0xbf,0x7f, - 0xe0,0x3f,0xe7,0x3f, - 0xe4,0x3f,0xe3,0x3c, - 0xe0,0x3f,0xf0,0x1f, - 0xff,0x00,0xff,0xfc, - 0x07,0xfc,0xe7,0xfc, - 0x27,0xdc,0xf7,0x3c, - 0x37,0xfc,0x0f,0xf8, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfa,0x61,0xfd,0x39, - 0xff,0x27,0xfc,0x24, - 0xdc,0x24,0xfc,0x44, - 0xf8,0x48,0xf8,0x48, - 0xfc,0x03,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xc6, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xff,0x00, - 0xca,0xf9,0x0c,0xf9, - 0x82,0x39,0xd4,0x09, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x3f,0x40,0xbf,0x00, - 0xdf,0x00,0xa3,0x40, - 0xc4,0x38,0xe0,0x1f, - 0xf8,0x07,0xff,0x00, - 0x12,0x0e,0xc2,0x3e, - 0xc1,0x3c,0x82,0x71, - 0x09,0x06,0x03,0xfc, - 0x0f,0xf0,0xff,0x00, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xfe,0x00,0x78,0x00, - 0x33,0xce,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xa3,0xdf,0xcf,0x3c, - 0xff,0x00,0x79,0x00, - 0x7d,0xff,0x6a,0xff, - 0xb0,0xff,0xc0,0x7f, - 0x4f,0xf0,0xff,0x80, - 0xff,0x00,0x78,0x00, - 0x7f,0xfe,0xaf,0xfe, - 0x1b,0xfe,0x05,0xfe, - 0xe3,0x1f,0xff,0x00, - 0xff,0x00,0x78,0x00, - 0x1d,0x12,0x3c,0x13, - 0x3e,0x09,0x3f,0x09, - 0x3f,0x09,0x3f,0x07, - 0x3f,0x00,0x3f,0x00, - 0xff,0x00,0x1f,0xe0, - 0xdf,0x20,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xf8,0x00, - 0xf0,0x1f,0xf0,0x1f, - 0xff,0x1f,0xff,0xf0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0x08,0xff,0x0f,0xf8, - 0xff,0xf8,0xff,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0xff,0x00,0xf8,0x07, - 0xfb,0x04,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0x00, - 0xb8,0x48,0x3c,0xc8, - 0x7c,0x90,0xfc,0x90, - 0xfc,0x90,0xfc,0xe0, - 0xfc,0x00,0xfc,0x00, - 0x1f,0x86,0x3f,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x12,0x81,0x12, - 0x81,0x12,0x03,0xfc, - 0x03,0x24,0x03,0x24, - 0x07,0x02,0x03,0x02, - 0x03,0x06,0x0f,0x02, - 0x0f,0x01,0x07,0x01, - 0x01,0x07,0x0d,0x03, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x01,0x00,0x0e,0x00, - 0x10,0x00,0x20,0x00, - 0x70,0x00,0x38,0x40, - 0x3f,0x40,0x3f,0x40, - 0xf0,0x00,0x0c,0x00, - 0x02,0x00,0x00,0x02, - 0x04,0x02,0x08,0x06, - 0x12,0x0e,0xc2,0x3e, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x40,0x00, - 0xc8,0x11,0xac,0x73, - 0xf4,0xdb,0xef,0x1f, - 0x1b,0x06,0x0f,0x02, - 0x07,0x02,0xd3,0x06, - 0xff,0x0e,0x73,0x9e, - 0xf3,0xfe,0xd3,0x3e, - 0xfb,0x04,0xff,0x00, - 0xfb,0x04,0xff,0x00, - 0xdf,0x20,0xdf,0x20, - 0xfb,0x04,0x9a,0x65, - 0xff,0x00,0x7d,0x82, - 0x6f,0x90,0xfd,0x02, - 0x6d,0x92,0xef,0x10, - 0xff,0x00,0xd9,0x26, - 0x80,0x00,0x00,0x80, - 0x80,0xc0,0xde,0x40, - 0x60,0xc0,0xe0,0x80, - 0xe0,0x80,0xf0,0x80, - 0x01,0x00,0x00,0x01, - 0x01,0x03,0xcb,0x02, - 0x03,0x02,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x1f,0x20,0x6f,0x10, - 0xf1,0x0e,0x7e,0x01, - 0x1f,0x00,0x40,0x00, - 0x60,0x00,0x20,0x00, - 0xc2,0x3e,0x84,0x7c, - 0x8e,0x78,0xf8,0xf0, - 0xf6,0x00,0x0e,0x00, - 0x8c,0x00,0x00,0x00, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7d,0x82, - 0x7d,0x82,0x7d,0x82, - 0x00,0xff,0xfe,0x01, - 0xee,0x11,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x13,0xee,0x3b,0xce, - 0x3f,0xc4,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0x7b,0x86,0x7b,0x86, - 0x3e,0xc1,0x08,0xf7, - 0x80,0x7f,0xcb,0x34, - 0x7f,0x80,0x3e,0xc1, - 0x00,0xff,0x00,0xff, - 0x9c,0x63,0x84,0x7b, - 0x81,0x7e,0xd3,0x2c, - 0xfe,0x01,0x7c,0x83, - 0x00,0xff,0x00,0xff, - 0xef,0x90,0xb0,0xc0, - 0xf0,0x80,0xf0,0x80, - 0xf8,0x80,0xf8,0x80, - 0x77,0xc8,0xd8,0x60, - 0x3d,0x01,0x03,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0xb3,0x02,0x0f,0x02, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xbf,0x20,0xbf,0x20, - 0xf7,0x78,0xc3,0x44, - 0x80,0x83,0x83,0xc6, - 0xbb,0xc6,0x9b,0xe6, - 0xfd,0x04,0xfd,0x04, - 0xef,0x1e,0xc3,0x22, - 0x01,0xc1,0xc1,0x63, - 0xdd,0x63,0xd9,0x67, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xff,0x00,0x8e,0x00, - 0x33,0xce,0x33,0xce, - 0x33,0xce,0x33,0xce, - 0x97,0xee,0xcf,0x3c, - 0xfe,0x00,0x7c,0x00, - 0x04,0xfb,0x03,0xfc, - 0x00,0xff,0x10,0xef, - 0x90,0x6f,0x73,0x8c, - 0x7f,0x80,0x7f,0x80, - 0xa0,0x5f,0xc0,0x3f, - 0x00,0xff,0x04,0xfb, - 0x0d,0xf2,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0xf8,0x40,0x78,0xc0, - 0xf8,0x80,0xf0,0x80, - 0xf0,0x00,0xe0,0x00, - 0xc0,0x00,0x00,0x00, - 0x02,0x03,0x02,0x03, - 0x06,0x03,0x07,0x01, - 0x07,0x01,0x03,0x00, - 0x01,0x00,0x00,0x00, - 0x9a,0xe6,0xb2,0xce, - 0xb2,0xce,0xb4,0xcc, - 0x48,0x78,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x59,0x67,0x4d,0x73, - 0x4d,0x73,0x2d,0x33, - 0x12,0x1e,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x7d,0x82,0x78,0x87, - 0x7f,0x80,0x0f,0xf0, - 0x43,0xbc,0x78,0x87, - 0x87,0x78,0x00,0xff, - 0xbe,0x41,0x1e,0xe1, - 0xee,0x11,0xf0,0x0f, - 0xc0,0x3f,0x00,0xff, - 0xe1,0x1e,0x00,0xff, - 0xbf,0x40,0xcf,0x30, - 0xf0,0x0f,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xf3,0x0c, - 0x0f,0xf0,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0x68,0x10,0x28,0x10, - 0x80,0x30,0x88,0x60, - 0x40,0x80,0xa0,0x00, - 0xc0,0x00,0xa0,0x00, - 0xc9,0x3e,0x3c,0x03, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x73,0xfc,0x3c,0xc0, - 0xf0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x38,0x00, - 0x44,0x00,0xba,0x00, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x2c,0x10,0x18,0x24, - 0x00,0x38,0x30,0x0c, - 0x6b,0x04,0xb7,0x08, - 0x5e,0x08,0x7c,0x0e, - 0x05,0x00,0x03,0x00, - 0x05,0x00,0x02,0x01, - 0x11,0x06,0x01,0x0c, - 0x14,0x08,0x16,0x08, - 0x01,0x00,0x28,0x00, - 0x51,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0x80,0x00,0x02,0x00, - 0x55,0x00,0x1e,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x01,0x00,0x82,0x00, - 0x55,0x00,0x9e,0x60, - 0xc0,0x3f,0x4c,0xb3, - 0x1c,0x00,0x18,0x00, - 0xec,0x06,0xbc,0x02, - 0x72,0x04,0xc3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xf3,0x4c,0xf7,0x28, - 0xef,0x30,0xff,0x20, - 0xff,0x20,0xfa,0x25, - 0xfe,0x25,0xff,0x44, - 0xf1,0x0e,0xf1,0x0e, - 0xf9,0x06,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0xf9,0x06,0xfb,0x06, - 0xc7,0x38,0xcf,0x30, - 0x9f,0x60,0xbf,0x40, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0x07,0xf8,0x8f,0x70, - 0x8f,0x70,0xa7,0x58, - 0xf5,0x0a,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0xf3,0x0e,0xf3,0x0e, - 0xfb,0x06,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0xff,0x04,0xfb,0x06, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xf9,0x46, - 0xfb,0x46,0xfb,0x46, - 0xfb,0x46,0xf2,0x4f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xba,0x47,0x6a,0x97, - 0x62,0x9f,0xf2,0x0f, - 0xff,0x08,0xe7,0x18, - 0xe3,0x1c,0xf3,0x0c, - 0xf7,0x0c,0xf7,0x0c, - 0xf5,0x0e,0xe4,0x1f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xda,0x27,0xea,0x17, - 0xe2,0x1f,0xc2,0x3f, - 0xff,0x08,0xe7,0x18, - 0x63,0x9c,0xb3,0x4c, - 0x77,0x8c,0xf7,0x0c, - 0xd5,0x2e,0xc4,0x3f, - 0xb3,0x4e,0xf3,0x0e, - 0xb3,0x4e,0xbb,0x46, - 0xdb,0x26,0xeb,0x16, - 0xf3,0x1e,0x73,0x9e, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x38,0xc7,0x00,0xff, - 0x07,0xf8,0x3f,0xc0, - 0x7f,0x80,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0xa0,0x00,0xc0,0x00, - 0xa0,0x00,0x40,0x80, - 0x88,0x60,0x80,0x30, - 0x28,0x10,0x68,0x10, - 0x05,0x00,0x03,0x00, - 0x05,0x00,0x02,0x01, - 0x11,0x06,0x01,0x0c, - 0x14,0x08,0x16,0x08, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0x6b,0x04, - 0x77,0x08,0x5e,0x08, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x3c,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0xd6,0x78, - 0x6c,0x9b,0xfd,0x0e, - 0xdf,0x00,0xf5,0x00, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0x3c,0xdf, - 0xbf,0x78,0xab,0x00, - 0x68,0x10,0x28,0x10, - 0x80,0x30,0x88,0x60, - 0x40,0x80,0xa0,0x00, - 0xc0,0x00,0xa0,0x00 + 0x5c,0x63,0x33,0x3c,0x2d,0x10,0x5a,0x20,0xdd,0x20,0xbf,0x40,0xbf,0x40,0x1b,0x64, + 0x02,0xfe,0xcc,0x3c,0x74,0x08,0xfa,0x04,0xfb,0x04,0xfb,0x06,0xd3,0x2e,0xc6,0x3e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0x3c,0x03,0x0f,0x00, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x3c,0xc0,0xf0,0x00, + 0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82,0x44,0x92, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x17,0x10,0x17,0x30,0x67,0x10,0x77,0x08,0x3b,0x08,0x0b,0x38,0x7b,0x18,0xe7,0x30, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfc,0x0e,0xf4,0x06,0xf7,0x08,0xeb,0x0c,0xe0,0x0e,0xec,0x10,0xe6,0x18,0xe0,0x0c, + 0x63,0x9c,0x7d,0x82,0x7e,0x81,0xbb,0xc4,0xcf,0xfc,0x87,0xfc,0x82,0xff,0x48,0x77, + 0xda,0x3e,0x99,0x67,0x39,0xc7,0xa3,0x7f,0xbd,0x7f,0x21,0xff,0xc1,0xff,0x02,0xfe, + 0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00, + 0x44,0x92,0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00, + 0x0f,0x60,0x6f,0x10,0xef,0x10,0xcf,0x20,0x1f,0x60,0x0f,0x30,0x0f,0x10,0x07,0x10, + 0xec,0x10,0xd8,0x24,0xf8,0x18,0xac,0x4c,0x93,0x64,0xd7,0x28,0xee,0x08,0xec,0x0e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0xc4,0x3f,0x60,0x1f, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x63,0xfc,0xc6,0xf8, + 0x00,0x03,0x03,0x0c,0x0d,0x10,0x1a,0x20,0x1d,0x20,0x3f,0x40,0x3f,0x40,0x1b,0x64, + 0x00,0xc0,0xc0,0x30,0x70,0x08,0xf8,0x04,0xf8,0x04,0xfa,0x06,0xd2,0x2e,0xc6,0x3e, + 0x07,0x30,0x77,0x10,0xd7,0x30,0x23,0x7c,0x31,0x4e,0x74,0x0b,0x66,0x19,0x02,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xc1,0x3e,0x8c,0x73,0x2e,0xd1,0x27,0x00,0x0f,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x80,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfa,0xae, + 0xff,0x06,0xfd,0x1b,0xe6,0x31,0xf2,0x20,0xf8,0x20,0xe0,0x30,0xf0,0x40,0xe0,0x90, + 0xff,0xfb,0x35,0xce,0xbb,0x40,0x9a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xbe,0x4d,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xe0,0x5f,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xee,0xd5,0x3b,0xec,0x03,0x69,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0xf8,0xcf,0x36,0xc9,0x03,0x83,0x01,0x07,0x01,0x03,0x06,0x07,0x01, + 0xff,0x00,0xff,0x00,0xff,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xfe,0x01,0xf9,0x06,0xf1,0x0c,0xf4,0x08,0xe6,0x08, + 0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x80,0x7f,0x0c,0xf3,0x7c,0x80,0xf8,0x00, + 0xf4,0x06,0xf8,0x02,0xf8,0x04,0xe3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0xe7,0x5c,0xf7,0xcf,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xee,0xaa,0xfe,0x82,0xc6,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0x92,0xee, + 0xbb,0xef,0xaa,0xfe,0x29,0x7d,0x01,0x44,0x39,0x83,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xfc,0x20,0xf8,0x20,0xe0,0x38,0xf0,0x18,0xfc,0x20, + 0x0f,0x01,0x0f,0x02,0x03,0x06,0x0d,0x03,0x07,0x01,0x03,0x01,0x01,0x03,0x07,0x01, + 0xa2,0xde,0xa2,0xde,0x64,0x5c,0x74,0x4c,0x54,0x6c,0x44,0x7c,0x00,0x38,0x00,0x00, + 0xe0,0x30,0xf0,0x40,0xe0,0x90,0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xf4,0x38,0xf8,0x20, + 0x0f,0x02,0x07,0x0c,0x0f,0x02,0x1f,0x02,0x1f,0x04,0x07,0x0c,0x1b,0x06,0x07,0x02, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xe0,0x38,0xf0,0x18,0xfc,0x20,0xec,0x30,0xe0,0x38,0xf0,0x40,0xd8,0x60,0xe0,0x30, + 0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03,0x1b,0x06, + 0xaa,0xfe,0xaa,0xfe,0x28,0x7c,0x00,0x44,0x38,0x82,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xcf,0x80,0xf0,0x80,0xe0,0x80,0x60,0xc0,0xfe,0x40,0xa0,0xc0,0x40,0x80,0x80,0x00, + 0x79,0x01,0x07,0x01,0x01,0x01,0x03,0x02,0xcb,0x02,0x01,0x03,0x00,0x01,0x01,0x00, + 0xf0,0x40,0xc0,0x70,0xe0,0x30,0xf8,0x40,0xd8,0x60,0xc0,0x70,0xe0,0x80,0xb0,0xc0, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00,0x00,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0x67,0x5c,0x77,0x4f,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xc6,0xa2,0xde,0xa2,0xde,0xe4,0x5c,0xf4,0xcc,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xc0,0x60,0xf0,0x40,0xe4,0x40,0xce,0x60,0xff,0x73,0xff,0x4e,0xfb,0x46,0xf3,0x4e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x80,0x32,0xc4,0xab,0xdc,0xf5,0x7f,0xf3,0x0f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x70,0x80,0xe0,0x90,0x40,0xe0, + 0x00,0x00,0x0c,0x00,0x0e,0x01,0x06,0x09,0x01,0x1f,0x32,0x0e,0x1d,0x04,0x0e,0x1d, + 0x30,0x00,0x70,0x00,0x62,0x90,0x97,0xf8,0x9d,0x9a,0x6b,0x0f,0x10,0xe0,0x07,0xf8, + 0x00,0x00,0x00,0x00,0x06,0x80,0x07,0x88,0xcb,0x8c,0xed,0x9f,0x30,0x58,0xc4,0x73, + 0x0c,0x00,0x1c,0x00,0x58,0xe0,0x60,0xf8,0x80,0x8e,0x31,0x84,0x1f,0x68,0x0e,0xfc, + 0x40,0xe0,0xe0,0x90,0x70,0x80,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x04,0x00,0x0b,0x00,0x1c,0x18,0x1d,0x12, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x20,0x00,0xd0,0x00,0x30,0x10,0xd0,0x30, + 0xeb,0x5c,0xf1,0x3e,0xe3,0x3c,0xf7,0x28,0xff,0x20,0xfb,0x44,0xff,0x44,0xff,0x44, + 0xf0,0x0f,0xe0,0x1f,0xe1,0x1e,0x47,0xbc,0x07,0xfc,0x8b,0x7c,0x99,0x76,0x9b,0x66, + 0x00,0x7c,0x00,0x82,0x00,0x82,0xc6,0x82,0xbe,0xc2,0xca,0xf6,0xaa,0xf6,0xaa,0xb6, + 0x00,0x3e,0x00,0x41,0x00,0x41,0x63,0x41,0x7d,0x43,0x53,0x6f,0x55,0x6f,0x55,0x6d, + 0x48,0x3b,0x14,0x33,0x18,0x37,0x79,0x16,0x75,0x0a,0x39,0x0a,0x0b,0x38,0x73,0x18, + 0x50,0xaf,0xf9,0x06,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x08,0x87,0x21,0xde,0x0b,0xf4,0x9f,0x60,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x04,0xf6,0x86,0x7e,0xd6,0x28,0xef,0x08,0xeb,0x0c,0xec,0x0e,0xec,0x10,0xe6,0x18, + 0x0d,0x0a,0x19,0x0e,0x1c,0x07,0x0c,0x03,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x10,0xf0,0x18,0xf0,0x38,0xe0,0xf0,0xc0,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xb2,0x4f,0xb2,0x4f,0xcf,0x3c,0x7f,0x00,0x3e,0x00, + 0x93,0x6e,0x31,0xce,0x31,0xce,0x33,0xce,0xd3,0xef,0xcf,0x3c,0xff,0x00,0x7c,0x00, + 0x00,0x00,0x80,0x00,0xc2,0x10,0x96,0x78,0x0d,0x9b,0x6a,0x0e,0x91,0x60,0x04,0xfb, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0xfc,0xdf,0x38,0x78,0x84,0x03, + 0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20,0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20, + 0x60,0x9f,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x06,0xf9,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01, + 0x05,0xfc,0xfd,0x04,0xfd,0x04,0xfd,0x04,0x05,0xfc,0xfd,0x04,0xfd,0x04,0xfd,0x04, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfb,0xaf, + 0x77,0x10,0x37,0x30,0xa3,0x34,0xcb,0x64,0x93,0x8c,0x47,0x38,0x87,0x78,0x17,0xe8, + 0xe0,0x0c,0xcc,0x10,0xf8,0x24,0xd0,0x18,0xa0,0x4c,0x93,0x64,0x97,0x68,0xde,0x28, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00, + 0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00,0x11,0x00,0x01,0x00,0x01,0x00,0x11,0x00, + 0xff,0x00,0x10,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x10,0x00, + 0xff,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00, + 0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00,0xaa,0x00,0xdd,0x00,0xaa,0x00,0xdd,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00, + 0x40,0xbf,0xee,0x11,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x38,0xc7,0x00,0xff,0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xde,0x21,0xde,0x21,0xde,0x21, + 0x00,0x00,0x00,0x1e,0x1e,0x21,0x33,0x40,0x3f,0x21,0x7e,0x7f,0xe5,0x46,0xc7,0x5f, + 0x00,0x78,0x78,0x84,0xcc,0x02,0xf8,0x84,0x7c,0xfc,0xf6,0x0e,0x9b,0x06,0xf3,0x0e, + 0xbb,0xee,0xab,0xff,0x82,0xc6,0x39,0x83,0xc7,0x82,0xdb,0xa7,0xda,0xa6,0x92,0xee, + 0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x0e,0x01,0x07,0x09,0x02,0x07, + 0x00,0x00,0x00,0x00,0x80,0x00,0xc2,0x10,0xe6,0x78,0xf5,0x9b,0xff,0x0e,0xe7,0x1c, + 0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0x63,0x9c,0xa7,0xdf,0xfa,0x7f, + 0x00,0x80,0x11,0x80,0x10,0x80,0x01,0x80,0x01,0x80,0x01,0x80,0x11,0x80,0x12,0x81, + 0x11,0x00,0x11,0x00,0x11,0x00,0x12,0x01,0x19,0x06,0x25,0x1a,0x9c,0x63,0x7f,0x80, + 0x10,0x00,0x10,0x00,0x10,0x00,0x00,0xff,0xef,0x10,0xef,0x10,0x00,0xff,0xbe,0x41, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0x00,0xdd,0x00,0xaa,0x00,0x5d,0x80,0x9a,0x60,0xe5,0x18,0xf9,0x06,0xfe,0x01, + 0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x00,0xff,0xff,0x00,0xef,0x10,0xff,0x00,0x00,0xff,0x7e,0x81,0x7e,0x81,0x7e,0x81, + 0xee,0x08,0xec,0x08,0xcd,0x2c,0xd5,0x26,0xc8,0x31,0xe2,0x1c,0xe8,0x17,0xf8,0x07, + 0xc2,0x5f,0xc0,0x5f,0xe0,0x60,0xfc,0x5f,0xef,0x50,0xe0,0x5f,0xdf,0x60,0xbf,0x7f, + 0xfb,0xf6,0xc3,0xfa,0x77,0x06,0x3f,0xfa,0xf7,0x0a,0x07,0xfa,0xfb,0x06,0xfd,0xfe, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0xc1,0x00,0xf1,0x00,0xad,0x00,0xdf,0x00,0xaa,0x01,0xdc,0x01,0xab,0x01,0xdd,0x00, + 0xfc,0x00,0x04,0x00,0x74,0x00,0x04,0x00,0xf8,0x04,0xf8,0x04,0xcc,0xfc,0x9f,0xf8, + 0xc5,0x32,0x09,0x66,0x6b,0x14,0xef,0x10,0xcf,0x20,0x3f,0x60,0xcf,0x30,0x0f,0x10, + 0xff,0x00,0xff,0x00,0xfe,0x01,0xf0,0x0e,0xe0,0x10,0xc0,0x20,0xb0,0x40,0x38,0x40, + 0xff,0x00,0xff,0x00,0x0f,0xf0,0x03,0x0c,0x01,0x02,0x01,0x02,0x05,0x02,0x0a,0x06, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc8,0x3f,0x42,0xbd,0x1b,0xe4,0x9b,0x64,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x6f,0x98, + 0x00,0xff,0x11,0xee,0x39,0xc6,0x7b,0x84,0x7f,0x84,0x7f,0x84,0x79,0x86,0x7b,0x86, + 0xca,0x3d,0x46,0xb9,0x0e,0xf9,0x9e,0x7d,0xfd,0x3f,0xbf,0x7f,0xff,0x7f,0x7f,0xff, + 0x00,0xff,0x11,0xee,0x3b,0xc6,0xd3,0xee,0xe7,0xfc,0xf7,0xfc,0xfd,0xfe,0xff,0xfe, + 0x1f,0x86,0xbf,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x48,0x81,0x48,0x81,0x48,0xc0,0x3f,0xc0,0x24,0xc0,0x24, + 0xbe,0x41,0xbf,0x7f,0xe0,0x3f,0xe7,0x3f,0xe4,0x3f,0xe3,0x3c,0xe0,0x3f,0xf0,0x1f, + 0xff,0x00,0xff,0xfc,0x07,0xfc,0xe7,0xfc,0x27,0xdc,0xf7,0x3c,0x37,0xfc,0x0f,0xf8, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfa,0x61,0xfd,0x39,0xff,0x27,0xfc,0x24,0xdc,0x24,0xfc,0x44,0xf8,0x48,0xf8,0x48, + 0xfc,0x03,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xc6, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xfd,0x02,0xff,0x00, + 0xca,0xf9,0x0c,0xf9,0x82,0x39,0xd4,0x09,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x3f,0x40,0xbf,0x00,0xdf,0x00,0xa3,0x40,0xc4,0x38,0xe0,0x1f,0xf8,0x07,0xff,0x00, + 0x12,0x0e,0xc2,0x3e,0xc1,0x3c,0x82,0x71,0x09,0x06,0x03,0xfc,0x0f,0xf0,0xff,0x00, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xfe,0x00,0x78,0x00, + 0x33,0xce,0x31,0xce,0x31,0xce,0x33,0xce,0xa3,0xdf,0xcf,0x3c,0xff,0x00,0x79,0x00, + 0x7d,0xff,0x6a,0xff,0xb0,0xff,0xc0,0x7f,0x4f,0xf0,0xff,0x80,0xff,0x00,0x78,0x00, + 0x7f,0xfe,0xaf,0xfe,0x1b,0xfe,0x05,0xfe,0xe3,0x1f,0xff,0x00,0xff,0x00,0x78,0x00, + 0x1d,0x12,0x3c,0x13,0x3e,0x09,0x3f,0x09,0x3f,0x09,0x3f,0x07,0x3f,0x00,0x3f,0x00, + 0xff,0x00,0x1f,0xe0,0xdf,0x20,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xf8,0x00, + 0xf0,0x1f,0xf0,0x1f,0xff,0x1f,0xff,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0x08,0xff,0x0f,0xf8,0xff,0xf8,0xff,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0xf8,0x07,0xfb,0x04,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0x00, + 0xb8,0x48,0x3c,0xc8,0x7c,0x90,0xfc,0x90,0xfc,0x90,0xfc,0xe0,0xfc,0x00,0xfc,0x00, + 0x1f,0x86,0x3f,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x12,0x81,0x12,0x81,0x12,0x03,0xfc,0x03,0x24,0x03,0x24, + 0x07,0x02,0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x01,0x00,0x0e,0x00,0x10,0x00,0x20,0x00,0x70,0x00,0x38,0x40,0x3f,0x40,0x3f,0x40, + 0xf0,0x00,0x0c,0x00,0x02,0x00,0x00,0x02,0x04,0x02,0x08,0x06,0x12,0x0e,0xc2,0x3e, + 0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0xc8,0x11,0xac,0x73,0xf4,0xdb,0xef,0x1f, + 0x1b,0x06,0x0f,0x02,0x07,0x02,0xd3,0x06,0xff,0x0e,0x73,0x9e,0xf3,0xfe,0xd3,0x3e, + 0xfb,0x04,0xff,0x00,0xfb,0x04,0xff,0x00,0xdf,0x20,0xdf,0x20,0xfb,0x04,0x9a,0x65, + 0xff,0x00,0x7d,0x82,0x6f,0x90,0xfd,0x02,0x6d,0x92,0xef,0x10,0xff,0x00,0xd9,0x26, + 0x80,0x00,0x00,0x80,0x80,0xc0,0xde,0x40,0x60,0xc0,0xe0,0x80,0xe0,0x80,0xf0,0x80, + 0x01,0x00,0x00,0x01,0x01,0x03,0xcb,0x02,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x1f,0x20,0x6f,0x10,0xf1,0x0e,0x7e,0x01,0x1f,0x00,0x40,0x00,0x60,0x00,0x20,0x00, + 0xc2,0x3e,0x84,0x7c,0x8e,0x78,0xf8,0xf0,0xf6,0x00,0x0e,0x00,0x8c,0x00,0x00,0x00, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7d,0x82,0x7d,0x82,0x7d,0x82, + 0x00,0xff,0xfe,0x01,0xee,0x11,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x13,0xee,0x3b,0xce,0x3f,0xc4,0x7f,0x84,0x7f,0x84,0x7f,0x84,0x7b,0x86,0x7b,0x86, + 0x3e,0xc1,0x08,0xf7,0x80,0x7f,0xcb,0x34,0x7f,0x80,0x3e,0xc1,0x00,0xff,0x00,0xff, + 0x9c,0x63,0x84,0x7b,0x81,0x7e,0xd3,0x2c,0xfe,0x01,0x7c,0x83,0x00,0xff,0x00,0xff, + 0xef,0x90,0xb0,0xc0,0xf0,0x80,0xf0,0x80,0xf8,0x80,0xf8,0x80,0x77,0xc8,0xd8,0x60, + 0x3d,0x01,0x03,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0xb3,0x02,0x0f,0x02, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xbf,0x20,0xbf,0x20,0xf7,0x78,0xc3,0x44,0x80,0x83,0x83,0xc6,0xbb,0xc6,0x9b,0xe6, + 0xfd,0x04,0xfd,0x04,0xef,0x1e,0xc3,0x22,0x01,0xc1,0xc1,0x63,0xdd,0x63,0xd9,0x67, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xff,0x00,0x8e,0x00, + 0x33,0xce,0x33,0xce,0x33,0xce,0x33,0xce,0x97,0xee,0xcf,0x3c,0xfe,0x00,0x7c,0x00, + 0x04,0xfb,0x03,0xfc,0x00,0xff,0x10,0xef,0x90,0x6f,0x73,0x8c,0x7f,0x80,0x7f,0x80, + 0xa0,0x5f,0xc0,0x3f,0x00,0xff,0x04,0xfb,0x0d,0xf2,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0xf8,0x40,0x78,0xc0,0xf8,0x80,0xf0,0x80,0xf0,0x00,0xe0,0x00,0xc0,0x00,0x00,0x00, + 0x02,0x03,0x02,0x03,0x06,0x03,0x07,0x01,0x07,0x01,0x03,0x00,0x01,0x00,0x00,0x00, + 0x9a,0xe6,0xb2,0xce,0xb2,0xce,0xb4,0xcc,0x48,0x78,0x00,0x00,0x00,0x00,0x00,0x00, + 0x59,0x67,0x4d,0x73,0x4d,0x73,0x2d,0x33,0x12,0x1e,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7d,0x82,0x78,0x87,0x7f,0x80,0x0f,0xf0,0x43,0xbc,0x78,0x87,0x87,0x78,0x00,0xff, + 0xbe,0x41,0x1e,0xe1,0xee,0x11,0xf0,0x0f,0xc0,0x3f,0x00,0xff,0xe1,0x1e,0x00,0xff, + 0xbf,0x40,0xcf,0x30,0xf0,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfd,0x02,0xf3,0x0c,0x0f,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0x68,0x10,0x28,0x10,0x80,0x30,0x88,0x60,0x40,0x80,0xa0,0x00,0xc0,0x00,0xa0,0x00, + 0xc9,0x3e,0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x73,0xfc,0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00, + 0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0xb7,0x08,0x5e,0x08,0x7c,0x0e, + 0x05,0x00,0x03,0x00,0x05,0x00,0x02,0x01,0x11,0x06,0x01,0x0c,0x14,0x08,0x16,0x08, + 0x01,0x00,0x28,0x00,0x51,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0x80,0x00,0x02,0x00,0x55,0x00,0x1e,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x01,0x00,0x82,0x00,0x55,0x00,0x9e,0x60,0xc0,0x3f,0x4c,0xb3,0x1c,0x00,0x18,0x00, + 0xec,0x06,0xbc,0x02,0x72,0x04,0xc3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xf3,0x4c,0xf7,0x28,0xef,0x30,0xff,0x20,0xff,0x20,0xfa,0x25,0xfe,0x25,0xff,0x44, + 0xf1,0x0e,0xf1,0x0e,0xf9,0x06,0x7b,0x84,0x7f,0x84,0x7f,0x84,0xf9,0x06,0xfb,0x06, + 0xc7,0x38,0xcf,0x30,0x9f,0x60,0xbf,0x40,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0x07,0xf8,0x8f,0x70,0x8f,0x70,0xa7,0x58,0xf5,0x0a,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0xf3,0x0e,0xf3,0x0e,0xfb,0x06,0x7f,0x84,0x7f,0x84,0x7f,0x84,0xff,0x04,0xfb,0x06, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xf9,0x46,0xfb,0x46,0xfb,0x46,0xfb,0x46,0xf2,0x4f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xba,0x47,0x6a,0x97,0x62,0x9f,0xf2,0x0f, + 0xff,0x08,0xe7,0x18,0xe3,0x1c,0xf3,0x0c,0xf7,0x0c,0xf7,0x0c,0xf5,0x0e,0xe4,0x1f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xda,0x27,0xea,0x17,0xe2,0x1f,0xc2,0x3f, + 0xff,0x08,0xe7,0x18,0x63,0x9c,0xb3,0x4c,0x77,0x8c,0xf7,0x0c,0xd5,0x2e,0xc4,0x3f, + 0xb3,0x4e,0xf3,0x0e,0xb3,0x4e,0xbb,0x46,0xdb,0x26,0xeb,0x16,0xf3,0x1e,0x73,0x9e, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x38,0xc7,0x00,0xff,0x07,0xf8,0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0xa0,0x00,0xc0,0x00,0xa0,0x00,0x40,0x80,0x88,0x60,0x80,0x30,0x28,0x10,0x68,0x10, + 0x05,0x00,0x03,0x00,0x05,0x00,0x02,0x01,0x11,0x06,0x01,0x0c,0x14,0x08,0x16,0x08, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0x77,0x08,0x5e,0x08, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x3c,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0x00,0x00,0x80,0x00,0xc2,0x10,0xd6,0x78,0x6c,0x9b,0xfd,0x0e,0xdf,0x00,0xf5,0x00, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0x3c,0xdf,0xbf,0x78,0xab,0x00, + 0x68,0x10,0x28,0x10,0x80,0x30,0x88,0x60,0x40,0x80,0xa0,0x00,0xc0,0x00,0xa0,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/largemap_4.c b/gbdk-support/png2asset/testing/ref/largemap_4.c @@ -18,942 +18,240 @@ const palette_color_t largemap_4_palettes[16] = { }; const uint8_t largemap_4_tiles[3744] = { - 0x5c,0x63,0x33,0x3c, - 0x2d,0x10,0x5a,0x20, - 0xdd,0x20,0xbf,0x40, - 0xbf,0x40,0x1b,0x64, - 0x02,0xfe,0xcc,0x3c, - 0x74,0x08,0xfa,0x04, - 0xfb,0x04,0xfb,0x06, - 0xd3,0x2e,0xc6,0x3e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0x3c,0x03,0x0f,0x00, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x44, - 0x28,0x82,0x44,0x92, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x44,0x28,0x82, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x17,0x10,0x17,0x30, - 0x67,0x10,0x77,0x08, - 0x3b,0x08,0x0b,0x38, - 0x7b,0x18,0xe7,0x30, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfc,0x0e,0xf4,0x06, - 0xf7,0x08,0xeb,0x0c, - 0xe0,0x0e,0xec,0x10, - 0xe6,0x18,0xe0,0x0c, - 0x63,0x9c,0x7d,0x82, - 0x7e,0x81,0xbb,0xc4, - 0xcf,0xfc,0x87,0xfc, - 0x82,0xff,0x48,0x77, - 0xda,0x3e,0x99,0x67, - 0x39,0xc7,0xa3,0x7f, - 0xbd,0x7f,0x21,0xff, - 0xc1,0xff,0x02,0xfe, - 0x38,0x44,0x00,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x00, - 0x44,0x92,0x38,0x44, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x0f,0x60,0x6f,0x10, - 0xef,0x10,0xcf,0x20, - 0x1f,0x60,0x0f,0x30, - 0x0f,0x10,0x07,0x10, - 0xec,0x10,0xd8,0x24, - 0xf8,0x18,0xac,0x4c, - 0x93,0x64,0xd7,0x28, - 0xee,0x08,0xec,0x0e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0xc4,0x3f,0x60,0x1f, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x63,0xfc,0xc6,0xf8, - 0x00,0x03,0x03,0x0c, - 0x0d,0x10,0x1a,0x20, - 0x1d,0x20,0x3f,0x40, - 0x3f,0x40,0x1b,0x64, - 0x00,0xc0,0xc0,0x30, - 0x70,0x08,0xf8,0x04, - 0xf8,0x04,0xfa,0x06, - 0xd2,0x2e,0xc6,0x3e, - 0x07,0x30,0x77,0x10, - 0xd7,0x30,0x23,0x7c, - 0x31,0x4e,0x74,0x0b, - 0x66,0x19,0x02,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xc1,0x3e, - 0x8c,0x73,0x2e,0xd1, - 0x27,0x00,0x0f,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x7f,0x80, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0x3c,0x03,0x0f,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfa,0xae, - 0xff,0x06,0xfd,0x1b, - 0xe6,0x31,0xf2,0x20, - 0xf8,0x20,0xe0,0x30, - 0xf0,0x40,0xe0,0x90, - 0xff,0xfb,0x35,0xce, - 0xbb,0x40,0x9a,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xbe,0x4d,0xf3, - 0xae,0x50,0xa6,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xe0,0x5f,0xbf, - 0xcc,0x33,0x9c,0x00, - 0x18,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xee,0xd5,0x3b, - 0xec,0x03,0x69,0x00, - 0x01,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x00,0xff,0xf8, - 0xcf,0x36,0xc9,0x03, - 0x83,0x01,0x07,0x01, - 0x03,0x06,0x07,0x01, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfe,0x01, - 0xf9,0x06,0xf1,0x0c, - 0xf4,0x08,0xe6,0x08, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x9f,0x60, - 0x80,0x7f,0x0c,0xf3, - 0x7c,0x80,0xf8,0x00, - 0xf4,0x06,0xf8,0x02, - 0xf8,0x04,0xe3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0xe7,0x5c, - 0xf7,0xcf,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xee,0xaa,0xfe, - 0x82,0xc6,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0x92,0xee, - 0xbb,0xef,0xaa,0xfe, - 0x29,0x7d,0x01,0x44, - 0x39,0x83,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0xc0,0xe0,0xe0,0x30, - 0xfc,0x10,0xfc,0x20, - 0xf8,0x20,0xe0,0x38, - 0xf0,0x18,0xfc,0x20, - 0x0f,0x01,0x0f,0x02, - 0x03,0x06,0x0d,0x03, - 0x07,0x01,0x03,0x01, - 0x01,0x03,0x07,0x01, - 0xa2,0xde,0xa2,0xde, - 0x64,0x5c,0x74,0x4c, - 0x54,0x6c,0x44,0x7c, - 0x00,0x38,0x00,0x00, - 0xe0,0x30,0xf0,0x40, - 0xe0,0x90,0xc0,0xe0, - 0xe0,0x30,0xfc,0x10, - 0xf4,0x38,0xf8,0x20, - 0x0f,0x02,0x07,0x0c, - 0x0f,0x02,0x1f,0x02, - 0x1f,0x04,0x07,0x0c, - 0x1b,0x06,0x07,0x02, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xe0,0x38,0xf0,0x18, - 0xfc,0x20,0xec,0x30, - 0xe0,0x38,0xf0,0x40, - 0xd8,0x60,0xe0,0x30, - 0x03,0x02,0x03,0x06, - 0x0f,0x02,0x0f,0x01, - 0x07,0x01,0x01,0x07, - 0x0d,0x03,0x1b,0x06, - 0xaa,0xfe,0xaa,0xfe, - 0x28,0x7c,0x00,0x44, - 0x38,0x82,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xcf,0x80,0xf0,0x80, - 0xe0,0x80,0x60,0xc0, - 0xfe,0x40,0xa0,0xc0, - 0x40,0x80,0x80,0x00, - 0x79,0x01,0x07,0x01, - 0x01,0x01,0x03,0x02, - 0xcb,0x02,0x01,0x03, - 0x00,0x01,0x01,0x00, - 0xf0,0x40,0xc0,0x70, - 0xe0,0x30,0xf8,0x40, - 0xd8,0x60,0xc0,0x70, - 0xe0,0x80,0xb0,0xc0, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0x67,0x5c, - 0x77,0x4f,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xc6,0xa2,0xde, - 0xa2,0xde,0xe4,0x5c, - 0xf4,0xcc,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xc0,0x60,0xf0,0x40, - 0xe4,0x40,0xce,0x60, - 0xff,0x73,0xff,0x4e, - 0xfb,0x46,0xf3,0x4e, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x10,0x80, - 0x32,0xc4,0xab,0xdc, - 0xf5,0x7f,0xf3,0x0f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x30,0x00,0x70,0x80, - 0xe0,0x90,0x40,0xe0, - 0x00,0x00,0x0c,0x00, - 0x0e,0x01,0x06,0x09, - 0x01,0x1f,0x32,0x0e, - 0x1d,0x04,0x0e,0x1d, - 0x30,0x00,0x70,0x00, - 0x62,0x90,0x97,0xf8, - 0x9d,0x9a,0x6b,0x0f, - 0x10,0xe0,0x07,0xf8, - 0x00,0x00,0x00,0x00, - 0x06,0x80,0x07,0x88, - 0xcb,0x8c,0xed,0x9f, - 0x30,0x58,0xc4,0x73, - 0x0c,0x00,0x1c,0x00, - 0x58,0xe0,0x60,0xf8, - 0x80,0x8e,0x31,0x84, - 0x1f,0x68,0x0e,0xfc, - 0x40,0xe0,0xe0,0x90, - 0x70,0x80,0x30,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x00, - 0x04,0x00,0x0b,0x00, - 0x1c,0x18,0x1d,0x12, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0x00, - 0x20,0x00,0xd0,0x00, - 0x30,0x10,0xd0,0x30, - 0xeb,0x5c,0xf1,0x3e, - 0xe3,0x3c,0xf7,0x28, - 0xff,0x20,0xfb,0x44, - 0xff,0x44,0xff,0x44, - 0xf0,0x0f,0xe0,0x1f, - 0xe1,0x1e,0x47,0xbc, - 0x07,0xfc,0x8b,0x7c, - 0x99,0x76,0x9b,0x66, - 0x00,0x7c,0x00,0x82, - 0x00,0x82,0xc6,0x82, - 0xbe,0xc2,0xca,0xf6, - 0xaa,0xf6,0xaa,0xb6, - 0x00,0x3e,0x00,0x41, - 0x00,0x41,0x63,0x41, - 0x7d,0x43,0x53,0x6f, - 0x55,0x6f,0x55,0x6d, - 0x48,0x3b,0x14,0x33, - 0x18,0x37,0x79,0x16, - 0x75,0x0a,0x39,0x0a, - 0x0b,0x38,0x73,0x18, - 0x50,0xaf,0xf9,0x06, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x08,0x87,0x21,0xde, - 0x0b,0xf4,0x9f,0x60, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x04,0xf6,0x86,0x7e, - 0xd6,0x28,0xef,0x08, - 0xeb,0x0c,0xec,0x0e, - 0xec,0x10,0xe6,0x18, - 0x0d,0x0a,0x19,0x0e, - 0x1c,0x07,0x0c,0x03, - 0x07,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x10,0xf0,0x18,0xf0, - 0x38,0xe0,0xf0,0xc0, - 0xe0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xb2,0x4f, - 0xb2,0x4f,0xcf,0x3c, - 0x7f,0x00,0x3e,0x00, - 0x93,0x6e,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xd3,0xef,0xcf,0x3c, - 0xff,0x00,0x7c,0x00, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0x96,0x78, - 0x0d,0x9b,0x6a,0x0e, - 0x91,0x60,0x04,0xfb, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0xfc,0xdf, - 0x38,0x78,0x84,0x03, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0x60,0x9f,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x06,0xf9,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x05,0xfc,0xfd,0x04, - 0xfd,0x04,0xfd,0x04, - 0x05,0xfc,0xfd,0x04, - 0xfd,0x04,0xfd,0x04, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfb,0xaf, - 0x77,0x10,0x37,0x30, - 0xa3,0x34,0xcb,0x64, - 0x93,0x8c,0x47,0x38, - 0x87,0x78,0x17,0xe8, - 0xe0,0x0c,0xcc,0x10, - 0xf8,0x24,0xd0,0x18, - 0xa0,0x4c,0x93,0x64, - 0x97,0x68,0xde,0x28, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x11,0x00,0x01,0x00, - 0x01,0x00,0x11,0x00, - 0xff,0x00,0x10,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x10,0x00, - 0xff,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0xdd,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0x40,0xbf,0xee,0x11, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x38,0xc7,0x00,0xff, - 0xc7,0x38,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xde,0x21, - 0xde,0x21,0xde,0x21, - 0x00,0x00,0x00,0x1e, - 0x1e,0x21,0x33,0x40, - 0x3f,0x21,0x7e,0x7f, - 0xe5,0x46,0xc7,0x5f, - 0x00,0x78,0x78,0x84, - 0xcc,0x02,0xf8,0x84, - 0x7c,0xfc,0xf6,0x0e, - 0x9b,0x06,0xf3,0x0e, - 0xbb,0xee,0xab,0xff, - 0x82,0xc6,0x39,0x83, - 0xc7,0x82,0xdb,0xa7, - 0xda,0xa6,0x92,0xee, - 0x3f,0xc0,0x7f,0x80, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0c,0x00,0x0e,0x01, - 0x07,0x09,0x02,0x07, - 0x00,0x00,0x00,0x00, - 0x80,0x00,0xc2,0x10, - 0xe6,0x78,0xf5,0x9b, - 0xff,0x0e,0xe7,0x1c, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x06,0x00, - 0x47,0x88,0x63,0x9c, - 0xa7,0xdf,0xfa,0x7f, - 0x00,0x80,0x11,0x80, - 0x10,0x80,0x01,0x80, - 0x01,0x80,0x01,0x80, - 0x11,0x80,0x12,0x81, - 0x11,0x00,0x11,0x00, - 0x11,0x00,0x12,0x01, - 0x19,0x06,0x25,0x1a, - 0x9c,0x63,0x7f,0x80, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x00,0xff, - 0xef,0x10,0xef,0x10, - 0x00,0xff,0xbe,0x41, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0x5d,0x80, - 0x9a,0x60,0xe5,0x18, - 0xf9,0x06,0xfe,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0xff,0x00, - 0xef,0x10,0xff,0x00, - 0x00,0xff,0x7e,0x81, - 0x7e,0x81,0x7e,0x81, - 0xee,0x08,0xec,0x08, - 0xcd,0x2c,0xd5,0x26, - 0xc8,0x31,0xe2,0x1c, - 0xe8,0x17,0xf8,0x07, - 0xc2,0x5f,0xc0,0x5f, - 0xe0,0x60,0xfc,0x5f, - 0xef,0x50,0xe0,0x5f, - 0xdf,0x60,0xbf,0x7f, - 0xfb,0xf6,0xc3,0xfa, - 0x77,0x06,0x3f,0xfa, - 0xf7,0x0a,0x07,0xfa, - 0xfb,0x06,0xfd,0xfe, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0xc1,0x00,0xf1,0x00, - 0xad,0x00,0xdf,0x00, - 0xaa,0x01,0xdc,0x01, - 0xab,0x01,0xdd,0x00, - 0xfc,0x00,0x04,0x00, - 0x74,0x00,0x04,0x00, - 0xf8,0x04,0xf8,0x04, - 0xcc,0xfc,0x9f,0xf8, - 0xc5,0x32,0x09,0x66, - 0x6b,0x14,0xef,0x10, - 0xcf,0x20,0x3f,0x60, - 0xcf,0x30,0x0f,0x10, - 0xff,0x00,0xff,0x00, - 0xfe,0x01,0xf0,0x0e, - 0xe0,0x10,0xc0,0x20, - 0xb0,0x40,0x38,0x40, - 0xff,0x00,0xff,0x00, - 0x0f,0xf0,0x03,0x0c, - 0x01,0x02,0x01,0x02, - 0x05,0x02,0x0a,0x06, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc8,0x3f,0x42,0xbd, - 0x1b,0xe4,0x9b,0x64, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x6f,0x98, - 0x00,0xff,0x11,0xee, - 0x39,0xc6,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0x79,0x86,0x7b,0x86, - 0xca,0x3d,0x46,0xb9, - 0x0e,0xf9,0x9e,0x7d, - 0xfd,0x3f,0xbf,0x7f, - 0xff,0x7f,0x7f,0xff, - 0x00,0xff,0x11,0xee, - 0x3b,0xc6,0xd3,0xee, - 0xe7,0xfc,0xf7,0xfc, - 0xfd,0xfe,0xff,0xfe, - 0x1f,0x86,0xbf,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x48,0x81,0x48, - 0x81,0x48,0xc0,0x3f, - 0xc0,0x24,0xc0,0x24, - 0xbe,0x41,0xbf,0x7f, - 0xe0,0x3f,0xe7,0x3f, - 0xe4,0x3f,0xe3,0x3c, - 0xe0,0x3f,0xf0,0x1f, - 0xff,0x00,0xff,0xfc, - 0x07,0xfc,0xe7,0xfc, - 0x27,0xdc,0xf7,0x3c, - 0x37,0xfc,0x0f,0xf8, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfa,0x61,0xfd,0x39, - 0xff,0x27,0xfc,0x24, - 0xdc,0x24,0xfc,0x44, - 0xf8,0x48,0xf8,0x48, - 0xfc,0x03,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xc6, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xff,0x00, - 0xca,0xf9,0x0c,0xf9, - 0x82,0x39,0xd4,0x09, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x3f,0x40,0xbf,0x00, - 0xdf,0x00,0xa3,0x40, - 0xc4,0x38,0xe0,0x1f, - 0xf8,0x07,0xff,0x00, - 0x12,0x0e,0xc2,0x3e, - 0xc1,0x3c,0x82,0x71, - 0x09,0x06,0x03,0xfc, - 0x0f,0xf0,0xff,0x00, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xfe,0x00,0x78,0x00, - 0x33,0xce,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xa3,0xdf,0xcf,0x3c, - 0xff,0x00,0x79,0x00, - 0x7d,0xff,0x6a,0xff, - 0xb0,0xff,0xc0,0x7f, - 0x4f,0xf0,0xff,0x80, - 0xff,0x00,0x78,0x00, - 0x7f,0xfe,0xaf,0xfe, - 0x1b,0xfe,0x05,0xfe, - 0xe3,0x1f,0xff,0x00, - 0xff,0x00,0x78,0x00, - 0x1d,0x12,0x3c,0x13, - 0x3e,0x09,0x3f,0x09, - 0x3f,0x09,0x3f,0x07, - 0x3f,0x00,0x3f,0x00, - 0xff,0x00,0x1f,0xe0, - 0xdf,0x20,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xf8,0x00, - 0xf0,0x1f,0xf0,0x1f, - 0xff,0x1f,0xff,0xf0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0x08,0xff,0x0f,0xf8, - 0xff,0xf8,0xff,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0xff,0x00,0xf8,0x07, - 0xfb,0x04,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0x00, - 0xb8,0x48,0x3c,0xc8, - 0x7c,0x90,0xfc,0x90, - 0xfc,0x90,0xfc,0xe0, - 0xfc,0x00,0xfc,0x00, - 0x1f,0x86,0x3f,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x12,0x81,0x12, - 0x81,0x12,0x03,0xfc, - 0x03,0x24,0x03,0x24, - 0x07,0x02,0x03,0x02, - 0x03,0x06,0x0f,0x02, - 0x0f,0x01,0x07,0x01, - 0x01,0x07,0x0d,0x03, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x01,0x00,0x0e,0x00, - 0x10,0x00,0x20,0x00, - 0x70,0x00,0x38,0x40, - 0x3f,0x40,0x3f,0x40, - 0xf0,0x00,0x0c,0x00, - 0x02,0x00,0x00,0x02, - 0x04,0x02,0x08,0x06, - 0x12,0x0e,0xc2,0x3e, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x40,0x00, - 0xc8,0x11,0xac,0x73, - 0xf4,0xdb,0xef,0x1f, - 0x1b,0x06,0x0f,0x02, - 0x07,0x02,0xd3,0x06, - 0xff,0x0e,0x73,0x9e, - 0xf3,0xfe,0xd3,0x3e, - 0xfb,0x04,0xff,0x00, - 0xfb,0x04,0xff,0x00, - 0xdf,0x20,0xdf,0x20, - 0xfb,0x04,0x9a,0x65, - 0xff,0x00,0x7d,0x82, - 0x6f,0x90,0xfd,0x02, - 0x6d,0x92,0xef,0x10, - 0xff,0x00,0xd9,0x26, - 0x80,0x00,0x00,0x80, - 0x80,0xc0,0xde,0x40, - 0x60,0xc0,0xe0,0x80, - 0xe0,0x80,0xf0,0x80, - 0x01,0x00,0x00,0x01, - 0x01,0x03,0xcb,0x02, - 0x03,0x02,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x1f,0x20,0x6f,0x10, - 0xf1,0x0e,0x7e,0x01, - 0x1f,0x00,0x40,0x00, - 0x60,0x00,0x20,0x00, - 0xc2,0x3e,0x84,0x7c, - 0x8e,0x78,0xf8,0xf0, - 0xf6,0x00,0x0e,0x00, - 0x8c,0x00,0x00,0x00, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7d,0x82, - 0x7d,0x82,0x7d,0x82, - 0x00,0xff,0xfe,0x01, - 0xee,0x11,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x13,0xee,0x3b,0xce, - 0x3f,0xc4,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0x7b,0x86,0x7b,0x86, - 0x3e,0xc1,0x08,0xf7, - 0x80,0x7f,0xcb,0x34, - 0x7f,0x80,0x3e,0xc1, - 0x00,0xff,0x00,0xff, - 0x9c,0x63,0x84,0x7b, - 0x81,0x7e,0xd3,0x2c, - 0xfe,0x01,0x7c,0x83, - 0x00,0xff,0x00,0xff, - 0xef,0x90,0xb0,0xc0, - 0xf0,0x80,0xf0,0x80, - 0xf8,0x80,0xf8,0x80, - 0x77,0xc8,0xd8,0x60, - 0x3d,0x01,0x03,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0xb3,0x02,0x0f,0x02, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xbf,0x20,0xbf,0x20, - 0xf7,0x78,0xc3,0x44, - 0x80,0x83,0x83,0xc6, - 0xbb,0xc6,0x9b,0xe6, - 0xfd,0x04,0xfd,0x04, - 0xef,0x1e,0xc3,0x22, - 0x01,0xc1,0xc1,0x63, - 0xdd,0x63,0xd9,0x67, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xff,0x00,0x8e,0x00, - 0x33,0xce,0x33,0xce, - 0x33,0xce,0x33,0xce, - 0x97,0xee,0xcf,0x3c, - 0xfe,0x00,0x7c,0x00, - 0x04,0xfb,0x03,0xfc, - 0x00,0xff,0x10,0xef, - 0x90,0x6f,0x73,0x8c, - 0x7f,0x80,0x7f,0x80, - 0xa0,0x5f,0xc0,0x3f, - 0x00,0xff,0x04,0xfb, - 0x0d,0xf2,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0xf8,0x40,0x78,0xc0, - 0xf8,0x80,0xf0,0x80, - 0xf0,0x00,0xe0,0x00, - 0xc0,0x00,0x00,0x00, - 0x02,0x03,0x02,0x03, - 0x06,0x03,0x07,0x01, - 0x07,0x01,0x03,0x00, - 0x01,0x00,0x00,0x00, - 0x9a,0xe6,0xb2,0xce, - 0xb2,0xce,0xb4,0xcc, - 0x48,0x78,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x59,0x67,0x4d,0x73, - 0x4d,0x73,0x2d,0x33, - 0x12,0x1e,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x7d,0x82,0x78,0x87, - 0x7f,0x80,0x0f,0xf0, - 0x43,0xbc,0x78,0x87, - 0x87,0x78,0x00,0xff, - 0xbe,0x41,0x1e,0xe1, - 0xee,0x11,0xf0,0x0f, - 0xc0,0x3f,0x00,0xff, - 0xe1,0x1e,0x00,0xff, - 0xbf,0x40,0xcf,0x30, - 0xf0,0x0f,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xf3,0x0c, - 0x0f,0xf0,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0x68,0x10,0x28,0x10, - 0x80,0x30,0x88,0x60, - 0x40,0x80,0xa0,0x00, - 0xc0,0x00,0xa0,0x00, - 0xc9,0x3e,0x3c,0x03, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x73,0xfc,0x3c,0xc0, - 0xf0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x38,0x00, - 0x44,0x00,0xba,0x00, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x2c,0x10,0x18,0x24, - 0x00,0x38,0x30,0x0c, - 0x6b,0x04,0xb7,0x08, - 0x5e,0x08,0x7c,0x0e, - 0x05,0x00,0x03,0x00, - 0x05,0x00,0x02,0x01, - 0x11,0x06,0x01,0x0c, - 0x14,0x08,0x16,0x08, - 0x01,0x00,0x28,0x00, - 0x51,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0x80,0x00,0x02,0x00, - 0x55,0x00,0x1e,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x01,0x00,0x82,0x00, - 0x55,0x00,0x9e,0x60, - 0xc0,0x3f,0x4c,0xb3, - 0x1c,0x00,0x18,0x00, - 0xec,0x06,0xbc,0x02, - 0x72,0x04,0xc3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xf3,0x4c,0xf7,0x28, - 0xef,0x30,0xff,0x20, - 0xff,0x20,0xfa,0x25, - 0xfe,0x25,0xff,0x44, - 0xf1,0x0e,0xf1,0x0e, - 0xf9,0x06,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0xf9,0x06,0xfb,0x06, - 0xc7,0x38,0xcf,0x30, - 0x9f,0x60,0xbf,0x40, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0x07,0xf8,0x8f,0x70, - 0x8f,0x70,0xa7,0x58, - 0xf5,0x0a,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0xf3,0x0e,0xf3,0x0e, - 0xfb,0x06,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0xff,0x04,0xfb,0x06, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xf9,0x46, - 0xfb,0x46,0xfb,0x46, - 0xfb,0x46,0xf2,0x4f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xba,0x47,0x6a,0x97, - 0x62,0x9f,0xf2,0x0f, - 0xff,0x08,0xe7,0x18, - 0xe3,0x1c,0xf3,0x0c, - 0xf7,0x0c,0xf7,0x0c, - 0xf5,0x0e,0xe4,0x1f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xda,0x27,0xea,0x17, - 0xe2,0x1f,0xc2,0x3f, - 0xff,0x08,0xe7,0x18, - 0x63,0x9c,0xb3,0x4c, - 0x77,0x8c,0xf7,0x0c, - 0xd5,0x2e,0xc4,0x3f, - 0xb3,0x4e,0xf3,0x0e, - 0xb3,0x4e,0xbb,0x46, - 0xdb,0x26,0xeb,0x16, - 0xf3,0x1e,0x73,0x9e, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x38,0xc7,0x00,0xff, - 0x07,0xf8,0x3f,0xc0, - 0x7f,0x80,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0xa0,0x00,0xc0,0x00, - 0xa0,0x00,0x40,0x80, - 0x88,0x60,0x80,0x30, - 0x28,0x10,0x68,0x10, - 0x05,0x00,0x03,0x00, - 0x05,0x00,0x02,0x01, - 0x11,0x06,0x01,0x0c, - 0x14,0x08,0x16,0x08, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0x6b,0x04, - 0x77,0x08,0x5e,0x08, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x3c,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0xd6,0x78, - 0x6c,0x9b,0xfd,0x0e, - 0xdf,0x00,0xf5,0x00, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0x3c,0xdf, - 0xbf,0x78,0xab,0x00, - 0x68,0x10,0x28,0x10, - 0x80,0x30,0x88,0x60, - 0x40,0x80,0xa0,0x00, - 0xc0,0x00,0xa0,0x00 + 0x5c,0x63,0x33,0x3c,0x2d,0x10,0x5a,0x20,0xdd,0x20,0xbf,0x40,0xbf,0x40,0x1b,0x64, + 0x02,0xfe,0xcc,0x3c,0x74,0x08,0xfa,0x04,0xfb,0x04,0xfb,0x06,0xd3,0x2e,0xc6,0x3e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0x3c,0x03,0x0f,0x00, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x3c,0xc0,0xf0,0x00, + 0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82,0x44,0x92, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x17,0x10,0x17,0x30,0x67,0x10,0x77,0x08,0x3b,0x08,0x0b,0x38,0x7b,0x18,0xe7,0x30, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfc,0x0e,0xf4,0x06,0xf7,0x08,0xeb,0x0c,0xe0,0x0e,0xec,0x10,0xe6,0x18,0xe0,0x0c, + 0x63,0x9c,0x7d,0x82,0x7e,0x81,0xbb,0xc4,0xcf,0xfc,0x87,0xfc,0x82,0xff,0x48,0x77, + 0xda,0x3e,0x99,0x67,0x39,0xc7,0xa3,0x7f,0xbd,0x7f,0x21,0xff,0xc1,0xff,0x02,0xfe, + 0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00, + 0x44,0x92,0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00, + 0x0f,0x60,0x6f,0x10,0xef,0x10,0xcf,0x20,0x1f,0x60,0x0f,0x30,0x0f,0x10,0x07,0x10, + 0xec,0x10,0xd8,0x24,0xf8,0x18,0xac,0x4c,0x93,0x64,0xd7,0x28,0xee,0x08,0xec,0x0e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0xc4,0x3f,0x60,0x1f, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x63,0xfc,0xc6,0xf8, + 0x00,0x03,0x03,0x0c,0x0d,0x10,0x1a,0x20,0x1d,0x20,0x3f,0x40,0x3f,0x40,0x1b,0x64, + 0x00,0xc0,0xc0,0x30,0x70,0x08,0xf8,0x04,0xf8,0x04,0xfa,0x06,0xd2,0x2e,0xc6,0x3e, + 0x07,0x30,0x77,0x10,0xd7,0x30,0x23,0x7c,0x31,0x4e,0x74,0x0b,0x66,0x19,0x02,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xc1,0x3e,0x8c,0x73,0x2e,0xd1,0x27,0x00,0x0f,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x80,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfa,0xae, + 0xff,0x06,0xfd,0x1b,0xe6,0x31,0xf2,0x20,0xf8,0x20,0xe0,0x30,0xf0,0x40,0xe0,0x90, + 0xff,0xfb,0x35,0xce,0xbb,0x40,0x9a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xbe,0x4d,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xe0,0x5f,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xee,0xd5,0x3b,0xec,0x03,0x69,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0xf8,0xcf,0x36,0xc9,0x03,0x83,0x01,0x07,0x01,0x03,0x06,0x07,0x01, + 0xff,0x00,0xff,0x00,0xff,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xfe,0x01,0xf9,0x06,0xf1,0x0c,0xf4,0x08,0xe6,0x08, + 0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x80,0x7f,0x0c,0xf3,0x7c,0x80,0xf8,0x00, + 0xf4,0x06,0xf8,0x02,0xf8,0x04,0xe3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0xe7,0x5c,0xf7,0xcf,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xee,0xaa,0xfe,0x82,0xc6,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0x92,0xee, + 0xbb,0xef,0xaa,0xfe,0x29,0x7d,0x01,0x44,0x39,0x83,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xfc,0x20,0xf8,0x20,0xe0,0x38,0xf0,0x18,0xfc,0x20, + 0x0f,0x01,0x0f,0x02,0x03,0x06,0x0d,0x03,0x07,0x01,0x03,0x01,0x01,0x03,0x07,0x01, + 0xa2,0xde,0xa2,0xde,0x64,0x5c,0x74,0x4c,0x54,0x6c,0x44,0x7c,0x00,0x38,0x00,0x00, + 0xe0,0x30,0xf0,0x40,0xe0,0x90,0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xf4,0x38,0xf8,0x20, + 0x0f,0x02,0x07,0x0c,0x0f,0x02,0x1f,0x02,0x1f,0x04,0x07,0x0c,0x1b,0x06,0x07,0x02, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xe0,0x38,0xf0,0x18,0xfc,0x20,0xec,0x30,0xe0,0x38,0xf0,0x40,0xd8,0x60,0xe0,0x30, + 0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03,0x1b,0x06, + 0xaa,0xfe,0xaa,0xfe,0x28,0x7c,0x00,0x44,0x38,0x82,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xcf,0x80,0xf0,0x80,0xe0,0x80,0x60,0xc0,0xfe,0x40,0xa0,0xc0,0x40,0x80,0x80,0x00, + 0x79,0x01,0x07,0x01,0x01,0x01,0x03,0x02,0xcb,0x02,0x01,0x03,0x00,0x01,0x01,0x00, + 0xf0,0x40,0xc0,0x70,0xe0,0x30,0xf8,0x40,0xd8,0x60,0xc0,0x70,0xe0,0x80,0xb0,0xc0, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00,0x00,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0x67,0x5c,0x77,0x4f,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xc6,0xa2,0xde,0xa2,0xde,0xe4,0x5c,0xf4,0xcc,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xc0,0x60,0xf0,0x40,0xe4,0x40,0xce,0x60,0xff,0x73,0xff,0x4e,0xfb,0x46,0xf3,0x4e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x80,0x32,0xc4,0xab,0xdc,0xf5,0x7f,0xf3,0x0f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x70,0x80,0xe0,0x90,0x40,0xe0, + 0x00,0x00,0x0c,0x00,0x0e,0x01,0x06,0x09,0x01,0x1f,0x32,0x0e,0x1d,0x04,0x0e,0x1d, + 0x30,0x00,0x70,0x00,0x62,0x90,0x97,0xf8,0x9d,0x9a,0x6b,0x0f,0x10,0xe0,0x07,0xf8, + 0x00,0x00,0x00,0x00,0x06,0x80,0x07,0x88,0xcb,0x8c,0xed,0x9f,0x30,0x58,0xc4,0x73, + 0x0c,0x00,0x1c,0x00,0x58,0xe0,0x60,0xf8,0x80,0x8e,0x31,0x84,0x1f,0x68,0x0e,0xfc, + 0x40,0xe0,0xe0,0x90,0x70,0x80,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x04,0x00,0x0b,0x00,0x1c,0x18,0x1d,0x12, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x20,0x00,0xd0,0x00,0x30,0x10,0xd0,0x30, + 0xeb,0x5c,0xf1,0x3e,0xe3,0x3c,0xf7,0x28,0xff,0x20,0xfb,0x44,0xff,0x44,0xff,0x44, + 0xf0,0x0f,0xe0,0x1f,0xe1,0x1e,0x47,0xbc,0x07,0xfc,0x8b,0x7c,0x99,0x76,0x9b,0x66, + 0x00,0x7c,0x00,0x82,0x00,0x82,0xc6,0x82,0xbe,0xc2,0xca,0xf6,0xaa,0xf6,0xaa,0xb6, + 0x00,0x3e,0x00,0x41,0x00,0x41,0x63,0x41,0x7d,0x43,0x53,0x6f,0x55,0x6f,0x55,0x6d, + 0x48,0x3b,0x14,0x33,0x18,0x37,0x79,0x16,0x75,0x0a,0x39,0x0a,0x0b,0x38,0x73,0x18, + 0x50,0xaf,0xf9,0x06,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x08,0x87,0x21,0xde,0x0b,0xf4,0x9f,0x60,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x04,0xf6,0x86,0x7e,0xd6,0x28,0xef,0x08,0xeb,0x0c,0xec,0x0e,0xec,0x10,0xe6,0x18, + 0x0d,0x0a,0x19,0x0e,0x1c,0x07,0x0c,0x03,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x10,0xf0,0x18,0xf0,0x38,0xe0,0xf0,0xc0,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xb2,0x4f,0xb2,0x4f,0xcf,0x3c,0x7f,0x00,0x3e,0x00, + 0x93,0x6e,0x31,0xce,0x31,0xce,0x33,0xce,0xd3,0xef,0xcf,0x3c,0xff,0x00,0x7c,0x00, + 0x00,0x00,0x80,0x00,0xc2,0x10,0x96,0x78,0x0d,0x9b,0x6a,0x0e,0x91,0x60,0x04,0xfb, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0xfc,0xdf,0x38,0x78,0x84,0x03, + 0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20,0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20, + 0x60,0x9f,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x06,0xf9,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01, + 0x05,0xfc,0xfd,0x04,0xfd,0x04,0xfd,0x04,0x05,0xfc,0xfd,0x04,0xfd,0x04,0xfd,0x04, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfb,0xaf, + 0x77,0x10,0x37,0x30,0xa3,0x34,0xcb,0x64,0x93,0x8c,0x47,0x38,0x87,0x78,0x17,0xe8, + 0xe0,0x0c,0xcc,0x10,0xf8,0x24,0xd0,0x18,0xa0,0x4c,0x93,0x64,0x97,0x68,0xde,0x28, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00, + 0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00,0x11,0x00,0x01,0x00,0x01,0x00,0x11,0x00, + 0xff,0x00,0x10,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x10,0x00, + 0xff,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00, + 0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00,0xaa,0x00,0xdd,0x00,0xaa,0x00,0xdd,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00, + 0x40,0xbf,0xee,0x11,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x38,0xc7,0x00,0xff,0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xde,0x21,0xde,0x21,0xde,0x21, + 0x00,0x00,0x00,0x1e,0x1e,0x21,0x33,0x40,0x3f,0x21,0x7e,0x7f,0xe5,0x46,0xc7,0x5f, + 0x00,0x78,0x78,0x84,0xcc,0x02,0xf8,0x84,0x7c,0xfc,0xf6,0x0e,0x9b,0x06,0xf3,0x0e, + 0xbb,0xee,0xab,0xff,0x82,0xc6,0x39,0x83,0xc7,0x82,0xdb,0xa7,0xda,0xa6,0x92,0xee, + 0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x0e,0x01,0x07,0x09,0x02,0x07, + 0x00,0x00,0x00,0x00,0x80,0x00,0xc2,0x10,0xe6,0x78,0xf5,0x9b,0xff,0x0e,0xe7,0x1c, + 0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0x63,0x9c,0xa7,0xdf,0xfa,0x7f, + 0x00,0x80,0x11,0x80,0x10,0x80,0x01,0x80,0x01,0x80,0x01,0x80,0x11,0x80,0x12,0x81, + 0x11,0x00,0x11,0x00,0x11,0x00,0x12,0x01,0x19,0x06,0x25,0x1a,0x9c,0x63,0x7f,0x80, + 0x10,0x00,0x10,0x00,0x10,0x00,0x00,0xff,0xef,0x10,0xef,0x10,0x00,0xff,0xbe,0x41, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0x00,0xdd,0x00,0xaa,0x00,0x5d,0x80,0x9a,0x60,0xe5,0x18,0xf9,0x06,0xfe,0x01, + 0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x00,0xff,0xff,0x00,0xef,0x10,0xff,0x00,0x00,0xff,0x7e,0x81,0x7e,0x81,0x7e,0x81, + 0xee,0x08,0xec,0x08,0xcd,0x2c,0xd5,0x26,0xc8,0x31,0xe2,0x1c,0xe8,0x17,0xf8,0x07, + 0xc2,0x5f,0xc0,0x5f,0xe0,0x60,0xfc,0x5f,0xef,0x50,0xe0,0x5f,0xdf,0x60,0xbf,0x7f, + 0xfb,0xf6,0xc3,0xfa,0x77,0x06,0x3f,0xfa,0xf7,0x0a,0x07,0xfa,0xfb,0x06,0xfd,0xfe, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0xc1,0x00,0xf1,0x00,0xad,0x00,0xdf,0x00,0xaa,0x01,0xdc,0x01,0xab,0x01,0xdd,0x00, + 0xfc,0x00,0x04,0x00,0x74,0x00,0x04,0x00,0xf8,0x04,0xf8,0x04,0xcc,0xfc,0x9f,0xf8, + 0xc5,0x32,0x09,0x66,0x6b,0x14,0xef,0x10,0xcf,0x20,0x3f,0x60,0xcf,0x30,0x0f,0x10, + 0xff,0x00,0xff,0x00,0xfe,0x01,0xf0,0x0e,0xe0,0x10,0xc0,0x20,0xb0,0x40,0x38,0x40, + 0xff,0x00,0xff,0x00,0x0f,0xf0,0x03,0x0c,0x01,0x02,0x01,0x02,0x05,0x02,0x0a,0x06, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc8,0x3f,0x42,0xbd,0x1b,0xe4,0x9b,0x64,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x6f,0x98, + 0x00,0xff,0x11,0xee,0x39,0xc6,0x7b,0x84,0x7f,0x84,0x7f,0x84,0x79,0x86,0x7b,0x86, + 0xca,0x3d,0x46,0xb9,0x0e,0xf9,0x9e,0x7d,0xfd,0x3f,0xbf,0x7f,0xff,0x7f,0x7f,0xff, + 0x00,0xff,0x11,0xee,0x3b,0xc6,0xd3,0xee,0xe7,0xfc,0xf7,0xfc,0xfd,0xfe,0xff,0xfe, + 0x1f,0x86,0xbf,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x48,0x81,0x48,0x81,0x48,0xc0,0x3f,0xc0,0x24,0xc0,0x24, + 0xbe,0x41,0xbf,0x7f,0xe0,0x3f,0xe7,0x3f,0xe4,0x3f,0xe3,0x3c,0xe0,0x3f,0xf0,0x1f, + 0xff,0x00,0xff,0xfc,0x07,0xfc,0xe7,0xfc,0x27,0xdc,0xf7,0x3c,0x37,0xfc,0x0f,0xf8, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfa,0x61,0xfd,0x39,0xff,0x27,0xfc,0x24,0xdc,0x24,0xfc,0x44,0xf8,0x48,0xf8,0x48, + 0xfc,0x03,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xc6, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xfd,0x02,0xff,0x00, + 0xca,0xf9,0x0c,0xf9,0x82,0x39,0xd4,0x09,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x3f,0x40,0xbf,0x00,0xdf,0x00,0xa3,0x40,0xc4,0x38,0xe0,0x1f,0xf8,0x07,0xff,0x00, + 0x12,0x0e,0xc2,0x3e,0xc1,0x3c,0x82,0x71,0x09,0x06,0x03,0xfc,0x0f,0xf0,0xff,0x00, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xfe,0x00,0x78,0x00, + 0x33,0xce,0x31,0xce,0x31,0xce,0x33,0xce,0xa3,0xdf,0xcf,0x3c,0xff,0x00,0x79,0x00, + 0x7d,0xff,0x6a,0xff,0xb0,0xff,0xc0,0x7f,0x4f,0xf0,0xff,0x80,0xff,0x00,0x78,0x00, + 0x7f,0xfe,0xaf,0xfe,0x1b,0xfe,0x05,0xfe,0xe3,0x1f,0xff,0x00,0xff,0x00,0x78,0x00, + 0x1d,0x12,0x3c,0x13,0x3e,0x09,0x3f,0x09,0x3f,0x09,0x3f,0x07,0x3f,0x00,0x3f,0x00, + 0xff,0x00,0x1f,0xe0,0xdf,0x20,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xf8,0x00, + 0xf0,0x1f,0xf0,0x1f,0xff,0x1f,0xff,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0x08,0xff,0x0f,0xf8,0xff,0xf8,0xff,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0xf8,0x07,0xfb,0x04,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0x00, + 0xb8,0x48,0x3c,0xc8,0x7c,0x90,0xfc,0x90,0xfc,0x90,0xfc,0xe0,0xfc,0x00,0xfc,0x00, + 0x1f,0x86,0x3f,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x12,0x81,0x12,0x81,0x12,0x03,0xfc,0x03,0x24,0x03,0x24, + 0x07,0x02,0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x01,0x00,0x0e,0x00,0x10,0x00,0x20,0x00,0x70,0x00,0x38,0x40,0x3f,0x40,0x3f,0x40, + 0xf0,0x00,0x0c,0x00,0x02,0x00,0x00,0x02,0x04,0x02,0x08,0x06,0x12,0x0e,0xc2,0x3e, + 0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0xc8,0x11,0xac,0x73,0xf4,0xdb,0xef,0x1f, + 0x1b,0x06,0x0f,0x02,0x07,0x02,0xd3,0x06,0xff,0x0e,0x73,0x9e,0xf3,0xfe,0xd3,0x3e, + 0xfb,0x04,0xff,0x00,0xfb,0x04,0xff,0x00,0xdf,0x20,0xdf,0x20,0xfb,0x04,0x9a,0x65, + 0xff,0x00,0x7d,0x82,0x6f,0x90,0xfd,0x02,0x6d,0x92,0xef,0x10,0xff,0x00,0xd9,0x26, + 0x80,0x00,0x00,0x80,0x80,0xc0,0xde,0x40,0x60,0xc0,0xe0,0x80,0xe0,0x80,0xf0,0x80, + 0x01,0x00,0x00,0x01,0x01,0x03,0xcb,0x02,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x1f,0x20,0x6f,0x10,0xf1,0x0e,0x7e,0x01,0x1f,0x00,0x40,0x00,0x60,0x00,0x20,0x00, + 0xc2,0x3e,0x84,0x7c,0x8e,0x78,0xf8,0xf0,0xf6,0x00,0x0e,0x00,0x8c,0x00,0x00,0x00, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7d,0x82,0x7d,0x82,0x7d,0x82, + 0x00,0xff,0xfe,0x01,0xee,0x11,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x13,0xee,0x3b,0xce,0x3f,0xc4,0x7f,0x84,0x7f,0x84,0x7f,0x84,0x7b,0x86,0x7b,0x86, + 0x3e,0xc1,0x08,0xf7,0x80,0x7f,0xcb,0x34,0x7f,0x80,0x3e,0xc1,0x00,0xff,0x00,0xff, + 0x9c,0x63,0x84,0x7b,0x81,0x7e,0xd3,0x2c,0xfe,0x01,0x7c,0x83,0x00,0xff,0x00,0xff, + 0xef,0x90,0xb0,0xc0,0xf0,0x80,0xf0,0x80,0xf8,0x80,0xf8,0x80,0x77,0xc8,0xd8,0x60, + 0x3d,0x01,0x03,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0xb3,0x02,0x0f,0x02, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xbf,0x20,0xbf,0x20,0xf7,0x78,0xc3,0x44,0x80,0x83,0x83,0xc6,0xbb,0xc6,0x9b,0xe6, + 0xfd,0x04,0xfd,0x04,0xef,0x1e,0xc3,0x22,0x01,0xc1,0xc1,0x63,0xdd,0x63,0xd9,0x67, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xff,0x00,0x8e,0x00, + 0x33,0xce,0x33,0xce,0x33,0xce,0x33,0xce,0x97,0xee,0xcf,0x3c,0xfe,0x00,0x7c,0x00, + 0x04,0xfb,0x03,0xfc,0x00,0xff,0x10,0xef,0x90,0x6f,0x73,0x8c,0x7f,0x80,0x7f,0x80, + 0xa0,0x5f,0xc0,0x3f,0x00,0xff,0x04,0xfb,0x0d,0xf2,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0xf8,0x40,0x78,0xc0,0xf8,0x80,0xf0,0x80,0xf0,0x00,0xe0,0x00,0xc0,0x00,0x00,0x00, + 0x02,0x03,0x02,0x03,0x06,0x03,0x07,0x01,0x07,0x01,0x03,0x00,0x01,0x00,0x00,0x00, + 0x9a,0xe6,0xb2,0xce,0xb2,0xce,0xb4,0xcc,0x48,0x78,0x00,0x00,0x00,0x00,0x00,0x00, + 0x59,0x67,0x4d,0x73,0x4d,0x73,0x2d,0x33,0x12,0x1e,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7d,0x82,0x78,0x87,0x7f,0x80,0x0f,0xf0,0x43,0xbc,0x78,0x87,0x87,0x78,0x00,0xff, + 0xbe,0x41,0x1e,0xe1,0xee,0x11,0xf0,0x0f,0xc0,0x3f,0x00,0xff,0xe1,0x1e,0x00,0xff, + 0xbf,0x40,0xcf,0x30,0xf0,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfd,0x02,0xf3,0x0c,0x0f,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0x68,0x10,0x28,0x10,0x80,0x30,0x88,0x60,0x40,0x80,0xa0,0x00,0xc0,0x00,0xa0,0x00, + 0xc9,0x3e,0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x73,0xfc,0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00, + 0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0xb7,0x08,0x5e,0x08,0x7c,0x0e, + 0x05,0x00,0x03,0x00,0x05,0x00,0x02,0x01,0x11,0x06,0x01,0x0c,0x14,0x08,0x16,0x08, + 0x01,0x00,0x28,0x00,0x51,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0x80,0x00,0x02,0x00,0x55,0x00,0x1e,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x01,0x00,0x82,0x00,0x55,0x00,0x9e,0x60,0xc0,0x3f,0x4c,0xb3,0x1c,0x00,0x18,0x00, + 0xec,0x06,0xbc,0x02,0x72,0x04,0xc3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xf3,0x4c,0xf7,0x28,0xef,0x30,0xff,0x20,0xff,0x20,0xfa,0x25,0xfe,0x25,0xff,0x44, + 0xf1,0x0e,0xf1,0x0e,0xf9,0x06,0x7b,0x84,0x7f,0x84,0x7f,0x84,0xf9,0x06,0xfb,0x06, + 0xc7,0x38,0xcf,0x30,0x9f,0x60,0xbf,0x40,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0x07,0xf8,0x8f,0x70,0x8f,0x70,0xa7,0x58,0xf5,0x0a,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0xf3,0x0e,0xf3,0x0e,0xfb,0x06,0x7f,0x84,0x7f,0x84,0x7f,0x84,0xff,0x04,0xfb,0x06, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xf9,0x46,0xfb,0x46,0xfb,0x46,0xfb,0x46,0xf2,0x4f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xba,0x47,0x6a,0x97,0x62,0x9f,0xf2,0x0f, + 0xff,0x08,0xe7,0x18,0xe3,0x1c,0xf3,0x0c,0xf7,0x0c,0xf7,0x0c,0xf5,0x0e,0xe4,0x1f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xda,0x27,0xea,0x17,0xe2,0x1f,0xc2,0x3f, + 0xff,0x08,0xe7,0x18,0x63,0x9c,0xb3,0x4c,0x77,0x8c,0xf7,0x0c,0xd5,0x2e,0xc4,0x3f, + 0xb3,0x4e,0xf3,0x0e,0xb3,0x4e,0xbb,0x46,0xdb,0x26,0xeb,0x16,0xf3,0x1e,0x73,0x9e, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x38,0xc7,0x00,0xff,0x07,0xf8,0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0xa0,0x00,0xc0,0x00,0xa0,0x00,0x40,0x80,0x88,0x60,0x80,0x30,0x28,0x10,0x68,0x10, + 0x05,0x00,0x03,0x00,0x05,0x00,0x02,0x01,0x11,0x06,0x01,0x0c,0x14,0x08,0x16,0x08, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0x77,0x08,0x5e,0x08, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x3c,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0x00,0x00,0x80,0x00,0xc2,0x10,0xd6,0x78,0x6c,0x9b,0xfd,0x0e,0xdf,0x00,0xf5,0x00, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0x3c,0xdf,0xbf,0x78,0xab,0x00, + 0x68,0x10,0x28,0x10,0x80,0x30,0x88,0x60,0x40,0x80,0xa0,0x00,0xc0,0x00,0xa0,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/largemap_5.c b/gbdk-support/png2asset/testing/ref/largemap_5.c @@ -15,3478 +15,223 @@ const palette_color_t largemap_5_palettes[16] = { }; const uint8_t largemap_5_tiles[6944] = { - 0x40,0x1c, - 0x00,0x63, - 0x30,0x03, - 0x00,0x3c, - 0x00,0x2d, - 0x00,0x10, - 0x00,0x5a, - 0x00,0x20, - 0x00,0xdd, - 0x00,0x20, - 0x00,0xbf, - 0x00,0x40, - 0x00,0xbf, - 0x00,0x40, - 0x00,0x1b, - 0x00,0x64, - 0x02,0x00, - 0x00,0xfe, - 0x0c,0xc0, - 0x00,0x3c, - 0x00,0x74, - 0x00,0x08, - 0x00,0xfa, - 0x00,0x04, - 0x00,0xfb, - 0x00,0x04, - 0x02,0xf9, - 0x00,0x06, - 0x02,0xd1, - 0x00,0x2e, - 0x06,0xc0, - 0x00,0x3e, - 0x40,0x1c, - 0x00,0x63, - 0x33,0x08, - 0x00,0x37, - 0x0c,0x30, - 0x00,0x0f, - 0x08,0x67, - 0x00,0x18, - 0x08,0xc5, - 0x00,0x3a, - 0x08,0xc1, - 0x00,0x3e, - 0x00,0x3c, - 0x00,0x03, - 0x00,0x0f, - 0x00,0x00, - 0x02,0x00, - 0x00,0xfe, - 0xcc,0x00, - 0x00,0xfc, - 0x70,0x0c, - 0x00,0xf0, - 0x70,0x06, - 0x00,0xf8, - 0x70,0x03, - 0x00,0xfc, - 0x70,0x03, - 0x00,0xfc, - 0x00,0x3c, - 0x00,0xc0, - 0x00,0xf0, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x44, - 0x00,0x28, - 0x00,0x82, - 0x00,0x44, - 0x00,0x92, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x44, - 0x00,0x28, - 0x00,0x82, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x17,0x00, - 0x00,0x10, - 0x17,0x20, - 0x20,0x10, - 0x67,0x10, - 0x10,0x00, - 0x77,0x08, - 0x08,0x00, - 0x3b,0x00, - 0x00,0x08, - 0x0b,0x30, - 0x30,0x08, - 0x7b,0x00, - 0x00,0x18, - 0xe7,0x10, - 0x10,0x20, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfc,0x02, - 0x02,0x0c, - 0xf4,0x02, - 0x02,0x04, - 0xf7,0x08, - 0x08,0x00, - 0xeb,0x04, - 0x04,0x08, - 0xe0,0x0e, - 0x0e,0x00, - 0xec,0x10, - 0x10,0x00, - 0xe6,0x18, - 0x18,0x00, - 0xe0,0x0c, - 0x0c,0x00, - 0x00,0x63, - 0x00,0x9c, - 0x00,0x7d, - 0x00,0x82, - 0x00,0x7e, - 0x00,0x81, - 0x80,0x3b, - 0x00,0xc4, - 0xcc,0x03, - 0x00,0xfc, - 0x84,0x03, - 0x00,0xfc, - 0x82,0x00, - 0x00,0xff, - 0x40,0x08, - 0x00,0x77, - 0x1a,0xc0, - 0x00,0x3e, - 0x01,0x98, - 0x00,0x67, - 0x01,0x38, - 0x00,0xc7, - 0x23,0x80, - 0x00,0x7f, - 0x3d,0x80, - 0x00,0x7f, - 0x21,0x00, - 0x00,0xff, - 0xc1,0x00, - 0x00,0xff, - 0x02,0x00, - 0x00,0xfe, - 0x00,0x38, - 0x00,0x44, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x44, - 0x00,0x92, - 0x00,0x38, - 0x00,0x44, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x0f,0x60, - 0x60,0x00, - 0x6f,0x10, - 0x10,0x00, - 0xef,0x10, - 0x10,0x00, - 0xcf,0x20, - 0x20,0x00, - 0x1f,0x60, - 0x60,0x00, - 0x0f,0x30, - 0x30,0x00, - 0x0f,0x10, - 0x10,0x00, - 0x07,0x10, - 0x10,0x00, - 0xec,0x10, - 0x10,0x00, - 0xd8,0x24, - 0x24,0x00, - 0xf8,0x00, - 0x00,0x18, - 0xac,0x40, - 0x40,0x0c, - 0x93,0x64, - 0x64,0x00, - 0xd7,0x28, - 0x28,0x00, - 0xee,0x00, - 0x00,0x08, - 0xec,0x02, - 0x02,0x0c, - 0x40,0x1c, - 0x00,0x63, - 0x33,0x08, - 0x00,0x37, - 0x0c,0x30, - 0x00,0x0f, - 0x08,0x67, - 0x00,0x18, - 0x08,0xc5, - 0x00,0x3a, - 0x08,0xc1, - 0x00,0x3e, - 0x04,0xc0, - 0x00,0x3f, - 0x00,0x60, - 0x00,0x1f, - 0x02,0x00, - 0x00,0xfe, - 0xcc,0x00, - 0x00,0xfc, - 0x70,0x0c, - 0x00,0xf0, - 0x70,0x06, - 0x00,0xf8, - 0x70,0x03, - 0x00,0xfc, - 0x70,0x03, - 0x00,0xfc, - 0x60,0x03, - 0x00,0xfc, - 0xc0,0x06, - 0x00,0xf8, - 0x00,0x00, - 0x00,0x03, - 0x00,0x03, - 0x00,0x0c, - 0x00,0x0d, - 0x00,0x10, - 0x00,0x1a, - 0x00,0x20, - 0x00,0x1d, - 0x00,0x20, - 0x00,0x3f, - 0x00,0x40, - 0x00,0x3f, - 0x00,0x40, - 0x00,0x1b, - 0x00,0x64, - 0x00,0x00, - 0x00,0xc0, - 0x00,0xc0, - 0x00,0x30, - 0x00,0x70, - 0x00,0x08, - 0x00,0xf8, - 0x00,0x04, - 0x00,0xf8, - 0x00,0x04, - 0x02,0xf8, - 0x00,0x06, - 0x02,0xd0, - 0x00,0x2e, - 0x06,0xc0, - 0x00,0x3e, - 0x07,0x30, - 0x30,0x00, - 0x77,0x00, - 0x00,0x10, - 0xd7,0x20, - 0x20,0x10, - 0x23,0x5c, - 0x5c,0x20, - 0x31,0x4e, - 0x4e,0x00, - 0x74,0x0b, - 0x0b,0x00, - 0x66,0x19, - 0x19,0x00, - 0x02,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xc1,0x3e, - 0x3e,0x00, - 0x8c,0x73, - 0x73,0x00, - 0x2e,0xd1, - 0xd1,0x00, - 0x27,0x00, - 0x00,0x00, - 0x0f,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x7f,0x80, - 0x80,0x00, - 0x9f,0x60, - 0x60,0x00, - 0x8f,0x30, - 0x30,0x00, - 0x2f,0x10, - 0x10,0x00, - 0x77,0x00, - 0x00,0x10, - 0x00,0x3c, - 0x00,0x03, - 0x00,0x0f, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa7,0x24, - 0x7c,0x83, - 0xa6,0x24, - 0x7d,0x82, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xae,0x04, - 0x54,0xaa, - 0xff,0xf9, - 0x00,0x06, - 0xff,0xe4, - 0x02,0x19, - 0xf7,0xc6, - 0x11,0x20, - 0xf2,0xd2, - 0x00,0x20, - 0xf8,0xd8, - 0x00,0x20, - 0xf0,0xc0, - 0x10,0x20, - 0xf0,0xb0, - 0x00,0x40, - 0xf0,0x60, - 0x10,0x80, - 0xff,0x04, - 0x00,0xfb, - 0xff,0x31, - 0xca,0x04, - 0xfb,0xbb, - 0x40,0x00, - 0x9a,0x9a, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x41, - 0x00,0xbe, - 0xff,0x0c, - 0xb2,0x41, - 0xfe,0xae, - 0x50,0x00, - 0xa6,0xa6, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x1f, - 0x00,0xe0, - 0xff,0x40, - 0xa0,0x1f, - 0xff,0xcc, - 0x33,0x00, - 0x9c,0x9c, - 0x00,0x00, - 0x18,0x18, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x11, - 0x00,0xee, - 0xff,0xc4, - 0x2a,0x11, - 0xef,0xec, - 0x03,0x00, - 0x69,0x69, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x07, - 0x00,0xf8, - 0xff,0xc9, - 0x30,0x06, - 0xcb,0xc8, - 0x02,0x01, - 0x83,0x82, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x07,0x01, - 0x04,0x02, - 0x07,0x06, - 0x00,0x01, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x41,0xbe, - 0xbe,0x00, - 0x0c,0xf3, - 0xf3,0x00, - 0xae,0x50, - 0x50,0x00, - 0xa6,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x1f,0xe0, - 0xe0,0x00, - 0x40,0xbf, - 0xbf,0x00, - 0xcc,0x33, - 0x33,0x00, - 0x9c,0x00, - 0x00,0x00, - 0x18,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfe,0x01, - 0x01,0x00, - 0xf9,0x06, - 0x06,0x00, - 0xf1,0x0c, - 0x0c,0x00, - 0xf4,0x08, - 0x08,0x00, - 0xe6,0x08, - 0x08,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x9f,0x60, - 0x60,0x00, - 0x80,0x7f, - 0x7f,0x00, - 0x0c,0xf3, - 0xf3,0x00, - 0x7c,0x80, - 0x80,0x00, - 0xf8,0x00, - 0x00,0x00, - 0xf4,0x02, - 0x02,0x04, - 0xf8,0x02, - 0x02,0x00, - 0xf8,0x04, - 0x04,0x00, - 0xe3,0x1c, - 0x1c,0x00, - 0xd1,0x2c, - 0x2c,0x00, - 0x18,0xe0, - 0xe0,0x00, - 0x08,0x60, - 0x60,0x00, - 0x40,0x00, - 0x00,0x00, - 0xc7,0x44, - 0x7c,0x83, - 0xde,0x5c, - 0x7c,0x82, - 0xdf,0x5c, - 0x7c,0x83, - 0x5c,0x18, - 0xbb,0x44, - 0xcf,0x08, - 0x38,0xc7, - 0x6c,0x28, - 0x38,0x44, - 0x7c,0x38, - 0x38,0x44, - 0x38,0x38, - 0x38,0x00, - 0xee,0x44, - 0x54,0xaa, - 0xfe,0x54, - 0x54,0xaa, - 0xc6,0x44, - 0x44,0x82, - 0x82,0x82, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xee,0x6c, - 0x7c,0x82, - 0xef,0x44, - 0x54,0xab, - 0xfe,0x54, - 0x54,0xaa, - 0x7d,0x54, - 0x54,0x29, - 0x44,0x44, - 0x45,0x00, - 0x83,0x82, - 0xba,0x01, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xe0,0x00, - 0x20,0xc0, - 0xf0,0xc0, - 0x10,0x20, - 0xfc,0xec, - 0x00,0x10, - 0xfc,0xdc, - 0x00,0x20, - 0xf8,0xd8, - 0x00,0x20, - 0xf8,0xc0, - 0x18,0x20, - 0xf8,0xe0, - 0x08,0x10, - 0xfc,0xdc, - 0x00,0x20, - 0x0f,0x0e, - 0x00,0x01, - 0x0f,0x0d, - 0x00,0x02, - 0x07,0x01, - 0x04,0x02, - 0x0f,0x0c, - 0x02,0x01, - 0x07,0x06, - 0x00,0x01, - 0x03,0x02, - 0x00,0x01, - 0x03,0x00, - 0x02,0x01, - 0x07,0x06, - 0x00,0x01, - 0xde,0x5c, - 0x7c,0x82, - 0xde,0x5c, - 0x7c,0x82, - 0x5c,0x18, - 0x38,0x44, - 0x4c,0x08, - 0x38,0x44, - 0x6c,0x28, - 0x38,0x44, - 0x7c,0x38, - 0x38,0x44, - 0x38,0x38, - 0x38,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf0,0xc0, - 0x10,0x20, - 0xf0,0xb0, - 0x00,0x40, - 0xf0,0x60, - 0x10,0x80, - 0xe0,0x00, - 0x20,0xc0, - 0xf0,0xc0, - 0x10,0x20, - 0xfc,0xec, - 0x00,0x10, - 0xfc,0xc4, - 0x08,0x30, - 0xf8,0xd8, - 0x00,0x20, - 0x0f,0x0d, - 0x00,0x02, - 0x0f,0x03, - 0x08,0x04, - 0x0f,0x0d, - 0x00,0x02, - 0x1f,0x1d, - 0x00,0x02, - 0x1f,0x1b, - 0x00,0x04, - 0x0f,0x03, - 0x08,0x04, - 0x1f,0x19, - 0x04,0x02, - 0x07,0x05, - 0x00,0x02, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0xf8,0xc0, - 0x18,0x20, - 0xf8,0xe0, - 0x08,0x10, - 0xfc,0xdc, - 0x00,0x20, - 0xfc,0xcc, - 0x10,0x20, - 0xf8,0xc0, - 0x18,0x20, - 0xf0,0xb0, - 0x00,0x40, - 0xf8,0x98, - 0x20,0x40, - 0xf0,0xc0, - 0x10,0x20, - 0x03,0x01, - 0x00,0x02, - 0x07,0x01, - 0x04,0x02, - 0x0f,0x0d, - 0x00,0x02, - 0x0f,0x0e, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x07,0x00, - 0x06,0x01, - 0x0f,0x0c, - 0x02,0x01, - 0x1f,0x19, - 0x04,0x02, - 0xfe,0x54, - 0x54,0xaa, - 0xfe,0x54, - 0x54,0xaa, - 0x7c,0x54, - 0x54,0x28, - 0x44,0x44, - 0x44,0x00, - 0x82,0x82, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa7,0x24, - 0x7c,0x83, - 0xa6,0x24, - 0x7d,0x82, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0xcf,0x4f, - 0x00,0x80, - 0xf0,0x70, - 0x00,0x80, - 0xe0,0x60, - 0x00,0x80, - 0xe0,0x20, - 0x80,0x40, - 0xfe,0xbe, - 0x00,0x40, - 0xe0,0x20, - 0x40,0x80, - 0xc0,0x40, - 0x80,0x00, - 0x80,0x80, - 0x00,0x00, - 0x79,0x78, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x01,0x00, - 0x00,0x01, - 0x03,0x01, - 0x00,0x02, - 0xcb,0xc9, - 0x00,0x02, - 0x03,0x00, - 0x02,0x01, - 0x01,0x00, - 0x01,0x00, - 0x01,0x01, - 0x00,0x00, - 0xf0,0xb0, - 0x00,0x40, - 0xf0,0x80, - 0x30,0x40, - 0xf0,0xc0, - 0x10,0x20, - 0xf8,0xb8, - 0x00,0x40, - 0xf8,0x98, - 0x20,0x40, - 0xf0,0x80, - 0x30,0x40, - 0xe0,0x60, - 0x00,0x80, - 0xf0,0x30, - 0x40,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x20, - 0x00,0x00, - 0x00,0x32, - 0x00,0x00, - 0x00,0x16, - 0x00,0x00, - 0x00,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc7,0x44, - 0x7c,0x83, - 0xde,0x5c, - 0x7c,0x82, - 0xdf,0x5c, - 0x7c,0x83, - 0x5c,0x18, - 0x3b,0x44, - 0x4f,0x08, - 0x38,0x47, - 0x6c,0x28, - 0x38,0x44, - 0x7c,0x38, - 0x38,0x44, - 0x38,0x38, - 0x38,0x00, - 0xc6,0x44, - 0x7c,0x82, - 0xde,0x5c, - 0x7c,0x82, - 0xde,0x5c, - 0x7c,0x82, - 0x5c,0x18, - 0xb8,0x44, - 0xcc,0x08, - 0x38,0xc4, - 0x6c,0x28, - 0x38,0x44, - 0x7c,0x38, - 0x38,0x44, - 0x38,0x38, - 0x38,0x00, - 0xe0,0x80, - 0x20,0x40, - 0xf0,0xb0, - 0x00,0x40, - 0xe4,0xa4, - 0x00,0x40, - 0xee,0x8e, - 0x20,0x40, - 0xff,0x8c, - 0x00,0x73, - 0xff,0xb1, - 0x00,0x4e, - 0xff,0xb9, - 0x04,0x42, - 0xff,0xb1, - 0x0c,0x42, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x90,0x10, - 0x80,0x00, - 0xf6,0x32, - 0xc4,0x00, - 0xff,0x23, - 0x54,0x88, - 0xff,0x80, - 0x0a,0x75, - 0xff,0xf0, - 0x0c,0x03, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x30,0x30, - 0x00,0x00, - 0xf0,0x70, - 0x80,0x00, - 0xf0,0x60, - 0x10,0x80, - 0xe0,0x00, - 0xa0,0x40, - 0x00,0x00, - 0x00,0x00, - 0x0c,0x00, - 0x00,0x00, - 0x0e,0x01, - 0x01,0x00, - 0x06,0x09, - 0x09,0x00, - 0x01,0x1e, - 0x1e,0x01, - 0x32,0x0c, - 0x0c,0x02, - 0x1d,0x00, - 0x00,0x04, - 0x0e,0x11, - 0x11,0x0c, - 0x30,0x00, - 0x00,0x00, - 0x70,0x00, - 0x00,0x00, - 0x62,0x90, - 0x90,0x00, - 0x97,0x68, - 0x68,0x90, - 0x9d,0x02, - 0x02,0x98, - 0x6b,0x04, - 0x04,0x0b, - 0x10,0xe0, - 0xe0,0x00, - 0x07,0xf8, - 0xf8,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x06,0x80, - 0x80,0x00, - 0x07,0x88, - 0x88,0x00, - 0xcb,0x04, - 0x04,0x88, - 0xed,0x12, - 0x12,0x8d, - 0x30,0x48, - 0x48,0x10, - 0xc4,0x33, - 0x33,0x40, - 0x0c,0x00, - 0x00,0x00, - 0x1c,0x00, - 0x00,0x00, - 0x58,0xa0, - 0xa0,0x40, - 0x60,0x98, - 0x98,0x60, - 0x80,0x0e, - 0x0e,0x80, - 0x31,0x84, - 0x84,0x00, - 0x1f,0x60, - 0x60,0x08, - 0x0e,0xf0, - 0xf0,0x0c, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x00, - 0x00,0x00, - 0x04,0x00, - 0x00,0x00, - 0x0b,0x00, - 0x18,0x00, - 0x04,0x18, - 0x12,0x02, - 0x0f,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0x20,0x00, - 0x00,0x00, - 0xd0,0x00, - 0x10,0x00, - 0x20,0x10, - 0x30,0x20, - 0xe0,0x10, - 0xff,0xa3, - 0x14,0x48, - 0xff,0xc1, - 0x0e,0x30, - 0xff,0xc3, - 0x1c,0x20, - 0xff,0xd7, - 0x08,0x20, - 0xff,0xdf, - 0x00,0x20, - 0xff,0xbb, - 0x04,0x40, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xf0, - 0x0f,0x00, - 0xff,0xe0, - 0x1f,0x00, - 0xff,0xe1, - 0x1e,0x00, - 0xff,0x43, - 0xb8,0x04, - 0xff,0x03, - 0xf8,0x04, - 0xff,0x83, - 0x74,0x08, - 0xff,0x89, - 0x66,0x10, - 0xff,0x99, - 0x64,0x02, - 0x7c,0x7c, - 0x7c,0x00, - 0x82,0x82, - 0x82,0x00, - 0x82,0x82, - 0x82,0x00, - 0x82,0x00, - 0x44,0x82, - 0xc2,0x40, - 0x7c,0x82, - 0xf6,0x34, - 0x3c,0xc2, - 0xf6,0x54, - 0x5c,0xa2, - 0xb6,0x14, - 0x1c,0xa2, - 0x48,0x33, - 0x33,0x08, - 0x14,0x23, - 0x23,0x10, - 0x18,0x27, - 0x27,0x10, - 0x79,0x06, - 0x06,0x10, - 0x75,0x0a, - 0x0a,0x00, - 0x39,0x02, - 0x02,0x08, - 0x0b,0x30, - 0x30,0x08, - 0x73,0x08, - 0x08,0x10, - 0x50,0xaf, - 0xaf,0x00, - 0xf9,0x06, - 0x06,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x08,0x87, - 0x87,0x00, - 0x21,0xde, - 0xde,0x00, - 0x0b,0xf4, - 0xf4,0x00, - 0x9f,0x60, - 0x60,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x04,0xf2, - 0xf2,0x04, - 0x86,0x78, - 0x78,0x06, - 0xd6,0x28, - 0x28,0x00, - 0xef,0x00, - 0x00,0x08, - 0xeb,0x04, - 0x04,0x08, - 0xec,0x02, - 0x02,0x0c, - 0xec,0x10, - 0x10,0x00, - 0xe6,0x18, - 0x18,0x00, - 0x0a,0x02, - 0x07,0x08, - 0x0e,0x06, - 0x17,0x08, - 0x07,0x03, - 0x1b,0x04, - 0x03,0x03, - 0x0f,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf0,0xe0, - 0xe0,0x10, - 0xf0,0xe0, - 0xe8,0x10, - 0xe0,0xc0, - 0xd8,0x20, - 0xc0,0x00, - 0x30,0xc0, - 0x00,0x00, - 0xe0,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xb3, - 0x0c,0x40, - 0xff,0xb1, - 0x0e,0x40, - 0xff,0xb0, - 0x4d,0x02, - 0xff,0xb0, - 0x4d,0x02, - 0xff,0xc3, - 0x30,0x0c, - 0x7f,0x7f, - 0x00,0x00, - 0x3e,0x3e, - 0x00,0x00, - 0xff,0x91, - 0x6c,0x02, - 0xff,0x31, - 0xce,0x00, - 0xff,0x31, - 0xce,0x00, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x10, - 0x2c,0xc3, - 0xff,0xc3, - 0x30,0x0c, - 0xff,0xff, - 0x00,0x00, - 0x7c,0x7c, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x00, - 0x00,0x00, - 0xc2,0x10, - 0x10,0x00, - 0x96,0x68, - 0x68,0x10, - 0x0d,0x92, - 0x92,0x09, - 0x6a,0x04, - 0x04,0x0a, - 0x91,0x60, - 0x60,0x00, - 0x04,0xfb, - 0xfb,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x06,0x00, - 0x00,0x00, - 0x47,0x88, - 0x88,0x00, - 0xeb,0x14, - 0x14,0x88, - 0xfc,0x03, - 0x03,0xdc, - 0x38,0x40, - 0x40,0x38, - 0x84,0x03, - 0x03,0x00, - 0x3f,0x1f, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x3f,0x1f, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x9f,0x9f, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xf9,0xf9, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xaf,0x04, - 0x54,0xab, - 0x77,0x00, - 0x00,0x10, - 0x37,0x00, - 0x00,0x30, - 0xa3,0x14, - 0x14,0x20, - 0xcb,0x24, - 0x24,0x40, - 0x93,0x0c, - 0x0c,0x80, - 0x47,0x38, - 0x38,0x00, - 0x87,0x78, - 0x78,0x00, - 0x17,0xe8, - 0xe8,0x00, - 0xe0,0x0c, - 0x0c,0x00, - 0xcc,0x10, - 0x10,0x00, - 0xf8,0x04, - 0x04,0x20, - 0xd0,0x08, - 0x08,0x10, - 0xa0,0x4c, - 0x4c,0x00, - 0x93,0x64, - 0x64,0x00, - 0x97,0x68, - 0x68,0x00, - 0xde,0x20, - 0x20,0x08, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x00, - 0x00,0x00, - 0x0d,0x00, - 0x00,0x00, - 0x31,0x00, - 0x00,0x00, - 0xd1,0x00, - 0x00,0x00, - 0x03,0x00, - 0x00,0x00, - 0x0d,0x00, - 0x00,0x00, - 0x31,0x00, - 0x00,0x00, - 0xd1,0x00, - 0x00,0x00, - 0x11,0x00, - 0x00,0x00, - 0x01,0x00, - 0x00,0x00, - 0x01,0x00, - 0x00,0x00, - 0x11,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xac,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x00,0x00, - 0xaa,0x00, - 0x00,0x00, - 0xdd,0x00, - 0x00,0x00, - 0xaa,0x00, - 0x00,0x00, - 0xdd,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xac,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x40,0xbf, - 0xbf,0x00, - 0xee,0x11, - 0x11,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x38,0xc7, - 0xc7,0x00, - 0x00,0xff, - 0xff,0x00, - 0xc7,0x38, - 0x38,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x84,0x84, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x84,0x84, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x1e, - 0x00,0x1e, - 0x00,0x21, - 0x00,0x33, - 0x00,0x40, - 0x21,0x1e, - 0x00,0x21, - 0x7e,0x00, - 0x00,0x7f, - 0x44,0xa1, - 0x00,0x46, - 0x47,0x80, - 0x00,0x5f, - 0x00,0x00, - 0x00,0x78, - 0x00,0x78, - 0x00,0x84, - 0x00,0xcc, - 0x00,0x02, - 0x80,0x78, - 0x00,0x84, - 0x7c,0x00, - 0x00,0xfc, - 0x06,0xf0, - 0x00,0x0e, - 0x02,0x99, - 0x00,0x06, - 0x02,0xf1, - 0x00,0x0e, - 0xee,0x44, - 0x55,0xaa, - 0xff,0x54, - 0x54,0xab, - 0xc6,0x44, - 0x44,0x82, - 0x83,0x82, - 0xba,0x01, - 0x82,0x00, - 0x45,0x82, - 0xa7,0x24, - 0x7c,0x83, - 0xa6,0x24, - 0x7c,0x82, - 0xee,0x6c, - 0x7c,0x82, - 0x3f,0xc0, - 0xc0,0x00, - 0x7f,0x80, - 0x80,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xd2,0xc2, - 0x10,0x00, - 0xfe,0x86, - 0x18,0x60, - 0xff,0x64, - 0x0a,0x91, - 0xff,0xf1, - 0x00,0x0e, - 0xff,0xe3, - 0x18,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x06,0x06, - 0x00,0x00, - 0xcf,0x47, - 0x88,0x00, - 0xff,0x63, - 0x9c,0x00, - 0xff,0x20, - 0x58,0x87, - 0xff,0x80, - 0x05,0x7a, - 0x80,0x80, - 0x80,0x00, - 0x80,0x80, - 0x91,0x00, - 0x80,0x80, - 0x90,0x00, - 0x80,0x80, - 0x81,0x00, - 0x80,0x80, - 0x81,0x00, - 0x80,0x80, - 0x81,0x00, - 0x80,0x80, - 0x91,0x00, - 0x81,0x81, - 0x93,0x00, - 0x00,0x00, - 0x11,0x00, - 0x00,0x00, - 0x11,0x00, - 0x00,0x00, - 0x11,0x00, - 0x01,0x01, - 0x13,0x00, - 0x06,0x06, - 0x1f,0x00, - 0x1a,0x1a, - 0x3f,0x00, - 0x63,0x63, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x10,0x00, - 0xff,0xff, - 0xff,0x00, - 0x10,0x10, - 0xff,0x00, - 0x10,0x10, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x41,0x41, - 0xff,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0xff,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xaa,0x00, - 0x00,0x00, - 0xdd,0x00, - 0x00,0x00, - 0xaa,0x00, - 0x80,0x80, - 0xdd,0x00, - 0x60,0x60, - 0xfa,0x00, - 0x18,0x18, - 0xfd,0x00, - 0x06,0x06, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x81,0x81, - 0xdd,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x88,0x88, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x10,0x10, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x81,0x81, - 0xff,0x00, - 0x81,0x81, - 0xff,0x00, - 0x81,0x81, - 0xff,0x00, - 0xee,0x00, - 0x00,0x08, - 0xec,0x00, - 0x00,0x08, - 0xcd,0x20, - 0x20,0x0c, - 0xd5,0x22, - 0x22,0x04, - 0xc8,0x31, - 0x31,0x00, - 0xe2,0x1c, - 0x1c,0x00, - 0xe8,0x17, - 0x17,0x00, - 0xf8,0x07, - 0x07,0x00, - 0x42,0x80, - 0x00,0x5f, - 0x40,0x80, - 0x00,0x5f, - 0x60,0x80, - 0x00,0x60, - 0x5c,0xa0, - 0x00,0x5f, - 0x40,0xaf, - 0x00,0x50, - 0x40,0xa0, - 0x00,0x5f, - 0x40,0x9f, - 0x00,0x60, - 0x3f,0x80, - 0x00,0x7f, - 0xf2,0x09, - 0x00,0xf6, - 0xc2,0x01, - 0x00,0xfa, - 0x06,0x71, - 0x00,0x06, - 0x3a,0x05, - 0x00,0xfa, - 0x02,0xf5, - 0x00,0x0a, - 0x02,0x05, - 0x00,0xfa, - 0x02,0xf9, - 0x00,0x06, - 0xfc,0x01, - 0x00,0xfe, - 0xfe,0x54, - 0x54,0xaa, - 0xfe,0x54, - 0x54,0xaa, - 0x44,0x44, - 0x44,0x00, - 0x82,0x82, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xee,0x44, - 0x54,0xaa, - 0x00,0x00, - 0xc1,0x00, - 0x00,0x00, - 0xf1,0x00, - 0x00,0x00, - 0xad,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x00, - 0xaa,0x01, - 0x00,0x00, - 0xdd,0x00, - 0x00,0x00, - 0xfc,0x00, - 0x00,0x00, - 0x04,0x00, - 0x00,0x00, - 0x74,0x00, - 0x00,0x00, - 0x04,0x00, - 0x04,0x04, - 0xfc,0x00, - 0x04,0x04, - 0xfc,0x00, - 0xfc,0x30, - 0x30,0xcc, - 0xf8,0x60, - 0x67,0x98, - 0xc5,0x32, - 0x32,0x00, - 0x09,0x66, - 0x66,0x00, - 0x6b,0x14, - 0x14,0x00, - 0xef,0x10, - 0x10,0x00, - 0xcf,0x20, - 0x20,0x00, - 0x3f,0x40, - 0x40,0x20, - 0xcf,0x30, - 0x30,0x00, - 0x0f,0x10, - 0x10,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfe,0x01, - 0x01,0x00, - 0xf0,0x0e, - 0x0e,0x00, - 0xe0,0x10, - 0x10,0x00, - 0xc0,0x20, - 0x20,0x00, - 0xb0,0x40, - 0x40,0x00, - 0x38,0x40, - 0x40,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x0f,0xf0, - 0xf0,0x00, - 0x03,0x0c, - 0x0c,0x00, - 0x01,0x02, - 0x02,0x00, - 0x01,0x02, - 0x02,0x00, - 0x05,0x02, - 0x02,0x00, - 0x0a,0x04, - 0x04,0x02, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xc0, - 0x37,0x08, - 0xff,0x42, - 0xbd,0x00, - 0xff,0x1b, - 0xe4,0x00, - 0xff,0x9b, - 0x64,0x00, - 0xff,0xfd, - 0x02,0x00, - 0xff,0xf6, - 0x09,0x00, - 0xff,0xf6, - 0x01,0x08, - 0xff,0x67, - 0x90,0x08, - 0xff,0x00, - 0xff,0x00, - 0xff,0x11, - 0xee,0x00, - 0xff,0x39, - 0xc6,0x00, - 0xff,0x7b, - 0x84,0x00, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x79, - 0x86,0x00, - 0xff,0x79, - 0x84,0x02, - 0xff,0xc2, - 0x35,0x08, - 0xff,0x46, - 0xb9,0x00, - 0xff,0x06, - 0xf1,0x08, - 0xff,0x82, - 0x61,0x1c, - 0xff,0xc0, - 0x02,0x3d, - 0xff,0x80, - 0x40,0x3f, - 0xff,0x80, - 0x00,0x7f, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0xff,0x00, - 0xff,0x11, - 0xee,0x00, - 0xff,0x39, - 0xc4,0x02, - 0xff,0x11, - 0x2c,0xc2, - 0xff,0x03, - 0x18,0xe4, - 0xff,0x03, - 0x08,0xf4, - 0xff,0x01, - 0x02,0xfc, - 0xff,0x01, - 0x00,0xfe, - 0x86,0x80, - 0x99,0x06, - 0x9c,0x00, - 0x23,0x9c, - 0xe4,0x00, - 0x1b,0xe4, - 0x24,0x00, - 0x1b,0x24, - 0x24,0x04, - 0x1f,0x20, - 0x22,0x00, - 0x1d,0x22, - 0x12,0x00, - 0x0d,0x12, - 0x12,0x00, - 0x0d,0x12, - 0x00,0x00, - 0xff,0x00, - 0x7e,0x7e, - 0xff,0x00, - 0x48,0x48, - 0xc9,0x00, - 0x48,0x48, - 0xc9,0x00, - 0x48,0x48, - 0xc9,0x00, - 0x3f,0x3f, - 0xff,0x00, - 0x24,0x24, - 0xe4,0x00, - 0x24,0x24, - 0xe4,0x00, - 0x41,0x41, - 0xff,0x00, - 0x7f,0x40, - 0xc0,0x3f, - 0x3f,0x1f, - 0xdf,0x20, - 0x3f,0x18, - 0xd8,0x27, - 0x3f,0x1b, - 0xdb,0x24, - 0x3c,0x1c, - 0xdf,0x20, - 0x3f,0x1f, - 0xdf,0x20, - 0x1f,0x0f, - 0xef,0x10, - 0x00,0x00, - 0xff,0x00, - 0xfc,0x00, - 0x03,0xfc, - 0xfc,0xf8, - 0xfb,0x04, - 0xfc,0x18, - 0x1b,0xe4, - 0xdc,0xd8, - 0xfb,0x04, - 0x3c,0x08, - 0xcb,0x34, - 0xfc,0xc8, - 0xcb,0x34, - 0xf8,0xf0, - 0xf7,0x08, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x61,0x01, - 0x9b,0x60, - 0x39,0x00, - 0xc4,0x39, - 0x27,0x00, - 0xd8,0x27, - 0x24,0x00, - 0xd8,0x24, - 0x24,0x20, - 0xf8,0x04, - 0x44,0x00, - 0xb8,0x44, - 0x48,0x00, - 0xb0,0x48, - 0x48,0x00, - 0xb0,0x48, - 0xfc,0x03, - 0x03,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfe,0x54, - 0x54,0xaa, - 0xfe,0x54, - 0x54,0xaa, - 0x44,0x44, - 0x44,0x00, - 0x82,0x82, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xc6,0x44, - 0x7c,0x82, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0xff,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x02,0x02, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0xf9,0x31, - 0x33,0xc8, - 0xf9,0xf1, - 0xf5,0x08, - 0x39,0x39, - 0xbb,0x00, - 0x09,0x09, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x81,0x81, - 0xdd,0x00, - 0x3f,0x40, - 0x40,0x00, - 0xbf,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x00,0x00, - 0xa3,0x40, - 0x40,0x00, - 0xc4,0x38, - 0x38,0x00, - 0xe0,0x1f, - 0x1f,0x00, - 0xf8,0x07, - 0x07,0x00, - 0xff,0x00, - 0x00,0x00, - 0x12,0x0c, - 0x0c,0x02, - 0xc2,0x3c, - 0x3c,0x02, - 0xc1,0x3c, - 0x3c,0x00, - 0x82,0x71, - 0x71,0x00, - 0x09,0x06, - 0x06,0x00, - 0x03,0xfc, - 0xfc,0x00, - 0x0f,0xf0, - 0xf0,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xe6, - 0x11,0x08, - 0xff,0xc6, - 0x39,0x00, - 0xff,0x42, - 0xbd,0x00, - 0xff,0x00, - 0xfb,0x04, - 0xff,0x00, - 0x78,0x87, - 0xff,0x87, - 0x00,0x78, - 0xfe,0xfe, - 0x00,0x00, - 0x78,0x78, - 0x00,0x00, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x31, - 0xce,0x00, - 0xff,0x31, - 0xce,0x00, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x20, - 0x5c,0x83, - 0xff,0xc3, - 0x30,0x0c, - 0xff,0xff, - 0x00,0x00, - 0x79,0x79, - 0x00,0x00, - 0xff,0x00, - 0x82,0x7d, - 0xff,0x00, - 0x95,0x6a, - 0xff,0x00, - 0x4f,0xb0, - 0xff,0x80, - 0x3f,0x40, - 0xff,0x0f, - 0xb0,0x40, - 0xff,0x7f, - 0x00,0x80, - 0xff,0xff, - 0x00,0x00, - 0x78,0x78, - 0x00,0x00, - 0xff,0x01, - 0x80,0x7e, - 0xff,0x01, - 0x50,0xae, - 0xff,0x01, - 0xe4,0x1a, - 0xff,0x01, - 0xfa,0x04, - 0xff,0xe0, - 0x1c,0x03, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x78,0x78, - 0x00,0x00, - 0x12,0x02, - 0x0f,0x10, - 0x13,0x03, - 0x2f,0x10, - 0x09,0x01, - 0x37,0x08, - 0x09,0x00, - 0x36,0x09, - 0x09,0x00, - 0x36,0x09, - 0x07,0x00, - 0x38,0x07, - 0x00,0x00, - 0x3f,0x00, - 0x00,0x00, - 0x3f,0x00, - 0x00,0x00, - 0xff,0x00, - 0xe0,0xe0, - 0xff,0x00, - 0x20,0x20, - 0xff,0x00, - 0xff,0x00, - 0x00,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xf8,0x00, - 0x1f,0x0f, - 0xef,0x10, - 0x1f,0x0f, - 0xef,0x10, - 0x1f,0x00, - 0xe0,0x1f, - 0xf0,0x00, - 0x0f,0xf0, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xf7, - 0xf7,0x08, - 0xf8,0xf0, - 0xf7,0x08, - 0xf8,0x00, - 0x07,0xf8, - 0x0f,0x00, - 0xf0,0x0f, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x86,0x80, - 0x99,0x06, - 0x9c,0x80, - 0xa3,0x1c, - 0xe4,0x00, - 0x1b,0xe4, - 0x24,0x00, - 0x1b,0x24, - 0x24,0x04, - 0x1f,0x20, - 0x22,0x00, - 0x1d,0x22, - 0x12,0x00, - 0x0d,0x12, - 0x12,0x00, - 0x0d,0x12, - 0x07,0x05, - 0x00,0x02, - 0x03,0x01, - 0x00,0x02, - 0x07,0x01, - 0x04,0x02, - 0x0f,0x0d, - 0x00,0x02, - 0x0f,0x0e, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x07,0x00, - 0x06,0x01, - 0x0f,0x0c, - 0x02,0x01, - 0xfa,0xca, - 0x30,0x00, - 0x7c,0x1c, - 0x60,0x00, - 0x78,0x68, - 0x10,0x00, - 0xf4,0xe4, - 0x10,0x00, - 0xf8,0xd8, - 0x20,0x00, - 0x7d,0x1d, - 0x40,0x20, - 0xfa,0xca, - 0x30,0x00, - 0x1e,0x0e, - 0x10,0x00, - 0x1c,0x10, - 0x0c,0x00, - 0x3c,0x2c, - 0x10,0x00, - 0x3c,0x18, - 0x24,0x00, - 0x38,0x00, - 0x38,0x00, - 0x3c,0x30, - 0x0c,0x00, - 0xef,0xeb, - 0x04,0x00, - 0x7f,0x77, - 0x08,0x00, - 0x5e,0x56, - 0x00,0x08, - 0x01,0x01, - 0x00,0x00, - 0x0e,0x0e, - 0x00,0x00, - 0x10,0x10, - 0x00,0x00, - 0x20,0x20, - 0x00,0x00, - 0x70,0x70, - 0x00,0x00, - 0x78,0x38, - 0x40,0x00, - 0x7f,0x3f, - 0x40,0x00, - 0x7f,0x3f, - 0x40,0x00, - 0xf0,0xf0, - 0x00,0x00, - 0x0c,0x0c, - 0x00,0x00, - 0x02,0x02, - 0x00,0x00, - 0x02,0x00, - 0x02,0x00, - 0x06,0x04, - 0x02,0x00, - 0x0e,0x08, - 0x06,0x00, - 0x1e,0x10, - 0x0c,0x02, - 0xfe,0xc0, - 0x3c,0x02, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x84,0x84, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x40,0x40, - 0x00,0x00, - 0xd9,0xc8, - 0x11,0x00, - 0xff,0x8c, - 0x53,0x20, - 0xff,0x24, - 0x0b,0xd0, - 0xff,0xe0, - 0x10,0x0f, - 0x1f,0x19, - 0x04,0x02, - 0x0f,0x0d, - 0x00,0x02, - 0x07,0x05, - 0x00,0x02, - 0xd7,0xd1, - 0x04,0x02, - 0xff,0xf1, - 0x00,0x0e, - 0xff,0x61, - 0x8c,0x12, - 0xff,0x01, - 0x0c,0xf2, - 0xff,0xc1, - 0x2c,0x12, - 0xfb,0x04, - 0x04,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfb,0x04, - 0x04,0x00, - 0xff,0x00, - 0x00,0x00, - 0xdf,0x20, - 0x20,0x00, - 0xdf,0x20, - 0x20,0x00, - 0xfb,0x04, - 0x04,0x00, - 0x9a,0x65, - 0x65,0x00, - 0xff,0x00, - 0x00,0x00, - 0x7d,0x82, - 0x82,0x00, - 0x6f,0x90, - 0x90,0x00, - 0xfd,0x02, - 0x02,0x00, - 0x6d,0x92, - 0x92,0x00, - 0xef,0x10, - 0x10,0x00, - 0xff,0x00, - 0x00,0x00, - 0xd9,0x26, - 0x26,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x00, - 0x80,0x00, - 0xc0,0x00, - 0x40,0x80, - 0xde,0x9e, - 0x00,0x40, - 0xe0,0x20, - 0x80,0x40, - 0xe0,0x60, - 0x00,0x80, - 0xe0,0x60, - 0x00,0x80, - 0xf0,0x70, - 0x00,0x80, - 0x01,0x01, - 0x00,0x00, - 0x01,0x00, - 0x01,0x00, - 0x03,0x00, - 0x02,0x01, - 0xcb,0xc9, - 0x00,0x02, - 0x03,0x01, - 0x00,0x02, - 0x01,0x00, - 0x00,0x01, - 0x01,0x00, - 0x00,0x01, - 0x01,0x00, - 0x00,0x01, - 0x1b,0x0b, - 0x00,0x10, - 0x3d,0x0d, - 0x20,0x10, - 0x7b,0x6b, - 0x10,0x00, - 0x7e,0x76, - 0x08,0x00, - 0x3b,0x33, - 0x00,0x08, - 0x3e,0x06, - 0x30,0x08, - 0x7c,0x64, - 0x00,0x18, - 0xfa,0xca, - 0x10,0x20, - 0xbe,0xb0, - 0x02,0x0c, - 0x6e,0x68, - 0x02,0x04, - 0x5f,0x57, - 0x08,0x00, - 0x3f,0x33, - 0x04,0x08, - 0x3e,0x30, - 0x0e,0x00, - 0x1c,0x0c, - 0x10,0x00, - 0x3e,0x26, - 0x18,0x00, - 0x1c,0x10, - 0x0c,0x00, - 0x3f,0x1f, - 0x20,0x00, - 0x7f,0x6f, - 0x10,0x00, - 0xff,0xf1, - 0x0e,0x00, - 0x7f,0x7e, - 0x01,0x00, - 0x1f,0x1f, - 0x00,0x00, - 0x40,0x40, - 0x00,0x00, - 0x60,0x60, - 0x00,0x00, - 0x20,0x20, - 0x00,0x00, - 0xfe,0xc0, - 0x3c,0x02, - 0xfc,0x80, - 0x78,0x04, - 0xfe,0x86, - 0x70,0x08, - 0xf8,0x08, - 0x00,0xf0, - 0xf6,0xf6, - 0x00,0x00, - 0x0e,0x0e, - 0x00,0x00, - 0x8c,0x8c, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x88,0x88, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x82,0x82, - 0xff,0x00, - 0x82,0x82, - 0xff,0x00, - 0x82,0x82, - 0xff,0x00, - 0xff,0x11, - 0xec,0x02, - 0xff,0x31, - 0xc4,0x0a, - 0xff,0x3b, - 0xc0,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x79, - 0x84,0x02, - 0xff,0x79, - 0x84,0x02, - 0x3e,0xc1, - 0xc1,0x00, - 0x08,0xf7, - 0xf7,0x00, - 0x80,0x7f, - 0x7f,0x00, - 0xcb,0x34, - 0x34,0x00, - 0x7f,0x80, - 0x80,0x00, - 0x3e,0xc1, - 0xc1,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x9c,0x63, - 0x63,0x00, - 0x84,0x7b, - 0x7b,0x00, - 0x81,0x7e, - 0x7e,0x00, - 0xd3,0x2c, - 0x2c,0x00, - 0xfe,0x01, - 0x01,0x00, - 0x7c,0x83, - 0x83,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xff,0x6f, - 0x10,0x80, - 0xf0,0x30, - 0x40,0x80, - 0xf0,0x70, - 0x00,0x80, - 0xf0,0x70, - 0x00,0x80, - 0xf8,0x78, - 0x00,0x80, - 0xf8,0x78, - 0x00,0x80, - 0xff,0x37, - 0x88,0x40, - 0xf8,0x98, - 0x20,0x40, - 0x3d,0x3c, - 0x00,0x01, - 0x03,0x02, - 0x00,0x01, - 0x01,0x00, - 0x00,0x01, - 0x03,0x00, - 0x01,0x02, - 0x03,0x01, - 0x00,0x02, - 0x03,0x01, - 0x00,0x02, - 0xb3,0xb1, - 0x00,0x02, - 0x0f,0x0d, - 0x00,0x02, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x0c,0xf3, - 0xf3,0x00, - 0xae,0x50, - 0x50,0x00, - 0xa6,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x78,0x08, - 0x8f,0x70, - 0x44,0x04, - 0x87,0x40, - 0x83,0x03, - 0x03,0x80, - 0xc6,0x44, - 0x45,0x82, - 0xc6,0x44, - 0x7d,0x82, - 0xe6,0x64, - 0x7d,0x82, - 0xff,0xe6, - 0x11,0x08, - 0xff,0xc6, - 0x39,0x00, - 0xff,0x42, - 0xbd,0x00, - 0xff,0x00, - 0xfb,0x04, - 0xff,0x00, - 0x78,0x87, - 0xff,0x87, - 0x00,0x78, - 0xff,0xff, - 0x00,0x00, - 0x8e,0x8e, - 0x00,0x00, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x11, - 0x68,0x86, - 0xff,0xc3, - 0x30,0x0c, - 0xfe,0xfe, - 0x00,0x00, - 0x7c,0x7c, - 0x00,0x00, - 0x04,0xfb, - 0xfb,0x00, - 0x03,0xfc, - 0xfc,0x00, - 0x00,0xff, - 0xff,0x00, - 0x10,0xef, - 0xef,0x00, - 0x90,0x6f, - 0x6f,0x00, - 0x73,0x8c, - 0x8c,0x00, - 0x7f,0x80, - 0x80,0x00, - 0x7f,0x80, - 0x80,0x00, - 0xa0,0x5f, - 0x5f,0x00, - 0xc0,0x3f, - 0x3f,0x00, - 0x00,0xff, - 0xff,0x00, - 0x04,0xfb, - 0xfb,0x00, - 0x0d,0xf2, - 0xf2,0x00, - 0xce,0x31, - 0x31,0x00, - 0xfe,0x01, - 0x01,0x00, - 0xfe,0x01, - 0x01,0x00, - 0xf8,0xb8, - 0x00,0x40, - 0xf8,0x38, - 0x80,0x40, - 0xf8,0x78, - 0x00,0x80, - 0xf0,0x70, - 0x00,0x80, - 0xf0,0xf0, - 0x00,0x00, - 0xe0,0xe0, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x00, - 0x01,0x02, - 0x03,0x00, - 0x01,0x02, - 0x07,0x04, - 0x01,0x02, - 0x07,0x06, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x03,0x03, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xe6,0x64, - 0x7c,0x82, - 0xce,0x4c, - 0x7c,0x82, - 0xce,0x4c, - 0x7c,0x82, - 0xcc,0x48, - 0x78,0x84, - 0x78,0x30, - 0x30,0x48, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7d,0x82, - 0x82,0x00, - 0x78,0x87, - 0x87,0x00, - 0x7f,0x80, - 0x80,0x00, - 0x0f,0xf0, - 0xf0,0x00, - 0x43,0xbc, - 0xbc,0x00, - 0x78,0x87, - 0x87,0x00, - 0x87,0x78, - 0x78,0x00, - 0x00,0xff, - 0xff,0x00, - 0xbe,0x41, - 0x41,0x00, - 0x1e,0xe1, - 0xe1,0x00, - 0xee,0x11, - 0x11,0x00, - 0xf0,0x0f, - 0x0f,0x00, - 0xc0,0x3f, - 0x3f,0x00, - 0x00,0xff, - 0xff,0x00, - 0xe1,0x1e, - 0x1e,0x00, - 0x00,0xff, - 0xff,0x00, - 0xbf,0x40, - 0x40,0x00, - 0xcf,0x30, - 0x30,0x00, - 0xf0,0x0f, - 0x0f,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x20,0x20, - 0x00,0x00, - 0x32,0x32, - 0x00,0x00, - 0x16,0x16, - 0x00,0x00, - 0x04,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1e,0x16, - 0x08,0x00, - 0x1c,0x14, - 0x08,0x00, - 0x0d,0x01, - 0x0c,0x00, - 0x17,0x11, - 0x06,0x00, - 0x03,0x02, - 0x01,0x00, - 0x05,0x05, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0x05,0x05, - 0x00,0x00, - 0x08,0xc1, - 0x00,0x3e, - 0x00,0x3c, - 0x00,0x03, - 0x00,0x0f, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x70,0x03, - 0x00,0xfc, - 0x00,0x3c, - 0x00,0xc0, - 0x00,0xf0, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xee,0x44, - 0x54,0xaa, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3c,0x2c, - 0x10,0x00, - 0x3c,0x18, - 0x24,0x00, - 0x38,0x00, - 0x38,0x00, - 0x3c,0x30, - 0x0c,0x00, - 0x6f,0x6b, - 0x04,0x00, - 0xbf,0xb7, - 0x08,0x00, - 0x5e,0x56, - 0x00,0x08, - 0x7e,0x70, - 0x02,0x0c, - 0x01,0x01, - 0x00,0x00, - 0x28,0x28, - 0x00,0x00, - 0x51,0x51, - 0x00,0x00, - 0xff,0x41, - 0xbe,0x00, - 0xff,0x0c, - 0xf3,0x00, - 0xfe,0xae, - 0x50,0x00, - 0xa6,0xa6, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x02,0x02, - 0x00,0x00, - 0x55,0x55, - 0x00,0x00, - 0xfe,0x1e, - 0xe0,0x00, - 0xff,0x40, - 0xbf,0x00, - 0xff,0xcc, - 0x33,0x00, - 0x9c,0x9c, - 0x00,0x00, - 0x18,0x18, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x82,0x82, - 0x00,0x00, - 0x55,0x55, - 0x00,0x00, - 0xfe,0x9e, - 0x60,0x00, - 0xff,0xc0, - 0x3f,0x00, - 0xff,0x4c, - 0xb3,0x00, - 0x1c,0x1c, - 0x00,0x00, - 0x18,0x18, - 0x00,0x00, - 0xee,0xe8, - 0x02,0x04, - 0xbe,0xbc, - 0x02,0x00, - 0x76,0x72, - 0x04,0x00, - 0xdf,0xc3, - 0x1c,0x00, - 0xfd,0xd1, - 0x2c,0x00, - 0xf8,0x18, - 0xe0,0x00, - 0x68,0x08, - 0x60,0x00, - 0x40,0x40, - 0x00,0x00, - 0xff,0xb3, - 0x0c,0x40, - 0xff,0xd7, - 0x08,0x20, - 0xff,0xcf, - 0x10,0x20, - 0xff,0xdf, - 0x00,0x20, - 0xff,0xdf, - 0x00,0x20, - 0xff,0xda, - 0x05,0x20, - 0xff,0xda, - 0x01,0x24, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xf1, - 0x0e,0x00, - 0xff,0xf1, - 0x0e,0x00, - 0xff,0xf9, - 0x06,0x00, - 0xff,0x7b, - 0x84,0x00, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0xf9, - 0x06,0x00, - 0xff,0xf9, - 0x04,0x02, - 0xff,0xc7, - 0x38,0x00, - 0xff,0xcf, - 0x30,0x00, - 0xff,0x9f, - 0x60,0x00, - 0xff,0xbf, - 0x40,0x00, - 0xff,0xfd, - 0x02,0x00, - 0xff,0xf6, - 0x09,0x00, - 0xff,0xf6, - 0x01,0x08, - 0xff,0x77, - 0x80,0x08, - 0xff,0x07, - 0xf8,0x00, - 0xff,0x8f, - 0x70,0x00, - 0xff,0x8f, - 0x70,0x00, - 0xff,0xa7, - 0x58,0x00, - 0xff,0xf5, - 0x0a,0x00, - 0xff,0xf6, - 0x09,0x00, - 0xff,0xf6, - 0x01,0x08, - 0xff,0x77, - 0x80,0x08, - 0xff,0xf1, - 0x0c,0x02, - 0xff,0xf1, - 0x0c,0x02, - 0xff,0xf9, - 0x04,0x02, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0xfb, - 0x00,0x04, - 0xff,0xf9, - 0x04,0x02, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xb3, - 0x0c,0x40, - 0xff,0xb1, - 0x0e,0x40, - 0xff,0xb9, - 0x06,0x40, - 0xff,0xb9, - 0x04,0x42, - 0xff,0xb9, - 0x04,0x42, - 0xff,0xb9, - 0x04,0x42, - 0xff,0xb0, - 0x0d,0x42, - 0xff,0xb1, - 0x4c,0x02, - 0xff,0xf1, - 0x0e,0x00, - 0xff,0xb1, - 0x4e,0x00, - 0xff,0xb8, - 0x47,0x00, - 0xff,0xb8, - 0x45,0x02, - 0xff,0x68, - 0x95,0x02, - 0xff,0x60, - 0x9d,0x02, - 0xff,0xf0, - 0x0d,0x02, - 0xff,0xf7, - 0x00,0x08, - 0xff,0xe7, - 0x18,0x00, - 0xff,0xe3, - 0x1c,0x00, - 0xff,0xf3, - 0x0c,0x00, - 0xff,0xf3, - 0x08,0x04, - 0xff,0xf3, - 0x08,0x04, - 0xff,0xf1, - 0x0a,0x04, - 0xff,0xe0, - 0x1b,0x04, - 0xff,0xb1, - 0x4c,0x02, - 0xff,0xf1, - 0x0e,0x00, - 0xff,0xb1, - 0x4e,0x00, - 0xff,0xb8, - 0x47,0x00, - 0xff,0xd8, - 0x25,0x02, - 0xff,0xe8, - 0x15,0x02, - 0xff,0xe0, - 0x1d,0x02, - 0xff,0xc0, - 0x3d,0x02, - 0xff,0xf7, - 0x00,0x08, - 0xff,0xe7, - 0x18,0x00, - 0xff,0x63, - 0x9c,0x00, - 0xff,0xb3, - 0x4c,0x00, - 0xff,0x73, - 0x88,0x04, - 0xff,0xf3, - 0x08,0x04, - 0xff,0xd1, - 0x2a,0x04, - 0xff,0xc0, - 0x3b,0x04, - 0xff,0xb1, - 0x4c,0x02, - 0xff,0xf1, - 0x0c,0x02, - 0xff,0xb1, - 0x4c,0x02, - 0xff,0xb9, - 0x44,0x02, - 0xff,0xd9, - 0x24,0x02, - 0xff,0xe9, - 0x14,0x02, - 0xff,0xe1, - 0x0c,0x12, - 0xff,0x61, - 0x8c,0x12, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x40,0xbf, - 0xbf,0x00, - 0xcc,0x33, - 0x33,0x00, - 0x9c,0x00, - 0x00,0x00, - 0x18,0x00, - 0x00,0x00, - 0x38,0xc7, - 0xc7,0x00, - 0x00,0xff, - 0xff,0x00, - 0x07,0xf8, - 0xf8,0x00, - 0x3f,0xc0, - 0xc0,0x00, - 0x7f,0x80, - 0x80,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x9f,0x60, - 0x60,0x00, - 0x8f,0x30, - 0x30,0x00, - 0x2f,0x10, - 0x10,0x00, - 0x77,0x00, - 0x00,0x10, - 0x00,0xa0, - 0x00,0x00, - 0x00,0xc0, - 0x00,0x00, - 0x00,0xa0, - 0x00,0x00, - 0x00,0x40, - 0x00,0x80, - 0x00,0x88, - 0x00,0x60, - 0x00,0x80, - 0x00,0x30, - 0x00,0x28, - 0x00,0x10, - 0x00,0x68, - 0x00,0x10, - 0x00,0x10, - 0x00,0x0c, - 0x00,0x2c, - 0x00,0x10, - 0x00,0x18, - 0x00,0x24, - 0x00,0x00, - 0x00,0x38, - 0x00,0x30, - 0x00,0x0c, - 0x00,0xeb, - 0x00,0x04, - 0x00,0x77, - 0x00,0x08, - 0x08,0x56, - 0x00,0x08, - 0x00,0x10, - 0x00,0x0c, - 0x00,0x2c, - 0x00,0x10, - 0x00,0x18, - 0x00,0x24, - 0x00,0x00, - 0x00,0x38, - 0x00,0x30, - 0x00,0x0c, - 0x00,0x6b, - 0x00,0x04, - 0x00,0x77, - 0x00,0x08, - 0x08,0x56, - 0x00,0x08, - 0x0c,0xb0, - 0x00,0x0e, - 0x04,0x68, - 0x00,0x06, - 0x00,0x57, - 0x00,0x08, - 0x08,0x33, - 0x00,0x0c, - 0x00,0x30, - 0x00,0x0e, - 0x00,0x0c, - 0x00,0x10, - 0x00,0x26, - 0x00,0x18, - 0x00,0x10, - 0x00,0x0c, - 0x0c,0x30, - 0x00,0x0e, - 0x04,0x68, - 0x00,0x06, - 0x00,0x57, - 0x00,0x08, - 0x08,0x33, - 0x00,0x0c, - 0x00,0x30, - 0x00,0x0e, - 0x00,0x0c, - 0x00,0x10, - 0x00,0x26, - 0x00,0x18, - 0x00,0x10, - 0x00,0x0c, - 0x00,0xca, - 0x00,0x30, - 0x00,0x1c, - 0x00,0x60, - 0x00,0x68, - 0x00,0x10, - 0x00,0xe4, - 0x00,0x10, - 0x00,0xd8, - 0x00,0x20, - 0x20,0x1d, - 0x00,0x60, - 0x00,0xca, - 0x00,0x30, - 0x00,0x0e, - 0x00,0x10, - 0x10,0x0b, - 0x00,0x10, - 0x10,0x0d, - 0x00,0x30, - 0x00,0x6b, - 0x00,0x10, - 0x00,0x76, - 0x00,0x08, - 0x08,0x33, - 0x00,0x08, - 0x08,0x06, - 0x00,0x38, - 0x18,0x64, - 0x00,0x18, - 0x20,0xca, - 0x00,0x30, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0x00,0x00, - 0x00,0xc2, - 0x00,0x10, - 0x50,0x86, - 0x00,0x78, - 0x08,0x64, - 0x00,0x9b, - 0x0c,0xf1, - 0x00,0x0e, - 0x00,0xdf, - 0x00,0x00, - 0x00,0xf5, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x06, - 0x00,0x00, - 0x00,0x47, - 0x00,0x88, - 0x88,0x63, - 0x00,0x9c, - 0x1c,0x20, - 0x00,0xdf, - 0x38,0x87, - 0x00,0x78, - 0x00,0xab, - 0x00,0x00 + 0x40,0x1c,0x00,0x63,0x30,0x03,0x00,0x3c,0x00,0x2d,0x00,0x10,0x00,0x5a,0x00,0x20,0x00,0xdd,0x00,0x20,0x00,0xbf,0x00,0x40,0x00,0xbf,0x00,0x40,0x00,0x1b,0x00,0x64, + 0x02,0x00,0x00,0xfe,0x0c,0xc0,0x00,0x3c,0x00,0x74,0x00,0x08,0x00,0xfa,0x00,0x04,0x00,0xfb,0x00,0x04,0x02,0xf9,0x00,0x06,0x02,0xd1,0x00,0x2e,0x06,0xc0,0x00,0x3e, + 0x40,0x1c,0x00,0x63,0x33,0x08,0x00,0x37,0x0c,0x30,0x00,0x0f,0x08,0x67,0x00,0x18,0x08,0xc5,0x00,0x3a,0x08,0xc1,0x00,0x3e,0x00,0x3c,0x00,0x03,0x00,0x0f,0x00,0x00, + 0x02,0x00,0x00,0xfe,0xcc,0x00,0x00,0xfc,0x70,0x0c,0x00,0xf0,0x70,0x06,0x00,0xf8,0x70,0x03,0x00,0xfc,0x70,0x03,0x00,0xfc,0x00,0x3c,0x00,0xc0,0x00,0xf0,0x00,0x00, + 0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x44,0x00,0x28,0x00,0x82,0x00,0x44,0x00,0x92, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x44,0x00,0x28,0x00,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x17,0x00,0x00,0x10,0x17,0x20,0x20,0x10,0x67,0x10,0x10,0x00,0x77,0x08,0x08,0x00,0x3b,0x00,0x00,0x08,0x0b,0x30,0x30,0x08,0x7b,0x00,0x00,0x18,0xe7,0x10,0x10,0x20, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xfc,0x02,0x02,0x0c,0xf4,0x02,0x02,0x04,0xf7,0x08,0x08,0x00,0xeb,0x04,0x04,0x08,0xe0,0x0e,0x0e,0x00,0xec,0x10,0x10,0x00,0xe6,0x18,0x18,0x00,0xe0,0x0c,0x0c,0x00, + 0x00,0x63,0x00,0x9c,0x00,0x7d,0x00,0x82,0x00,0x7e,0x00,0x81,0x80,0x3b,0x00,0xc4,0xcc,0x03,0x00,0xfc,0x84,0x03,0x00,0xfc,0x82,0x00,0x00,0xff,0x40,0x08,0x00,0x77, + 0x1a,0xc0,0x00,0x3e,0x01,0x98,0x00,0x67,0x01,0x38,0x00,0xc7,0x23,0x80,0x00,0x7f,0x3d,0x80,0x00,0x7f,0x21,0x00,0x00,0xff,0xc1,0x00,0x00,0xff,0x02,0x00,0x00,0xfe, + 0x00,0x38,0x00,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x44,0x00,0x92,0x00,0x38,0x00,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00, + 0x0f,0x60,0x60,0x00,0x6f,0x10,0x10,0x00,0xef,0x10,0x10,0x00,0xcf,0x20,0x20,0x00,0x1f,0x60,0x60,0x00,0x0f,0x30,0x30,0x00,0x0f,0x10,0x10,0x00,0x07,0x10,0x10,0x00, + 0xec,0x10,0x10,0x00,0xd8,0x24,0x24,0x00,0xf8,0x00,0x00,0x18,0xac,0x40,0x40,0x0c,0x93,0x64,0x64,0x00,0xd7,0x28,0x28,0x00,0xee,0x00,0x00,0x08,0xec,0x02,0x02,0x0c, + 0x40,0x1c,0x00,0x63,0x33,0x08,0x00,0x37,0x0c,0x30,0x00,0x0f,0x08,0x67,0x00,0x18,0x08,0xc5,0x00,0x3a,0x08,0xc1,0x00,0x3e,0x04,0xc0,0x00,0x3f,0x00,0x60,0x00,0x1f, + 0x02,0x00,0x00,0xfe,0xcc,0x00,0x00,0xfc,0x70,0x0c,0x00,0xf0,0x70,0x06,0x00,0xf8,0x70,0x03,0x00,0xfc,0x70,0x03,0x00,0xfc,0x60,0x03,0x00,0xfc,0xc0,0x06,0x00,0xf8, + 0x00,0x00,0x00,0x03,0x00,0x03,0x00,0x0c,0x00,0x0d,0x00,0x10,0x00,0x1a,0x00,0x20,0x00,0x1d,0x00,0x20,0x00,0x3f,0x00,0x40,0x00,0x3f,0x00,0x40,0x00,0x1b,0x00,0x64, + 0x00,0x00,0x00,0xc0,0x00,0xc0,0x00,0x30,0x00,0x70,0x00,0x08,0x00,0xf8,0x00,0x04,0x00,0xf8,0x00,0x04,0x02,0xf8,0x00,0x06,0x02,0xd0,0x00,0x2e,0x06,0xc0,0x00,0x3e, + 0x07,0x30,0x30,0x00,0x77,0x00,0x00,0x10,0xd7,0x20,0x20,0x10,0x23,0x5c,0x5c,0x20,0x31,0x4e,0x4e,0x00,0x74,0x0b,0x0b,0x00,0x66,0x19,0x19,0x00,0x02,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xc1,0x3e,0x3e,0x00,0x8c,0x73,0x73,0x00,0x2e,0xd1,0xd1,0x00,0x27,0x00,0x00,0x00,0x0f,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x7f,0x80,0x80,0x00,0x9f,0x60,0x60,0x00,0x8f,0x30,0x30,0x00,0x2f,0x10,0x10,0x00,0x77,0x00,0x00,0x10, + 0x00,0x3c,0x00,0x03,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa7,0x24,0x7c,0x83,0xa6,0x24,0x7d,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xae,0x04,0x54,0xaa, + 0xff,0xf9,0x00,0x06,0xff,0xe4,0x02,0x19,0xf7,0xc6,0x11,0x20,0xf2,0xd2,0x00,0x20,0xf8,0xd8,0x00,0x20,0xf0,0xc0,0x10,0x20,0xf0,0xb0,0x00,0x40,0xf0,0x60,0x10,0x80, + 0xff,0x04,0x00,0xfb,0xff,0x31,0xca,0x04,0xfb,0xbb,0x40,0x00,0x9a,0x9a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x41,0x00,0xbe,0xff,0x0c,0xb2,0x41,0xfe,0xae,0x50,0x00,0xa6,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x1f,0x00,0xe0,0xff,0x40,0xa0,0x1f,0xff,0xcc,0x33,0x00,0x9c,0x9c,0x00,0x00,0x18,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x11,0x00,0xee,0xff,0xc4,0x2a,0x11,0xef,0xec,0x03,0x00,0x69,0x69,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0x07,0x00,0xf8,0xff,0xc9,0x30,0x06,0xcb,0xc8,0x02,0x01,0x83,0x82,0x00,0x01,0x07,0x06,0x00,0x01,0x07,0x01,0x04,0x02,0x07,0x06,0x00,0x01, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x41,0xbe,0xbe,0x00,0x0c,0xf3,0xf3,0x00,0xae,0x50,0x50,0x00,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x1f,0xe0,0xe0,0x00,0x40,0xbf,0xbf,0x00,0xcc,0x33,0x33,0x00,0x9c,0x00,0x00,0x00,0x18,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xfe,0x01,0x01,0x00,0xf9,0x06,0x06,0x00,0xf1,0x0c,0x0c,0x00,0xf4,0x08,0x08,0x00,0xe6,0x08,0x08,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x9f,0x60,0x60,0x00,0x80,0x7f,0x7f,0x00,0x0c,0xf3,0xf3,0x00,0x7c,0x80,0x80,0x00,0xf8,0x00,0x00,0x00, + 0xf4,0x02,0x02,0x04,0xf8,0x02,0x02,0x00,0xf8,0x04,0x04,0x00,0xe3,0x1c,0x1c,0x00,0xd1,0x2c,0x2c,0x00,0x18,0xe0,0xe0,0x00,0x08,0x60,0x60,0x00,0x40,0x00,0x00,0x00, + 0xc7,0x44,0x7c,0x83,0xde,0x5c,0x7c,0x82,0xdf,0x5c,0x7c,0x83,0x5c,0x18,0xbb,0x44,0xcf,0x08,0x38,0xc7,0x6c,0x28,0x38,0x44,0x7c,0x38,0x38,0x44,0x38,0x38,0x38,0x00, + 0xee,0x44,0x54,0xaa,0xfe,0x54,0x54,0xaa,0xc6,0x44,0x44,0x82,0x82,0x82,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82,0xee,0x6c,0x7c,0x82, + 0xef,0x44,0x54,0xab,0xfe,0x54,0x54,0xaa,0x7d,0x54,0x54,0x29,0x44,0x44,0x45,0x00,0x83,0x82,0xba,0x01,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82, + 0xe0,0x00,0x20,0xc0,0xf0,0xc0,0x10,0x20,0xfc,0xec,0x00,0x10,0xfc,0xdc,0x00,0x20,0xf8,0xd8,0x00,0x20,0xf8,0xc0,0x18,0x20,0xf8,0xe0,0x08,0x10,0xfc,0xdc,0x00,0x20, + 0x0f,0x0e,0x00,0x01,0x0f,0x0d,0x00,0x02,0x07,0x01,0x04,0x02,0x0f,0x0c,0x02,0x01,0x07,0x06,0x00,0x01,0x03,0x02,0x00,0x01,0x03,0x00,0x02,0x01,0x07,0x06,0x00,0x01, + 0xde,0x5c,0x7c,0x82,0xde,0x5c,0x7c,0x82,0x5c,0x18,0x38,0x44,0x4c,0x08,0x38,0x44,0x6c,0x28,0x38,0x44,0x7c,0x38,0x38,0x44,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00, + 0xf0,0xc0,0x10,0x20,0xf0,0xb0,0x00,0x40,0xf0,0x60,0x10,0x80,0xe0,0x00,0x20,0xc0,0xf0,0xc0,0x10,0x20,0xfc,0xec,0x00,0x10,0xfc,0xc4,0x08,0x30,0xf8,0xd8,0x00,0x20, + 0x0f,0x0d,0x00,0x02,0x0f,0x03,0x08,0x04,0x0f,0x0d,0x00,0x02,0x1f,0x1d,0x00,0x02,0x1f,0x1b,0x00,0x04,0x0f,0x03,0x08,0x04,0x1f,0x19,0x04,0x02,0x07,0x05,0x00,0x02, + 0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0xf8,0xc0,0x18,0x20,0xf8,0xe0,0x08,0x10,0xfc,0xdc,0x00,0x20,0xfc,0xcc,0x10,0x20,0xf8,0xc0,0x18,0x20,0xf0,0xb0,0x00,0x40,0xf8,0x98,0x20,0x40,0xf0,0xc0,0x10,0x20, + 0x03,0x01,0x00,0x02,0x07,0x01,0x04,0x02,0x0f,0x0d,0x00,0x02,0x0f,0x0e,0x00,0x01,0x07,0x06,0x00,0x01,0x07,0x00,0x06,0x01,0x0f,0x0c,0x02,0x01,0x1f,0x19,0x04,0x02, + 0xfe,0x54,0x54,0xaa,0xfe,0x54,0x54,0xaa,0x7c,0x54,0x54,0x28,0x44,0x44,0x44,0x00,0x82,0x82,0xba,0x00,0x82,0x00,0x44,0x82,0xa7,0x24,0x7c,0x83,0xa6,0x24,0x7d,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0xcf,0x4f,0x00,0x80,0xf0,0x70,0x00,0x80,0xe0,0x60,0x00,0x80,0xe0,0x20,0x80,0x40,0xfe,0xbe,0x00,0x40,0xe0,0x20,0x40,0x80,0xc0,0x40,0x80,0x00,0x80,0x80,0x00,0x00, + 0x79,0x78,0x00,0x01,0x07,0x06,0x00,0x01,0x01,0x00,0x00,0x01,0x03,0x01,0x00,0x02,0xcb,0xc9,0x00,0x02,0x03,0x00,0x02,0x01,0x01,0x00,0x01,0x00,0x01,0x01,0x00,0x00, + 0xf0,0xb0,0x00,0x40,0xf0,0x80,0x30,0x40,0xf0,0xc0,0x10,0x20,0xf8,0xb8,0x00,0x40,0xf8,0x98,0x20,0x40,0xf0,0x80,0x30,0x40,0xe0,0x60,0x00,0x80,0xf0,0x30,0x40,0x80, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x16,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc7,0x44,0x7c,0x83,0xde,0x5c,0x7c,0x82,0xdf,0x5c,0x7c,0x83,0x5c,0x18,0x3b,0x44,0x4f,0x08,0x38,0x47,0x6c,0x28,0x38,0x44,0x7c,0x38,0x38,0x44,0x38,0x38,0x38,0x00, + 0xc6,0x44,0x7c,0x82,0xde,0x5c,0x7c,0x82,0xde,0x5c,0x7c,0x82,0x5c,0x18,0xb8,0x44,0xcc,0x08,0x38,0xc4,0x6c,0x28,0x38,0x44,0x7c,0x38,0x38,0x44,0x38,0x38,0x38,0x00, + 0xe0,0x80,0x20,0x40,0xf0,0xb0,0x00,0x40,0xe4,0xa4,0x00,0x40,0xee,0x8e,0x20,0x40,0xff,0x8c,0x00,0x73,0xff,0xb1,0x00,0x4e,0xff,0xb9,0x04,0x42,0xff,0xb1,0x0c,0x42, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x90,0x10,0x80,0x00,0xf6,0x32,0xc4,0x00,0xff,0x23,0x54,0x88,0xff,0x80,0x0a,0x75,0xff,0xf0,0x0c,0x03, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0xf0,0x70,0x80,0x00,0xf0,0x60,0x10,0x80,0xe0,0x00,0xa0,0x40, + 0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x0e,0x01,0x01,0x00,0x06,0x09,0x09,0x00,0x01,0x1e,0x1e,0x01,0x32,0x0c,0x0c,0x02,0x1d,0x00,0x00,0x04,0x0e,0x11,0x11,0x0c, + 0x30,0x00,0x00,0x00,0x70,0x00,0x00,0x00,0x62,0x90,0x90,0x00,0x97,0x68,0x68,0x90,0x9d,0x02,0x02,0x98,0x6b,0x04,0x04,0x0b,0x10,0xe0,0xe0,0x00,0x07,0xf8,0xf8,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x80,0x80,0x00,0x07,0x88,0x88,0x00,0xcb,0x04,0x04,0x88,0xed,0x12,0x12,0x8d,0x30,0x48,0x48,0x10,0xc4,0x33,0x33,0x40, + 0x0c,0x00,0x00,0x00,0x1c,0x00,0x00,0x00,0x58,0xa0,0xa0,0x40,0x60,0x98,0x98,0x60,0x80,0x0e,0x0e,0x80,0x31,0x84,0x84,0x00,0x1f,0x60,0x60,0x08,0x0e,0xf0,0xf0,0x0c, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x0b,0x00,0x18,0x00,0x04,0x18,0x12,0x02,0x0f,0x10, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0xd0,0x00,0x10,0x00,0x20,0x10,0x30,0x20,0xe0,0x10, + 0xff,0xa3,0x14,0x48,0xff,0xc1,0x0e,0x30,0xff,0xc3,0x1c,0x20,0xff,0xd7,0x08,0x20,0xff,0xdf,0x00,0x20,0xff,0xbb,0x04,0x40,0xff,0xbb,0x00,0x44,0xff,0xbb,0x00,0x44, + 0xff,0xf0,0x0f,0x00,0xff,0xe0,0x1f,0x00,0xff,0xe1,0x1e,0x00,0xff,0x43,0xb8,0x04,0xff,0x03,0xf8,0x04,0xff,0x83,0x74,0x08,0xff,0x89,0x66,0x10,0xff,0x99,0x64,0x02, + 0x7c,0x7c,0x7c,0x00,0x82,0x82,0x82,0x00,0x82,0x82,0x82,0x00,0x82,0x00,0x44,0x82,0xc2,0x40,0x7c,0x82,0xf6,0x34,0x3c,0xc2,0xf6,0x54,0x5c,0xa2,0xb6,0x14,0x1c,0xa2, + 0x48,0x33,0x33,0x08,0x14,0x23,0x23,0x10,0x18,0x27,0x27,0x10,0x79,0x06,0x06,0x10,0x75,0x0a,0x0a,0x00,0x39,0x02,0x02,0x08,0x0b,0x30,0x30,0x08,0x73,0x08,0x08,0x10, + 0x50,0xaf,0xaf,0x00,0xf9,0x06,0x06,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x08,0x87,0x87,0x00,0x21,0xde,0xde,0x00,0x0b,0xf4,0xf4,0x00,0x9f,0x60,0x60,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x04,0xf2,0xf2,0x04,0x86,0x78,0x78,0x06,0xd6,0x28,0x28,0x00,0xef,0x00,0x00,0x08,0xeb,0x04,0x04,0x08,0xec,0x02,0x02,0x0c,0xec,0x10,0x10,0x00,0xe6,0x18,0x18,0x00, + 0x0a,0x02,0x07,0x08,0x0e,0x06,0x17,0x08,0x07,0x03,0x1b,0x04,0x03,0x03,0x0f,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf0,0xe0,0xe0,0x10,0xf0,0xe0,0xe8,0x10,0xe0,0xc0,0xd8,0x20,0xc0,0x00,0x30,0xc0,0x00,0x00,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xbb,0x00,0x44,0xff,0xb3,0x0c,0x40,0xff,0xb1,0x0e,0x40,0xff,0xb0,0x4d,0x02,0xff,0xb0,0x4d,0x02,0xff,0xc3,0x30,0x0c,0x7f,0x7f,0x00,0x00,0x3e,0x3e,0x00,0x00, + 0xff,0x91,0x6c,0x02,0xff,0x31,0xce,0x00,0xff,0x31,0xce,0x00,0xff,0x31,0xcc,0x02,0xff,0x10,0x2c,0xc3,0xff,0xc3,0x30,0x0c,0xff,0xff,0x00,0x00,0x7c,0x7c,0x00,0x00, + 0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0xc2,0x10,0x10,0x00,0x96,0x68,0x68,0x10,0x0d,0x92,0x92,0x09,0x6a,0x04,0x04,0x0a,0x91,0x60,0x60,0x00,0x04,0xfb,0xfb,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x47,0x88,0x88,0x00,0xeb,0x14,0x14,0x88,0xfc,0x03,0x03,0xdc,0x38,0x40,0x40,0x38,0x84,0x03,0x03,0x00, + 0x3f,0x1f,0x9f,0x20,0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20,0x3f,0x1f,0x9f,0x20,0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20, + 0x9f,0x9f,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00, + 0xf9,0xf9,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0xff,0xff,0xff,0x00,0x01,0x01,0xff,0x00,0x21,0x21,0xff,0x00,0x01,0x01,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xaf,0x04,0x54,0xab, + 0x77,0x00,0x00,0x10,0x37,0x00,0x00,0x30,0xa3,0x14,0x14,0x20,0xcb,0x24,0x24,0x40,0x93,0x0c,0x0c,0x80,0x47,0x38,0x38,0x00,0x87,0x78,0x78,0x00,0x17,0xe8,0xe8,0x00, + 0xe0,0x0c,0x0c,0x00,0xcc,0x10,0x10,0x00,0xf8,0x04,0x04,0x20,0xd0,0x08,0x08,0x10,0xa0,0x4c,0x4c,0x00,0x93,0x64,0x64,0x00,0x97,0x68,0x68,0x00,0xde,0x20,0x20,0x08, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x0d,0x00,0x00,0x00,0x31,0x00,0x00,0x00,0xd1,0x00, + 0x00,0x00,0x03,0x00,0x00,0x00,0x0d,0x00,0x00,0x00,0x31,0x00,0x00,0x00,0xd1,0x00,0x00,0x00,0x11,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x11,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00, + 0x00,0x00,0xc0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xac,0x00,0x00,0x00,0xdf,0x00,0x00,0x00,0xaa,0x00,0x00,0x00,0xdd,0x00,0x00,0x00,0xaa,0x00,0x00,0x00,0xdd,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xac,0x00,0x00,0x00,0xdf,0x00, + 0x40,0xbf,0xbf,0x00,0xee,0x11,0x11,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x38,0xc7,0xc7,0x00,0x00,0xff,0xff,0x00,0xc7,0x38,0x38,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x84,0x84,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x84,0x84,0xff,0x00,0x80,0x80,0xff,0x00, + 0xff,0xff,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0xff,0xff,0xff,0x00,0x21,0x21,0xff,0x00,0x21,0x21,0xff,0x00,0x21,0x21,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1e,0x00,0x1e,0x00,0x21,0x00,0x33,0x00,0x40,0x21,0x1e,0x00,0x21,0x7e,0x00,0x00,0x7f,0x44,0xa1,0x00,0x46,0x47,0x80,0x00,0x5f, + 0x00,0x00,0x00,0x78,0x00,0x78,0x00,0x84,0x00,0xcc,0x00,0x02,0x80,0x78,0x00,0x84,0x7c,0x00,0x00,0xfc,0x06,0xf0,0x00,0x0e,0x02,0x99,0x00,0x06,0x02,0xf1,0x00,0x0e, + 0xee,0x44,0x55,0xaa,0xff,0x54,0x54,0xab,0xc6,0x44,0x44,0x82,0x83,0x82,0xba,0x01,0x82,0x00,0x45,0x82,0xa7,0x24,0x7c,0x83,0xa6,0x24,0x7c,0x82,0xee,0x6c,0x7c,0x82, + 0x3f,0xc0,0xc0,0x00,0x7f,0x80,0x80,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x00,0x00,0xd2,0xc2,0x10,0x00,0xfe,0x86,0x18,0x60,0xff,0x64,0x0a,0x91,0xff,0xf1,0x00,0x0e,0xff,0xe3,0x18,0x04, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x00,0x00,0xcf,0x47,0x88,0x00,0xff,0x63,0x9c,0x00,0xff,0x20,0x58,0x87,0xff,0x80,0x05,0x7a, + 0x80,0x80,0x80,0x00,0x80,0x80,0x91,0x00,0x80,0x80,0x90,0x00,0x80,0x80,0x81,0x00,0x80,0x80,0x81,0x00,0x80,0x80,0x81,0x00,0x80,0x80,0x91,0x00,0x81,0x81,0x93,0x00, + 0x00,0x00,0x11,0x00,0x00,0x00,0x11,0x00,0x00,0x00,0x11,0x00,0x01,0x01,0x13,0x00,0x06,0x06,0x1f,0x00,0x1a,0x1a,0x3f,0x00,0x63,0x63,0xff,0x00,0x80,0x80,0xff,0x00, + 0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0xff,0xff,0xff,0x00,0x10,0x10,0xff,0x00,0x10,0x10,0xff,0x00,0xff,0xff,0xff,0x00,0x41,0x41,0xff,0x00, + 0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0xff,0xff,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xaa,0x00,0x00,0x00,0xdd,0x00,0x00,0x00,0xaa,0x00,0x80,0x80,0xdd,0x00,0x60,0x60,0xfa,0x00,0x18,0x18,0xfd,0x00,0x06,0x06,0xff,0x00,0x01,0x01,0xff,0x00, + 0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x01,0xab,0x00,0x81,0x81,0xdd,0x00, + 0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x88,0x88,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00, + 0xff,0xff,0xff,0x00,0x00,0x00,0xff,0x00,0x10,0x10,0xff,0x00,0x00,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0x81,0x81,0xff,0x00,0x81,0x81,0xff,0x00,0x81,0x81,0xff,0x00, + 0xee,0x00,0x00,0x08,0xec,0x00,0x00,0x08,0xcd,0x20,0x20,0x0c,0xd5,0x22,0x22,0x04,0xc8,0x31,0x31,0x00,0xe2,0x1c,0x1c,0x00,0xe8,0x17,0x17,0x00,0xf8,0x07,0x07,0x00, + 0x42,0x80,0x00,0x5f,0x40,0x80,0x00,0x5f,0x60,0x80,0x00,0x60,0x5c,0xa0,0x00,0x5f,0x40,0xaf,0x00,0x50,0x40,0xa0,0x00,0x5f,0x40,0x9f,0x00,0x60,0x3f,0x80,0x00,0x7f, + 0xf2,0x09,0x00,0xf6,0xc2,0x01,0x00,0xfa,0x06,0x71,0x00,0x06,0x3a,0x05,0x00,0xfa,0x02,0xf5,0x00,0x0a,0x02,0x05,0x00,0xfa,0x02,0xf9,0x00,0x06,0xfc,0x01,0x00,0xfe, + 0xfe,0x54,0x54,0xaa,0xfe,0x54,0x54,0xaa,0x44,0x44,0x44,0x00,0x82,0x82,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82,0xee,0x44,0x54,0xaa, + 0x00,0x00,0xc1,0x00,0x00,0x00,0xf1,0x00,0x00,0x00,0xad,0x00,0x00,0x00,0xdf,0x00,0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x00,0xaa,0x01,0x00,0x00,0xdd,0x00, + 0x00,0x00,0xfc,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x74,0x00,0x00,0x00,0x04,0x00,0x04,0x04,0xfc,0x00,0x04,0x04,0xfc,0x00,0xfc,0x30,0x30,0xcc,0xf8,0x60,0x67,0x98, + 0xc5,0x32,0x32,0x00,0x09,0x66,0x66,0x00,0x6b,0x14,0x14,0x00,0xef,0x10,0x10,0x00,0xcf,0x20,0x20,0x00,0x3f,0x40,0x40,0x20,0xcf,0x30,0x30,0x00,0x0f,0x10,0x10,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xfe,0x01,0x01,0x00,0xf0,0x0e,0x0e,0x00,0xe0,0x10,0x10,0x00,0xc0,0x20,0x20,0x00,0xb0,0x40,0x40,0x00,0x38,0x40,0x40,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x0f,0xf0,0xf0,0x00,0x03,0x0c,0x0c,0x00,0x01,0x02,0x02,0x00,0x01,0x02,0x02,0x00,0x05,0x02,0x02,0x00,0x0a,0x04,0x04,0x02, + 0x00,0x00,0x00,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xc0,0x37,0x08,0xff,0x42,0xbd,0x00,0xff,0x1b,0xe4,0x00,0xff,0x9b,0x64,0x00,0xff,0xfd,0x02,0x00,0xff,0xf6,0x09,0x00,0xff,0xf6,0x01,0x08,0xff,0x67,0x90,0x08, + 0xff,0x00,0xff,0x00,0xff,0x11,0xee,0x00,0xff,0x39,0xc6,0x00,0xff,0x7b,0x84,0x00,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0x79,0x86,0x00,0xff,0x79,0x84,0x02, + 0xff,0xc2,0x35,0x08,0xff,0x46,0xb9,0x00,0xff,0x06,0xf1,0x08,0xff,0x82,0x61,0x1c,0xff,0xc0,0x02,0x3d,0xff,0x80,0x40,0x3f,0xff,0x80,0x00,0x7f,0xff,0x00,0x80,0x7f, + 0xff,0x00,0xff,0x00,0xff,0x11,0xee,0x00,0xff,0x39,0xc4,0x02,0xff,0x11,0x2c,0xc2,0xff,0x03,0x18,0xe4,0xff,0x03,0x08,0xf4,0xff,0x01,0x02,0xfc,0xff,0x01,0x00,0xfe, + 0x86,0x80,0x99,0x06,0x9c,0x00,0x23,0x9c,0xe4,0x00,0x1b,0xe4,0x24,0x00,0x1b,0x24,0x24,0x04,0x1f,0x20,0x22,0x00,0x1d,0x22,0x12,0x00,0x0d,0x12,0x12,0x00,0x0d,0x12, + 0x00,0x00,0xff,0x00,0x7e,0x7e,0xff,0x00,0x48,0x48,0xc9,0x00,0x48,0x48,0xc9,0x00,0x48,0x48,0xc9,0x00,0x3f,0x3f,0xff,0x00,0x24,0x24,0xe4,0x00,0x24,0x24,0xe4,0x00, + 0x41,0x41,0xff,0x00,0x7f,0x40,0xc0,0x3f,0x3f,0x1f,0xdf,0x20,0x3f,0x18,0xd8,0x27,0x3f,0x1b,0xdb,0x24,0x3c,0x1c,0xdf,0x20,0x3f,0x1f,0xdf,0x20,0x1f,0x0f,0xef,0x10, + 0x00,0x00,0xff,0x00,0xfc,0x00,0x03,0xfc,0xfc,0xf8,0xfb,0x04,0xfc,0x18,0x1b,0xe4,0xdc,0xd8,0xfb,0x04,0x3c,0x08,0xcb,0x34,0xfc,0xc8,0xcb,0x34,0xf8,0xf0,0xf7,0x08, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x61,0x01,0x9b,0x60,0x39,0x00,0xc4,0x39,0x27,0x00,0xd8,0x27,0x24,0x00,0xd8,0x24,0x24,0x20,0xf8,0x04,0x44,0x00,0xb8,0x44,0x48,0x00,0xb0,0x48,0x48,0x00,0xb0,0x48, + 0xfc,0x03,0x03,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xfe,0x54,0x54,0xaa,0xfe,0x54,0x54,0xaa,0x44,0x44,0x44,0x00,0x82,0x82,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82,0xc6,0x44,0x7c,0x82, + 0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0xff,0xff,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x02,0x02,0xff,0x00,0x00,0x00,0xff,0x00, + 0xf9,0x31,0x33,0xc8,0xf9,0xf1,0xf5,0x08,0x39,0x39,0xbb,0x00,0x09,0x09,0xdd,0x00,0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x01,0xab,0x00,0x81,0x81,0xdd,0x00, + 0x3f,0x40,0x40,0x00,0xbf,0x00,0x00,0x00,0xdf,0x00,0x00,0x00,0xa3,0x40,0x40,0x00,0xc4,0x38,0x38,0x00,0xe0,0x1f,0x1f,0x00,0xf8,0x07,0x07,0x00,0xff,0x00,0x00,0x00, + 0x12,0x0c,0x0c,0x02,0xc2,0x3c,0x3c,0x02,0xc1,0x3c,0x3c,0x00,0x82,0x71,0x71,0x00,0x09,0x06,0x06,0x00,0x03,0xfc,0xfc,0x00,0x0f,0xf0,0xf0,0x00,0xff,0x00,0x00,0x00, + 0xff,0xe6,0x11,0x08,0xff,0xc6,0x39,0x00,0xff,0x42,0xbd,0x00,0xff,0x00,0xfb,0x04,0xff,0x00,0x78,0x87,0xff,0x87,0x00,0x78,0xfe,0xfe,0x00,0x00,0x78,0x78,0x00,0x00, + 0xff,0x31,0xcc,0x02,0xff,0x31,0xce,0x00,0xff,0x31,0xce,0x00,0xff,0x31,0xcc,0x02,0xff,0x20,0x5c,0x83,0xff,0xc3,0x30,0x0c,0xff,0xff,0x00,0x00,0x79,0x79,0x00,0x00, + 0xff,0x00,0x82,0x7d,0xff,0x00,0x95,0x6a,0xff,0x00,0x4f,0xb0,0xff,0x80,0x3f,0x40,0xff,0x0f,0xb0,0x40,0xff,0x7f,0x00,0x80,0xff,0xff,0x00,0x00,0x78,0x78,0x00,0x00, + 0xff,0x01,0x80,0x7e,0xff,0x01,0x50,0xae,0xff,0x01,0xe4,0x1a,0xff,0x01,0xfa,0x04,0xff,0xe0,0x1c,0x03,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x78,0x78,0x00,0x00, + 0x12,0x02,0x0f,0x10,0x13,0x03,0x2f,0x10,0x09,0x01,0x37,0x08,0x09,0x00,0x36,0x09,0x09,0x00,0x36,0x09,0x07,0x00,0x38,0x07,0x00,0x00,0x3f,0x00,0x00,0x00,0x3f,0x00, + 0x00,0x00,0xff,0x00,0xe0,0xe0,0xff,0x00,0x20,0x20,0xff,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xf8,0x00, + 0x1f,0x0f,0xef,0x10,0x1f,0x0f,0xef,0x10,0x1f,0x00,0xe0,0x1f,0xf0,0x00,0x0f,0xf0,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00, + 0xff,0xf7,0xf7,0x08,0xf8,0xf0,0xf7,0x08,0xf8,0x00,0x07,0xf8,0x0f,0x00,0xf0,0x0f,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00, + 0x86,0x80,0x99,0x06,0x9c,0x80,0xa3,0x1c,0xe4,0x00,0x1b,0xe4,0x24,0x00,0x1b,0x24,0x24,0x04,0x1f,0x20,0x22,0x00,0x1d,0x22,0x12,0x00,0x0d,0x12,0x12,0x00,0x0d,0x12, + 0x07,0x05,0x00,0x02,0x03,0x01,0x00,0x02,0x07,0x01,0x04,0x02,0x0f,0x0d,0x00,0x02,0x0f,0x0e,0x00,0x01,0x07,0x06,0x00,0x01,0x07,0x00,0x06,0x01,0x0f,0x0c,0x02,0x01, + 0xfa,0xca,0x30,0x00,0x7c,0x1c,0x60,0x00,0x78,0x68,0x10,0x00,0xf4,0xe4,0x10,0x00,0xf8,0xd8,0x20,0x00,0x7d,0x1d,0x40,0x20,0xfa,0xca,0x30,0x00,0x1e,0x0e,0x10,0x00, + 0x1c,0x10,0x0c,0x00,0x3c,0x2c,0x10,0x00,0x3c,0x18,0x24,0x00,0x38,0x00,0x38,0x00,0x3c,0x30,0x0c,0x00,0xef,0xeb,0x04,0x00,0x7f,0x77,0x08,0x00,0x5e,0x56,0x00,0x08, + 0x01,0x01,0x00,0x00,0x0e,0x0e,0x00,0x00,0x10,0x10,0x00,0x00,0x20,0x20,0x00,0x00,0x70,0x70,0x00,0x00,0x78,0x38,0x40,0x00,0x7f,0x3f,0x40,0x00,0x7f,0x3f,0x40,0x00, + 0xf0,0xf0,0x00,0x00,0x0c,0x0c,0x00,0x00,0x02,0x02,0x00,0x00,0x02,0x00,0x02,0x00,0x06,0x04,0x02,0x00,0x0e,0x08,0x06,0x00,0x1e,0x10,0x0c,0x02,0xfe,0xc0,0x3c,0x02, + 0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x84,0x84,0xff,0x00,0x80,0x80,0xff,0x00, + 0xff,0xff,0xff,0x00,0x01,0x01,0xff,0x00,0x21,0x21,0xff,0x00,0x01,0x01,0xff,0x00,0xff,0xff,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x40,0x00,0x00,0xd9,0xc8,0x11,0x00,0xff,0x8c,0x53,0x20,0xff,0x24,0x0b,0xd0,0xff,0xe0,0x10,0x0f, + 0x1f,0x19,0x04,0x02,0x0f,0x0d,0x00,0x02,0x07,0x05,0x00,0x02,0xd7,0xd1,0x04,0x02,0xff,0xf1,0x00,0x0e,0xff,0x61,0x8c,0x12,0xff,0x01,0x0c,0xf2,0xff,0xc1,0x2c,0x12, + 0xfb,0x04,0x04,0x00,0xff,0x00,0x00,0x00,0xfb,0x04,0x04,0x00,0xff,0x00,0x00,0x00,0xdf,0x20,0x20,0x00,0xdf,0x20,0x20,0x00,0xfb,0x04,0x04,0x00,0x9a,0x65,0x65,0x00, + 0xff,0x00,0x00,0x00,0x7d,0x82,0x82,0x00,0x6f,0x90,0x90,0x00,0xfd,0x02,0x02,0x00,0x6d,0x92,0x92,0x00,0xef,0x10,0x10,0x00,0xff,0x00,0x00,0x00,0xd9,0x26,0x26,0x00, + 0x80,0x80,0x00,0x00,0x80,0x00,0x80,0x00,0xc0,0x00,0x40,0x80,0xde,0x9e,0x00,0x40,0xe0,0x20,0x80,0x40,0xe0,0x60,0x00,0x80,0xe0,0x60,0x00,0x80,0xf0,0x70,0x00,0x80, + 0x01,0x01,0x00,0x00,0x01,0x00,0x01,0x00,0x03,0x00,0x02,0x01,0xcb,0xc9,0x00,0x02,0x03,0x01,0x00,0x02,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01, + 0x1b,0x0b,0x00,0x10,0x3d,0x0d,0x20,0x10,0x7b,0x6b,0x10,0x00,0x7e,0x76,0x08,0x00,0x3b,0x33,0x00,0x08,0x3e,0x06,0x30,0x08,0x7c,0x64,0x00,0x18,0xfa,0xca,0x10,0x20, + 0xbe,0xb0,0x02,0x0c,0x6e,0x68,0x02,0x04,0x5f,0x57,0x08,0x00,0x3f,0x33,0x04,0x08,0x3e,0x30,0x0e,0x00,0x1c,0x0c,0x10,0x00,0x3e,0x26,0x18,0x00,0x1c,0x10,0x0c,0x00, + 0x3f,0x1f,0x20,0x00,0x7f,0x6f,0x10,0x00,0xff,0xf1,0x0e,0x00,0x7f,0x7e,0x01,0x00,0x1f,0x1f,0x00,0x00,0x40,0x40,0x00,0x00,0x60,0x60,0x00,0x00,0x20,0x20,0x00,0x00, + 0xfe,0xc0,0x3c,0x02,0xfc,0x80,0x78,0x04,0xfe,0x86,0x70,0x08,0xf8,0x08,0x00,0xf0,0xf6,0xf6,0x00,0x00,0x0e,0x0e,0x00,0x00,0x8c,0x8c,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x88,0x88,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x82,0x82,0xff,0x00,0x82,0x82,0xff,0x00,0x82,0x82,0xff,0x00, + 0xff,0x11,0xec,0x02,0xff,0x31,0xc4,0x0a,0xff,0x3b,0xc0,0x04,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0x79,0x84,0x02,0xff,0x79,0x84,0x02, + 0x3e,0xc1,0xc1,0x00,0x08,0xf7,0xf7,0x00,0x80,0x7f,0x7f,0x00,0xcb,0x34,0x34,0x00,0x7f,0x80,0x80,0x00,0x3e,0xc1,0xc1,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x9c,0x63,0x63,0x00,0x84,0x7b,0x7b,0x00,0x81,0x7e,0x7e,0x00,0xd3,0x2c,0x2c,0x00,0xfe,0x01,0x01,0x00,0x7c,0x83,0x83,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xff,0x6f,0x10,0x80,0xf0,0x30,0x40,0x80,0xf0,0x70,0x00,0x80,0xf0,0x70,0x00,0x80,0xf8,0x78,0x00,0x80,0xf8,0x78,0x00,0x80,0xff,0x37,0x88,0x40,0xf8,0x98,0x20,0x40, + 0x3d,0x3c,0x00,0x01,0x03,0x02,0x00,0x01,0x01,0x00,0x00,0x01,0x03,0x00,0x01,0x02,0x03,0x01,0x00,0x02,0x03,0x01,0x00,0x02,0xb3,0xb1,0x00,0x02,0x0f,0x0d,0x00,0x02, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x0c,0xf3,0xf3,0x00,0xae,0x50,0x50,0x00,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20,0x78,0x08,0x8f,0x70,0x44,0x04,0x87,0x40,0x83,0x03,0x03,0x80,0xc6,0x44,0x45,0x82,0xc6,0x44,0x7d,0x82,0xe6,0x64,0x7d,0x82, + 0xff,0xe6,0x11,0x08,0xff,0xc6,0x39,0x00,0xff,0x42,0xbd,0x00,0xff,0x00,0xfb,0x04,0xff,0x00,0x78,0x87,0xff,0x87,0x00,0x78,0xff,0xff,0x00,0x00,0x8e,0x8e,0x00,0x00, + 0xff,0x31,0xcc,0x02,0xff,0x31,0xcc,0x02,0xff,0x31,0xcc,0x02,0xff,0x31,0xcc,0x02,0xff,0x11,0x68,0x86,0xff,0xc3,0x30,0x0c,0xfe,0xfe,0x00,0x00,0x7c,0x7c,0x00,0x00, + 0x04,0xfb,0xfb,0x00,0x03,0xfc,0xfc,0x00,0x00,0xff,0xff,0x00,0x10,0xef,0xef,0x00,0x90,0x6f,0x6f,0x00,0x73,0x8c,0x8c,0x00,0x7f,0x80,0x80,0x00,0x7f,0x80,0x80,0x00, + 0xa0,0x5f,0x5f,0x00,0xc0,0x3f,0x3f,0x00,0x00,0xff,0xff,0x00,0x04,0xfb,0xfb,0x00,0x0d,0xf2,0xf2,0x00,0xce,0x31,0x31,0x00,0xfe,0x01,0x01,0x00,0xfe,0x01,0x01,0x00, + 0xf8,0xb8,0x00,0x40,0xf8,0x38,0x80,0x40,0xf8,0x78,0x00,0x80,0xf0,0x70,0x00,0x80,0xf0,0xf0,0x00,0x00,0xe0,0xe0,0x00,0x00,0xc0,0xc0,0x00,0x00,0x00,0x00,0x00,0x00, + 0x03,0x00,0x01,0x02,0x03,0x00,0x01,0x02,0x07,0x04,0x01,0x02,0x07,0x06,0x00,0x01,0x07,0x06,0x00,0x01,0x03,0x03,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, + 0xe6,0x64,0x7c,0x82,0xce,0x4c,0x7c,0x82,0xce,0x4c,0x7c,0x82,0xcc,0x48,0x78,0x84,0x78,0x30,0x30,0x48,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7d,0x82,0x82,0x00,0x78,0x87,0x87,0x00,0x7f,0x80,0x80,0x00,0x0f,0xf0,0xf0,0x00,0x43,0xbc,0xbc,0x00,0x78,0x87,0x87,0x00,0x87,0x78,0x78,0x00,0x00,0xff,0xff,0x00, + 0xbe,0x41,0x41,0x00,0x1e,0xe1,0xe1,0x00,0xee,0x11,0x11,0x00,0xf0,0x0f,0x0f,0x00,0xc0,0x3f,0x3f,0x00,0x00,0xff,0xff,0x00,0xe1,0x1e,0x1e,0x00,0x00,0xff,0xff,0x00, + 0xbf,0x40,0x40,0x00,0xcf,0x30,0x30,0x00,0xf0,0x0f,0x0f,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x00,0x00,0x32,0x32,0x00,0x00,0x16,0x16,0x00,0x00,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x1e,0x16,0x08,0x00,0x1c,0x14,0x08,0x00,0x0d,0x01,0x0c,0x00,0x17,0x11,0x06,0x00,0x03,0x02,0x01,0x00,0x05,0x05,0x00,0x00,0x03,0x03,0x00,0x00,0x05,0x05,0x00,0x00, + 0x08,0xc1,0x00,0x3e,0x00,0x3c,0x00,0x03,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x70,0x03,0x00,0xfc,0x00,0x3c,0x00,0xc0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82,0xee,0x44,0x54,0xaa, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0x2c,0x10,0x00,0x3c,0x18,0x24,0x00,0x38,0x00,0x38,0x00,0x3c,0x30,0x0c,0x00,0x6f,0x6b,0x04,0x00,0xbf,0xb7,0x08,0x00,0x5e,0x56,0x00,0x08,0x7e,0x70,0x02,0x0c, + 0x01,0x01,0x00,0x00,0x28,0x28,0x00,0x00,0x51,0x51,0x00,0x00,0xff,0x41,0xbe,0x00,0xff,0x0c,0xf3,0x00,0xfe,0xae,0x50,0x00,0xa6,0xa6,0x00,0x00,0x00,0x00,0x00,0x00, + 0x80,0x80,0x00,0x00,0x02,0x02,0x00,0x00,0x55,0x55,0x00,0x00,0xfe,0x1e,0xe0,0x00,0xff,0x40,0xbf,0x00,0xff,0xcc,0x33,0x00,0x9c,0x9c,0x00,0x00,0x18,0x18,0x00,0x00, + 0x01,0x01,0x00,0x00,0x82,0x82,0x00,0x00,0x55,0x55,0x00,0x00,0xfe,0x9e,0x60,0x00,0xff,0xc0,0x3f,0x00,0xff,0x4c,0xb3,0x00,0x1c,0x1c,0x00,0x00,0x18,0x18,0x00,0x00, + 0xee,0xe8,0x02,0x04,0xbe,0xbc,0x02,0x00,0x76,0x72,0x04,0x00,0xdf,0xc3,0x1c,0x00,0xfd,0xd1,0x2c,0x00,0xf8,0x18,0xe0,0x00,0x68,0x08,0x60,0x00,0x40,0x40,0x00,0x00, + 0xff,0xb3,0x0c,0x40,0xff,0xd7,0x08,0x20,0xff,0xcf,0x10,0x20,0xff,0xdf,0x00,0x20,0xff,0xdf,0x00,0x20,0xff,0xda,0x05,0x20,0xff,0xda,0x01,0x24,0xff,0xbb,0x00,0x44, + 0xff,0xf1,0x0e,0x00,0xff,0xf1,0x0e,0x00,0xff,0xf9,0x06,0x00,0xff,0x7b,0x84,0x00,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0xf9,0x06,0x00,0xff,0xf9,0x04,0x02, + 0xff,0xc7,0x38,0x00,0xff,0xcf,0x30,0x00,0xff,0x9f,0x60,0x00,0xff,0xbf,0x40,0x00,0xff,0xfd,0x02,0x00,0xff,0xf6,0x09,0x00,0xff,0xf6,0x01,0x08,0xff,0x77,0x80,0x08, + 0xff,0x07,0xf8,0x00,0xff,0x8f,0x70,0x00,0xff,0x8f,0x70,0x00,0xff,0xa7,0x58,0x00,0xff,0xf5,0x0a,0x00,0xff,0xf6,0x09,0x00,0xff,0xf6,0x01,0x08,0xff,0x77,0x80,0x08, + 0xff,0xf1,0x0c,0x02,0xff,0xf1,0x0c,0x02,0xff,0xf9,0x04,0x02,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0xfb,0x00,0x04,0xff,0xf9,0x04,0x02, + 0xff,0xbb,0x00,0x44,0xff,0xb3,0x0c,0x40,0xff,0xb1,0x0e,0x40,0xff,0xb9,0x06,0x40,0xff,0xb9,0x04,0x42,0xff,0xb9,0x04,0x42,0xff,0xb9,0x04,0x42,0xff,0xb0,0x0d,0x42, + 0xff,0xb1,0x4c,0x02,0xff,0xf1,0x0e,0x00,0xff,0xb1,0x4e,0x00,0xff,0xb8,0x47,0x00,0xff,0xb8,0x45,0x02,0xff,0x68,0x95,0x02,0xff,0x60,0x9d,0x02,0xff,0xf0,0x0d,0x02, + 0xff,0xf7,0x00,0x08,0xff,0xe7,0x18,0x00,0xff,0xe3,0x1c,0x00,0xff,0xf3,0x0c,0x00,0xff,0xf3,0x08,0x04,0xff,0xf3,0x08,0x04,0xff,0xf1,0x0a,0x04,0xff,0xe0,0x1b,0x04, + 0xff,0xb1,0x4c,0x02,0xff,0xf1,0x0e,0x00,0xff,0xb1,0x4e,0x00,0xff,0xb8,0x47,0x00,0xff,0xd8,0x25,0x02,0xff,0xe8,0x15,0x02,0xff,0xe0,0x1d,0x02,0xff,0xc0,0x3d,0x02, + 0xff,0xf7,0x00,0x08,0xff,0xe7,0x18,0x00,0xff,0x63,0x9c,0x00,0xff,0xb3,0x4c,0x00,0xff,0x73,0x88,0x04,0xff,0xf3,0x08,0x04,0xff,0xd1,0x2a,0x04,0xff,0xc0,0x3b,0x04, + 0xff,0xb1,0x4c,0x02,0xff,0xf1,0x0c,0x02,0xff,0xb1,0x4c,0x02,0xff,0xb9,0x44,0x02,0xff,0xd9,0x24,0x02,0xff,0xe9,0x14,0x02,0xff,0xe1,0x0c,0x12,0xff,0x61,0x8c,0x12, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x40,0xbf,0xbf,0x00,0xcc,0x33,0x33,0x00,0x9c,0x00,0x00,0x00,0x18,0x00,0x00,0x00, + 0x38,0xc7,0xc7,0x00,0x00,0xff,0xff,0x00,0x07,0xf8,0xf8,0x00,0x3f,0xc0,0xc0,0x00,0x7f,0x80,0x80,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x9f,0x60,0x60,0x00,0x8f,0x30,0x30,0x00,0x2f,0x10,0x10,0x00,0x77,0x00,0x00,0x10, + 0x00,0xa0,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xa0,0x00,0x00,0x00,0x40,0x00,0x80,0x00,0x88,0x00,0x60,0x00,0x80,0x00,0x30,0x00,0x28,0x00,0x10,0x00,0x68,0x00,0x10, + 0x00,0x10,0x00,0x0c,0x00,0x2c,0x00,0x10,0x00,0x18,0x00,0x24,0x00,0x00,0x00,0x38,0x00,0x30,0x00,0x0c,0x00,0xeb,0x00,0x04,0x00,0x77,0x00,0x08,0x08,0x56,0x00,0x08, + 0x00,0x10,0x00,0x0c,0x00,0x2c,0x00,0x10,0x00,0x18,0x00,0x24,0x00,0x00,0x00,0x38,0x00,0x30,0x00,0x0c,0x00,0x6b,0x00,0x04,0x00,0x77,0x00,0x08,0x08,0x56,0x00,0x08, + 0x0c,0xb0,0x00,0x0e,0x04,0x68,0x00,0x06,0x00,0x57,0x00,0x08,0x08,0x33,0x00,0x0c,0x00,0x30,0x00,0x0e,0x00,0x0c,0x00,0x10,0x00,0x26,0x00,0x18,0x00,0x10,0x00,0x0c, + 0x0c,0x30,0x00,0x0e,0x04,0x68,0x00,0x06,0x00,0x57,0x00,0x08,0x08,0x33,0x00,0x0c,0x00,0x30,0x00,0x0e,0x00,0x0c,0x00,0x10,0x00,0x26,0x00,0x18,0x00,0x10,0x00,0x0c, + 0x00,0xca,0x00,0x30,0x00,0x1c,0x00,0x60,0x00,0x68,0x00,0x10,0x00,0xe4,0x00,0x10,0x00,0xd8,0x00,0x20,0x20,0x1d,0x00,0x60,0x00,0xca,0x00,0x30,0x00,0x0e,0x00,0x10, + 0x10,0x0b,0x00,0x10,0x10,0x0d,0x00,0x30,0x00,0x6b,0x00,0x10,0x00,0x76,0x00,0x08,0x08,0x33,0x00,0x08,0x08,0x06,0x00,0x38,0x18,0x64,0x00,0x18,0x20,0xca,0x00,0x30, + 0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0xc2,0x00,0x10,0x50,0x86,0x00,0x78,0x08,0x64,0x00,0x9b,0x0c,0xf1,0x00,0x0e,0x00,0xdf,0x00,0x00,0x00,0xf5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x47,0x00,0x88,0x88,0x63,0x00,0x9c,0x1c,0x20,0x00,0xdf,0x38,0x87,0x00,0x78,0x00,0xab,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/largemap_6.c b/gbdk-support/png2asset/testing/ref/largemap_6.c @@ -15,3478 +15,223 @@ const palette_color_t largemap_6_palettes[16] = { }; const uint8_t largemap_6_tiles[6944] = { - 0x40,0x1c, - 0x00,0x63, - 0x30,0x03, - 0x00,0x3c, - 0x00,0x2d, - 0x00,0x10, - 0x00,0x5a, - 0x00,0x20, - 0x00,0xdd, - 0x00,0x20, - 0x00,0xbf, - 0x00,0x40, - 0x00,0xbf, - 0x00,0x40, - 0x00,0x1b, - 0x00,0x64, - 0x02,0x00, - 0x00,0xfe, - 0x0c,0xc0, - 0x00,0x3c, - 0x00,0x74, - 0x00,0x08, - 0x00,0xfa, - 0x00,0x04, - 0x00,0xfb, - 0x00,0x04, - 0x02,0xf9, - 0x00,0x06, - 0x02,0xd1, - 0x00,0x2e, - 0x06,0xc0, - 0x00,0x3e, - 0x40,0x1c, - 0x00,0x63, - 0x33,0x08, - 0x00,0x37, - 0x0c,0x30, - 0x00,0x0f, - 0x08,0x67, - 0x00,0x18, - 0x08,0xc5, - 0x00,0x3a, - 0x08,0xc1, - 0x00,0x3e, - 0x00,0x3c, - 0x00,0x03, - 0x00,0x0f, - 0x00,0x00, - 0x02,0x00, - 0x00,0xfe, - 0xcc,0x00, - 0x00,0xfc, - 0x70,0x0c, - 0x00,0xf0, - 0x70,0x06, - 0x00,0xf8, - 0x70,0x03, - 0x00,0xfc, - 0x70,0x03, - 0x00,0xfc, - 0x00,0x3c, - 0x00,0xc0, - 0x00,0xf0, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x44, - 0x00,0x28, - 0x00,0x82, - 0x00,0x44, - 0x00,0x92, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x44, - 0x00,0x28, - 0x00,0x82, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x17,0x00, - 0x00,0x10, - 0x17,0x20, - 0x20,0x10, - 0x67,0x10, - 0x10,0x00, - 0x77,0x08, - 0x08,0x00, - 0x3b,0x00, - 0x00,0x08, - 0x0b,0x30, - 0x30,0x08, - 0x7b,0x00, - 0x00,0x18, - 0xe7,0x10, - 0x10,0x20, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfc,0x02, - 0x02,0x0c, - 0xf4,0x02, - 0x02,0x04, - 0xf7,0x08, - 0x08,0x00, - 0xeb,0x04, - 0x04,0x08, - 0xe0,0x0e, - 0x0e,0x00, - 0xec,0x10, - 0x10,0x00, - 0xe6,0x18, - 0x18,0x00, - 0xe0,0x0c, - 0x0c,0x00, - 0x00,0x63, - 0x00,0x9c, - 0x00,0x7d, - 0x00,0x82, - 0x00,0x7e, - 0x00,0x81, - 0x80,0x3b, - 0x00,0xc4, - 0xcc,0x03, - 0x00,0xfc, - 0x84,0x03, - 0x00,0xfc, - 0x82,0x00, - 0x00,0xff, - 0x40,0x08, - 0x00,0x77, - 0x1a,0xc0, - 0x00,0x3e, - 0x01,0x98, - 0x00,0x67, - 0x01,0x38, - 0x00,0xc7, - 0x23,0x80, - 0x00,0x7f, - 0x3d,0x80, - 0x00,0x7f, - 0x21,0x00, - 0x00,0xff, - 0xc1,0x00, - 0x00,0xff, - 0x02,0x00, - 0x00,0xfe, - 0x00,0x38, - 0x00,0x44, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x44, - 0x00,0x92, - 0x00,0x38, - 0x00,0x44, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x0f,0x60, - 0x60,0x00, - 0x6f,0x10, - 0x10,0x00, - 0xef,0x10, - 0x10,0x00, - 0xcf,0x20, - 0x20,0x00, - 0x1f,0x60, - 0x60,0x00, - 0x0f,0x30, - 0x30,0x00, - 0x0f,0x10, - 0x10,0x00, - 0x07,0x10, - 0x10,0x00, - 0xec,0x10, - 0x10,0x00, - 0xd8,0x24, - 0x24,0x00, - 0xf8,0x00, - 0x00,0x18, - 0xac,0x40, - 0x40,0x0c, - 0x93,0x64, - 0x64,0x00, - 0xd7,0x28, - 0x28,0x00, - 0xee,0x00, - 0x00,0x08, - 0xec,0x02, - 0x02,0x0c, - 0x40,0x1c, - 0x00,0x63, - 0x33,0x08, - 0x00,0x37, - 0x0c,0x30, - 0x00,0x0f, - 0x08,0x67, - 0x00,0x18, - 0x08,0xc5, - 0x00,0x3a, - 0x08,0xc1, - 0x00,0x3e, - 0x04,0xc0, - 0x00,0x3f, - 0x00,0x60, - 0x00,0x1f, - 0x02,0x00, - 0x00,0xfe, - 0xcc,0x00, - 0x00,0xfc, - 0x70,0x0c, - 0x00,0xf0, - 0x70,0x06, - 0x00,0xf8, - 0x70,0x03, - 0x00,0xfc, - 0x70,0x03, - 0x00,0xfc, - 0x60,0x03, - 0x00,0xfc, - 0xc0,0x06, - 0x00,0xf8, - 0x00,0x00, - 0x00,0x03, - 0x00,0x03, - 0x00,0x0c, - 0x00,0x0d, - 0x00,0x10, - 0x00,0x1a, - 0x00,0x20, - 0x00,0x1d, - 0x00,0x20, - 0x00,0x3f, - 0x00,0x40, - 0x00,0x3f, - 0x00,0x40, - 0x00,0x1b, - 0x00,0x64, - 0x00,0x00, - 0x00,0xc0, - 0x00,0xc0, - 0x00,0x30, - 0x00,0x70, - 0x00,0x08, - 0x00,0xf8, - 0x00,0x04, - 0x00,0xf8, - 0x00,0x04, - 0x02,0xf8, - 0x00,0x06, - 0x02,0xd0, - 0x00,0x2e, - 0x06,0xc0, - 0x00,0x3e, - 0x07,0x30, - 0x30,0x00, - 0x77,0x00, - 0x00,0x10, - 0xd7,0x20, - 0x20,0x10, - 0x23,0x5c, - 0x5c,0x20, - 0x31,0x4e, - 0x4e,0x00, - 0x74,0x0b, - 0x0b,0x00, - 0x66,0x19, - 0x19,0x00, - 0x02,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xc1,0x3e, - 0x3e,0x00, - 0x8c,0x73, - 0x73,0x00, - 0x2e,0xd1, - 0xd1,0x00, - 0x27,0x00, - 0x00,0x00, - 0x0f,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x7f,0x80, - 0x80,0x00, - 0x9f,0x60, - 0x60,0x00, - 0x8f,0x30, - 0x30,0x00, - 0x2f,0x10, - 0x10,0x00, - 0x77,0x00, - 0x00,0x10, - 0x00,0x3c, - 0x00,0x03, - 0x00,0x0f, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa7,0x24, - 0x7c,0x83, - 0xa6,0x24, - 0x7d,0x82, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xae,0x04, - 0x54,0xaa, - 0xff,0xf9, - 0x00,0x06, - 0xff,0xe4, - 0x02,0x19, - 0xf7,0xc6, - 0x11,0x20, - 0xf2,0xd2, - 0x00,0x20, - 0xf8,0xd8, - 0x00,0x20, - 0xf0,0xc0, - 0x10,0x20, - 0xf0,0xb0, - 0x00,0x40, - 0xf0,0x60, - 0x10,0x80, - 0xff,0x04, - 0x00,0xfb, - 0xff,0x31, - 0xca,0x04, - 0xfb,0xbb, - 0x40,0x00, - 0x9a,0x9a, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x41, - 0x00,0xbe, - 0xff,0x0c, - 0xb2,0x41, - 0xfe,0xae, - 0x50,0x00, - 0xa6,0xa6, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x1f, - 0x00,0xe0, - 0xff,0x40, - 0xa0,0x1f, - 0xff,0xcc, - 0x33,0x00, - 0x9c,0x9c, - 0x00,0x00, - 0x18,0x18, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x11, - 0x00,0xee, - 0xff,0xc4, - 0x2a,0x11, - 0xef,0xec, - 0x03,0x00, - 0x69,0x69, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x07, - 0x00,0xf8, - 0xff,0xc9, - 0x30,0x06, - 0xcb,0xc8, - 0x02,0x01, - 0x83,0x82, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x07,0x01, - 0x04,0x02, - 0x07,0x06, - 0x00,0x01, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x41,0xbe, - 0xbe,0x00, - 0x0c,0xf3, - 0xf3,0x00, - 0xae,0x50, - 0x50,0x00, - 0xa6,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x1f,0xe0, - 0xe0,0x00, - 0x40,0xbf, - 0xbf,0x00, - 0xcc,0x33, - 0x33,0x00, - 0x9c,0x00, - 0x00,0x00, - 0x18,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfe,0x01, - 0x01,0x00, - 0xf9,0x06, - 0x06,0x00, - 0xf1,0x0c, - 0x0c,0x00, - 0xf4,0x08, - 0x08,0x00, - 0xe6,0x08, - 0x08,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x9f,0x60, - 0x60,0x00, - 0x80,0x7f, - 0x7f,0x00, - 0x0c,0xf3, - 0xf3,0x00, - 0x7c,0x80, - 0x80,0x00, - 0xf8,0x00, - 0x00,0x00, - 0xf4,0x02, - 0x02,0x04, - 0xf8,0x02, - 0x02,0x00, - 0xf8,0x04, - 0x04,0x00, - 0xe3,0x1c, - 0x1c,0x00, - 0xd1,0x2c, - 0x2c,0x00, - 0x18,0xe0, - 0xe0,0x00, - 0x08,0x60, - 0x60,0x00, - 0x40,0x00, - 0x00,0x00, - 0xc7,0x44, - 0x7c,0x83, - 0xde,0x5c, - 0x7c,0x82, - 0xdf,0x5c, - 0x7c,0x83, - 0x5c,0x18, - 0xbb,0x44, - 0xcf,0x08, - 0x38,0xc7, - 0x6c,0x28, - 0x38,0x44, - 0x7c,0x38, - 0x38,0x44, - 0x38,0x38, - 0x38,0x00, - 0xee,0x44, - 0x54,0xaa, - 0xfe,0x54, - 0x54,0xaa, - 0xc6,0x44, - 0x44,0x82, - 0x82,0x82, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xee,0x6c, - 0x7c,0x82, - 0xef,0x44, - 0x54,0xab, - 0xfe,0x54, - 0x54,0xaa, - 0x7d,0x54, - 0x54,0x29, - 0x44,0x44, - 0x45,0x00, - 0x83,0x82, - 0xba,0x01, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xe0,0x00, - 0x20,0xc0, - 0xf0,0xc0, - 0x10,0x20, - 0xfc,0xec, - 0x00,0x10, - 0xfc,0xdc, - 0x00,0x20, - 0xf8,0xd8, - 0x00,0x20, - 0xf8,0xc0, - 0x18,0x20, - 0xf8,0xe0, - 0x08,0x10, - 0xfc,0xdc, - 0x00,0x20, - 0x0f,0x0e, - 0x00,0x01, - 0x0f,0x0d, - 0x00,0x02, - 0x07,0x01, - 0x04,0x02, - 0x0f,0x0c, - 0x02,0x01, - 0x07,0x06, - 0x00,0x01, - 0x03,0x02, - 0x00,0x01, - 0x03,0x00, - 0x02,0x01, - 0x07,0x06, - 0x00,0x01, - 0xde,0x5c, - 0x7c,0x82, - 0xde,0x5c, - 0x7c,0x82, - 0x5c,0x18, - 0x38,0x44, - 0x4c,0x08, - 0x38,0x44, - 0x6c,0x28, - 0x38,0x44, - 0x7c,0x38, - 0x38,0x44, - 0x38,0x38, - 0x38,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf0,0xc0, - 0x10,0x20, - 0xf0,0xb0, - 0x00,0x40, - 0xf0,0x60, - 0x10,0x80, - 0xe0,0x00, - 0x20,0xc0, - 0xf0,0xc0, - 0x10,0x20, - 0xfc,0xec, - 0x00,0x10, - 0xfc,0xc4, - 0x08,0x30, - 0xf8,0xd8, - 0x00,0x20, - 0x0f,0x0d, - 0x00,0x02, - 0x0f,0x03, - 0x08,0x04, - 0x0f,0x0d, - 0x00,0x02, - 0x1f,0x1d, - 0x00,0x02, - 0x1f,0x1b, - 0x00,0x04, - 0x0f,0x03, - 0x08,0x04, - 0x1f,0x19, - 0x04,0x02, - 0x07,0x05, - 0x00,0x02, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0xf8,0xc0, - 0x18,0x20, - 0xf8,0xe0, - 0x08,0x10, - 0xfc,0xdc, - 0x00,0x20, - 0xfc,0xcc, - 0x10,0x20, - 0xf8,0xc0, - 0x18,0x20, - 0xf0,0xb0, - 0x00,0x40, - 0xf8,0x98, - 0x20,0x40, - 0xf0,0xc0, - 0x10,0x20, - 0x03,0x01, - 0x00,0x02, - 0x07,0x01, - 0x04,0x02, - 0x0f,0x0d, - 0x00,0x02, - 0x0f,0x0e, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x07,0x00, - 0x06,0x01, - 0x0f,0x0c, - 0x02,0x01, - 0x1f,0x19, - 0x04,0x02, - 0xfe,0x54, - 0x54,0xaa, - 0xfe,0x54, - 0x54,0xaa, - 0x7c,0x54, - 0x54,0x28, - 0x44,0x44, - 0x44,0x00, - 0x82,0x82, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa7,0x24, - 0x7c,0x83, - 0xa6,0x24, - 0x7d,0x82, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0xcf,0x4f, - 0x00,0x80, - 0xf0,0x70, - 0x00,0x80, - 0xe0,0x60, - 0x00,0x80, - 0xe0,0x20, - 0x80,0x40, - 0xfe,0xbe, - 0x00,0x40, - 0xe0,0x20, - 0x40,0x80, - 0xc0,0x40, - 0x80,0x00, - 0x80,0x80, - 0x00,0x00, - 0x79,0x78, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x01,0x00, - 0x00,0x01, - 0x03,0x01, - 0x00,0x02, - 0xcb,0xc9, - 0x00,0x02, - 0x03,0x00, - 0x02,0x01, - 0x01,0x00, - 0x01,0x00, - 0x01,0x01, - 0x00,0x00, - 0xf0,0xb0, - 0x00,0x40, - 0xf0,0x80, - 0x30,0x40, - 0xf0,0xc0, - 0x10,0x20, - 0xf8,0xb8, - 0x00,0x40, - 0xf8,0x98, - 0x20,0x40, - 0xf0,0x80, - 0x30,0x40, - 0xe0,0x60, - 0x00,0x80, - 0xf0,0x30, - 0x40,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x20, - 0x00,0x00, - 0x00,0x32, - 0x00,0x00, - 0x00,0x16, - 0x00,0x00, - 0x00,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x22, - 0x00,0x14, - 0x00,0x41, - 0x00,0x22, - 0x00,0x49, - 0x00,0x1c, - 0x00,0x22, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc7,0x44, - 0x7c,0x83, - 0xde,0x5c, - 0x7c,0x82, - 0xdf,0x5c, - 0x7c,0x83, - 0x5c,0x18, - 0x3b,0x44, - 0x4f,0x08, - 0x38,0x47, - 0x6c,0x28, - 0x38,0x44, - 0x7c,0x38, - 0x38,0x44, - 0x38,0x38, - 0x38,0x00, - 0xc6,0x44, - 0x7c,0x82, - 0xde,0x5c, - 0x7c,0x82, - 0xde,0x5c, - 0x7c,0x82, - 0x5c,0x18, - 0xb8,0x44, - 0xcc,0x08, - 0x38,0xc4, - 0x6c,0x28, - 0x38,0x44, - 0x7c,0x38, - 0x38,0x44, - 0x38,0x38, - 0x38,0x00, - 0xe0,0x80, - 0x20,0x40, - 0xf0,0xb0, - 0x00,0x40, - 0xe4,0xa4, - 0x00,0x40, - 0xee,0x8e, - 0x20,0x40, - 0xff,0x8c, - 0x00,0x73, - 0xff,0xb1, - 0x00,0x4e, - 0xff,0xb9, - 0x04,0x42, - 0xff,0xb1, - 0x0c,0x42, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x90,0x10, - 0x80,0x00, - 0xf6,0x32, - 0xc4,0x00, - 0xff,0x23, - 0x54,0x88, - 0xff,0x80, - 0x0a,0x75, - 0xff,0xf0, - 0x0c,0x03, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x30,0x30, - 0x00,0x00, - 0xf0,0x70, - 0x80,0x00, - 0xf0,0x60, - 0x10,0x80, - 0xe0,0x00, - 0xa0,0x40, - 0x00,0x00, - 0x00,0x00, - 0x0c,0x00, - 0x00,0x00, - 0x0e,0x01, - 0x01,0x00, - 0x06,0x09, - 0x09,0x00, - 0x01,0x1e, - 0x1e,0x01, - 0x32,0x0c, - 0x0c,0x02, - 0x1d,0x00, - 0x00,0x04, - 0x0e,0x11, - 0x11,0x0c, - 0x30,0x00, - 0x00,0x00, - 0x70,0x00, - 0x00,0x00, - 0x62,0x90, - 0x90,0x00, - 0x97,0x68, - 0x68,0x90, - 0x9d,0x02, - 0x02,0x98, - 0x6b,0x04, - 0x04,0x0b, - 0x10,0xe0, - 0xe0,0x00, - 0x07,0xf8, - 0xf8,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x06,0x80, - 0x80,0x00, - 0x07,0x88, - 0x88,0x00, - 0xcb,0x04, - 0x04,0x88, - 0xed,0x12, - 0x12,0x8d, - 0x30,0x48, - 0x48,0x10, - 0xc4,0x33, - 0x33,0x40, - 0x0c,0x00, - 0x00,0x00, - 0x1c,0x00, - 0x00,0x00, - 0x58,0xa0, - 0xa0,0x40, - 0x60,0x98, - 0x98,0x60, - 0x80,0x0e, - 0x0e,0x80, - 0x31,0x84, - 0x84,0x00, - 0x1f,0x60, - 0x60,0x08, - 0x0e,0xf0, - 0xf0,0x0c, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x00, - 0x00,0x00, - 0x04,0x00, - 0x00,0x00, - 0x0b,0x00, - 0x18,0x00, - 0x04,0x18, - 0x12,0x02, - 0x0f,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0x20,0x00, - 0x00,0x00, - 0xd0,0x00, - 0x10,0x00, - 0x20,0x10, - 0x30,0x20, - 0xe0,0x10, - 0xff,0xa3, - 0x14,0x48, - 0xff,0xc1, - 0x0e,0x30, - 0xff,0xc3, - 0x1c,0x20, - 0xff,0xd7, - 0x08,0x20, - 0xff,0xdf, - 0x00,0x20, - 0xff,0xbb, - 0x04,0x40, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xf0, - 0x0f,0x00, - 0xff,0xe0, - 0x1f,0x00, - 0xff,0xe1, - 0x1e,0x00, - 0xff,0x43, - 0xb8,0x04, - 0xff,0x03, - 0xf8,0x04, - 0xff,0x83, - 0x74,0x08, - 0xff,0x89, - 0x66,0x10, - 0xff,0x99, - 0x64,0x02, - 0x7c,0x7c, - 0x7c,0x00, - 0x82,0x82, - 0x82,0x00, - 0x82,0x82, - 0x82,0x00, - 0x82,0x00, - 0x44,0x82, - 0xc2,0x40, - 0x7c,0x82, - 0xf6,0x34, - 0x3c,0xc2, - 0xf6,0x54, - 0x5c,0xa2, - 0xb6,0x14, - 0x1c,0xa2, - 0x48,0x33, - 0x33,0x08, - 0x14,0x23, - 0x23,0x10, - 0x18,0x27, - 0x27,0x10, - 0x79,0x06, - 0x06,0x10, - 0x75,0x0a, - 0x0a,0x00, - 0x39,0x02, - 0x02,0x08, - 0x0b,0x30, - 0x30,0x08, - 0x73,0x08, - 0x08,0x10, - 0x50,0xaf, - 0xaf,0x00, - 0xf9,0x06, - 0x06,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x08,0x87, - 0x87,0x00, - 0x21,0xde, - 0xde,0x00, - 0x0b,0xf4, - 0xf4,0x00, - 0x9f,0x60, - 0x60,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x04,0xf2, - 0xf2,0x04, - 0x86,0x78, - 0x78,0x06, - 0xd6,0x28, - 0x28,0x00, - 0xef,0x00, - 0x00,0x08, - 0xeb,0x04, - 0x04,0x08, - 0xec,0x02, - 0x02,0x0c, - 0xec,0x10, - 0x10,0x00, - 0xe6,0x18, - 0x18,0x00, - 0x0a,0x02, - 0x07,0x08, - 0x0e,0x06, - 0x17,0x08, - 0x07,0x03, - 0x1b,0x04, - 0x03,0x03, - 0x0f,0x00, - 0x00,0x00, - 0x07,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf0,0xe0, - 0xe0,0x10, - 0xf0,0xe0, - 0xe8,0x10, - 0xe0,0xc0, - 0xd8,0x20, - 0xc0,0x00, - 0x30,0xc0, - 0x00,0x00, - 0xe0,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xb3, - 0x0c,0x40, - 0xff,0xb1, - 0x0e,0x40, - 0xff,0xb0, - 0x4d,0x02, - 0xff,0xb0, - 0x4d,0x02, - 0xff,0xc3, - 0x30,0x0c, - 0x7f,0x7f, - 0x00,0x00, - 0x3e,0x3e, - 0x00,0x00, - 0xff,0x91, - 0x6c,0x02, - 0xff,0x31, - 0xce,0x00, - 0xff,0x31, - 0xce,0x00, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x10, - 0x2c,0xc3, - 0xff,0xc3, - 0x30,0x0c, - 0xff,0xff, - 0x00,0x00, - 0x7c,0x7c, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x00, - 0x00,0x00, - 0xc2,0x10, - 0x10,0x00, - 0x96,0x68, - 0x68,0x10, - 0x0d,0x92, - 0x92,0x09, - 0x6a,0x04, - 0x04,0x0a, - 0x91,0x60, - 0x60,0x00, - 0x04,0xfb, - 0xfb,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x06,0x00, - 0x00,0x00, - 0x47,0x88, - 0x88,0x00, - 0xeb,0x14, - 0x14,0x88, - 0xfc,0x03, - 0x03,0xdc, - 0x38,0x40, - 0x40,0x38, - 0x84,0x03, - 0x03,0x00, - 0x3f,0x1f, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x3f,0x1f, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x9f,0x9f, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xf9,0xf9, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xaf,0x04, - 0x54,0xab, - 0x77,0x00, - 0x00,0x10, - 0x37,0x00, - 0x00,0x30, - 0xa3,0x14, - 0x14,0x20, - 0xcb,0x24, - 0x24,0x40, - 0x93,0x0c, - 0x0c,0x80, - 0x47,0x38, - 0x38,0x00, - 0x87,0x78, - 0x78,0x00, - 0x17,0xe8, - 0xe8,0x00, - 0xe0,0x0c, - 0x0c,0x00, - 0xcc,0x10, - 0x10,0x00, - 0xf8,0x04, - 0x04,0x20, - 0xd0,0x08, - 0x08,0x10, - 0xa0,0x4c, - 0x4c,0x00, - 0x93,0x64, - 0x64,0x00, - 0x97,0x68, - 0x68,0x00, - 0xde,0x20, - 0x20,0x08, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x00, - 0x00,0x00, - 0x0d,0x00, - 0x00,0x00, - 0x31,0x00, - 0x00,0x00, - 0xd1,0x00, - 0x00,0x00, - 0x03,0x00, - 0x00,0x00, - 0x0d,0x00, - 0x00,0x00, - 0x31,0x00, - 0x00,0x00, - 0xd1,0x00, - 0x00,0x00, - 0x11,0x00, - 0x00,0x00, - 0x01,0x00, - 0x00,0x00, - 0x01,0x00, - 0x00,0x00, - 0x11,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xac,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x00,0x00, - 0xaa,0x00, - 0x00,0x00, - 0xdd,0x00, - 0x00,0x00, - 0xaa,0x00, - 0x00,0x00, - 0xdd,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xac,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x40,0xbf, - 0xbf,0x00, - 0xee,0x11, - 0x11,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x38,0xc7, - 0xc7,0x00, - 0x00,0xff, - 0xff,0x00, - 0xc7,0x38, - 0x38,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x84,0x84, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x84,0x84, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x1e, - 0x00,0x1e, - 0x00,0x21, - 0x00,0x33, - 0x00,0x40, - 0x21,0x1e, - 0x00,0x21, - 0x7e,0x00, - 0x00,0x7f, - 0x44,0xa1, - 0x00,0x46, - 0x47,0x80, - 0x00,0x5f, - 0x00,0x00, - 0x00,0x78, - 0x00,0x78, - 0x00,0x84, - 0x00,0xcc, - 0x00,0x02, - 0x80,0x78, - 0x00,0x84, - 0x7c,0x00, - 0x00,0xfc, - 0x06,0xf0, - 0x00,0x0e, - 0x02,0x99, - 0x00,0x06, - 0x02,0xf1, - 0x00,0x0e, - 0xee,0x44, - 0x55,0xaa, - 0xff,0x54, - 0x54,0xab, - 0xc6,0x44, - 0x44,0x82, - 0x83,0x82, - 0xba,0x01, - 0x82,0x00, - 0x45,0x82, - 0xa7,0x24, - 0x7c,0x83, - 0xa6,0x24, - 0x7c,0x82, - 0xee,0x6c, - 0x7c,0x82, - 0x3f,0xc0, - 0xc0,0x00, - 0x7f,0x80, - 0x80,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xd2,0xc2, - 0x10,0x00, - 0xfe,0x86, - 0x18,0x60, - 0xff,0x64, - 0x0a,0x91, - 0xff,0xf1, - 0x00,0x0e, - 0xff,0xe3, - 0x18,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x06,0x06, - 0x00,0x00, - 0xcf,0x47, - 0x88,0x00, - 0xff,0x63, - 0x9c,0x00, - 0xff,0x20, - 0x58,0x87, - 0xff,0x80, - 0x05,0x7a, - 0x80,0x80, - 0x80,0x00, - 0x80,0x80, - 0x91,0x00, - 0x80,0x80, - 0x90,0x00, - 0x80,0x80, - 0x81,0x00, - 0x80,0x80, - 0x81,0x00, - 0x80,0x80, - 0x81,0x00, - 0x80,0x80, - 0x91,0x00, - 0x81,0x81, - 0x93,0x00, - 0x00,0x00, - 0x11,0x00, - 0x00,0x00, - 0x11,0x00, - 0x00,0x00, - 0x11,0x00, - 0x01,0x01, - 0x13,0x00, - 0x06,0x06, - 0x1f,0x00, - 0x1a,0x1a, - 0x3f,0x00, - 0x63,0x63, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x10,0x00, - 0x00,0x00, - 0x10,0x00, - 0xff,0xff, - 0xff,0x00, - 0x10,0x10, - 0xff,0x00, - 0x10,0x10, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x41,0x41, - 0xff,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0xff,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xaa,0x00, - 0x00,0x00, - 0xdd,0x00, - 0x00,0x00, - 0xaa,0x00, - 0x80,0x80, - 0xdd,0x00, - 0x60,0x60, - 0xfa,0x00, - 0x18,0x18, - 0xfd,0x00, - 0x06,0x06, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x81,0x81, - 0xdd,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x88,0x88, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x10,0x10, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x81,0x81, - 0xff,0x00, - 0x81,0x81, - 0xff,0x00, - 0x81,0x81, - 0xff,0x00, - 0xee,0x00, - 0x00,0x08, - 0xec,0x00, - 0x00,0x08, - 0xcd,0x20, - 0x20,0x0c, - 0xd5,0x22, - 0x22,0x04, - 0xc8,0x31, - 0x31,0x00, - 0xe2,0x1c, - 0x1c,0x00, - 0xe8,0x17, - 0x17,0x00, - 0xf8,0x07, - 0x07,0x00, - 0x42,0x80, - 0x00,0x5f, - 0x40,0x80, - 0x00,0x5f, - 0x60,0x80, - 0x00,0x60, - 0x5c,0xa0, - 0x00,0x5f, - 0x40,0xaf, - 0x00,0x50, - 0x40,0xa0, - 0x00,0x5f, - 0x40,0x9f, - 0x00,0x60, - 0x3f,0x80, - 0x00,0x7f, - 0xf2,0x09, - 0x00,0xf6, - 0xc2,0x01, - 0x00,0xfa, - 0x06,0x71, - 0x00,0x06, - 0x3a,0x05, - 0x00,0xfa, - 0x02,0xf5, - 0x00,0x0a, - 0x02,0x05, - 0x00,0xfa, - 0x02,0xf9, - 0x00,0x06, - 0xfc,0x01, - 0x00,0xfe, - 0xfe,0x54, - 0x54,0xaa, - 0xfe,0x54, - 0x54,0xaa, - 0x44,0x44, - 0x44,0x00, - 0x82,0x82, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xee,0x44, - 0x54,0xaa, - 0x00,0x00, - 0xc1,0x00, - 0x00,0x00, - 0xf1,0x00, - 0x00,0x00, - 0xad,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x00, - 0xaa,0x01, - 0x00,0x00, - 0xdd,0x00, - 0x00,0x00, - 0xfc,0x00, - 0x00,0x00, - 0x04,0x00, - 0x00,0x00, - 0x74,0x00, - 0x00,0x00, - 0x04,0x00, - 0x04,0x04, - 0xfc,0x00, - 0x04,0x04, - 0xfc,0x00, - 0xfc,0x30, - 0x30,0xcc, - 0xf8,0x60, - 0x67,0x98, - 0xc5,0x32, - 0x32,0x00, - 0x09,0x66, - 0x66,0x00, - 0x6b,0x14, - 0x14,0x00, - 0xef,0x10, - 0x10,0x00, - 0xcf,0x20, - 0x20,0x00, - 0x3f,0x40, - 0x40,0x20, - 0xcf,0x30, - 0x30,0x00, - 0x0f,0x10, - 0x10,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfe,0x01, - 0x01,0x00, - 0xf0,0x0e, - 0x0e,0x00, - 0xe0,0x10, - 0x10,0x00, - 0xc0,0x20, - 0x20,0x00, - 0xb0,0x40, - 0x40,0x00, - 0x38,0x40, - 0x40,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x0f,0xf0, - 0xf0,0x00, - 0x03,0x0c, - 0x0c,0x00, - 0x01,0x02, - 0x02,0x00, - 0x01,0x02, - 0x02,0x00, - 0x05,0x02, - 0x02,0x00, - 0x0a,0x04, - 0x04,0x02, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xc0, - 0x37,0x08, - 0xff,0x42, - 0xbd,0x00, - 0xff,0x1b, - 0xe4,0x00, - 0xff,0x9b, - 0x64,0x00, - 0xff,0xfd, - 0x02,0x00, - 0xff,0xf6, - 0x09,0x00, - 0xff,0xf6, - 0x01,0x08, - 0xff,0x67, - 0x90,0x08, - 0xff,0x00, - 0xff,0x00, - 0xff,0x11, - 0xee,0x00, - 0xff,0x39, - 0xc6,0x00, - 0xff,0x7b, - 0x84,0x00, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x79, - 0x86,0x00, - 0xff,0x79, - 0x84,0x02, - 0xff,0xc2, - 0x35,0x08, - 0xff,0x46, - 0xb9,0x00, - 0xff,0x06, - 0xf1,0x08, - 0xff,0x82, - 0x61,0x1c, - 0xff,0xc0, - 0x02,0x3d, - 0xff,0x80, - 0x40,0x3f, - 0xff,0x80, - 0x00,0x7f, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0xff,0x00, - 0xff,0x11, - 0xee,0x00, - 0xff,0x39, - 0xc4,0x02, - 0xff,0x11, - 0x2c,0xc2, - 0xff,0x03, - 0x18,0xe4, - 0xff,0x03, - 0x08,0xf4, - 0xff,0x01, - 0x02,0xfc, - 0xff,0x01, - 0x00,0xfe, - 0x86,0x80, - 0x99,0x06, - 0x9c,0x00, - 0x23,0x9c, - 0xe4,0x00, - 0x1b,0xe4, - 0x24,0x00, - 0x1b,0x24, - 0x24,0x04, - 0x1f,0x20, - 0x22,0x00, - 0x1d,0x22, - 0x12,0x00, - 0x0d,0x12, - 0x12,0x00, - 0x0d,0x12, - 0x00,0x00, - 0xff,0x00, - 0x7e,0x7e, - 0xff,0x00, - 0x48,0x48, - 0xc9,0x00, - 0x48,0x48, - 0xc9,0x00, - 0x48,0x48, - 0xc9,0x00, - 0x3f,0x3f, - 0xff,0x00, - 0x24,0x24, - 0xe4,0x00, - 0x24,0x24, - 0xe4,0x00, - 0x41,0x41, - 0xff,0x00, - 0x7f,0x40, - 0xc0,0x3f, - 0x3f,0x1f, - 0xdf,0x20, - 0x3f,0x18, - 0xd8,0x27, - 0x3f,0x1b, - 0xdb,0x24, - 0x3c,0x1c, - 0xdf,0x20, - 0x3f,0x1f, - 0xdf,0x20, - 0x1f,0x0f, - 0xef,0x10, - 0x00,0x00, - 0xff,0x00, - 0xfc,0x00, - 0x03,0xfc, - 0xfc,0xf8, - 0xfb,0x04, - 0xfc,0x18, - 0x1b,0xe4, - 0xdc,0xd8, - 0xfb,0x04, - 0x3c,0x08, - 0xcb,0x34, - 0xfc,0xc8, - 0xcb,0x34, - 0xf8,0xf0, - 0xf7,0x08, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x61,0x01, - 0x9b,0x60, - 0x39,0x00, - 0xc4,0x39, - 0x27,0x00, - 0xd8,0x27, - 0x24,0x00, - 0xd8,0x24, - 0x24,0x20, - 0xf8,0x04, - 0x44,0x00, - 0xb8,0x44, - 0x48,0x00, - 0xb0,0x48, - 0x48,0x00, - 0xb0,0x48, - 0xfc,0x03, - 0x03,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfe,0x54, - 0x54,0xaa, - 0xfe,0x54, - 0x54,0xaa, - 0x44,0x44, - 0x44,0x00, - 0x82,0x82, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xc6,0x44, - 0x7c,0x82, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0x00,0x00, - 0x08,0x00, - 0xff,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x02,0x02, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0xf9,0x31, - 0x33,0xc8, - 0xf9,0xf1, - 0xf5,0x08, - 0x39,0x39, - 0xbb,0x00, - 0x09,0x09, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x01,0x01, - 0xdd,0x00, - 0x01,0x01, - 0xab,0x00, - 0x81,0x81, - 0xdd,0x00, - 0x3f,0x40, - 0x40,0x00, - 0xbf,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x00,0x00, - 0xa3,0x40, - 0x40,0x00, - 0xc4,0x38, - 0x38,0x00, - 0xe0,0x1f, - 0x1f,0x00, - 0xf8,0x07, - 0x07,0x00, - 0xff,0x00, - 0x00,0x00, - 0x12,0x0c, - 0x0c,0x02, - 0xc2,0x3c, - 0x3c,0x02, - 0xc1,0x3c, - 0x3c,0x00, - 0x82,0x71, - 0x71,0x00, - 0x09,0x06, - 0x06,0x00, - 0x03,0xfc, - 0xfc,0x00, - 0x0f,0xf0, - 0xf0,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xe6, - 0x11,0x08, - 0xff,0xc6, - 0x39,0x00, - 0xff,0x42, - 0xbd,0x00, - 0xff,0x00, - 0xfb,0x04, - 0xff,0x00, - 0x78,0x87, - 0xff,0x87, - 0x00,0x78, - 0xfe,0xfe, - 0x00,0x00, - 0x78,0x78, - 0x00,0x00, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x31, - 0xce,0x00, - 0xff,0x31, - 0xce,0x00, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x20, - 0x5c,0x83, - 0xff,0xc3, - 0x30,0x0c, - 0xff,0xff, - 0x00,0x00, - 0x79,0x79, - 0x00,0x00, - 0xff,0x00, - 0x82,0x7d, - 0xff,0x00, - 0x95,0x6a, - 0xff,0x00, - 0x4f,0xb0, - 0xff,0x80, - 0x3f,0x40, - 0xff,0x0f, - 0xb0,0x40, - 0xff,0x7f, - 0x00,0x80, - 0xff,0xff, - 0x00,0x00, - 0x78,0x78, - 0x00,0x00, - 0xff,0x01, - 0x80,0x7e, - 0xff,0x01, - 0x50,0xae, - 0xff,0x01, - 0xe4,0x1a, - 0xff,0x01, - 0xfa,0x04, - 0xff,0xe0, - 0x1c,0x03, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x78,0x78, - 0x00,0x00, - 0x12,0x02, - 0x0f,0x10, - 0x13,0x03, - 0x2f,0x10, - 0x09,0x01, - 0x37,0x08, - 0x09,0x00, - 0x36,0x09, - 0x09,0x00, - 0x36,0x09, - 0x07,0x00, - 0x38,0x07, - 0x00,0x00, - 0x3f,0x00, - 0x00,0x00, - 0x3f,0x00, - 0x00,0x00, - 0xff,0x00, - 0xe0,0xe0, - 0xff,0x00, - 0x20,0x20, - 0xff,0x00, - 0xff,0x00, - 0x00,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xf8,0x00, - 0x1f,0x0f, - 0xef,0x10, - 0x1f,0x0f, - 0xef,0x10, - 0x1f,0x00, - 0xe0,0x1f, - 0xf0,0x00, - 0x0f,0xf0, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xf7, - 0xf7,0x08, - 0xf8,0xf0, - 0xf7,0x08, - 0xf8,0x00, - 0x07,0xf8, - 0x0f,0x00, - 0xf0,0x0f, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x86,0x80, - 0x99,0x06, - 0x9c,0x80, - 0xa3,0x1c, - 0xe4,0x00, - 0x1b,0xe4, - 0x24,0x00, - 0x1b,0x24, - 0x24,0x04, - 0x1f,0x20, - 0x22,0x00, - 0x1d,0x22, - 0x12,0x00, - 0x0d,0x12, - 0x12,0x00, - 0x0d,0x12, - 0x07,0x05, - 0x00,0x02, - 0x03,0x01, - 0x00,0x02, - 0x07,0x01, - 0x04,0x02, - 0x0f,0x0d, - 0x00,0x02, - 0x0f,0x0e, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x07,0x00, - 0x06,0x01, - 0x0f,0x0c, - 0x02,0x01, - 0xfa,0xca, - 0x30,0x00, - 0x7c,0x1c, - 0x60,0x00, - 0x78,0x68, - 0x10,0x00, - 0xf4,0xe4, - 0x10,0x00, - 0xf8,0xd8, - 0x20,0x00, - 0x7d,0x1d, - 0x40,0x20, - 0xfa,0xca, - 0x30,0x00, - 0x1e,0x0e, - 0x10,0x00, - 0x1c,0x10, - 0x0c,0x00, - 0x3c,0x2c, - 0x10,0x00, - 0x3c,0x18, - 0x24,0x00, - 0x38,0x00, - 0x38,0x00, - 0x3c,0x30, - 0x0c,0x00, - 0xef,0xeb, - 0x04,0x00, - 0x7f,0x77, - 0x08,0x00, - 0x5e,0x56, - 0x00,0x08, - 0x01,0x01, - 0x00,0x00, - 0x0e,0x0e, - 0x00,0x00, - 0x10,0x10, - 0x00,0x00, - 0x20,0x20, - 0x00,0x00, - 0x70,0x70, - 0x00,0x00, - 0x78,0x38, - 0x40,0x00, - 0x7f,0x3f, - 0x40,0x00, - 0x7f,0x3f, - 0x40,0x00, - 0xf0,0xf0, - 0x00,0x00, - 0x0c,0x0c, - 0x00,0x00, - 0x02,0x02, - 0x00,0x00, - 0x02,0x00, - 0x02,0x00, - 0x06,0x04, - 0x02,0x00, - 0x0e,0x08, - 0x06,0x00, - 0x1e,0x10, - 0x0c,0x02, - 0xfe,0xc0, - 0x3c,0x02, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x84,0x84, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x21,0x21, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x01,0x01, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x40,0x40, - 0x00,0x00, - 0xd9,0xc8, - 0x11,0x00, - 0xff,0x8c, - 0x53,0x20, - 0xff,0x24, - 0x0b,0xd0, - 0xff,0xe0, - 0x10,0x0f, - 0x1f,0x19, - 0x04,0x02, - 0x0f,0x0d, - 0x00,0x02, - 0x07,0x05, - 0x00,0x02, - 0xd7,0xd1, - 0x04,0x02, - 0xff,0xf1, - 0x00,0x0e, - 0xff,0x61, - 0x8c,0x12, - 0xff,0x01, - 0x0c,0xf2, - 0xff,0xc1, - 0x2c,0x12, - 0xfb,0x04, - 0x04,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfb,0x04, - 0x04,0x00, - 0xff,0x00, - 0x00,0x00, - 0xdf,0x20, - 0x20,0x00, - 0xdf,0x20, - 0x20,0x00, - 0xfb,0x04, - 0x04,0x00, - 0x9a,0x65, - 0x65,0x00, - 0xff,0x00, - 0x00,0x00, - 0x7d,0x82, - 0x82,0x00, - 0x6f,0x90, - 0x90,0x00, - 0xfd,0x02, - 0x02,0x00, - 0x6d,0x92, - 0x92,0x00, - 0xef,0x10, - 0x10,0x00, - 0xff,0x00, - 0x00,0x00, - 0xd9,0x26, - 0x26,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x00, - 0x80,0x00, - 0xc0,0x00, - 0x40,0x80, - 0xde,0x9e, - 0x00,0x40, - 0xe0,0x20, - 0x80,0x40, - 0xe0,0x60, - 0x00,0x80, - 0xe0,0x60, - 0x00,0x80, - 0xf0,0x70, - 0x00,0x80, - 0x01,0x01, - 0x00,0x00, - 0x01,0x00, - 0x01,0x00, - 0x03,0x00, - 0x02,0x01, - 0xcb,0xc9, - 0x00,0x02, - 0x03,0x01, - 0x00,0x02, - 0x01,0x00, - 0x00,0x01, - 0x01,0x00, - 0x00,0x01, - 0x01,0x00, - 0x00,0x01, - 0x1b,0x0b, - 0x00,0x10, - 0x3d,0x0d, - 0x20,0x10, - 0x7b,0x6b, - 0x10,0x00, - 0x7e,0x76, - 0x08,0x00, - 0x3b,0x33, - 0x00,0x08, - 0x3e,0x06, - 0x30,0x08, - 0x7c,0x64, - 0x00,0x18, - 0xfa,0xca, - 0x10,0x20, - 0xbe,0xb0, - 0x02,0x0c, - 0x6e,0x68, - 0x02,0x04, - 0x5f,0x57, - 0x08,0x00, - 0x3f,0x33, - 0x04,0x08, - 0x3e,0x30, - 0x0e,0x00, - 0x1c,0x0c, - 0x10,0x00, - 0x3e,0x26, - 0x18,0x00, - 0x1c,0x10, - 0x0c,0x00, - 0x3f,0x1f, - 0x20,0x00, - 0x7f,0x6f, - 0x10,0x00, - 0xff,0xf1, - 0x0e,0x00, - 0x7f,0x7e, - 0x01,0x00, - 0x1f,0x1f, - 0x00,0x00, - 0x40,0x40, - 0x00,0x00, - 0x60,0x60, - 0x00,0x00, - 0x20,0x20, - 0x00,0x00, - 0xfe,0xc0, - 0x3c,0x02, - 0xfc,0x80, - 0x78,0x04, - 0xfe,0x86, - 0x70,0x08, - 0xf8,0x08, - 0x00,0xf0, - 0xf6,0xf6, - 0x00,0x00, - 0x0e,0x0e, - 0x00,0x00, - 0x8c,0x8c, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf0,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0x88,0x88, - 0xff,0x00, - 0x80,0x80, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x82,0x82, - 0xff,0x00, - 0x82,0x82, - 0xff,0x00, - 0x82,0x82, - 0xff,0x00, - 0xff,0x11, - 0xec,0x02, - 0xff,0x31, - 0xc4,0x0a, - 0xff,0x3b, - 0xc0,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x79, - 0x84,0x02, - 0xff,0x79, - 0x84,0x02, - 0x3e,0xc1, - 0xc1,0x00, - 0x08,0xf7, - 0xf7,0x00, - 0x80,0x7f, - 0x7f,0x00, - 0xcb,0x34, - 0x34,0x00, - 0x7f,0x80, - 0x80,0x00, - 0x3e,0xc1, - 0xc1,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x9c,0x63, - 0x63,0x00, - 0x84,0x7b, - 0x7b,0x00, - 0x81,0x7e, - 0x7e,0x00, - 0xd3,0x2c, - 0x2c,0x00, - 0xfe,0x01, - 0x01,0x00, - 0x7c,0x83, - 0x83,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xff,0x6f, - 0x10,0x80, - 0xf0,0x30, - 0x40,0x80, - 0xf0,0x70, - 0x00,0x80, - 0xf0,0x70, - 0x00,0x80, - 0xf8,0x78, - 0x00,0x80, - 0xf8,0x78, - 0x00,0x80, - 0xff,0x37, - 0x88,0x40, - 0xf8,0x98, - 0x20,0x40, - 0x3d,0x3c, - 0x00,0x01, - 0x03,0x02, - 0x00,0x01, - 0x01,0x00, - 0x00,0x01, - 0x03,0x00, - 0x01,0x02, - 0x03,0x01, - 0x00,0x02, - 0x03,0x01, - 0x00,0x02, - 0xb3,0xb1, - 0x00,0x02, - 0x0f,0x0d, - 0x00,0x02, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x0c,0xf3, - 0xf3,0x00, - 0xae,0x50, - 0x50,0x00, - 0xa6,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x20,0x00, - 0x9f,0x20, - 0x20,0x00, - 0x9f,0x20, - 0x78,0x08, - 0x8f,0x70, - 0x44,0x04, - 0x87,0x40, - 0x83,0x03, - 0x03,0x80, - 0xc6,0x44, - 0x45,0x82, - 0xc6,0x44, - 0x7d,0x82, - 0xe6,0x64, - 0x7d,0x82, - 0xff,0xe6, - 0x11,0x08, - 0xff,0xc6, - 0x39,0x00, - 0xff,0x42, - 0xbd,0x00, - 0xff,0x00, - 0xfb,0x04, - 0xff,0x00, - 0x78,0x87, - 0xff,0x87, - 0x00,0x78, - 0xff,0xff, - 0x00,0x00, - 0x8e,0x8e, - 0x00,0x00, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x31, - 0xcc,0x02, - 0xff,0x11, - 0x68,0x86, - 0xff,0xc3, - 0x30,0x0c, - 0xfe,0xfe, - 0x00,0x00, - 0x7c,0x7c, - 0x00,0x00, - 0x04,0xfb, - 0xfb,0x00, - 0x03,0xfc, - 0xfc,0x00, - 0x00,0xff, - 0xff,0x00, - 0x10,0xef, - 0xef,0x00, - 0x90,0x6f, - 0x6f,0x00, - 0x73,0x8c, - 0x8c,0x00, - 0x7f,0x80, - 0x80,0x00, - 0x7f,0x80, - 0x80,0x00, - 0xa0,0x5f, - 0x5f,0x00, - 0xc0,0x3f, - 0x3f,0x00, - 0x00,0xff, - 0xff,0x00, - 0x04,0xfb, - 0xfb,0x00, - 0x0d,0xf2, - 0xf2,0x00, - 0xce,0x31, - 0x31,0x00, - 0xfe,0x01, - 0x01,0x00, - 0xfe,0x01, - 0x01,0x00, - 0xf8,0xb8, - 0x00,0x40, - 0xf8,0x38, - 0x80,0x40, - 0xf8,0x78, - 0x00,0x80, - 0xf0,0x70, - 0x00,0x80, - 0xf0,0xf0, - 0x00,0x00, - 0xe0,0xe0, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x00, - 0x01,0x02, - 0x03,0x00, - 0x01,0x02, - 0x07,0x04, - 0x01,0x02, - 0x07,0x06, - 0x00,0x01, - 0x07,0x06, - 0x00,0x01, - 0x03,0x03, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xe6,0x64, - 0x7c,0x82, - 0xce,0x4c, - 0x7c,0x82, - 0xce,0x4c, - 0x7c,0x82, - 0xcc,0x48, - 0x78,0x84, - 0x78,0x30, - 0x30,0x48, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7d,0x82, - 0x82,0x00, - 0x78,0x87, - 0x87,0x00, - 0x7f,0x80, - 0x80,0x00, - 0x0f,0xf0, - 0xf0,0x00, - 0x43,0xbc, - 0xbc,0x00, - 0x78,0x87, - 0x87,0x00, - 0x87,0x78, - 0x78,0x00, - 0x00,0xff, - 0xff,0x00, - 0xbe,0x41, - 0x41,0x00, - 0x1e,0xe1, - 0xe1,0x00, - 0xee,0x11, - 0x11,0x00, - 0xf0,0x0f, - 0x0f,0x00, - 0xc0,0x3f, - 0x3f,0x00, - 0x00,0xff, - 0xff,0x00, - 0xe1,0x1e, - 0x1e,0x00, - 0x00,0xff, - 0xff,0x00, - 0xbf,0x40, - 0x40,0x00, - 0xcf,0x30, - 0x30,0x00, - 0xf0,0x0f, - 0x0f,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x20,0x20, - 0x00,0x00, - 0x32,0x32, - 0x00,0x00, - 0x16,0x16, - 0x00,0x00, - 0x04,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1e,0x16, - 0x08,0x00, - 0x1c,0x14, - 0x08,0x00, - 0x0d,0x01, - 0x0c,0x00, - 0x17,0x11, - 0x06,0x00, - 0x03,0x02, - 0x01,0x00, - 0x05,0x05, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0x05,0x05, - 0x00,0x00, - 0x08,0xc1, - 0x00,0x3e, - 0x00,0x3c, - 0x00,0x03, - 0x00,0x0f, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x70,0x03, - 0x00,0xfc, - 0x00,0x3c, - 0x00,0xc0, - 0x00,0xf0, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x38,0x00, - 0x00,0x00, - 0x44,0x00, - 0x00,0x00, - 0xba,0x00, - 0x82,0x00, - 0x44,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xa6,0x24, - 0x7c,0x82, - 0xee,0x44, - 0x54,0xaa, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3c,0x2c, - 0x10,0x00, - 0x3c,0x18, - 0x24,0x00, - 0x38,0x00, - 0x38,0x00, - 0x3c,0x30, - 0x0c,0x00, - 0x6f,0x6b, - 0x04,0x00, - 0xbf,0xb7, - 0x08,0x00, - 0x5e,0x56, - 0x00,0x08, - 0x7e,0x70, - 0x02,0x0c, - 0x01,0x01, - 0x00,0x00, - 0x28,0x28, - 0x00,0x00, - 0x51,0x51, - 0x00,0x00, - 0xff,0x41, - 0xbe,0x00, - 0xff,0x0c, - 0xf3,0x00, - 0xfe,0xae, - 0x50,0x00, - 0xa6,0xa6, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x02,0x02, - 0x00,0x00, - 0x55,0x55, - 0x00,0x00, - 0xfe,0x1e, - 0xe0,0x00, - 0xff,0x40, - 0xbf,0x00, - 0xff,0xcc, - 0x33,0x00, - 0x9c,0x9c, - 0x00,0x00, - 0x18,0x18, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x82,0x82, - 0x00,0x00, - 0x55,0x55, - 0x00,0x00, - 0xfe,0x9e, - 0x60,0x00, - 0xff,0xc0, - 0x3f,0x00, - 0xff,0x4c, - 0xb3,0x00, - 0x1c,0x1c, - 0x00,0x00, - 0x18,0x18, - 0x00,0x00, - 0xee,0xe8, - 0x02,0x04, - 0xbe,0xbc, - 0x02,0x00, - 0x76,0x72, - 0x04,0x00, - 0xdf,0xc3, - 0x1c,0x00, - 0xfd,0xd1, - 0x2c,0x00, - 0xf8,0x18, - 0xe0,0x00, - 0x68,0x08, - 0x60,0x00, - 0x40,0x40, - 0x00,0x00, - 0xff,0xb3, - 0x0c,0x40, - 0xff,0xd7, - 0x08,0x20, - 0xff,0xcf, - 0x10,0x20, - 0xff,0xdf, - 0x00,0x20, - 0xff,0xdf, - 0x00,0x20, - 0xff,0xda, - 0x05,0x20, - 0xff,0xda, - 0x01,0x24, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xf1, - 0x0e,0x00, - 0xff,0xf1, - 0x0e,0x00, - 0xff,0xf9, - 0x06,0x00, - 0xff,0x7b, - 0x84,0x00, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0xf9, - 0x06,0x00, - 0xff,0xf9, - 0x04,0x02, - 0xff,0xc7, - 0x38,0x00, - 0xff,0xcf, - 0x30,0x00, - 0xff,0x9f, - 0x60,0x00, - 0xff,0xbf, - 0x40,0x00, - 0xff,0xfd, - 0x02,0x00, - 0xff,0xf6, - 0x09,0x00, - 0xff,0xf6, - 0x01,0x08, - 0xff,0x77, - 0x80,0x08, - 0xff,0x07, - 0xf8,0x00, - 0xff,0x8f, - 0x70,0x00, - 0xff,0x8f, - 0x70,0x00, - 0xff,0xa7, - 0x58,0x00, - 0xff,0xf5, - 0x0a,0x00, - 0xff,0xf6, - 0x09,0x00, - 0xff,0xf6, - 0x01,0x08, - 0xff,0x77, - 0x80,0x08, - 0xff,0xf1, - 0x0c,0x02, - 0xff,0xf1, - 0x0c,0x02, - 0xff,0xf9, - 0x04,0x02, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0x7b, - 0x80,0x04, - 0xff,0xfb, - 0x00,0x04, - 0xff,0xf9, - 0x04,0x02, - 0xff,0xbb, - 0x00,0x44, - 0xff,0xb3, - 0x0c,0x40, - 0xff,0xb1, - 0x0e,0x40, - 0xff,0xb9, - 0x06,0x40, - 0xff,0xb9, - 0x04,0x42, - 0xff,0xb9, - 0x04,0x42, - 0xff,0xb9, - 0x04,0x42, - 0xff,0xb0, - 0x0d,0x42, - 0xff,0xb1, - 0x4c,0x02, - 0xff,0xf1, - 0x0e,0x00, - 0xff,0xb1, - 0x4e,0x00, - 0xff,0xb8, - 0x47,0x00, - 0xff,0xb8, - 0x45,0x02, - 0xff,0x68, - 0x95,0x02, - 0xff,0x60, - 0x9d,0x02, - 0xff,0xf0, - 0x0d,0x02, - 0xff,0xf7, - 0x00,0x08, - 0xff,0xe7, - 0x18,0x00, - 0xff,0xe3, - 0x1c,0x00, - 0xff,0xf3, - 0x0c,0x00, - 0xff,0xf3, - 0x08,0x04, - 0xff,0xf3, - 0x08,0x04, - 0xff,0xf1, - 0x0a,0x04, - 0xff,0xe0, - 0x1b,0x04, - 0xff,0xb1, - 0x4c,0x02, - 0xff,0xf1, - 0x0e,0x00, - 0xff,0xb1, - 0x4e,0x00, - 0xff,0xb8, - 0x47,0x00, - 0xff,0xd8, - 0x25,0x02, - 0xff,0xe8, - 0x15,0x02, - 0xff,0xe0, - 0x1d,0x02, - 0xff,0xc0, - 0x3d,0x02, - 0xff,0xf7, - 0x00,0x08, - 0xff,0xe7, - 0x18,0x00, - 0xff,0x63, - 0x9c,0x00, - 0xff,0xb3, - 0x4c,0x00, - 0xff,0x73, - 0x88,0x04, - 0xff,0xf3, - 0x08,0x04, - 0xff,0xd1, - 0x2a,0x04, - 0xff,0xc0, - 0x3b,0x04, - 0xff,0xb1, - 0x4c,0x02, - 0xff,0xf1, - 0x0c,0x02, - 0xff,0xb1, - 0x4c,0x02, - 0xff,0xb9, - 0x44,0x02, - 0xff,0xd9, - 0x24,0x02, - 0xff,0xe9, - 0x14,0x02, - 0xff,0xe1, - 0x0c,0x12, - 0xff,0x61, - 0x8c,0x12, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x40,0xbf, - 0xbf,0x00, - 0xcc,0x33, - 0x33,0x00, - 0x9c,0x00, - 0x00,0x00, - 0x18,0x00, - 0x00,0x00, - 0x38,0xc7, - 0xc7,0x00, - 0x00,0xff, - 0xff,0x00, - 0x07,0xf8, - 0xf8,0x00, - 0x3f,0xc0, - 0xc0,0x00, - 0x7f,0x80, - 0x80,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x9f,0x60, - 0x60,0x00, - 0x8f,0x30, - 0x30,0x00, - 0x2f,0x10, - 0x10,0x00, - 0x77,0x00, - 0x00,0x10, - 0x00,0xa0, - 0x00,0x00, - 0x00,0xc0, - 0x00,0x00, - 0x00,0xa0, - 0x00,0x00, - 0x00,0x40, - 0x00,0x80, - 0x00,0x88, - 0x00,0x60, - 0x00,0x80, - 0x00,0x30, - 0x00,0x28, - 0x00,0x10, - 0x00,0x68, - 0x00,0x10, - 0x00,0x10, - 0x00,0x0c, - 0x00,0x2c, - 0x00,0x10, - 0x00,0x18, - 0x00,0x24, - 0x00,0x00, - 0x00,0x38, - 0x00,0x30, - 0x00,0x0c, - 0x00,0xeb, - 0x00,0x04, - 0x00,0x77, - 0x00,0x08, - 0x08,0x56, - 0x00,0x08, - 0x00,0x10, - 0x00,0x0c, - 0x00,0x2c, - 0x00,0x10, - 0x00,0x18, - 0x00,0x24, - 0x00,0x00, - 0x00,0x38, - 0x00,0x30, - 0x00,0x0c, - 0x00,0x6b, - 0x00,0x04, - 0x00,0x77, - 0x00,0x08, - 0x08,0x56, - 0x00,0x08, - 0x0c,0xb0, - 0x00,0x0e, - 0x04,0x68, - 0x00,0x06, - 0x00,0x57, - 0x00,0x08, - 0x08,0x33, - 0x00,0x0c, - 0x00,0x30, - 0x00,0x0e, - 0x00,0x0c, - 0x00,0x10, - 0x00,0x26, - 0x00,0x18, - 0x00,0x10, - 0x00,0x0c, - 0x0c,0x30, - 0x00,0x0e, - 0x04,0x68, - 0x00,0x06, - 0x00,0x57, - 0x00,0x08, - 0x08,0x33, - 0x00,0x0c, - 0x00,0x30, - 0x00,0x0e, - 0x00,0x0c, - 0x00,0x10, - 0x00,0x26, - 0x00,0x18, - 0x00,0x10, - 0x00,0x0c, - 0x00,0xca, - 0x00,0x30, - 0x00,0x1c, - 0x00,0x60, - 0x00,0x68, - 0x00,0x10, - 0x00,0xe4, - 0x00,0x10, - 0x00,0xd8, - 0x00,0x20, - 0x20,0x1d, - 0x00,0x60, - 0x00,0xca, - 0x00,0x30, - 0x00,0x0e, - 0x00,0x10, - 0x10,0x0b, - 0x00,0x10, - 0x10,0x0d, - 0x00,0x30, - 0x00,0x6b, - 0x00,0x10, - 0x00,0x76, - 0x00,0x08, - 0x08,0x33, - 0x00,0x08, - 0x08,0x06, - 0x00,0x38, - 0x18,0x64, - 0x00,0x18, - 0x20,0xca, - 0x00,0x30, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0x00,0x00, - 0x00,0xc2, - 0x00,0x10, - 0x50,0x86, - 0x00,0x78, - 0x08,0x64, - 0x00,0x9b, - 0x0c,0xf1, - 0x00,0x0e, - 0x00,0xdf, - 0x00,0x00, - 0x00,0xf5, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x06, - 0x00,0x00, - 0x00,0x47, - 0x00,0x88, - 0x88,0x63, - 0x00,0x9c, - 0x1c,0x20, - 0x00,0xdf, - 0x38,0x87, - 0x00,0x78, - 0x00,0xab, - 0x00,0x00 + 0x40,0x1c,0x00,0x63,0x30,0x03,0x00,0x3c,0x00,0x2d,0x00,0x10,0x00,0x5a,0x00,0x20,0x00,0xdd,0x00,0x20,0x00,0xbf,0x00,0x40,0x00,0xbf,0x00,0x40,0x00,0x1b,0x00,0x64, + 0x02,0x00,0x00,0xfe,0x0c,0xc0,0x00,0x3c,0x00,0x74,0x00,0x08,0x00,0xfa,0x00,0x04,0x00,0xfb,0x00,0x04,0x02,0xf9,0x00,0x06,0x02,0xd1,0x00,0x2e,0x06,0xc0,0x00,0x3e, + 0x40,0x1c,0x00,0x63,0x33,0x08,0x00,0x37,0x0c,0x30,0x00,0x0f,0x08,0x67,0x00,0x18,0x08,0xc5,0x00,0x3a,0x08,0xc1,0x00,0x3e,0x00,0x3c,0x00,0x03,0x00,0x0f,0x00,0x00, + 0x02,0x00,0x00,0xfe,0xcc,0x00,0x00,0xfc,0x70,0x0c,0x00,0xf0,0x70,0x06,0x00,0xf8,0x70,0x03,0x00,0xfc,0x70,0x03,0x00,0xfc,0x00,0x3c,0x00,0xc0,0x00,0xf0,0x00,0x00, + 0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x44,0x00,0x28,0x00,0x82,0x00,0x44,0x00,0x92, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x44,0x00,0x28,0x00,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x17,0x00,0x00,0x10,0x17,0x20,0x20,0x10,0x67,0x10,0x10,0x00,0x77,0x08,0x08,0x00,0x3b,0x00,0x00,0x08,0x0b,0x30,0x30,0x08,0x7b,0x00,0x00,0x18,0xe7,0x10,0x10,0x20, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xfc,0x02,0x02,0x0c,0xf4,0x02,0x02,0x04,0xf7,0x08,0x08,0x00,0xeb,0x04,0x04,0x08,0xe0,0x0e,0x0e,0x00,0xec,0x10,0x10,0x00,0xe6,0x18,0x18,0x00,0xe0,0x0c,0x0c,0x00, + 0x00,0x63,0x00,0x9c,0x00,0x7d,0x00,0x82,0x00,0x7e,0x00,0x81,0x80,0x3b,0x00,0xc4,0xcc,0x03,0x00,0xfc,0x84,0x03,0x00,0xfc,0x82,0x00,0x00,0xff,0x40,0x08,0x00,0x77, + 0x1a,0xc0,0x00,0x3e,0x01,0x98,0x00,0x67,0x01,0x38,0x00,0xc7,0x23,0x80,0x00,0x7f,0x3d,0x80,0x00,0x7f,0x21,0x00,0x00,0xff,0xc1,0x00,0x00,0xff,0x02,0x00,0x00,0xfe, + 0x00,0x38,0x00,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x44,0x00,0x92,0x00,0x38,0x00,0x44,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00, + 0x0f,0x60,0x60,0x00,0x6f,0x10,0x10,0x00,0xef,0x10,0x10,0x00,0xcf,0x20,0x20,0x00,0x1f,0x60,0x60,0x00,0x0f,0x30,0x30,0x00,0x0f,0x10,0x10,0x00,0x07,0x10,0x10,0x00, + 0xec,0x10,0x10,0x00,0xd8,0x24,0x24,0x00,0xf8,0x00,0x00,0x18,0xac,0x40,0x40,0x0c,0x93,0x64,0x64,0x00,0xd7,0x28,0x28,0x00,0xee,0x00,0x00,0x08,0xec,0x02,0x02,0x0c, + 0x40,0x1c,0x00,0x63,0x33,0x08,0x00,0x37,0x0c,0x30,0x00,0x0f,0x08,0x67,0x00,0x18,0x08,0xc5,0x00,0x3a,0x08,0xc1,0x00,0x3e,0x04,0xc0,0x00,0x3f,0x00,0x60,0x00,0x1f, + 0x02,0x00,0x00,0xfe,0xcc,0x00,0x00,0xfc,0x70,0x0c,0x00,0xf0,0x70,0x06,0x00,0xf8,0x70,0x03,0x00,0xfc,0x70,0x03,0x00,0xfc,0x60,0x03,0x00,0xfc,0xc0,0x06,0x00,0xf8, + 0x00,0x00,0x00,0x03,0x00,0x03,0x00,0x0c,0x00,0x0d,0x00,0x10,0x00,0x1a,0x00,0x20,0x00,0x1d,0x00,0x20,0x00,0x3f,0x00,0x40,0x00,0x3f,0x00,0x40,0x00,0x1b,0x00,0x64, + 0x00,0x00,0x00,0xc0,0x00,0xc0,0x00,0x30,0x00,0x70,0x00,0x08,0x00,0xf8,0x00,0x04,0x00,0xf8,0x00,0x04,0x02,0xf8,0x00,0x06,0x02,0xd0,0x00,0x2e,0x06,0xc0,0x00,0x3e, + 0x07,0x30,0x30,0x00,0x77,0x00,0x00,0x10,0xd7,0x20,0x20,0x10,0x23,0x5c,0x5c,0x20,0x31,0x4e,0x4e,0x00,0x74,0x0b,0x0b,0x00,0x66,0x19,0x19,0x00,0x02,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xc1,0x3e,0x3e,0x00,0x8c,0x73,0x73,0x00,0x2e,0xd1,0xd1,0x00,0x27,0x00,0x00,0x00,0x0f,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x7f,0x80,0x80,0x00,0x9f,0x60,0x60,0x00,0x8f,0x30,0x30,0x00,0x2f,0x10,0x10,0x00,0x77,0x00,0x00,0x10, + 0x00,0x3c,0x00,0x03,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa7,0x24,0x7c,0x83,0xa6,0x24,0x7d,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xae,0x04,0x54,0xaa, + 0xff,0xf9,0x00,0x06,0xff,0xe4,0x02,0x19,0xf7,0xc6,0x11,0x20,0xf2,0xd2,0x00,0x20,0xf8,0xd8,0x00,0x20,0xf0,0xc0,0x10,0x20,0xf0,0xb0,0x00,0x40,0xf0,0x60,0x10,0x80, + 0xff,0x04,0x00,0xfb,0xff,0x31,0xca,0x04,0xfb,0xbb,0x40,0x00,0x9a,0x9a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x41,0x00,0xbe,0xff,0x0c,0xb2,0x41,0xfe,0xae,0x50,0x00,0xa6,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x1f,0x00,0xe0,0xff,0x40,0xa0,0x1f,0xff,0xcc,0x33,0x00,0x9c,0x9c,0x00,0x00,0x18,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x11,0x00,0xee,0xff,0xc4,0x2a,0x11,0xef,0xec,0x03,0x00,0x69,0x69,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0x07,0x00,0xf8,0xff,0xc9,0x30,0x06,0xcb,0xc8,0x02,0x01,0x83,0x82,0x00,0x01,0x07,0x06,0x00,0x01,0x07,0x01,0x04,0x02,0x07,0x06,0x00,0x01, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x41,0xbe,0xbe,0x00,0x0c,0xf3,0xf3,0x00,0xae,0x50,0x50,0x00,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x1f,0xe0,0xe0,0x00,0x40,0xbf,0xbf,0x00,0xcc,0x33,0x33,0x00,0x9c,0x00,0x00,0x00,0x18,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xfe,0x01,0x01,0x00,0xf9,0x06,0x06,0x00,0xf1,0x0c,0x0c,0x00,0xf4,0x08,0x08,0x00,0xe6,0x08,0x08,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x9f,0x60,0x60,0x00,0x80,0x7f,0x7f,0x00,0x0c,0xf3,0xf3,0x00,0x7c,0x80,0x80,0x00,0xf8,0x00,0x00,0x00, + 0xf4,0x02,0x02,0x04,0xf8,0x02,0x02,0x00,0xf8,0x04,0x04,0x00,0xe3,0x1c,0x1c,0x00,0xd1,0x2c,0x2c,0x00,0x18,0xe0,0xe0,0x00,0x08,0x60,0x60,0x00,0x40,0x00,0x00,0x00, + 0xc7,0x44,0x7c,0x83,0xde,0x5c,0x7c,0x82,0xdf,0x5c,0x7c,0x83,0x5c,0x18,0xbb,0x44,0xcf,0x08,0x38,0xc7,0x6c,0x28,0x38,0x44,0x7c,0x38,0x38,0x44,0x38,0x38,0x38,0x00, + 0xee,0x44,0x54,0xaa,0xfe,0x54,0x54,0xaa,0xc6,0x44,0x44,0x82,0x82,0x82,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82,0xee,0x6c,0x7c,0x82, + 0xef,0x44,0x54,0xab,0xfe,0x54,0x54,0xaa,0x7d,0x54,0x54,0x29,0x44,0x44,0x45,0x00,0x83,0x82,0xba,0x01,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82, + 0xe0,0x00,0x20,0xc0,0xf0,0xc0,0x10,0x20,0xfc,0xec,0x00,0x10,0xfc,0xdc,0x00,0x20,0xf8,0xd8,0x00,0x20,0xf8,0xc0,0x18,0x20,0xf8,0xe0,0x08,0x10,0xfc,0xdc,0x00,0x20, + 0x0f,0x0e,0x00,0x01,0x0f,0x0d,0x00,0x02,0x07,0x01,0x04,0x02,0x0f,0x0c,0x02,0x01,0x07,0x06,0x00,0x01,0x03,0x02,0x00,0x01,0x03,0x00,0x02,0x01,0x07,0x06,0x00,0x01, + 0xde,0x5c,0x7c,0x82,0xde,0x5c,0x7c,0x82,0x5c,0x18,0x38,0x44,0x4c,0x08,0x38,0x44,0x6c,0x28,0x38,0x44,0x7c,0x38,0x38,0x44,0x38,0x38,0x38,0x00,0x00,0x00,0x00,0x00, + 0xf0,0xc0,0x10,0x20,0xf0,0xb0,0x00,0x40,0xf0,0x60,0x10,0x80,0xe0,0x00,0x20,0xc0,0xf0,0xc0,0x10,0x20,0xfc,0xec,0x00,0x10,0xfc,0xc4,0x08,0x30,0xf8,0xd8,0x00,0x20, + 0x0f,0x0d,0x00,0x02,0x0f,0x03,0x08,0x04,0x0f,0x0d,0x00,0x02,0x1f,0x1d,0x00,0x02,0x1f,0x1b,0x00,0x04,0x0f,0x03,0x08,0x04,0x1f,0x19,0x04,0x02,0x07,0x05,0x00,0x02, + 0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0xf8,0xc0,0x18,0x20,0xf8,0xe0,0x08,0x10,0xfc,0xdc,0x00,0x20,0xfc,0xcc,0x10,0x20,0xf8,0xc0,0x18,0x20,0xf0,0xb0,0x00,0x40,0xf8,0x98,0x20,0x40,0xf0,0xc0,0x10,0x20, + 0x03,0x01,0x00,0x02,0x07,0x01,0x04,0x02,0x0f,0x0d,0x00,0x02,0x0f,0x0e,0x00,0x01,0x07,0x06,0x00,0x01,0x07,0x00,0x06,0x01,0x0f,0x0c,0x02,0x01,0x1f,0x19,0x04,0x02, + 0xfe,0x54,0x54,0xaa,0xfe,0x54,0x54,0xaa,0x7c,0x54,0x54,0x28,0x44,0x44,0x44,0x00,0x82,0x82,0xba,0x00,0x82,0x00,0x44,0x82,0xa7,0x24,0x7c,0x83,0xa6,0x24,0x7d,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0xcf,0x4f,0x00,0x80,0xf0,0x70,0x00,0x80,0xe0,0x60,0x00,0x80,0xe0,0x20,0x80,0x40,0xfe,0xbe,0x00,0x40,0xe0,0x20,0x40,0x80,0xc0,0x40,0x80,0x00,0x80,0x80,0x00,0x00, + 0x79,0x78,0x00,0x01,0x07,0x06,0x00,0x01,0x01,0x00,0x00,0x01,0x03,0x01,0x00,0x02,0xcb,0xc9,0x00,0x02,0x03,0x00,0x02,0x01,0x01,0x00,0x01,0x00,0x01,0x01,0x00,0x00, + 0xf0,0xb0,0x00,0x40,0xf0,0x80,0x30,0x40,0xf0,0xc0,0x10,0x20,0xf8,0xb8,0x00,0x40,0xf8,0x98,0x20,0x40,0xf0,0x80,0x30,0x40,0xe0,0x60,0x00,0x80,0xf0,0x30,0x40,0x80, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x16,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x00,0x14,0x00,0x41,0x00,0x22,0x00,0x49,0x00,0x1c,0x00,0x22,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc7,0x44,0x7c,0x83,0xde,0x5c,0x7c,0x82,0xdf,0x5c,0x7c,0x83,0x5c,0x18,0x3b,0x44,0x4f,0x08,0x38,0x47,0x6c,0x28,0x38,0x44,0x7c,0x38,0x38,0x44,0x38,0x38,0x38,0x00, + 0xc6,0x44,0x7c,0x82,0xde,0x5c,0x7c,0x82,0xde,0x5c,0x7c,0x82,0x5c,0x18,0xb8,0x44,0xcc,0x08,0x38,0xc4,0x6c,0x28,0x38,0x44,0x7c,0x38,0x38,0x44,0x38,0x38,0x38,0x00, + 0xe0,0x80,0x20,0x40,0xf0,0xb0,0x00,0x40,0xe4,0xa4,0x00,0x40,0xee,0x8e,0x20,0x40,0xff,0x8c,0x00,0x73,0xff,0xb1,0x00,0x4e,0xff,0xb9,0x04,0x42,0xff,0xb1,0x0c,0x42, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x90,0x10,0x80,0x00,0xf6,0x32,0xc4,0x00,0xff,0x23,0x54,0x88,0xff,0x80,0x0a,0x75,0xff,0xf0,0x0c,0x03, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x30,0x00,0x00,0xf0,0x70,0x80,0x00,0xf0,0x60,0x10,0x80,0xe0,0x00,0xa0,0x40, + 0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x0e,0x01,0x01,0x00,0x06,0x09,0x09,0x00,0x01,0x1e,0x1e,0x01,0x32,0x0c,0x0c,0x02,0x1d,0x00,0x00,0x04,0x0e,0x11,0x11,0x0c, + 0x30,0x00,0x00,0x00,0x70,0x00,0x00,0x00,0x62,0x90,0x90,0x00,0x97,0x68,0x68,0x90,0x9d,0x02,0x02,0x98,0x6b,0x04,0x04,0x0b,0x10,0xe0,0xe0,0x00,0x07,0xf8,0xf8,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x80,0x80,0x00,0x07,0x88,0x88,0x00,0xcb,0x04,0x04,0x88,0xed,0x12,0x12,0x8d,0x30,0x48,0x48,0x10,0xc4,0x33,0x33,0x40, + 0x0c,0x00,0x00,0x00,0x1c,0x00,0x00,0x00,0x58,0xa0,0xa0,0x40,0x60,0x98,0x98,0x60,0x80,0x0e,0x0e,0x80,0x31,0x84,0x84,0x00,0x1f,0x60,0x60,0x08,0x0e,0xf0,0xf0,0x0c, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x0b,0x00,0x18,0x00,0x04,0x18,0x12,0x02,0x0f,0x10, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0x20,0x00,0x00,0x00,0xd0,0x00,0x10,0x00,0x20,0x10,0x30,0x20,0xe0,0x10, + 0xff,0xa3,0x14,0x48,0xff,0xc1,0x0e,0x30,0xff,0xc3,0x1c,0x20,0xff,0xd7,0x08,0x20,0xff,0xdf,0x00,0x20,0xff,0xbb,0x04,0x40,0xff,0xbb,0x00,0x44,0xff,0xbb,0x00,0x44, + 0xff,0xf0,0x0f,0x00,0xff,0xe0,0x1f,0x00,0xff,0xe1,0x1e,0x00,0xff,0x43,0xb8,0x04,0xff,0x03,0xf8,0x04,0xff,0x83,0x74,0x08,0xff,0x89,0x66,0x10,0xff,0x99,0x64,0x02, + 0x7c,0x7c,0x7c,0x00,0x82,0x82,0x82,0x00,0x82,0x82,0x82,0x00,0x82,0x00,0x44,0x82,0xc2,0x40,0x7c,0x82,0xf6,0x34,0x3c,0xc2,0xf6,0x54,0x5c,0xa2,0xb6,0x14,0x1c,0xa2, + 0x48,0x33,0x33,0x08,0x14,0x23,0x23,0x10,0x18,0x27,0x27,0x10,0x79,0x06,0x06,0x10,0x75,0x0a,0x0a,0x00,0x39,0x02,0x02,0x08,0x0b,0x30,0x30,0x08,0x73,0x08,0x08,0x10, + 0x50,0xaf,0xaf,0x00,0xf9,0x06,0x06,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x08,0x87,0x87,0x00,0x21,0xde,0xde,0x00,0x0b,0xf4,0xf4,0x00,0x9f,0x60,0x60,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x04,0xf2,0xf2,0x04,0x86,0x78,0x78,0x06,0xd6,0x28,0x28,0x00,0xef,0x00,0x00,0x08,0xeb,0x04,0x04,0x08,0xec,0x02,0x02,0x0c,0xec,0x10,0x10,0x00,0xe6,0x18,0x18,0x00, + 0x0a,0x02,0x07,0x08,0x0e,0x06,0x17,0x08,0x07,0x03,0x1b,0x04,0x03,0x03,0x0f,0x00,0x00,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf0,0xe0,0xe0,0x10,0xf0,0xe0,0xe8,0x10,0xe0,0xc0,0xd8,0x20,0xc0,0x00,0x30,0xc0,0x00,0x00,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xbb,0x00,0x44,0xff,0xb3,0x0c,0x40,0xff,0xb1,0x0e,0x40,0xff,0xb0,0x4d,0x02,0xff,0xb0,0x4d,0x02,0xff,0xc3,0x30,0x0c,0x7f,0x7f,0x00,0x00,0x3e,0x3e,0x00,0x00, + 0xff,0x91,0x6c,0x02,0xff,0x31,0xce,0x00,0xff,0x31,0xce,0x00,0xff,0x31,0xcc,0x02,0xff,0x10,0x2c,0xc3,0xff,0xc3,0x30,0x0c,0xff,0xff,0x00,0x00,0x7c,0x7c,0x00,0x00, + 0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0xc2,0x10,0x10,0x00,0x96,0x68,0x68,0x10,0x0d,0x92,0x92,0x09,0x6a,0x04,0x04,0x0a,0x91,0x60,0x60,0x00,0x04,0xfb,0xfb,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x47,0x88,0x88,0x00,0xeb,0x14,0x14,0x88,0xfc,0x03,0x03,0xdc,0x38,0x40,0x40,0x38,0x84,0x03,0x03,0x00, + 0x3f,0x1f,0x9f,0x20,0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20,0x3f,0x1f,0x9f,0x20,0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20, + 0x9f,0x9f,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00, + 0xf9,0xf9,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0xff,0xff,0xff,0x00,0x01,0x01,0xff,0x00,0x21,0x21,0xff,0x00,0x01,0x01,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xaf,0x04,0x54,0xab, + 0x77,0x00,0x00,0x10,0x37,0x00,0x00,0x30,0xa3,0x14,0x14,0x20,0xcb,0x24,0x24,0x40,0x93,0x0c,0x0c,0x80,0x47,0x38,0x38,0x00,0x87,0x78,0x78,0x00,0x17,0xe8,0xe8,0x00, + 0xe0,0x0c,0x0c,0x00,0xcc,0x10,0x10,0x00,0xf8,0x04,0x04,0x20,0xd0,0x08,0x08,0x10,0xa0,0x4c,0x4c,0x00,0x93,0x64,0x64,0x00,0x97,0x68,0x68,0x00,0xde,0x20,0x20,0x08, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x0d,0x00,0x00,0x00,0x31,0x00,0x00,0x00,0xd1,0x00, + 0x00,0x00,0x03,0x00,0x00,0x00,0x0d,0x00,0x00,0x00,0x31,0x00,0x00,0x00,0xd1,0x00,0x00,0x00,0x11,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x11,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00, + 0x00,0x00,0xc0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xac,0x00,0x00,0x00,0xdf,0x00,0x00,0x00,0xaa,0x00,0x00,0x00,0xdd,0x00,0x00,0x00,0xaa,0x00,0x00,0x00,0xdd,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xac,0x00,0x00,0x00,0xdf,0x00, + 0x40,0xbf,0xbf,0x00,0xee,0x11,0x11,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x38,0xc7,0xc7,0x00,0x00,0xff,0xff,0x00,0xc7,0x38,0x38,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x84,0x84,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x84,0x84,0xff,0x00,0x80,0x80,0xff,0x00, + 0xff,0xff,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0xff,0xff,0xff,0x00,0x21,0x21,0xff,0x00,0x21,0x21,0xff,0x00,0x21,0x21,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1e,0x00,0x1e,0x00,0x21,0x00,0x33,0x00,0x40,0x21,0x1e,0x00,0x21,0x7e,0x00,0x00,0x7f,0x44,0xa1,0x00,0x46,0x47,0x80,0x00,0x5f, + 0x00,0x00,0x00,0x78,0x00,0x78,0x00,0x84,0x00,0xcc,0x00,0x02,0x80,0x78,0x00,0x84,0x7c,0x00,0x00,0xfc,0x06,0xf0,0x00,0x0e,0x02,0x99,0x00,0x06,0x02,0xf1,0x00,0x0e, + 0xee,0x44,0x55,0xaa,0xff,0x54,0x54,0xab,0xc6,0x44,0x44,0x82,0x83,0x82,0xba,0x01,0x82,0x00,0x45,0x82,0xa7,0x24,0x7c,0x83,0xa6,0x24,0x7c,0x82,0xee,0x6c,0x7c,0x82, + 0x3f,0xc0,0xc0,0x00,0x7f,0x80,0x80,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x00,0x00,0xd2,0xc2,0x10,0x00,0xfe,0x86,0x18,0x60,0xff,0x64,0x0a,0x91,0xff,0xf1,0x00,0x0e,0xff,0xe3,0x18,0x04, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x00,0x00,0xcf,0x47,0x88,0x00,0xff,0x63,0x9c,0x00,0xff,0x20,0x58,0x87,0xff,0x80,0x05,0x7a, + 0x80,0x80,0x80,0x00,0x80,0x80,0x91,0x00,0x80,0x80,0x90,0x00,0x80,0x80,0x81,0x00,0x80,0x80,0x81,0x00,0x80,0x80,0x81,0x00,0x80,0x80,0x91,0x00,0x81,0x81,0x93,0x00, + 0x00,0x00,0x11,0x00,0x00,0x00,0x11,0x00,0x00,0x00,0x11,0x00,0x01,0x01,0x13,0x00,0x06,0x06,0x1f,0x00,0x1a,0x1a,0x3f,0x00,0x63,0x63,0xff,0x00,0x80,0x80,0xff,0x00, + 0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0xff,0xff,0xff,0x00,0x10,0x10,0xff,0x00,0x10,0x10,0xff,0x00,0xff,0xff,0xff,0x00,0x41,0x41,0xff,0x00, + 0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0xff,0xff,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xaa,0x00,0x00,0x00,0xdd,0x00,0x00,0x00,0xaa,0x00,0x80,0x80,0xdd,0x00,0x60,0x60,0xfa,0x00,0x18,0x18,0xfd,0x00,0x06,0x06,0xff,0x00,0x01,0x01,0xff,0x00, + 0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x01,0xab,0x00,0x81,0x81,0xdd,0x00, + 0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x88,0x88,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00, + 0xff,0xff,0xff,0x00,0x00,0x00,0xff,0x00,0x10,0x10,0xff,0x00,0x00,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0x81,0x81,0xff,0x00,0x81,0x81,0xff,0x00,0x81,0x81,0xff,0x00, + 0xee,0x00,0x00,0x08,0xec,0x00,0x00,0x08,0xcd,0x20,0x20,0x0c,0xd5,0x22,0x22,0x04,0xc8,0x31,0x31,0x00,0xe2,0x1c,0x1c,0x00,0xe8,0x17,0x17,0x00,0xf8,0x07,0x07,0x00, + 0x42,0x80,0x00,0x5f,0x40,0x80,0x00,0x5f,0x60,0x80,0x00,0x60,0x5c,0xa0,0x00,0x5f,0x40,0xaf,0x00,0x50,0x40,0xa0,0x00,0x5f,0x40,0x9f,0x00,0x60,0x3f,0x80,0x00,0x7f, + 0xf2,0x09,0x00,0xf6,0xc2,0x01,0x00,0xfa,0x06,0x71,0x00,0x06,0x3a,0x05,0x00,0xfa,0x02,0xf5,0x00,0x0a,0x02,0x05,0x00,0xfa,0x02,0xf9,0x00,0x06,0xfc,0x01,0x00,0xfe, + 0xfe,0x54,0x54,0xaa,0xfe,0x54,0x54,0xaa,0x44,0x44,0x44,0x00,0x82,0x82,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82,0xee,0x44,0x54,0xaa, + 0x00,0x00,0xc1,0x00,0x00,0x00,0xf1,0x00,0x00,0x00,0xad,0x00,0x00,0x00,0xdf,0x00,0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x00,0xaa,0x01,0x00,0x00,0xdd,0x00, + 0x00,0x00,0xfc,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x74,0x00,0x00,0x00,0x04,0x00,0x04,0x04,0xfc,0x00,0x04,0x04,0xfc,0x00,0xfc,0x30,0x30,0xcc,0xf8,0x60,0x67,0x98, + 0xc5,0x32,0x32,0x00,0x09,0x66,0x66,0x00,0x6b,0x14,0x14,0x00,0xef,0x10,0x10,0x00,0xcf,0x20,0x20,0x00,0x3f,0x40,0x40,0x20,0xcf,0x30,0x30,0x00,0x0f,0x10,0x10,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xfe,0x01,0x01,0x00,0xf0,0x0e,0x0e,0x00,0xe0,0x10,0x10,0x00,0xc0,0x20,0x20,0x00,0xb0,0x40,0x40,0x00,0x38,0x40,0x40,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x0f,0xf0,0xf0,0x00,0x03,0x0c,0x0c,0x00,0x01,0x02,0x02,0x00,0x01,0x02,0x02,0x00,0x05,0x02,0x02,0x00,0x0a,0x04,0x04,0x02, + 0x00,0x00,0x00,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xc0,0x37,0x08,0xff,0x42,0xbd,0x00,0xff,0x1b,0xe4,0x00,0xff,0x9b,0x64,0x00,0xff,0xfd,0x02,0x00,0xff,0xf6,0x09,0x00,0xff,0xf6,0x01,0x08,0xff,0x67,0x90,0x08, + 0xff,0x00,0xff,0x00,0xff,0x11,0xee,0x00,0xff,0x39,0xc6,0x00,0xff,0x7b,0x84,0x00,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0x79,0x86,0x00,0xff,0x79,0x84,0x02, + 0xff,0xc2,0x35,0x08,0xff,0x46,0xb9,0x00,0xff,0x06,0xf1,0x08,0xff,0x82,0x61,0x1c,0xff,0xc0,0x02,0x3d,0xff,0x80,0x40,0x3f,0xff,0x80,0x00,0x7f,0xff,0x00,0x80,0x7f, + 0xff,0x00,0xff,0x00,0xff,0x11,0xee,0x00,0xff,0x39,0xc4,0x02,0xff,0x11,0x2c,0xc2,0xff,0x03,0x18,0xe4,0xff,0x03,0x08,0xf4,0xff,0x01,0x02,0xfc,0xff,0x01,0x00,0xfe, + 0x86,0x80,0x99,0x06,0x9c,0x00,0x23,0x9c,0xe4,0x00,0x1b,0xe4,0x24,0x00,0x1b,0x24,0x24,0x04,0x1f,0x20,0x22,0x00,0x1d,0x22,0x12,0x00,0x0d,0x12,0x12,0x00,0x0d,0x12, + 0x00,0x00,0xff,0x00,0x7e,0x7e,0xff,0x00,0x48,0x48,0xc9,0x00,0x48,0x48,0xc9,0x00,0x48,0x48,0xc9,0x00,0x3f,0x3f,0xff,0x00,0x24,0x24,0xe4,0x00,0x24,0x24,0xe4,0x00, + 0x41,0x41,0xff,0x00,0x7f,0x40,0xc0,0x3f,0x3f,0x1f,0xdf,0x20,0x3f,0x18,0xd8,0x27,0x3f,0x1b,0xdb,0x24,0x3c,0x1c,0xdf,0x20,0x3f,0x1f,0xdf,0x20,0x1f,0x0f,0xef,0x10, + 0x00,0x00,0xff,0x00,0xfc,0x00,0x03,0xfc,0xfc,0xf8,0xfb,0x04,0xfc,0x18,0x1b,0xe4,0xdc,0xd8,0xfb,0x04,0x3c,0x08,0xcb,0x34,0xfc,0xc8,0xcb,0x34,0xf8,0xf0,0xf7,0x08, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x61,0x01,0x9b,0x60,0x39,0x00,0xc4,0x39,0x27,0x00,0xd8,0x27,0x24,0x00,0xd8,0x24,0x24,0x20,0xf8,0x04,0x44,0x00,0xb8,0x44,0x48,0x00,0xb0,0x48,0x48,0x00,0xb0,0x48, + 0xfc,0x03,0x03,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xfe,0x54,0x54,0xaa,0xfe,0x54,0x54,0xaa,0x44,0x44,0x44,0x00,0x82,0x82,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82,0xc6,0x44,0x7c,0x82, + 0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x08,0x00,0xff,0xff,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x02,0x02,0xff,0x00,0x00,0x00,0xff,0x00, + 0xf9,0x31,0x33,0xc8,0xf9,0xf1,0xf5,0x08,0x39,0x39,0xbb,0x00,0x09,0x09,0xdd,0x00,0x01,0x01,0xab,0x00,0x01,0x01,0xdd,0x00,0x01,0x01,0xab,0x00,0x81,0x81,0xdd,0x00, + 0x3f,0x40,0x40,0x00,0xbf,0x00,0x00,0x00,0xdf,0x00,0x00,0x00,0xa3,0x40,0x40,0x00,0xc4,0x38,0x38,0x00,0xe0,0x1f,0x1f,0x00,0xf8,0x07,0x07,0x00,0xff,0x00,0x00,0x00, + 0x12,0x0c,0x0c,0x02,0xc2,0x3c,0x3c,0x02,0xc1,0x3c,0x3c,0x00,0x82,0x71,0x71,0x00,0x09,0x06,0x06,0x00,0x03,0xfc,0xfc,0x00,0x0f,0xf0,0xf0,0x00,0xff,0x00,0x00,0x00, + 0xff,0xe6,0x11,0x08,0xff,0xc6,0x39,0x00,0xff,0x42,0xbd,0x00,0xff,0x00,0xfb,0x04,0xff,0x00,0x78,0x87,0xff,0x87,0x00,0x78,0xfe,0xfe,0x00,0x00,0x78,0x78,0x00,0x00, + 0xff,0x31,0xcc,0x02,0xff,0x31,0xce,0x00,0xff,0x31,0xce,0x00,0xff,0x31,0xcc,0x02,0xff,0x20,0x5c,0x83,0xff,0xc3,0x30,0x0c,0xff,0xff,0x00,0x00,0x79,0x79,0x00,0x00, + 0xff,0x00,0x82,0x7d,0xff,0x00,0x95,0x6a,0xff,0x00,0x4f,0xb0,0xff,0x80,0x3f,0x40,0xff,0x0f,0xb0,0x40,0xff,0x7f,0x00,0x80,0xff,0xff,0x00,0x00,0x78,0x78,0x00,0x00, + 0xff,0x01,0x80,0x7e,0xff,0x01,0x50,0xae,0xff,0x01,0xe4,0x1a,0xff,0x01,0xfa,0x04,0xff,0xe0,0x1c,0x03,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x78,0x78,0x00,0x00, + 0x12,0x02,0x0f,0x10,0x13,0x03,0x2f,0x10,0x09,0x01,0x37,0x08,0x09,0x00,0x36,0x09,0x09,0x00,0x36,0x09,0x07,0x00,0x38,0x07,0x00,0x00,0x3f,0x00,0x00,0x00,0x3f,0x00, + 0x00,0x00,0xff,0x00,0xe0,0xe0,0xff,0x00,0x20,0x20,0xff,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xf8,0x00, + 0x1f,0x0f,0xef,0x10,0x1f,0x0f,0xef,0x10,0x1f,0x00,0xe0,0x1f,0xf0,0x00,0x0f,0xf0,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00, + 0xff,0xf7,0xf7,0x08,0xf8,0xf0,0xf7,0x08,0xf8,0x00,0x07,0xf8,0x0f,0x00,0xf0,0x0f,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00, + 0x86,0x80,0x99,0x06,0x9c,0x80,0xa3,0x1c,0xe4,0x00,0x1b,0xe4,0x24,0x00,0x1b,0x24,0x24,0x04,0x1f,0x20,0x22,0x00,0x1d,0x22,0x12,0x00,0x0d,0x12,0x12,0x00,0x0d,0x12, + 0x07,0x05,0x00,0x02,0x03,0x01,0x00,0x02,0x07,0x01,0x04,0x02,0x0f,0x0d,0x00,0x02,0x0f,0x0e,0x00,0x01,0x07,0x06,0x00,0x01,0x07,0x00,0x06,0x01,0x0f,0x0c,0x02,0x01, + 0xfa,0xca,0x30,0x00,0x7c,0x1c,0x60,0x00,0x78,0x68,0x10,0x00,0xf4,0xe4,0x10,0x00,0xf8,0xd8,0x20,0x00,0x7d,0x1d,0x40,0x20,0xfa,0xca,0x30,0x00,0x1e,0x0e,0x10,0x00, + 0x1c,0x10,0x0c,0x00,0x3c,0x2c,0x10,0x00,0x3c,0x18,0x24,0x00,0x38,0x00,0x38,0x00,0x3c,0x30,0x0c,0x00,0xef,0xeb,0x04,0x00,0x7f,0x77,0x08,0x00,0x5e,0x56,0x00,0x08, + 0x01,0x01,0x00,0x00,0x0e,0x0e,0x00,0x00,0x10,0x10,0x00,0x00,0x20,0x20,0x00,0x00,0x70,0x70,0x00,0x00,0x78,0x38,0x40,0x00,0x7f,0x3f,0x40,0x00,0x7f,0x3f,0x40,0x00, + 0xf0,0xf0,0x00,0x00,0x0c,0x0c,0x00,0x00,0x02,0x02,0x00,0x00,0x02,0x00,0x02,0x00,0x06,0x04,0x02,0x00,0x0e,0x08,0x06,0x00,0x1e,0x10,0x0c,0x02,0xfe,0xc0,0x3c,0x02, + 0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x84,0x84,0xff,0x00,0x80,0x80,0xff,0x00, + 0xff,0xff,0xff,0x00,0x01,0x01,0xff,0x00,0x21,0x21,0xff,0x00,0x01,0x01,0xff,0x00,0xff,0xff,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00,0x01,0x01,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x40,0x00,0x00,0xd9,0xc8,0x11,0x00,0xff,0x8c,0x53,0x20,0xff,0x24,0x0b,0xd0,0xff,0xe0,0x10,0x0f, + 0x1f,0x19,0x04,0x02,0x0f,0x0d,0x00,0x02,0x07,0x05,0x00,0x02,0xd7,0xd1,0x04,0x02,0xff,0xf1,0x00,0x0e,0xff,0x61,0x8c,0x12,0xff,0x01,0x0c,0xf2,0xff,0xc1,0x2c,0x12, + 0xfb,0x04,0x04,0x00,0xff,0x00,0x00,0x00,0xfb,0x04,0x04,0x00,0xff,0x00,0x00,0x00,0xdf,0x20,0x20,0x00,0xdf,0x20,0x20,0x00,0xfb,0x04,0x04,0x00,0x9a,0x65,0x65,0x00, + 0xff,0x00,0x00,0x00,0x7d,0x82,0x82,0x00,0x6f,0x90,0x90,0x00,0xfd,0x02,0x02,0x00,0x6d,0x92,0x92,0x00,0xef,0x10,0x10,0x00,0xff,0x00,0x00,0x00,0xd9,0x26,0x26,0x00, + 0x80,0x80,0x00,0x00,0x80,0x00,0x80,0x00,0xc0,0x00,0x40,0x80,0xde,0x9e,0x00,0x40,0xe0,0x20,0x80,0x40,0xe0,0x60,0x00,0x80,0xe0,0x60,0x00,0x80,0xf0,0x70,0x00,0x80, + 0x01,0x01,0x00,0x00,0x01,0x00,0x01,0x00,0x03,0x00,0x02,0x01,0xcb,0xc9,0x00,0x02,0x03,0x01,0x00,0x02,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01, + 0x1b,0x0b,0x00,0x10,0x3d,0x0d,0x20,0x10,0x7b,0x6b,0x10,0x00,0x7e,0x76,0x08,0x00,0x3b,0x33,0x00,0x08,0x3e,0x06,0x30,0x08,0x7c,0x64,0x00,0x18,0xfa,0xca,0x10,0x20, + 0xbe,0xb0,0x02,0x0c,0x6e,0x68,0x02,0x04,0x5f,0x57,0x08,0x00,0x3f,0x33,0x04,0x08,0x3e,0x30,0x0e,0x00,0x1c,0x0c,0x10,0x00,0x3e,0x26,0x18,0x00,0x1c,0x10,0x0c,0x00, + 0x3f,0x1f,0x20,0x00,0x7f,0x6f,0x10,0x00,0xff,0xf1,0x0e,0x00,0x7f,0x7e,0x01,0x00,0x1f,0x1f,0x00,0x00,0x40,0x40,0x00,0x00,0x60,0x60,0x00,0x00,0x20,0x20,0x00,0x00, + 0xfe,0xc0,0x3c,0x02,0xfc,0x80,0x78,0x04,0xfe,0x86,0x70,0x08,0xf8,0x08,0x00,0xf0,0xf6,0xf6,0x00,0x00,0x0e,0x0e,0x00,0x00,0x8c,0x8c,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0xff,0x00,0x80,0x80,0xff,0x00,0x88,0x88,0xff,0x00,0x80,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x82,0x82,0xff,0x00,0x82,0x82,0xff,0x00,0x82,0x82,0xff,0x00, + 0xff,0x11,0xec,0x02,0xff,0x31,0xc4,0x0a,0xff,0x3b,0xc0,0x04,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0x79,0x84,0x02,0xff,0x79,0x84,0x02, + 0x3e,0xc1,0xc1,0x00,0x08,0xf7,0xf7,0x00,0x80,0x7f,0x7f,0x00,0xcb,0x34,0x34,0x00,0x7f,0x80,0x80,0x00,0x3e,0xc1,0xc1,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x9c,0x63,0x63,0x00,0x84,0x7b,0x7b,0x00,0x81,0x7e,0x7e,0x00,0xd3,0x2c,0x2c,0x00,0xfe,0x01,0x01,0x00,0x7c,0x83,0x83,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xff,0x6f,0x10,0x80,0xf0,0x30,0x40,0x80,0xf0,0x70,0x00,0x80,0xf0,0x70,0x00,0x80,0xf8,0x78,0x00,0x80,0xf8,0x78,0x00,0x80,0xff,0x37,0x88,0x40,0xf8,0x98,0x20,0x40, + 0x3d,0x3c,0x00,0x01,0x03,0x02,0x00,0x01,0x01,0x00,0x00,0x01,0x03,0x00,0x01,0x02,0x03,0x01,0x00,0x02,0x03,0x01,0x00,0x02,0xb3,0xb1,0x00,0x02,0x0f,0x0d,0x00,0x02, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x0c,0xf3,0xf3,0x00,0xae,0x50,0x50,0x00,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x20,0x00,0x9f,0x20,0x20,0x00,0x9f,0x20,0x78,0x08,0x8f,0x70,0x44,0x04,0x87,0x40,0x83,0x03,0x03,0x80,0xc6,0x44,0x45,0x82,0xc6,0x44,0x7d,0x82,0xe6,0x64,0x7d,0x82, + 0xff,0xe6,0x11,0x08,0xff,0xc6,0x39,0x00,0xff,0x42,0xbd,0x00,0xff,0x00,0xfb,0x04,0xff,0x00,0x78,0x87,0xff,0x87,0x00,0x78,0xff,0xff,0x00,0x00,0x8e,0x8e,0x00,0x00, + 0xff,0x31,0xcc,0x02,0xff,0x31,0xcc,0x02,0xff,0x31,0xcc,0x02,0xff,0x31,0xcc,0x02,0xff,0x11,0x68,0x86,0xff,0xc3,0x30,0x0c,0xfe,0xfe,0x00,0x00,0x7c,0x7c,0x00,0x00, + 0x04,0xfb,0xfb,0x00,0x03,0xfc,0xfc,0x00,0x00,0xff,0xff,0x00,0x10,0xef,0xef,0x00,0x90,0x6f,0x6f,0x00,0x73,0x8c,0x8c,0x00,0x7f,0x80,0x80,0x00,0x7f,0x80,0x80,0x00, + 0xa0,0x5f,0x5f,0x00,0xc0,0x3f,0x3f,0x00,0x00,0xff,0xff,0x00,0x04,0xfb,0xfb,0x00,0x0d,0xf2,0xf2,0x00,0xce,0x31,0x31,0x00,0xfe,0x01,0x01,0x00,0xfe,0x01,0x01,0x00, + 0xf8,0xb8,0x00,0x40,0xf8,0x38,0x80,0x40,0xf8,0x78,0x00,0x80,0xf0,0x70,0x00,0x80,0xf0,0xf0,0x00,0x00,0xe0,0xe0,0x00,0x00,0xc0,0xc0,0x00,0x00,0x00,0x00,0x00,0x00, + 0x03,0x00,0x01,0x02,0x03,0x00,0x01,0x02,0x07,0x04,0x01,0x02,0x07,0x06,0x00,0x01,0x07,0x06,0x00,0x01,0x03,0x03,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, + 0xe6,0x64,0x7c,0x82,0xce,0x4c,0x7c,0x82,0xce,0x4c,0x7c,0x82,0xcc,0x48,0x78,0x84,0x78,0x30,0x30,0x48,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7d,0x82,0x82,0x00,0x78,0x87,0x87,0x00,0x7f,0x80,0x80,0x00,0x0f,0xf0,0xf0,0x00,0x43,0xbc,0xbc,0x00,0x78,0x87,0x87,0x00,0x87,0x78,0x78,0x00,0x00,0xff,0xff,0x00, + 0xbe,0x41,0x41,0x00,0x1e,0xe1,0xe1,0x00,0xee,0x11,0x11,0x00,0xf0,0x0f,0x0f,0x00,0xc0,0x3f,0x3f,0x00,0x00,0xff,0xff,0x00,0xe1,0x1e,0x1e,0x00,0x00,0xff,0xff,0x00, + 0xbf,0x40,0x40,0x00,0xcf,0x30,0x30,0x00,0xf0,0x0f,0x0f,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x20,0x20,0x00,0x00,0x32,0x32,0x00,0x00,0x16,0x16,0x00,0x00,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x1e,0x16,0x08,0x00,0x1c,0x14,0x08,0x00,0x0d,0x01,0x0c,0x00,0x17,0x11,0x06,0x00,0x03,0x02,0x01,0x00,0x05,0x05,0x00,0x00,0x03,0x03,0x00,0x00,0x05,0x05,0x00,0x00, + 0x08,0xc1,0x00,0x3e,0x00,0x3c,0x00,0x03,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x70,0x03,0x00,0xfc,0x00,0x3c,0x00,0xc0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x38,0x00,0x00,0x00,0x44,0x00,0x00,0x00,0xba,0x00,0x82,0x00,0x44,0x82,0xa6,0x24,0x7c,0x82,0xa6,0x24,0x7c,0x82,0xee,0x44,0x54,0xaa, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0x2c,0x10,0x00,0x3c,0x18,0x24,0x00,0x38,0x00,0x38,0x00,0x3c,0x30,0x0c,0x00,0x6f,0x6b,0x04,0x00,0xbf,0xb7,0x08,0x00,0x5e,0x56,0x00,0x08,0x7e,0x70,0x02,0x0c, + 0x01,0x01,0x00,0x00,0x28,0x28,0x00,0x00,0x51,0x51,0x00,0x00,0xff,0x41,0xbe,0x00,0xff,0x0c,0xf3,0x00,0xfe,0xae,0x50,0x00,0xa6,0xa6,0x00,0x00,0x00,0x00,0x00,0x00, + 0x80,0x80,0x00,0x00,0x02,0x02,0x00,0x00,0x55,0x55,0x00,0x00,0xfe,0x1e,0xe0,0x00,0xff,0x40,0xbf,0x00,0xff,0xcc,0x33,0x00,0x9c,0x9c,0x00,0x00,0x18,0x18,0x00,0x00, + 0x01,0x01,0x00,0x00,0x82,0x82,0x00,0x00,0x55,0x55,0x00,0x00,0xfe,0x9e,0x60,0x00,0xff,0xc0,0x3f,0x00,0xff,0x4c,0xb3,0x00,0x1c,0x1c,0x00,0x00,0x18,0x18,0x00,0x00, + 0xee,0xe8,0x02,0x04,0xbe,0xbc,0x02,0x00,0x76,0x72,0x04,0x00,0xdf,0xc3,0x1c,0x00,0xfd,0xd1,0x2c,0x00,0xf8,0x18,0xe0,0x00,0x68,0x08,0x60,0x00,0x40,0x40,0x00,0x00, + 0xff,0xb3,0x0c,0x40,0xff,0xd7,0x08,0x20,0xff,0xcf,0x10,0x20,0xff,0xdf,0x00,0x20,0xff,0xdf,0x00,0x20,0xff,0xda,0x05,0x20,0xff,0xda,0x01,0x24,0xff,0xbb,0x00,0x44, + 0xff,0xf1,0x0e,0x00,0xff,0xf1,0x0e,0x00,0xff,0xf9,0x06,0x00,0xff,0x7b,0x84,0x00,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0xf9,0x06,0x00,0xff,0xf9,0x04,0x02, + 0xff,0xc7,0x38,0x00,0xff,0xcf,0x30,0x00,0xff,0x9f,0x60,0x00,0xff,0xbf,0x40,0x00,0xff,0xfd,0x02,0x00,0xff,0xf6,0x09,0x00,0xff,0xf6,0x01,0x08,0xff,0x77,0x80,0x08, + 0xff,0x07,0xf8,0x00,0xff,0x8f,0x70,0x00,0xff,0x8f,0x70,0x00,0xff,0xa7,0x58,0x00,0xff,0xf5,0x0a,0x00,0xff,0xf6,0x09,0x00,0xff,0xf6,0x01,0x08,0xff,0x77,0x80,0x08, + 0xff,0xf1,0x0c,0x02,0xff,0xf1,0x0c,0x02,0xff,0xf9,0x04,0x02,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0x7b,0x80,0x04,0xff,0xfb,0x00,0x04,0xff,0xf9,0x04,0x02, + 0xff,0xbb,0x00,0x44,0xff,0xb3,0x0c,0x40,0xff,0xb1,0x0e,0x40,0xff,0xb9,0x06,0x40,0xff,0xb9,0x04,0x42,0xff,0xb9,0x04,0x42,0xff,0xb9,0x04,0x42,0xff,0xb0,0x0d,0x42, + 0xff,0xb1,0x4c,0x02,0xff,0xf1,0x0e,0x00,0xff,0xb1,0x4e,0x00,0xff,0xb8,0x47,0x00,0xff,0xb8,0x45,0x02,0xff,0x68,0x95,0x02,0xff,0x60,0x9d,0x02,0xff,0xf0,0x0d,0x02, + 0xff,0xf7,0x00,0x08,0xff,0xe7,0x18,0x00,0xff,0xe3,0x1c,0x00,0xff,0xf3,0x0c,0x00,0xff,0xf3,0x08,0x04,0xff,0xf3,0x08,0x04,0xff,0xf1,0x0a,0x04,0xff,0xe0,0x1b,0x04, + 0xff,0xb1,0x4c,0x02,0xff,0xf1,0x0e,0x00,0xff,0xb1,0x4e,0x00,0xff,0xb8,0x47,0x00,0xff,0xd8,0x25,0x02,0xff,0xe8,0x15,0x02,0xff,0xe0,0x1d,0x02,0xff,0xc0,0x3d,0x02, + 0xff,0xf7,0x00,0x08,0xff,0xe7,0x18,0x00,0xff,0x63,0x9c,0x00,0xff,0xb3,0x4c,0x00,0xff,0x73,0x88,0x04,0xff,0xf3,0x08,0x04,0xff,0xd1,0x2a,0x04,0xff,0xc0,0x3b,0x04, + 0xff,0xb1,0x4c,0x02,0xff,0xf1,0x0c,0x02,0xff,0xb1,0x4c,0x02,0xff,0xb9,0x44,0x02,0xff,0xd9,0x24,0x02,0xff,0xe9,0x14,0x02,0xff,0xe1,0x0c,0x12,0xff,0x61,0x8c,0x12, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x40,0xbf,0xbf,0x00,0xcc,0x33,0x33,0x00,0x9c,0x00,0x00,0x00,0x18,0x00,0x00,0x00, + 0x38,0xc7,0xc7,0x00,0x00,0xff,0xff,0x00,0x07,0xf8,0xf8,0x00,0x3f,0xc0,0xc0,0x00,0x7f,0x80,0x80,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x9f,0x60,0x60,0x00,0x8f,0x30,0x30,0x00,0x2f,0x10,0x10,0x00,0x77,0x00,0x00,0x10, + 0x00,0xa0,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xa0,0x00,0x00,0x00,0x40,0x00,0x80,0x00,0x88,0x00,0x60,0x00,0x80,0x00,0x30,0x00,0x28,0x00,0x10,0x00,0x68,0x00,0x10, + 0x00,0x10,0x00,0x0c,0x00,0x2c,0x00,0x10,0x00,0x18,0x00,0x24,0x00,0x00,0x00,0x38,0x00,0x30,0x00,0x0c,0x00,0xeb,0x00,0x04,0x00,0x77,0x00,0x08,0x08,0x56,0x00,0x08, + 0x00,0x10,0x00,0x0c,0x00,0x2c,0x00,0x10,0x00,0x18,0x00,0x24,0x00,0x00,0x00,0x38,0x00,0x30,0x00,0x0c,0x00,0x6b,0x00,0x04,0x00,0x77,0x00,0x08,0x08,0x56,0x00,0x08, + 0x0c,0xb0,0x00,0x0e,0x04,0x68,0x00,0x06,0x00,0x57,0x00,0x08,0x08,0x33,0x00,0x0c,0x00,0x30,0x00,0x0e,0x00,0x0c,0x00,0x10,0x00,0x26,0x00,0x18,0x00,0x10,0x00,0x0c, + 0x0c,0x30,0x00,0x0e,0x04,0x68,0x00,0x06,0x00,0x57,0x00,0x08,0x08,0x33,0x00,0x0c,0x00,0x30,0x00,0x0e,0x00,0x0c,0x00,0x10,0x00,0x26,0x00,0x18,0x00,0x10,0x00,0x0c, + 0x00,0xca,0x00,0x30,0x00,0x1c,0x00,0x60,0x00,0x68,0x00,0x10,0x00,0xe4,0x00,0x10,0x00,0xd8,0x00,0x20,0x20,0x1d,0x00,0x60,0x00,0xca,0x00,0x30,0x00,0x0e,0x00,0x10, + 0x10,0x0b,0x00,0x10,0x10,0x0d,0x00,0x30,0x00,0x6b,0x00,0x10,0x00,0x76,0x00,0x08,0x08,0x33,0x00,0x08,0x08,0x06,0x00,0x38,0x18,0x64,0x00,0x18,0x20,0xca,0x00,0x30, + 0x00,0x00,0x00,0x00,0x00,0x80,0x00,0x00,0x00,0xc2,0x00,0x10,0x50,0x86,0x00,0x78,0x08,0x64,0x00,0x9b,0x0c,0xf1,0x00,0x0e,0x00,0xdf,0x00,0x00,0x00,0xf5,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x47,0x00,0x88,0x88,0x63,0x00,0x9c,0x1c,0x20,0x00,0xdf,0x38,0x87,0x00,0x78,0x00,0xab,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/largemap_7.c b/gbdk-support/png2asset/testing/ref/largemap_7.c @@ -20,906 +20,231 @@ const palette_color_t largemap_7_palettes[16] = { }; const uint8_t largemap_7_tiles[3600] = { - 0x5c,0x33,0x2d,0x5a, - 0xdd,0xbf,0xbf,0x1b, - 0x63,0x3c,0x10,0x20, - 0x20,0x40,0x40,0x64, - 0x02,0xcc,0x74,0xfa, - 0xfb,0xfb,0xd3,0xc6, - 0xfe,0x3c,0x08,0x04, - 0x04,0x06,0x2e,0x3e, - 0x5c,0x3b,0x3c,0x6f, - 0xcd,0xc9,0x3c,0x0f, - 0x63,0x37,0x0f,0x18, - 0x3a,0x3e,0x03,0x00, - 0x02,0xcc,0x7c,0x76, - 0x73,0x73,0x3c,0xf0, - 0xfe,0xfc,0xf0,0xf8, - 0xfc,0xfc,0xc0,0x00, - 0x00,0x14,0x22,0x1c, - 0x00,0x00,0x28,0x44, - 0x22,0x41,0x49,0x22, - 0x00,0x44,0x82,0x92, - 0x00,0x00,0x14,0x22, - 0x1c,0x00,0x00,0x28, - 0x00,0x22,0x41,0x49, - 0x22,0x00,0x44,0x82, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x17,0x17,0x67,0x77, - 0x3b,0x0b,0x7b,0xe7, - 0x10,0x30,0x10,0x08, - 0x08,0x38,0x18,0x30, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xfc,0xf4,0xf7,0xeb, - 0xe0,0xec,0xe6,0xe0, - 0x0e,0x06,0x08,0x0c, - 0x0e,0x10,0x18,0x0c, - 0x63,0x7d,0x7e,0xbb, - 0xcf,0x87,0x82,0x48, - 0x9c,0x82,0x81,0xc4, - 0xfc,0xfc,0xff,0x77, - 0xda,0x99,0x39,0xa3, - 0xbd,0x21,0xc1,0x02, - 0x3e,0x67,0xc7,0x7f, - 0x7f,0xff,0xff,0xfe, - 0x38,0x00,0x00,0x14, - 0x22,0x1c,0x00,0x00, - 0x44,0x00,0x22,0x41, - 0x49,0x22,0x00,0x00, - 0x44,0x38,0x00,0x00, - 0x14,0x22,0x1c,0x00, - 0x92,0x44,0x00,0x22, - 0x41,0x49,0x22,0x00, - 0x0f,0x6f,0xef,0xcf, - 0x1f,0x0f,0x0f,0x07, - 0x60,0x10,0x10,0x20, - 0x60,0x30,0x10,0x10, - 0xec,0xd8,0xf8,0xac, - 0x93,0xd7,0xee,0xec, - 0x10,0x24,0x18,0x4c, - 0x64,0x28,0x08,0x0e, - 0x5c,0x3b,0x3c,0x6f, - 0xcd,0xc9,0xc4,0x60, - 0x63,0x37,0x0f,0x18, - 0x3a,0x3e,0x3f,0x1f, - 0x02,0xcc,0x7c,0x76, - 0x73,0x73,0x63,0xc6, - 0xfe,0xfc,0xf0,0xf8, - 0xfc,0xfc,0xfc,0xf8, - 0x00,0x03,0x0d,0x1a, - 0x1d,0x3f,0x3f,0x1b, - 0x03,0x0c,0x10,0x20, - 0x20,0x40,0x40,0x64, - 0x00,0xc0,0x70,0xf8, - 0xf8,0xfa,0xd2,0xc6, - 0xc0,0x30,0x08,0x04, - 0x04,0x06,0x2e,0x3e, - 0x07,0x77,0xd7,0x23, - 0x31,0x74,0x66,0x02, - 0x30,0x10,0x30,0x7c, - 0x4e,0x0b,0x19,0x00, - 0xff,0xff,0xff,0xc1, - 0x8c,0x2e,0x27,0x0f, - 0x00,0x00,0x00,0x3e, - 0x73,0xd1,0x00,0x00, - 0xff,0xff,0xff,0x7f, - 0x9f,0x8f,0x2f,0x77, - 0x00,0x00,0x00,0x80, - 0x60,0x30,0x10,0x10, - 0x3c,0x0f,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x3c,0xf0,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x38,0x44, - 0xba,0xc6,0xdb,0xdb, - 0x00,0x00,0x00,0x00, - 0x00,0x82,0xa7,0xa6, - 0x00,0x00,0x38,0x44, - 0xba,0xc6,0xda,0xfa, - 0x00,0x00,0x00,0x00, - 0x00,0x82,0xa6,0xae, - 0xff,0xfd,0xe6,0xf2, - 0xf8,0xe0,0xf0,0xe0, - 0x06,0x1b,0x31,0x20, - 0x20,0x30,0x40,0x90, - 0xff,0x35,0xbb,0x9a, - 0x00,0x00,0x00,0x00, - 0xfb,0xce,0x40,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x4d,0xae,0xa6, - 0x00,0x00,0x00,0x00, - 0xbe,0xf3,0x50,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x5f,0xcc,0x9c, - 0x18,0x00,0x00,0x00, - 0xe0,0xbf,0x33,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xd5,0xec,0x69, - 0x01,0x00,0x00,0x00, - 0xee,0x3b,0x03,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xff,0xcf,0xc9, - 0x83,0x07,0x03,0x07, - 0x00,0xf8,0x36,0x03, - 0x01,0x01,0x06,0x01, - 0xff,0xff,0xff,0x41, - 0x0c,0xae,0xa6,0x00, - 0x00,0x00,0x00,0xbe, - 0xf3,0x50,0x00,0x00, - 0xff,0xff,0xff,0x1f, - 0x40,0xcc,0x9c,0x18, - 0x00,0x00,0x00,0xe0, - 0xbf,0x33,0x00,0x00, - 0xff,0xff,0xff,0xfe, - 0xf9,0xf1,0xf4,0xe6, - 0x00,0x00,0x00,0x01, - 0x06,0x0c,0x08,0x08, - 0xff,0xff,0xff,0x9f, - 0x80,0x0c,0x7c,0xf8, - 0x00,0x00,0x00,0x60, - 0x7f,0xf3,0x80,0x00, - 0xf4,0xf8,0xf8,0xe3, - 0xd1,0x18,0x08,0x40, - 0x06,0x02,0x04,0x1c, - 0x2c,0xe0,0x60,0x00, - 0xbb,0xa2,0xa3,0xe7, - 0xf7,0x54,0x44,0x00, - 0xc7,0xde,0xdf,0x5c, - 0xcf,0x6c,0x7c,0x38, - 0xba,0xaa,0x82,0x38, - 0xc6,0xda,0xda,0x92, - 0xee,0xfe,0xc6,0x82, - 0x82,0xa6,0xa6,0xee, - 0xbb,0xaa,0x29,0x01, - 0x39,0xc6,0xda,0xda, - 0xef,0xfe,0x7d,0x44, - 0x83,0x82,0xa6,0xa6, - 0xc0,0xe0,0xfc,0xfc, - 0xf8,0xe0,0xf0,0xfc, - 0xe0,0x30,0x10,0x20, - 0x20,0x38,0x18,0x20, - 0x0f,0x0f,0x03,0x0d, - 0x07,0x03,0x01,0x07, - 0x01,0x02,0x06,0x03, - 0x01,0x01,0x03,0x01, - 0xa2,0xa2,0x64,0x74, - 0x54,0x44,0x00,0x00, - 0xde,0xde,0x5c,0x4c, - 0x6c,0x7c,0x38,0x00, - 0xe0,0xf0,0xe0,0xc0, - 0xe0,0xfc,0xf4,0xf8, - 0x30,0x40,0x90,0xe0, - 0x30,0x10,0x38,0x20, - 0x0f,0x07,0x0f,0x1f, - 0x1f,0x07,0x1b,0x07, - 0x02,0x0c,0x02,0x02, - 0x04,0x0c,0x06,0x02, - 0x00,0xf0,0xf0,0xf0, - 0x00,0x7f,0x7f,0x7f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x07,0x07,0x07, - 0x00,0x7f,0x7f,0x7f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xe0,0xf0,0xfc,0xec, - 0xe0,0xf0,0xd8,0xe0, - 0x38,0x18,0x20,0x30, - 0x38,0x40,0x60,0x30, - 0x03,0x03,0x0f,0x0f, - 0x07,0x01,0x0d,0x1b, - 0x02,0x06,0x02,0x01, - 0x01,0x07,0x03,0x06, - 0xaa,0xaa,0x28,0x00, - 0x38,0xc6,0xdb,0xdb, - 0xfe,0xfe,0x7c,0x44, - 0x82,0x82,0xa7,0xa6, - 0x00,0x00,0x38,0x44, - 0xba,0xc6,0xda,0xda, - 0x00,0x00,0x00,0x00, - 0x00,0x82,0xa6,0xa6, - 0x00,0x07,0x07,0x07, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xf7,0xf7,0xf7, - 0x00,0x7f,0x7f,0x7f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xcf,0xf0,0xe0,0x60, - 0xfe,0xa0,0x40,0x80, - 0x80,0x80,0x80,0xc0, - 0x40,0xc0,0x80,0x00, - 0x79,0x07,0x01,0x03, - 0xcb,0x01,0x00,0x01, - 0x01,0x01,0x01,0x02, - 0x02,0x03,0x01,0x00, - 0xf0,0xc0,0xe0,0xf8, - 0xd8,0xc0,0xe0,0xb0, - 0x40,0x70,0x30,0x40, - 0x60,0x70,0x80,0xc0, - 0x00,0x00,0x20,0x32, - 0x16,0x04,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x14,0x22, - 0x1c,0x00,0x00,0x00, - 0x00,0x22,0x41,0x49, - 0x22,0x00,0x00,0x00, - 0xbb,0xa2,0xa3,0x67, - 0x77,0x54,0x44,0x00, - 0xc7,0xde,0xdf,0x5c, - 0x4f,0x6c,0x7c,0x38, - 0xba,0xa2,0xa2,0xe4, - 0xf4,0x54,0x44,0x00, - 0xc6,0xde,0xde,0x5c, - 0xcc,0x6c,0x7c,0x38, - 0xc0,0xf0,0xe4,0xce, - 0xff,0xff,0xfb,0xf3, - 0x60,0x40,0x40,0x60, - 0x73,0x4e,0x46,0x4e, - 0x00,0x00,0x00,0x10, - 0x32,0xab,0xf5,0xf3, - 0x00,0x00,0x00,0x80, - 0xc4,0xdc,0x7f,0x0f, - 0x00,0x00,0x00,0x00, - 0x30,0x70,0xe0,0x40, - 0x00,0x00,0x00,0x00, - 0x00,0x80,0x90,0xe0, - 0x00,0x0c,0x0e,0x06, - 0x01,0x32,0x1d,0x0e, - 0x00,0x00,0x01,0x09, - 0x1f,0x0e,0x04,0x1d, - 0x30,0x70,0x62,0x97, - 0x9d,0x6b,0x10,0x07, - 0x00,0x00,0x90,0xf8, - 0x9a,0x0f,0xe0,0xf8, - 0x00,0x00,0x06,0x07, - 0xcb,0xed,0x30,0xc4, - 0x00,0x00,0x80,0x88, - 0x8c,0x9f,0x58,0x73, - 0x0c,0x1c,0x58,0x60, - 0x80,0x31,0x1f,0x0e, - 0x00,0x00,0xe0,0xf8, - 0x8e,0x84,0x68,0xfc, - 0x40,0xe0,0x70,0x30, - 0x00,0x00,0x00,0x00, - 0xe0,0x90,0x80,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x03, - 0x04,0x0b,0x1c,0x1d, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x18,0x12, - 0x00,0x00,0x00,0xc0, - 0x20,0xd0,0x30,0xd0, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x10,0x30, - 0xeb,0xf1,0xe3,0xf7, - 0xff,0xfb,0xff,0xff, - 0x5c,0x3e,0x3c,0x28, - 0x20,0x44,0x44,0x44, - 0xf0,0xe0,0xe1,0x47, - 0x07,0x8b,0x99,0x9b, - 0x0f,0x1f,0x1e,0xbc, - 0xfc,0x7c,0x76,0x66, - 0x00,0x00,0x00,0xc6, - 0xbe,0xca,0xaa,0xaa, - 0x7c,0x82,0x82,0x82, - 0xc2,0xf6,0xf6,0xb6, - 0x00,0x00,0x00,0x63, - 0x7d,0x53,0x55,0x55, - 0x3e,0x41,0x41,0x41, - 0x43,0x6f,0x6f,0x6d, - 0x48,0x14,0x18,0x79, - 0x75,0x39,0x0b,0x73, - 0x3b,0x33,0x37,0x16, - 0x0a,0x0a,0x38,0x18, - 0x50,0xf9,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xaf,0x06,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x08,0x21,0x0b,0x9f, - 0xff,0xff,0xff,0xff, - 0x87,0xde,0xf4,0x60, - 0x00,0x00,0x00,0x00, - 0x04,0x86,0xd6,0xef, - 0xeb,0xec,0xec,0xe6, - 0xf6,0x7e,0x28,0x08, - 0x0c,0x0e,0x10,0x18, - 0x0d,0x19,0x1c,0x0c, - 0x07,0x00,0x00,0x00, - 0x0a,0x0e,0x07,0x03, - 0x00,0x00,0x00,0x00, - 0x10,0x18,0x38,0xf0, - 0xe0,0x00,0x00,0x00, - 0xf0,0xf0,0xe0,0xc0, - 0x00,0x00,0x00,0x00, - 0xff,0xf3,0xf1,0xb2, - 0xb2,0xcf,0x7f,0x3e, - 0x44,0x4c,0x4e,0x4f, - 0x4f,0x3c,0x00,0x00, - 0x93,0x31,0x31,0x33, - 0xd3,0xcf,0xff,0x7c, - 0x6e,0xce,0xce,0xce, - 0xef,0x3c,0x00,0x00, - 0x00,0x80,0xc2,0x96, - 0x0d,0x6a,0x91,0x04, - 0x00,0x00,0x10,0x78, - 0x9b,0x0e,0x60,0xfb, - 0x00,0x00,0x06,0x47, - 0xeb,0xfc,0x38,0x84, - 0x00,0x00,0x00,0x88, - 0x9c,0xdf,0x78,0x03, - 0xa0,0xbf,0xbf,0xbf, - 0xa0,0xbf,0xbf,0xbf, - 0x3f,0x20,0x20,0x20, - 0x3f,0x20,0x20,0x20, - 0x60,0x7f,0x7f,0x7f, - 0x00,0x7f,0x7f,0x7f, - 0x9f,0x80,0x80,0x80, - 0xff,0x80,0x80,0x80, - 0x06,0xfe,0xfe,0xfe, - 0x00,0xfe,0xde,0xfe, - 0xf9,0x01,0x01,0x01, - 0xff,0x01,0x21,0x01, - 0x05,0xfd,0xfd,0xfd, - 0x05,0xfd,0xfd,0xfd, - 0xfc,0x04,0x04,0x04, - 0xfc,0x04,0x04,0x04, - 0x00,0x00,0x38,0x44, - 0xba,0xc6,0xda,0xfb, - 0x00,0x00,0x00,0x00, - 0x00,0x82,0xa6,0xaf, - 0x77,0x37,0xa3,0xcb, - 0x93,0x47,0x87,0x17, - 0x10,0x30,0x34,0x64, - 0x8c,0x38,0x78,0xe8, - 0xe0,0xcc,0xf8,0xd0, - 0xa0,0x93,0x97,0xde, - 0x0c,0x10,0x24,0x18, - 0x4c,0x64,0x68,0x28, - 0x00,0x00,0x00,0x00, - 0x03,0x0d,0x31,0xd1, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x0d,0x31,0xd1, - 0x11,0x01,0x01,0x11, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x10,0x10,0x00, - 0x10,0x00,0x10,0x10, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x08,0x08,0x08, - 0x08,0x08,0x08,0x08, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc0,0xf0,0xac,0xdf, - 0xaa,0xdd,0xaa,0xdd, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc0,0xf0,0xac,0xdf, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x40,0xee,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xbf,0x11,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0xc7,0xff, - 0xff,0xff,0xff,0xff, - 0xc7,0xff,0x38,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x7f,0x7b,0x7f, - 0x00,0x7f,0x7b,0x7f, - 0xff,0x80,0x84,0x80, - 0xff,0x80,0x84,0x80, - 0x00,0xfe,0xfe,0xfe, - 0x00,0xde,0xde,0xde, - 0xff,0x01,0x01,0x01, - 0xff,0x21,0x21,0x21, - 0x00,0x00,0x1e,0x33, - 0x3f,0x7e,0xe5,0xc7, - 0x00,0x1e,0x21,0x40, - 0x21,0x7f,0x46,0x5f, - 0x00,0x78,0xcc,0xf8, - 0x7c,0xf6,0x9b,0xf3, - 0x78,0x84,0x02,0x84, - 0xfc,0x0e,0x06,0x0e, - 0xbb,0xab,0x82,0x39, - 0xc7,0xdb,0xda,0x92, - 0xee,0xff,0xc6,0x83, - 0x82,0xa7,0xa6,0xee, - 0x3f,0x7f,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xc0,0x80,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0c,0x0e,0x07,0x02, - 0x00,0x00,0x00,0x00, - 0x00,0x01,0x09,0x07, - 0x00,0x00,0x80,0xc2, - 0xe6,0xf5,0xff,0xe7, - 0x00,0x00,0x00,0x10, - 0x78,0x9b,0x0e,0x1c, - 0x00,0x00,0x00,0x06, - 0x47,0x63,0xa7,0xfa, - 0x00,0x00,0x00,0x00, - 0x88,0x9c,0xdf,0x7f, - 0x00,0x11,0x10,0x01, - 0x01,0x01,0x11,0x12, - 0x80,0x80,0x80,0x80, - 0x80,0x80,0x80,0x81, - 0x11,0x11,0x11,0x12, - 0x19,0x25,0x9c,0x7f, - 0x00,0x00,0x00,0x01, - 0x06,0x1a,0x63,0x80, - 0x10,0x10,0x10,0x00, - 0xef,0xef,0x00,0xbe, - 0x00,0x00,0x00,0xff, - 0x10,0x10,0xff,0x41, - 0x08,0x08,0x08,0x00, - 0xff,0xff,0xff,0xff, - 0x00,0x00,0x00,0xff, - 0x00,0x00,0x00,0x00, - 0xaa,0xdd,0xaa,0x5d, - 0x9a,0xe5,0xf9,0xfe, - 0x00,0x00,0x00,0x80, - 0x60,0x18,0x06,0x01, - 0xaa,0xdc,0xaa,0xdc, - 0xaa,0xdc,0xaa,0x5c, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x01,0x81, - 0x00,0x7f,0x77,0x7f, - 0x00,0x7f,0x7f,0x7f, - 0xff,0x80,0x88,0x80, - 0xff,0x80,0x80,0x80, - 0x00,0xff,0xef,0xff, - 0x00,0x7e,0x7e,0x7e, - 0xff,0x00,0x10,0x00, - 0xff,0x81,0x81,0x81, - 0xee,0xec,0xcd,0xd5, - 0xc8,0xe2,0xe8,0xf8, - 0x08,0x08,0x2c,0x26, - 0x31,0x1c,0x17,0x07, - 0xc2,0xc0,0xe0,0xfc, - 0xef,0xe0,0xdf,0xbf, - 0x5f,0x5f,0x60,0x5f, - 0x50,0x5f,0x60,0x7f, - 0xfb,0xc3,0x77,0x3f, - 0xf7,0x07,0xfb,0xfd, - 0xf6,0xfa,0x06,0xfa, - 0x0a,0xfa,0x06,0xfe, - 0xaa,0xaa,0x00,0x38, - 0xc6,0xda,0xda,0xba, - 0xfe,0xfe,0x44,0x82, - 0x82,0xa6,0xa6,0xee, - 0xc1,0xf1,0xad,0xdf, - 0xaa,0xdc,0xab,0xdd, - 0x00,0x00,0x00,0x00, - 0x01,0x01,0x01,0x00, - 0xfc,0x04,0x74,0x04, - 0xf8,0xf8,0xcc,0x9f, - 0x00,0x00,0x00,0x00, - 0x04,0x04,0xfc,0xf8, - 0xc5,0x09,0x6b,0xef, - 0xcf,0x3f,0xcf,0x0f, - 0x32,0x66,0x14,0x10, - 0x20,0x60,0x30,0x10, - 0xff,0xff,0xfe,0xf0, - 0xe0,0xc0,0xb0,0x38, - 0x00,0x00,0x01,0x0e, - 0x10,0x20,0x40,0x40, - 0xff,0xff,0x0f,0x03, - 0x01,0x01,0x05,0x0a, - 0x00,0x00,0xf0,0x0c, - 0x02,0x02,0x02,0x06, - 0x00,0xf7,0xf7,0xf7, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc8,0x42,0x1b,0x9b, - 0xfd,0xf6,0xfe,0x6f, - 0x3f,0xbd,0xe4,0x64, - 0x02,0x09,0x09,0x98, - 0x00,0x11,0x39,0x7b, - 0x7f,0x7f,0x79,0x7b, - 0xff,0xee,0xc6,0x84, - 0x84,0x84,0x86,0x86, - 0xca,0x46,0x0e,0x9e, - 0xfd,0xbf,0xff,0x7f, - 0x3d,0xb9,0xf9,0x7d, - 0x3f,0x7f,0x7f,0xff, - 0x00,0x11,0x3b,0xd3, - 0xe7,0xf7,0xfd,0xff, - 0xff,0xee,0xc6,0xee, - 0xfc,0xfc,0xfe,0xfe, - 0x1f,0xbf,0xff,0x3f, - 0x3b,0x3f,0x1f,0x1f, - 0x86,0x9c,0xe4,0x24, - 0x24,0x22,0x12,0x12, - 0xff,0x81,0x81,0x81, - 0x81,0xc0,0xc0,0xc0, - 0x00,0x7e,0x48,0x48, - 0x48,0x3f,0x24,0x24, - 0xbe,0xbf,0xe0,0xe7, - 0xe4,0xe3,0xe0,0xf0, - 0x41,0x7f,0x3f,0x3f, - 0x3f,0x3c,0x3f,0x1f, - 0xff,0xff,0x07,0xe7, - 0x27,0xf7,0x37,0x0f, - 0x00,0xfc,0xfc,0xfc, - 0xdc,0x3c,0xfc,0xf8, - 0xfa,0xfd,0xff,0xfc, - 0xdc,0xfc,0xf8,0xf8, - 0x61,0x39,0x27,0x24, - 0x24,0x44,0x48,0x48, - 0xfc,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x03,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xaa,0xaa,0x00,0x38, - 0xc6,0xda,0xda,0xba, - 0xfe,0xfe,0x44,0x82, - 0x82,0xa6,0xa6,0xc6, - 0x08,0x08,0x08,0x00, - 0xff,0xff,0xfd,0xff, - 0x00,0x00,0x00,0xff, - 0x00,0x00,0x02,0x00, - 0xca,0x0c,0x82,0xd4, - 0xaa,0xdc,0xaa,0x5c, - 0xf9,0xf9,0x39,0x09, - 0x01,0x01,0x01,0x81, - 0x3f,0xbf,0xdf,0xa3, - 0xc4,0xe0,0xf8,0xff, - 0x40,0x00,0x00,0x40, - 0x38,0x1f,0x07,0x00, - 0x12,0xc2,0xc1,0x82, - 0x09,0x03,0x0f,0xff, - 0x0e,0x3e,0x3c,0x71, - 0x06,0xfc,0xf0,0x00, - 0xee,0xc6,0x42,0x04, - 0x87,0xff,0xfe,0x78, - 0x19,0x39,0xbd,0xff, - 0xff,0x78,0x00,0x00, - 0x33,0x31,0x31,0x33, - 0xa3,0xcf,0xff,0x79, - 0xce,0xce,0xce,0xce, - 0xdf,0x3c,0x00,0x00, - 0x7d,0x6a,0xb0,0xc0, - 0x4f,0xff,0xff,0x78, - 0xff,0xff,0xff,0x7f, - 0xf0,0x80,0x00,0x00, - 0x7f,0xaf,0x1b,0x05, - 0xe3,0xff,0xff,0x78, - 0xfe,0xfe,0xfe,0xfe, - 0x1f,0x00,0x00,0x00, - 0x1d,0x3c,0x3e,0x3f, - 0x3f,0x3f,0x3f,0x3f, - 0x12,0x13,0x09,0x09, - 0x09,0x07,0x00,0x00, - 0xff,0x1f,0xdf,0xff, - 0xff,0xff,0xff,0xf8, - 0x00,0xe0,0x20,0xff, - 0x00,0x00,0x00,0x00, - 0xf0,0xf0,0xff,0xff, - 0xff,0xff,0xff,0x00, - 0x1f,0x1f,0x1f,0xf0, - 0x00,0x00,0x00,0x00, - 0x08,0x0f,0xff,0xff, - 0xff,0xff,0xff,0x00, - 0xff,0xf8,0xf8,0x0f, - 0x00,0x00,0x00,0x00, - 0xff,0xf8,0xfb,0xff, - 0xff,0xff,0xff,0x1f, - 0x00,0x07,0x04,0xff, - 0x00,0x00,0x00,0x00, - 0xb8,0x3c,0x7c,0xfc, - 0xfc,0xfc,0xfc,0xfc, - 0x48,0xc8,0x90,0x90, - 0x90,0xe0,0x00,0x00, - 0x1f,0x3f,0xff,0x3f, - 0x3b,0x3f,0x1f,0x1f, - 0x86,0x9c,0xe4,0x24, - 0x24,0x22,0x12,0x12, - 0xff,0x81,0x81,0x81, - 0x81,0x03,0x03,0x03, - 0x00,0x7e,0x12,0x12, - 0x12,0xfc,0x24,0x24, - 0x07,0x03,0x03,0x0f, - 0x0f,0x07,0x01,0x0d, - 0x02,0x02,0x06,0x02, - 0x01,0x01,0x07,0x03, - 0xca,0x1c,0x68,0xe4, - 0xd8,0x3d,0xca,0x0e, - 0x30,0x60,0x10,0x10, - 0x20,0x60,0x30,0x10, - 0x10,0x2c,0x18,0x00, - 0x30,0xeb,0x77,0x5e, - 0x0c,0x10,0x24,0x38, - 0x0c,0x04,0x08,0x08, - 0x01,0x0e,0x10,0x20, - 0x70,0x38,0x3f,0x3f, - 0x00,0x00,0x00,0x00, - 0x00,0x40,0x40,0x40, - 0xf0,0x0c,0x02,0x00, - 0x04,0x08,0x12,0xc2, - 0x00,0x00,0x00,0x02, - 0x02,0x06,0x0e,0x3e, - 0x00,0x7f,0x7f,0x7f, - 0x00,0x7f,0x7b,0x7f, - 0xff,0x80,0x80,0x80, - 0xff,0x80,0x84,0x80, - 0x00,0xfe,0xde,0xfe, - 0x00,0xfe,0xfe,0xfe, - 0xff,0x01,0x21,0x01, - 0xff,0x01,0x01,0x01, - 0x00,0x00,0x00,0x40, - 0xc8,0xac,0xf4,0xef, - 0x00,0x00,0x00,0x00, - 0x11,0x73,0xdb,0x1f, - 0x1b,0x0f,0x07,0xd3, - 0xff,0x73,0xf3,0xd3, - 0x06,0x02,0x02,0x06, - 0x0e,0x9e,0xfe,0x3e, - 0xfb,0xff,0xfb,0xff, - 0xdf,0xdf,0xfb,0x9a, - 0x04,0x00,0x04,0x00, - 0x20,0x20,0x04,0x65, - 0xff,0x7d,0x6f,0xfd, - 0x6d,0xef,0xff,0xd9, - 0x00,0x82,0x90,0x02, - 0x92,0x10,0x00,0x26, - 0x80,0x00,0x80,0xde, - 0x60,0xe0,0xe0,0xf0, - 0x00,0x80,0xc0,0x40, - 0xc0,0x80,0x80,0x80, - 0x01,0x00,0x01,0xcb, - 0x03,0x01,0x01,0x01, - 0x00,0x01,0x03,0x02, - 0x02,0x01,0x01,0x01, - 0x1b,0x1d,0x6b,0x76, - 0x3b,0x0e,0x7c,0xea, - 0x10,0x30,0x10,0x08, - 0x08,0x38,0x18,0x30, - 0xbc,0x6c,0x57,0x3b, - 0x30,0x0c,0x26,0x10, - 0x0e,0x06,0x08,0x0c, - 0x0e,0x10,0x18,0x0c, - 0x1f,0x6f,0xf1,0x7e, - 0x1f,0x40,0x60,0x20, - 0x20,0x10,0x0e,0x01, - 0x00,0x00,0x00,0x00, - 0xc2,0x84,0x8e,0xf8, - 0xf6,0x0e,0x8c,0x00, - 0x3e,0x7c,0x78,0xf0, - 0x00,0x00,0x00,0x00, - 0x00,0xf0,0xf0,0xf0, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x7f,0x77,0x7f, - 0x00,0x7d,0x7d,0x7d, - 0xff,0x80,0x88,0x80, - 0xff,0x82,0x82,0x82, - 0x00,0xfe,0xee,0xfe, - 0x00,0xfe,0xfe,0xfe, - 0xff,0x01,0x11,0x01, - 0xff,0x01,0x01,0x01, - 0x13,0x3b,0x3f,0x7f, - 0x7f,0x7f,0x7b,0x7b, - 0xee,0xce,0xc4,0x84, - 0x84,0x84,0x86,0x86, - 0x3e,0x08,0x80,0xcb, - 0x7f,0x3e,0x00,0x00, - 0xc1,0xf7,0x7f,0x34, - 0x80,0xc1,0xff,0xff, - 0x9c,0x84,0x81,0xd3, - 0xfe,0x7c,0x00,0x00, - 0x63,0x7b,0x7e,0x2c, - 0x01,0x83,0xff,0xff, - 0xef,0xb0,0xf0,0xf0, - 0xf8,0xf8,0x77,0xd8, - 0x90,0xc0,0x80,0x80, - 0x80,0x80,0xc8,0x60, - 0x3d,0x03,0x01,0x02, - 0x03,0x03,0xb3,0x0f, - 0x01,0x01,0x01,0x03, - 0x02,0x02,0x02,0x02, - 0xff,0xff,0xff,0xff, - 0x0c,0xae,0xa6,0x00, - 0x00,0x00,0x00,0x00, - 0xf3,0x50,0x00,0x00, - 0xbf,0xbf,0xf7,0xc3, - 0x80,0x83,0xbb,0x9b, - 0x20,0x20,0x78,0x44, - 0x83,0xc6,0xc6,0xe6, - 0xfd,0xfd,0xef,0xc3, - 0x01,0xc1,0xdd,0xd9, - 0x04,0x04,0x1e,0x22, - 0xc1,0x63,0x63,0x67, - 0xee,0xc6,0x42,0x04, - 0x87,0xff,0xff,0x8e, - 0x19,0x39,0xbd,0xff, - 0xff,0x78,0x00,0x00, - 0x33,0x33,0x33,0x33, - 0x97,0xcf,0xfe,0x7c, - 0xce,0xce,0xce,0xce, - 0xee,0x3c,0x00,0x00, - 0x04,0x03,0x00,0x10, - 0x90,0x73,0x7f,0x7f, - 0xfb,0xfc,0xff,0xef, - 0x6f,0x8c,0x80,0x80, - 0xa0,0xc0,0x00,0x04, - 0x0d,0xce,0xfe,0xfe, - 0x5f,0x3f,0xff,0xfb, - 0xf2,0x31,0x01,0x01, - 0xf8,0x78,0xf8,0xf0, - 0xf0,0xe0,0xc0,0x00, - 0x40,0xc0,0x80,0x80, - 0x00,0x00,0x00,0x00, - 0x02,0x02,0x06,0x07, - 0x07,0x03,0x01,0x00, - 0x03,0x03,0x03,0x01, - 0x01,0x00,0x00,0x00, - 0x9a,0xb2,0xb2,0xb4, - 0x48,0x00,0x00,0x00, - 0xe6,0xce,0xce,0xcc, - 0x78,0x00,0x00,0x00, - 0x59,0x4d,0x4d,0x2d, - 0x12,0x00,0x00,0x00, - 0x67,0x73,0x73,0x33, - 0x1e,0x00,0x00,0x00, - 0x7d,0x78,0x7f,0x0f, - 0x43,0x78,0x87,0x00, - 0x82,0x87,0x80,0xf0, - 0xbc,0x87,0x78,0xff, - 0xbe,0x1e,0xee,0xf0, - 0xc0,0x00,0xe1,0x00, - 0x41,0xe1,0x11,0x0f, - 0x3f,0xff,0x1e,0xff, - 0xbf,0xcf,0xf0,0xff, - 0xff,0xff,0xff,0xff, - 0x40,0x30,0x0f,0x00, - 0x00,0x00,0x00,0x00, - 0xfd,0xf3,0x0f,0xff, - 0xff,0xff,0xff,0xff, - 0x02,0x0c,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x16,0x14,0x01,0x11, - 0x02,0x05,0x03,0x05, - 0x08,0x08,0x0c,0x06, - 0x01,0x00,0x00,0x00, - 0x68,0x28,0x80,0x88, - 0x40,0xa0,0xc0,0xa0, - 0x10,0x10,0x30,0x60, - 0x80,0x00,0x00,0x00, - 0xc9,0x3c,0x0f,0x00, - 0x00,0x00,0x00,0x00, - 0x3e,0x03,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x73,0x3c,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0xfc,0xc0,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x38,0x44,0xba, - 0xc6,0xda,0xda,0xba, - 0x00,0x00,0x00,0x00, - 0x82,0xa6,0xa6,0xee, - 0x00,0x00,0x00,0x00, - 0x00,0x01,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2c,0x18,0x00,0x30, - 0x6b,0xb7,0x5e,0x7c, - 0x10,0x24,0x38,0x0c, - 0x04,0x08,0x08,0x0e, - 0x05,0x03,0x05,0x02, - 0x11,0x01,0x14,0x16, - 0x00,0x00,0x00,0x01, - 0x06,0x0c,0x08,0x08, - 0x01,0x28,0x51,0x41, - 0x0c,0xae,0xa6,0x00, - 0x00,0x00,0x00,0xbe, - 0xf3,0x50,0x00,0x00, - 0x80,0x02,0x55,0x1e, - 0x40,0xcc,0x9c,0x18, - 0x00,0x00,0x00,0xe0, - 0xbf,0x33,0x00,0x00, - 0x01,0x82,0x55,0x9e, - 0xc0,0x4c,0x1c,0x18, - 0x00,0x00,0x00,0x60, - 0x3f,0xb3,0x00,0x00, - 0xec,0xbc,0x72,0xc3, - 0xd1,0x18,0x08,0x40, - 0x06,0x02,0x04,0x1c, - 0x2c,0xe0,0x60,0x00, - 0xf3,0xf7,0xef,0xff, - 0xff,0xfa,0xfe,0xff, - 0x4c,0x28,0x30,0x20, - 0x20,0x25,0x25,0x44, - 0xf1,0xf1,0xf9,0x7b, - 0x7f,0x7f,0xf9,0xfb, - 0x0e,0x0e,0x06,0x84, - 0x84,0x84,0x06,0x06, - 0xc7,0xcf,0x9f,0xbf, - 0xfd,0xf6,0xfe,0x7f, - 0x38,0x30,0x60,0x40, - 0x02,0x09,0x09,0x88, - 0x07,0x8f,0x8f,0xa7, - 0xf5,0xf6,0xfe,0x7f, - 0xf8,0x70,0x70,0x58, - 0x0a,0x09,0x09,0x88, - 0xf3,0xf3,0xfb,0x7f, - 0x7f,0x7f,0xff,0xfb, - 0x0e,0x0e,0x06,0x84, - 0x84,0x84,0x04,0x06, - 0xff,0xf3,0xf1,0xf9, - 0xfb,0xfb,0xfb,0xf2, - 0x44,0x4c,0x4e,0x46, - 0x46,0x46,0x46,0x4f, - 0xb3,0xf1,0xb1,0xb8, - 0xba,0x6a,0x62,0xf2, - 0x4e,0x0e,0x4e,0x47, - 0x47,0x97,0x9f,0x0f, - 0xff,0xe7,0xe3,0xf3, - 0xf7,0xf7,0xf5,0xe4, - 0x08,0x18,0x1c,0x0c, - 0x0c,0x0c,0x0e,0x1f, - 0xb3,0xf1,0xb1,0xb8, - 0xda,0xea,0xe2,0xc2, - 0x4e,0x0e,0x4e,0x47, - 0x27,0x17,0x1f,0x3f, - 0xff,0xe7,0x63,0xb3, - 0x77,0xf7,0xd5,0xc4, - 0x08,0x18,0x9c,0x4c, - 0x8c,0x0c,0x2e,0x3f, - 0xb3,0xf3,0xb3,0xbb, - 0xdb,0xeb,0xf3,0x73, - 0x4e,0x0e,0x4e,0x46, - 0x26,0x16,0x1e,0x9e, - 0xff,0xff,0xff,0xff, - 0x40,0xcc,0x9c,0x18, - 0x00,0x00,0x00,0x00, - 0xbf,0x33,0x00,0x00, - 0x38,0x00,0x07,0x3f, - 0x7f,0xff,0xff,0xff, - 0xc7,0xff,0xf8,0xc0, - 0x80,0x00,0x00,0x00, - 0xff,0xff,0xff,0xff, - 0x9f,0x8f,0x2f,0x77, - 0x00,0x00,0x00,0x00, - 0x60,0x30,0x10,0x10, - 0xa0,0xc0,0xa0,0x40, - 0x88,0x80,0x28,0x68, - 0x00,0x00,0x00,0x80, - 0x60,0x30,0x10,0x10, - 0x10,0x2c,0x18,0x00, - 0x30,0x6b,0x77,0x5e, - 0x0c,0x10,0x24,0x38, - 0x0c,0x04,0x08,0x08, - 0x3c,0x6c,0x57,0x3b, - 0x30,0x0c,0x26,0x10, - 0x0e,0x06,0x08,0x0c, - 0x0e,0x10,0x18,0x0c, - 0x00,0x80,0xc2,0xd6, - 0x6c,0xfd,0xdf,0xf5, - 0x00,0x00,0x10,0x78, - 0x9b,0x0e,0x00,0x00, - 0x00,0x00,0x06,0x47, - 0xeb,0x3c,0xbf,0xab, - 0x00,0x00,0x00,0x88, - 0x9c,0xdf,0x78,0x00 + 0x5c,0x33,0x2d,0x5a,0xdd,0xbf,0xbf,0x1b,0x63,0x3c,0x10,0x20,0x20,0x40,0x40,0x64, + 0x02,0xcc,0x74,0xfa,0xfb,0xfb,0xd3,0xc6,0xfe,0x3c,0x08,0x04,0x04,0x06,0x2e,0x3e, + 0x5c,0x3b,0x3c,0x6f,0xcd,0xc9,0x3c,0x0f,0x63,0x37,0x0f,0x18,0x3a,0x3e,0x03,0x00, + 0x02,0xcc,0x7c,0x76,0x73,0x73,0x3c,0xf0,0xfe,0xfc,0xf0,0xf8,0xfc,0xfc,0xc0,0x00, + 0x00,0x14,0x22,0x1c,0x00,0x00,0x28,0x44,0x22,0x41,0x49,0x22,0x00,0x44,0x82,0x92, + 0x00,0x00,0x14,0x22,0x1c,0x00,0x00,0x28,0x00,0x22,0x41,0x49,0x22,0x00,0x44,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x17,0x17,0x67,0x77,0x3b,0x0b,0x7b,0xe7,0x10,0x30,0x10,0x08,0x08,0x38,0x18,0x30, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xfc,0xf4,0xf7,0xeb,0xe0,0xec,0xe6,0xe0,0x0e,0x06,0x08,0x0c,0x0e,0x10,0x18,0x0c, + 0x63,0x7d,0x7e,0xbb,0xcf,0x87,0x82,0x48,0x9c,0x82,0x81,0xc4,0xfc,0xfc,0xff,0x77, + 0xda,0x99,0x39,0xa3,0xbd,0x21,0xc1,0x02,0x3e,0x67,0xc7,0x7f,0x7f,0xff,0xff,0xfe, + 0x38,0x00,0x00,0x14,0x22,0x1c,0x00,0x00,0x44,0x00,0x22,0x41,0x49,0x22,0x00,0x00, + 0x44,0x38,0x00,0x00,0x14,0x22,0x1c,0x00,0x92,0x44,0x00,0x22,0x41,0x49,0x22,0x00, + 0x0f,0x6f,0xef,0xcf,0x1f,0x0f,0x0f,0x07,0x60,0x10,0x10,0x20,0x60,0x30,0x10,0x10, + 0xec,0xd8,0xf8,0xac,0x93,0xd7,0xee,0xec,0x10,0x24,0x18,0x4c,0x64,0x28,0x08,0x0e, + 0x5c,0x3b,0x3c,0x6f,0xcd,0xc9,0xc4,0x60,0x63,0x37,0x0f,0x18,0x3a,0x3e,0x3f,0x1f, + 0x02,0xcc,0x7c,0x76,0x73,0x73,0x63,0xc6,0xfe,0xfc,0xf0,0xf8,0xfc,0xfc,0xfc,0xf8, + 0x00,0x03,0x0d,0x1a,0x1d,0x3f,0x3f,0x1b,0x03,0x0c,0x10,0x20,0x20,0x40,0x40,0x64, + 0x00,0xc0,0x70,0xf8,0xf8,0xfa,0xd2,0xc6,0xc0,0x30,0x08,0x04,0x04,0x06,0x2e,0x3e, + 0x07,0x77,0xd7,0x23,0x31,0x74,0x66,0x02,0x30,0x10,0x30,0x7c,0x4e,0x0b,0x19,0x00, + 0xff,0xff,0xff,0xc1,0x8c,0x2e,0x27,0x0f,0x00,0x00,0x00,0x3e,0x73,0xd1,0x00,0x00, + 0xff,0xff,0xff,0x7f,0x9f,0x8f,0x2f,0x77,0x00,0x00,0x00,0x80,0x60,0x30,0x10,0x10, + 0x3c,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x38,0x44,0xba,0xc6,0xdb,0xdb,0x00,0x00,0x00,0x00,0x00,0x82,0xa7,0xa6, + 0x00,0x00,0x38,0x44,0xba,0xc6,0xda,0xfa,0x00,0x00,0x00,0x00,0x00,0x82,0xa6,0xae, + 0xff,0xfd,0xe6,0xf2,0xf8,0xe0,0xf0,0xe0,0x06,0x1b,0x31,0x20,0x20,0x30,0x40,0x90, + 0xff,0x35,0xbb,0x9a,0x00,0x00,0x00,0x00,0xfb,0xce,0x40,0x00,0x00,0x00,0x00,0x00, + 0xff,0x4d,0xae,0xa6,0x00,0x00,0x00,0x00,0xbe,0xf3,0x50,0x00,0x00,0x00,0x00,0x00, + 0xff,0x5f,0xcc,0x9c,0x18,0x00,0x00,0x00,0xe0,0xbf,0x33,0x00,0x00,0x00,0x00,0x00, + 0xff,0xd5,0xec,0x69,0x01,0x00,0x00,0x00,0xee,0x3b,0x03,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0xcf,0xc9,0x83,0x07,0x03,0x07,0x00,0xf8,0x36,0x03,0x01,0x01,0x06,0x01, + 0xff,0xff,0xff,0x41,0x0c,0xae,0xa6,0x00,0x00,0x00,0x00,0xbe,0xf3,0x50,0x00,0x00, + 0xff,0xff,0xff,0x1f,0x40,0xcc,0x9c,0x18,0x00,0x00,0x00,0xe0,0xbf,0x33,0x00,0x00, + 0xff,0xff,0xff,0xfe,0xf9,0xf1,0xf4,0xe6,0x00,0x00,0x00,0x01,0x06,0x0c,0x08,0x08, + 0xff,0xff,0xff,0x9f,0x80,0x0c,0x7c,0xf8,0x00,0x00,0x00,0x60,0x7f,0xf3,0x80,0x00, + 0xf4,0xf8,0xf8,0xe3,0xd1,0x18,0x08,0x40,0x06,0x02,0x04,0x1c,0x2c,0xe0,0x60,0x00, + 0xbb,0xa2,0xa3,0xe7,0xf7,0x54,0x44,0x00,0xc7,0xde,0xdf,0x5c,0xcf,0x6c,0x7c,0x38, + 0xba,0xaa,0x82,0x38,0xc6,0xda,0xda,0x92,0xee,0xfe,0xc6,0x82,0x82,0xa6,0xa6,0xee, + 0xbb,0xaa,0x29,0x01,0x39,0xc6,0xda,0xda,0xef,0xfe,0x7d,0x44,0x83,0x82,0xa6,0xa6, + 0xc0,0xe0,0xfc,0xfc,0xf8,0xe0,0xf0,0xfc,0xe0,0x30,0x10,0x20,0x20,0x38,0x18,0x20, + 0x0f,0x0f,0x03,0x0d,0x07,0x03,0x01,0x07,0x01,0x02,0x06,0x03,0x01,0x01,0x03,0x01, + 0xa2,0xa2,0x64,0x74,0x54,0x44,0x00,0x00,0xde,0xde,0x5c,0x4c,0x6c,0x7c,0x38,0x00, + 0xe0,0xf0,0xe0,0xc0,0xe0,0xfc,0xf4,0xf8,0x30,0x40,0x90,0xe0,0x30,0x10,0x38,0x20, + 0x0f,0x07,0x0f,0x1f,0x1f,0x07,0x1b,0x07,0x02,0x0c,0x02,0x02,0x04,0x0c,0x06,0x02, + 0x00,0xf0,0xf0,0xf0,0x00,0x7f,0x7f,0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x07,0x07,0x07,0x00,0x7f,0x7f,0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xe0,0xf0,0xfc,0xec,0xe0,0xf0,0xd8,0xe0,0x38,0x18,0x20,0x30,0x38,0x40,0x60,0x30, + 0x03,0x03,0x0f,0x0f,0x07,0x01,0x0d,0x1b,0x02,0x06,0x02,0x01,0x01,0x07,0x03,0x06, + 0xaa,0xaa,0x28,0x00,0x38,0xc6,0xdb,0xdb,0xfe,0xfe,0x7c,0x44,0x82,0x82,0xa7,0xa6, + 0x00,0x00,0x38,0x44,0xba,0xc6,0xda,0xda,0x00,0x00,0x00,0x00,0x00,0x82,0xa6,0xa6, + 0x00,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xf7,0xf7,0xf7,0x00,0x7f,0x7f,0x7f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xcf,0xf0,0xe0,0x60,0xfe,0xa0,0x40,0x80,0x80,0x80,0x80,0xc0,0x40,0xc0,0x80,0x00, + 0x79,0x07,0x01,0x03,0xcb,0x01,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x01,0x00, + 0xf0,0xc0,0xe0,0xf8,0xd8,0xc0,0xe0,0xb0,0x40,0x70,0x30,0x40,0x60,0x70,0x80,0xc0, + 0x00,0x00,0x20,0x32,0x16,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x14,0x22,0x1c,0x00,0x00,0x00,0x00,0x22,0x41,0x49,0x22,0x00,0x00,0x00, + 0xbb,0xa2,0xa3,0x67,0x77,0x54,0x44,0x00,0xc7,0xde,0xdf,0x5c,0x4f,0x6c,0x7c,0x38, + 0xba,0xa2,0xa2,0xe4,0xf4,0x54,0x44,0x00,0xc6,0xde,0xde,0x5c,0xcc,0x6c,0x7c,0x38, + 0xc0,0xf0,0xe4,0xce,0xff,0xff,0xfb,0xf3,0x60,0x40,0x40,0x60,0x73,0x4e,0x46,0x4e, + 0x00,0x00,0x00,0x10,0x32,0xab,0xf5,0xf3,0x00,0x00,0x00,0x80,0xc4,0xdc,0x7f,0x0f, + 0x00,0x00,0x00,0x00,0x30,0x70,0xe0,0x40,0x00,0x00,0x00,0x00,0x00,0x80,0x90,0xe0, + 0x00,0x0c,0x0e,0x06,0x01,0x32,0x1d,0x0e,0x00,0x00,0x01,0x09,0x1f,0x0e,0x04,0x1d, + 0x30,0x70,0x62,0x97,0x9d,0x6b,0x10,0x07,0x00,0x00,0x90,0xf8,0x9a,0x0f,0xe0,0xf8, + 0x00,0x00,0x06,0x07,0xcb,0xed,0x30,0xc4,0x00,0x00,0x80,0x88,0x8c,0x9f,0x58,0x73, + 0x0c,0x1c,0x58,0x60,0x80,0x31,0x1f,0x0e,0x00,0x00,0xe0,0xf8,0x8e,0x84,0x68,0xfc, + 0x40,0xe0,0x70,0x30,0x00,0x00,0x00,0x00,0xe0,0x90,0x80,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x03,0x04,0x0b,0x1c,0x1d,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x12, + 0x00,0x00,0x00,0xc0,0x20,0xd0,0x30,0xd0,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x30, + 0xeb,0xf1,0xe3,0xf7,0xff,0xfb,0xff,0xff,0x5c,0x3e,0x3c,0x28,0x20,0x44,0x44,0x44, + 0xf0,0xe0,0xe1,0x47,0x07,0x8b,0x99,0x9b,0x0f,0x1f,0x1e,0xbc,0xfc,0x7c,0x76,0x66, + 0x00,0x00,0x00,0xc6,0xbe,0xca,0xaa,0xaa,0x7c,0x82,0x82,0x82,0xc2,0xf6,0xf6,0xb6, + 0x00,0x00,0x00,0x63,0x7d,0x53,0x55,0x55,0x3e,0x41,0x41,0x41,0x43,0x6f,0x6f,0x6d, + 0x48,0x14,0x18,0x79,0x75,0x39,0x0b,0x73,0x3b,0x33,0x37,0x16,0x0a,0x0a,0x38,0x18, + 0x50,0xf9,0xff,0xff,0xff,0xff,0xff,0xff,0xaf,0x06,0x00,0x00,0x00,0x00,0x00,0x00, + 0x08,0x21,0x0b,0x9f,0xff,0xff,0xff,0xff,0x87,0xde,0xf4,0x60,0x00,0x00,0x00,0x00, + 0x04,0x86,0xd6,0xef,0xeb,0xec,0xec,0xe6,0xf6,0x7e,0x28,0x08,0x0c,0x0e,0x10,0x18, + 0x0d,0x19,0x1c,0x0c,0x07,0x00,0x00,0x00,0x0a,0x0e,0x07,0x03,0x00,0x00,0x00,0x00, + 0x10,0x18,0x38,0xf0,0xe0,0x00,0x00,0x00,0xf0,0xf0,0xe0,0xc0,0x00,0x00,0x00,0x00, + 0xff,0xf3,0xf1,0xb2,0xb2,0xcf,0x7f,0x3e,0x44,0x4c,0x4e,0x4f,0x4f,0x3c,0x00,0x00, + 0x93,0x31,0x31,0x33,0xd3,0xcf,0xff,0x7c,0x6e,0xce,0xce,0xce,0xef,0x3c,0x00,0x00, + 0x00,0x80,0xc2,0x96,0x0d,0x6a,0x91,0x04,0x00,0x00,0x10,0x78,0x9b,0x0e,0x60,0xfb, + 0x00,0x00,0x06,0x47,0xeb,0xfc,0x38,0x84,0x00,0x00,0x00,0x88,0x9c,0xdf,0x78,0x03, + 0xa0,0xbf,0xbf,0xbf,0xa0,0xbf,0xbf,0xbf,0x3f,0x20,0x20,0x20,0x3f,0x20,0x20,0x20, + 0x60,0x7f,0x7f,0x7f,0x00,0x7f,0x7f,0x7f,0x9f,0x80,0x80,0x80,0xff,0x80,0x80,0x80, + 0x06,0xfe,0xfe,0xfe,0x00,0xfe,0xde,0xfe,0xf9,0x01,0x01,0x01,0xff,0x01,0x21,0x01, + 0x05,0xfd,0xfd,0xfd,0x05,0xfd,0xfd,0xfd,0xfc,0x04,0x04,0x04,0xfc,0x04,0x04,0x04, + 0x00,0x00,0x38,0x44,0xba,0xc6,0xda,0xfb,0x00,0x00,0x00,0x00,0x00,0x82,0xa6,0xaf, + 0x77,0x37,0xa3,0xcb,0x93,0x47,0x87,0x17,0x10,0x30,0x34,0x64,0x8c,0x38,0x78,0xe8, + 0xe0,0xcc,0xf8,0xd0,0xa0,0x93,0x97,0xde,0x0c,0x10,0x24,0x18,0x4c,0x64,0x68,0x28, + 0x00,0x00,0x00,0x00,0x03,0x0d,0x31,0xd1,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x03,0x0d,0x31,0xd1,0x11,0x01,0x01,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x10,0x10,0x00,0x10,0x00,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc0,0xf0,0xac,0xdf,0xaa,0xdd,0xaa,0xdd,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0xc0,0xf0,0xac,0xdf,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x40,0xee,0xff,0xff,0xff,0xff,0xff,0xff,0xbf,0x11,0x00,0x00,0x00,0x00,0x00,0x00, + 0x38,0x00,0xc7,0xff,0xff,0xff,0xff,0xff,0xc7,0xff,0x38,0x00,0x00,0x00,0x00,0x00, + 0x00,0x7f,0x7b,0x7f,0x00,0x7f,0x7b,0x7f,0xff,0x80,0x84,0x80,0xff,0x80,0x84,0x80, + 0x00,0xfe,0xfe,0xfe,0x00,0xde,0xde,0xde,0xff,0x01,0x01,0x01,0xff,0x21,0x21,0x21, + 0x00,0x00,0x1e,0x33,0x3f,0x7e,0xe5,0xc7,0x00,0x1e,0x21,0x40,0x21,0x7f,0x46,0x5f, + 0x00,0x78,0xcc,0xf8,0x7c,0xf6,0x9b,0xf3,0x78,0x84,0x02,0x84,0xfc,0x0e,0x06,0x0e, + 0xbb,0xab,0x82,0x39,0xc7,0xdb,0xda,0x92,0xee,0xff,0xc6,0x83,0x82,0xa7,0xa6,0xee, + 0x3f,0x7f,0xff,0xff,0xff,0xff,0xff,0xff,0xc0,0x80,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0c,0x0e,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x01,0x09,0x07, + 0x00,0x00,0x80,0xc2,0xe6,0xf5,0xff,0xe7,0x00,0x00,0x00,0x10,0x78,0x9b,0x0e,0x1c, + 0x00,0x00,0x00,0x06,0x47,0x63,0xa7,0xfa,0x00,0x00,0x00,0x00,0x88,0x9c,0xdf,0x7f, + 0x00,0x11,0x10,0x01,0x01,0x01,0x11,0x12,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x81, + 0x11,0x11,0x11,0x12,0x19,0x25,0x9c,0x7f,0x00,0x00,0x00,0x01,0x06,0x1a,0x63,0x80, + 0x10,0x10,0x10,0x00,0xef,0xef,0x00,0xbe,0x00,0x00,0x00,0xff,0x10,0x10,0xff,0x41, + 0x08,0x08,0x08,0x00,0xff,0xff,0xff,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00, + 0xaa,0xdd,0xaa,0x5d,0x9a,0xe5,0xf9,0xfe,0x00,0x00,0x00,0x80,0x60,0x18,0x06,0x01, + 0xaa,0xdc,0xaa,0xdc,0xaa,0xdc,0xaa,0x5c,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x81, + 0x00,0x7f,0x77,0x7f,0x00,0x7f,0x7f,0x7f,0xff,0x80,0x88,0x80,0xff,0x80,0x80,0x80, + 0x00,0xff,0xef,0xff,0x00,0x7e,0x7e,0x7e,0xff,0x00,0x10,0x00,0xff,0x81,0x81,0x81, + 0xee,0xec,0xcd,0xd5,0xc8,0xe2,0xe8,0xf8,0x08,0x08,0x2c,0x26,0x31,0x1c,0x17,0x07, + 0xc2,0xc0,0xe0,0xfc,0xef,0xe0,0xdf,0xbf,0x5f,0x5f,0x60,0x5f,0x50,0x5f,0x60,0x7f, + 0xfb,0xc3,0x77,0x3f,0xf7,0x07,0xfb,0xfd,0xf6,0xfa,0x06,0xfa,0x0a,0xfa,0x06,0xfe, + 0xaa,0xaa,0x00,0x38,0xc6,0xda,0xda,0xba,0xfe,0xfe,0x44,0x82,0x82,0xa6,0xa6,0xee, + 0xc1,0xf1,0xad,0xdf,0xaa,0xdc,0xab,0xdd,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00, + 0xfc,0x04,0x74,0x04,0xf8,0xf8,0xcc,0x9f,0x00,0x00,0x00,0x00,0x04,0x04,0xfc,0xf8, + 0xc5,0x09,0x6b,0xef,0xcf,0x3f,0xcf,0x0f,0x32,0x66,0x14,0x10,0x20,0x60,0x30,0x10, + 0xff,0xff,0xfe,0xf0,0xe0,0xc0,0xb0,0x38,0x00,0x00,0x01,0x0e,0x10,0x20,0x40,0x40, + 0xff,0xff,0x0f,0x03,0x01,0x01,0x05,0x0a,0x00,0x00,0xf0,0x0c,0x02,0x02,0x02,0x06, + 0x00,0xf7,0xf7,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc8,0x42,0x1b,0x9b,0xfd,0xf6,0xfe,0x6f,0x3f,0xbd,0xe4,0x64,0x02,0x09,0x09,0x98, + 0x00,0x11,0x39,0x7b,0x7f,0x7f,0x79,0x7b,0xff,0xee,0xc6,0x84,0x84,0x84,0x86,0x86, + 0xca,0x46,0x0e,0x9e,0xfd,0xbf,0xff,0x7f,0x3d,0xb9,0xf9,0x7d,0x3f,0x7f,0x7f,0xff, + 0x00,0x11,0x3b,0xd3,0xe7,0xf7,0xfd,0xff,0xff,0xee,0xc6,0xee,0xfc,0xfc,0xfe,0xfe, + 0x1f,0xbf,0xff,0x3f,0x3b,0x3f,0x1f,0x1f,0x86,0x9c,0xe4,0x24,0x24,0x22,0x12,0x12, + 0xff,0x81,0x81,0x81,0x81,0xc0,0xc0,0xc0,0x00,0x7e,0x48,0x48,0x48,0x3f,0x24,0x24, + 0xbe,0xbf,0xe0,0xe7,0xe4,0xe3,0xe0,0xf0,0x41,0x7f,0x3f,0x3f,0x3f,0x3c,0x3f,0x1f, + 0xff,0xff,0x07,0xe7,0x27,0xf7,0x37,0x0f,0x00,0xfc,0xfc,0xfc,0xdc,0x3c,0xfc,0xf8, + 0xfa,0xfd,0xff,0xfc,0xdc,0xfc,0xf8,0xf8,0x61,0x39,0x27,0x24,0x24,0x44,0x48,0x48, + 0xfc,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xaa,0xaa,0x00,0x38,0xc6,0xda,0xda,0xba,0xfe,0xfe,0x44,0x82,0x82,0xa6,0xa6,0xc6, + 0x08,0x08,0x08,0x00,0xff,0xff,0xfd,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x02,0x00, + 0xca,0x0c,0x82,0xd4,0xaa,0xdc,0xaa,0x5c,0xf9,0xf9,0x39,0x09,0x01,0x01,0x01,0x81, + 0x3f,0xbf,0xdf,0xa3,0xc4,0xe0,0xf8,0xff,0x40,0x00,0x00,0x40,0x38,0x1f,0x07,0x00, + 0x12,0xc2,0xc1,0x82,0x09,0x03,0x0f,0xff,0x0e,0x3e,0x3c,0x71,0x06,0xfc,0xf0,0x00, + 0xee,0xc6,0x42,0x04,0x87,0xff,0xfe,0x78,0x19,0x39,0xbd,0xff,0xff,0x78,0x00,0x00, + 0x33,0x31,0x31,0x33,0xa3,0xcf,0xff,0x79,0xce,0xce,0xce,0xce,0xdf,0x3c,0x00,0x00, + 0x7d,0x6a,0xb0,0xc0,0x4f,0xff,0xff,0x78,0xff,0xff,0xff,0x7f,0xf0,0x80,0x00,0x00, + 0x7f,0xaf,0x1b,0x05,0xe3,0xff,0xff,0x78,0xfe,0xfe,0xfe,0xfe,0x1f,0x00,0x00,0x00, + 0x1d,0x3c,0x3e,0x3f,0x3f,0x3f,0x3f,0x3f,0x12,0x13,0x09,0x09,0x09,0x07,0x00,0x00, + 0xff,0x1f,0xdf,0xff,0xff,0xff,0xff,0xf8,0x00,0xe0,0x20,0xff,0x00,0x00,0x00,0x00, + 0xf0,0xf0,0xff,0xff,0xff,0xff,0xff,0x00,0x1f,0x1f,0x1f,0xf0,0x00,0x00,0x00,0x00, + 0x08,0x0f,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0xf8,0xf8,0x0f,0x00,0x00,0x00,0x00, + 0xff,0xf8,0xfb,0xff,0xff,0xff,0xff,0x1f,0x00,0x07,0x04,0xff,0x00,0x00,0x00,0x00, + 0xb8,0x3c,0x7c,0xfc,0xfc,0xfc,0xfc,0xfc,0x48,0xc8,0x90,0x90,0x90,0xe0,0x00,0x00, + 0x1f,0x3f,0xff,0x3f,0x3b,0x3f,0x1f,0x1f,0x86,0x9c,0xe4,0x24,0x24,0x22,0x12,0x12, + 0xff,0x81,0x81,0x81,0x81,0x03,0x03,0x03,0x00,0x7e,0x12,0x12,0x12,0xfc,0x24,0x24, + 0x07,0x03,0x03,0x0f,0x0f,0x07,0x01,0x0d,0x02,0x02,0x06,0x02,0x01,0x01,0x07,0x03, + 0xca,0x1c,0x68,0xe4,0xd8,0x3d,0xca,0x0e,0x30,0x60,0x10,0x10,0x20,0x60,0x30,0x10, + 0x10,0x2c,0x18,0x00,0x30,0xeb,0x77,0x5e,0x0c,0x10,0x24,0x38,0x0c,0x04,0x08,0x08, + 0x01,0x0e,0x10,0x20,0x70,0x38,0x3f,0x3f,0x00,0x00,0x00,0x00,0x00,0x40,0x40,0x40, + 0xf0,0x0c,0x02,0x00,0x04,0x08,0x12,0xc2,0x00,0x00,0x00,0x02,0x02,0x06,0x0e,0x3e, + 0x00,0x7f,0x7f,0x7f,0x00,0x7f,0x7b,0x7f,0xff,0x80,0x80,0x80,0xff,0x80,0x84,0x80, + 0x00,0xfe,0xde,0xfe,0x00,0xfe,0xfe,0xfe,0xff,0x01,0x21,0x01,0xff,0x01,0x01,0x01, + 0x00,0x00,0x00,0x40,0xc8,0xac,0xf4,0xef,0x00,0x00,0x00,0x00,0x11,0x73,0xdb,0x1f, + 0x1b,0x0f,0x07,0xd3,0xff,0x73,0xf3,0xd3,0x06,0x02,0x02,0x06,0x0e,0x9e,0xfe,0x3e, + 0xfb,0xff,0xfb,0xff,0xdf,0xdf,0xfb,0x9a,0x04,0x00,0x04,0x00,0x20,0x20,0x04,0x65, + 0xff,0x7d,0x6f,0xfd,0x6d,0xef,0xff,0xd9,0x00,0x82,0x90,0x02,0x92,0x10,0x00,0x26, + 0x80,0x00,0x80,0xde,0x60,0xe0,0xe0,0xf0,0x00,0x80,0xc0,0x40,0xc0,0x80,0x80,0x80, + 0x01,0x00,0x01,0xcb,0x03,0x01,0x01,0x01,0x00,0x01,0x03,0x02,0x02,0x01,0x01,0x01, + 0x1b,0x1d,0x6b,0x76,0x3b,0x0e,0x7c,0xea,0x10,0x30,0x10,0x08,0x08,0x38,0x18,0x30, + 0xbc,0x6c,0x57,0x3b,0x30,0x0c,0x26,0x10,0x0e,0x06,0x08,0x0c,0x0e,0x10,0x18,0x0c, + 0x1f,0x6f,0xf1,0x7e,0x1f,0x40,0x60,0x20,0x20,0x10,0x0e,0x01,0x00,0x00,0x00,0x00, + 0xc2,0x84,0x8e,0xf8,0xf6,0x0e,0x8c,0x00,0x3e,0x7c,0x78,0xf0,0x00,0x00,0x00,0x00, + 0x00,0xf0,0xf0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x7f,0x77,0x7f,0x00,0x7d,0x7d,0x7d,0xff,0x80,0x88,0x80,0xff,0x82,0x82,0x82, + 0x00,0xfe,0xee,0xfe,0x00,0xfe,0xfe,0xfe,0xff,0x01,0x11,0x01,0xff,0x01,0x01,0x01, + 0x13,0x3b,0x3f,0x7f,0x7f,0x7f,0x7b,0x7b,0xee,0xce,0xc4,0x84,0x84,0x84,0x86,0x86, + 0x3e,0x08,0x80,0xcb,0x7f,0x3e,0x00,0x00,0xc1,0xf7,0x7f,0x34,0x80,0xc1,0xff,0xff, + 0x9c,0x84,0x81,0xd3,0xfe,0x7c,0x00,0x00,0x63,0x7b,0x7e,0x2c,0x01,0x83,0xff,0xff, + 0xef,0xb0,0xf0,0xf0,0xf8,0xf8,0x77,0xd8,0x90,0xc0,0x80,0x80,0x80,0x80,0xc8,0x60, + 0x3d,0x03,0x01,0x02,0x03,0x03,0xb3,0x0f,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x02, + 0xff,0xff,0xff,0xff,0x0c,0xae,0xa6,0x00,0x00,0x00,0x00,0x00,0xf3,0x50,0x00,0x00, + 0xbf,0xbf,0xf7,0xc3,0x80,0x83,0xbb,0x9b,0x20,0x20,0x78,0x44,0x83,0xc6,0xc6,0xe6, + 0xfd,0xfd,0xef,0xc3,0x01,0xc1,0xdd,0xd9,0x04,0x04,0x1e,0x22,0xc1,0x63,0x63,0x67, + 0xee,0xc6,0x42,0x04,0x87,0xff,0xff,0x8e,0x19,0x39,0xbd,0xff,0xff,0x78,0x00,0x00, + 0x33,0x33,0x33,0x33,0x97,0xcf,0xfe,0x7c,0xce,0xce,0xce,0xce,0xee,0x3c,0x00,0x00, + 0x04,0x03,0x00,0x10,0x90,0x73,0x7f,0x7f,0xfb,0xfc,0xff,0xef,0x6f,0x8c,0x80,0x80, + 0xa0,0xc0,0x00,0x04,0x0d,0xce,0xfe,0xfe,0x5f,0x3f,0xff,0xfb,0xf2,0x31,0x01,0x01, + 0xf8,0x78,0xf8,0xf0,0xf0,0xe0,0xc0,0x00,0x40,0xc0,0x80,0x80,0x00,0x00,0x00,0x00, + 0x02,0x02,0x06,0x07,0x07,0x03,0x01,0x00,0x03,0x03,0x03,0x01,0x01,0x00,0x00,0x00, + 0x9a,0xb2,0xb2,0xb4,0x48,0x00,0x00,0x00,0xe6,0xce,0xce,0xcc,0x78,0x00,0x00,0x00, + 0x59,0x4d,0x4d,0x2d,0x12,0x00,0x00,0x00,0x67,0x73,0x73,0x33,0x1e,0x00,0x00,0x00, + 0x7d,0x78,0x7f,0x0f,0x43,0x78,0x87,0x00,0x82,0x87,0x80,0xf0,0xbc,0x87,0x78,0xff, + 0xbe,0x1e,0xee,0xf0,0xc0,0x00,0xe1,0x00,0x41,0xe1,0x11,0x0f,0x3f,0xff,0x1e,0xff, + 0xbf,0xcf,0xf0,0xff,0xff,0xff,0xff,0xff,0x40,0x30,0x0f,0x00,0x00,0x00,0x00,0x00, + 0xfd,0xf3,0x0f,0xff,0xff,0xff,0xff,0xff,0x02,0x0c,0xf0,0x00,0x00,0x00,0x00,0x00, + 0x16,0x14,0x01,0x11,0x02,0x05,0x03,0x05,0x08,0x08,0x0c,0x06,0x01,0x00,0x00,0x00, + 0x68,0x28,0x80,0x88,0x40,0xa0,0xc0,0xa0,0x10,0x10,0x30,0x60,0x80,0x00,0x00,0x00, + 0xc9,0x3c,0x0f,0x00,0x00,0x00,0x00,0x00,0x3e,0x03,0x00,0x00,0x00,0x00,0x00,0x00, + 0x73,0x3c,0xf0,0x00,0x00,0x00,0x00,0x00,0xfc,0xc0,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x38,0x44,0xba,0xc6,0xda,0xda,0xba,0x00,0x00,0x00,0x00,0x82,0xa6,0xa6,0xee, + 0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x2c,0x18,0x00,0x30,0x6b,0xb7,0x5e,0x7c,0x10,0x24,0x38,0x0c,0x04,0x08,0x08,0x0e, + 0x05,0x03,0x05,0x02,0x11,0x01,0x14,0x16,0x00,0x00,0x00,0x01,0x06,0x0c,0x08,0x08, + 0x01,0x28,0x51,0x41,0x0c,0xae,0xa6,0x00,0x00,0x00,0x00,0xbe,0xf3,0x50,0x00,0x00, + 0x80,0x02,0x55,0x1e,0x40,0xcc,0x9c,0x18,0x00,0x00,0x00,0xe0,0xbf,0x33,0x00,0x00, + 0x01,0x82,0x55,0x9e,0xc0,0x4c,0x1c,0x18,0x00,0x00,0x00,0x60,0x3f,0xb3,0x00,0x00, + 0xec,0xbc,0x72,0xc3,0xd1,0x18,0x08,0x40,0x06,0x02,0x04,0x1c,0x2c,0xe0,0x60,0x00, + 0xf3,0xf7,0xef,0xff,0xff,0xfa,0xfe,0xff,0x4c,0x28,0x30,0x20,0x20,0x25,0x25,0x44, + 0xf1,0xf1,0xf9,0x7b,0x7f,0x7f,0xf9,0xfb,0x0e,0x0e,0x06,0x84,0x84,0x84,0x06,0x06, + 0xc7,0xcf,0x9f,0xbf,0xfd,0xf6,0xfe,0x7f,0x38,0x30,0x60,0x40,0x02,0x09,0x09,0x88, + 0x07,0x8f,0x8f,0xa7,0xf5,0xf6,0xfe,0x7f,0xf8,0x70,0x70,0x58,0x0a,0x09,0x09,0x88, + 0xf3,0xf3,0xfb,0x7f,0x7f,0x7f,0xff,0xfb,0x0e,0x0e,0x06,0x84,0x84,0x84,0x04,0x06, + 0xff,0xf3,0xf1,0xf9,0xfb,0xfb,0xfb,0xf2,0x44,0x4c,0x4e,0x46,0x46,0x46,0x46,0x4f, + 0xb3,0xf1,0xb1,0xb8,0xba,0x6a,0x62,0xf2,0x4e,0x0e,0x4e,0x47,0x47,0x97,0x9f,0x0f, + 0xff,0xe7,0xe3,0xf3,0xf7,0xf7,0xf5,0xe4,0x08,0x18,0x1c,0x0c,0x0c,0x0c,0x0e,0x1f, + 0xb3,0xf1,0xb1,0xb8,0xda,0xea,0xe2,0xc2,0x4e,0x0e,0x4e,0x47,0x27,0x17,0x1f,0x3f, + 0xff,0xe7,0x63,0xb3,0x77,0xf7,0xd5,0xc4,0x08,0x18,0x9c,0x4c,0x8c,0x0c,0x2e,0x3f, + 0xb3,0xf3,0xb3,0xbb,0xdb,0xeb,0xf3,0x73,0x4e,0x0e,0x4e,0x46,0x26,0x16,0x1e,0x9e, + 0xff,0xff,0xff,0xff,0x40,0xcc,0x9c,0x18,0x00,0x00,0x00,0x00,0xbf,0x33,0x00,0x00, + 0x38,0x00,0x07,0x3f,0x7f,0xff,0xff,0xff,0xc7,0xff,0xf8,0xc0,0x80,0x00,0x00,0x00, + 0xff,0xff,0xff,0xff,0x9f,0x8f,0x2f,0x77,0x00,0x00,0x00,0x00,0x60,0x30,0x10,0x10, + 0xa0,0xc0,0xa0,0x40,0x88,0x80,0x28,0x68,0x00,0x00,0x00,0x80,0x60,0x30,0x10,0x10, + 0x10,0x2c,0x18,0x00,0x30,0x6b,0x77,0x5e,0x0c,0x10,0x24,0x38,0x0c,0x04,0x08,0x08, + 0x3c,0x6c,0x57,0x3b,0x30,0x0c,0x26,0x10,0x0e,0x06,0x08,0x0c,0x0e,0x10,0x18,0x0c, + 0x00,0x80,0xc2,0xd6,0x6c,0xfd,0xdf,0xf5,0x00,0x00,0x10,0x78,0x9b,0x0e,0x00,0x00, + 0x00,0x00,0x06,0x47,0xeb,0x3c,0xbf,0xab,0x00,0x00,0x00,0x88,0x9c,0xdf,0x78,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/no_pal_map_test.c b/gbdk-support/png2asset/testing/ref/no_pal_map_test.c @@ -8,42 +8,15 @@ BANKREF(no_pal_map_test) const uint8_t no_pal_map_test_tiles[144] = { - 0x7f,0x00,0xff,0x00, - 0xc0,0x00,0xc0,0x00, - 0xc0,0x00,0xc0,0x00, - 0xc0,0x00,0xc0,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xfe,0x00,0xff,0x00, - 0x03,0x00,0x03,0x00, - 0x03,0x00,0x03,0x00, - 0x03,0x00,0x03,0x00, - 0xc0,0x00,0xc0,0x00, - 0xc0,0x00,0xc0,0x00, - 0xc0,0x00,0xc0,0x00, - 0xc0,0x00,0xc0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x00,0x03,0x00, - 0x03,0x00,0x03,0x00, - 0x03,0x00,0x03,0x00, - 0x03,0x00,0x03,0x00, - 0xc0,0x00,0xc0,0x00, - 0xc0,0x00,0xc0,0x00, - 0xc0,0x00,0xc0,0x00, - 0xff,0x00,0x7f,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x03,0x00,0x03,0x00, - 0x03,0x00,0x03,0x00, - 0x03,0x00,0x03,0x00, - 0xff,0x00,0xfe,0x00 + 0x7f,0x00,0xff,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00, + 0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xfe,0x00,0xff,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00, + 0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00, + 0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xc0,0x00,0xff,0x00,0x7f,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00, + 0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0x03,0x00,0xff,0x00,0xfe,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/no_pal_map_test_keep_pal_order.c b/gbdk-support/png2asset/testing/ref/no_pal_map_test_keep_pal_order.c @@ -8,42 +8,15 @@ BANKREF(no_pal_map_test_keep_pal_order) const uint8_t no_pal_map_test_keep_pal_order_tiles[144] = { - 0x7f,0x7f,0xff,0xff, - 0xc0,0xc0,0xc0,0xc0, - 0xc0,0xc0,0xc0,0xc0, - 0xc0,0xc0,0xc0,0xc0, - 0xff,0xff,0xff,0xff, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xfe,0xfe,0xff,0xff, - 0x03,0x03,0x03,0x03, - 0x03,0x03,0x03,0x03, - 0x03,0x03,0x03,0x03, - 0xc0,0xc0,0xc0,0xc0, - 0xc0,0xc0,0xc0,0xc0, - 0xc0,0xc0,0xc0,0xc0, - 0xc0,0xc0,0xc0,0xc0, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x03,0x03,0x03, - 0x03,0x03,0x03,0x03, - 0x03,0x03,0x03,0x03, - 0x03,0x03,0x03,0x03, - 0xc0,0xc0,0xc0,0xc0, - 0xc0,0xc0,0xc0,0xc0, - 0xc0,0xc0,0xc0,0xc0, - 0xff,0xff,0x7f,0x7f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xff,0xff,0xff, - 0x03,0x03,0x03,0x03, - 0x03,0x03,0x03,0x03, - 0x03,0x03,0x03,0x03, - 0xff,0xff,0xfe,0xfe + 0x7f,0x7f,0xff,0xff,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0, + 0xff,0xff,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xfe,0xfe,0xff,0xff,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, + 0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, + 0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xff,0xff,0x7f,0x7f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff, + 0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0xff,0xff,0xfe,0xfe }; diff --git a/gbdk-support/png2asset/testing/ref/nums_map_1.c b/gbdk-support/png2asset/testing/ref/nums_map_1.c @@ -12,166 +12,46 @@ const palette_color_t nums_map_1_palettes[4] = { }; const uint8_t nums_map_1_tiles[640] = { - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x69,0x00,0x29,0x00, - 0x66,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x62,0x00,0x21,0x00, - 0x61,0x00,0x21,0x00, - 0x61,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x62,0x00,0x24,0x00, - 0x6f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x66,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x65,0x00,0x25,0x00, - 0x65,0x00,0x27,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x2a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x64,0x00,0x24,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x37,0x00,0x15,0x00, - 0x37,0x00,0x11,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x62,0x00,0x21,0x00,0x61,0x00,0x21,0x00,0x61,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x66,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x64,0x00,0x24,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x37,0x00,0x15,0x00,0x37,0x00,0x11,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/nums_map_2.c b/gbdk-support/png2asset/testing/ref/nums_map_2.c @@ -8,126 +8,36 @@ BANKREF(nums_map_2) const uint8_t nums_map_2_tiles[480] = { - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x69,0x00,0x29,0x00, - 0x66,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x62,0x00,0x21,0x00, - 0x61,0x00,0x21,0x00, - 0x61,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x62,0x00,0x24,0x00, - 0x6f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x66,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x65,0x00,0x25,0x00, - 0x65,0x00,0x27,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x2a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x64,0x00,0x24,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x37,0x00,0x15,0x00, - 0x37,0x00,0x11,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x62,0x00,0x21,0x00,0x61,0x00,0x21,0x00,0x61,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x66,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x64,0x00,0x24,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x37,0x00,0x15,0x00,0x37,0x00,0x11,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/nums_map_3.c b/gbdk-support/png2asset/testing/ref/nums_map_3.c @@ -12,126 +12,36 @@ const palette_color_t nums_map_3_palettes[4] = { }; const uint8_t nums_map_3_tiles[480] = { - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/nums_map_4.c b/gbdk-support/png2asset/testing/ref/nums_map_4.c @@ -8,86 +8,26 @@ BANKREF(nums_map_4) const uint8_t nums_map_4_tiles[320] = { - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/nums_map_5.c b/gbdk-support/png2asset/testing/ref/nums_map_5.c @@ -12,166 +12,46 @@ const palette_color_t nums_map_5_palettes[4] = { }; const uint8_t nums_map_5_tiles[640] = { - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x69,0x00,0x29,0x00, - 0x66,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x62,0x00,0x21,0x00, - 0x61,0x00,0x21,0x00, - 0x61,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x62,0x00,0x24,0x00, - 0x6f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x66,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x65,0x00,0x25,0x00, - 0x65,0x00,0x27,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x2a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x64,0x00,0x24,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x37,0x00,0x15,0x00, - 0x37,0x00,0x11,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x62,0x00,0x21,0x00,0x61,0x00,0x21,0x00,0x61,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x66,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x64,0x00,0x24,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x37,0x00,0x15,0x00,0x37,0x00,0x11,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/nums_map_6.c b/gbdk-support/png2asset/testing/ref/nums_map_6.c @@ -8,126 +8,36 @@ BANKREF(nums_map_6) const uint8_t nums_map_6_tiles[480] = { - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x69,0x00,0x29,0x00, - 0x66,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x62,0x00,0x21,0x00, - 0x61,0x00,0x21,0x00, - 0x61,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x62,0x00,0x24,0x00, - 0x6f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x66,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x65,0x00,0x25,0x00, - 0x65,0x00,0x27,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x2a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x64,0x00,0x24,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x37,0x00,0x15,0x00, - 0x37,0x00,0x11,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x62,0x00,0x21,0x00,0x61,0x00,0x21,0x00,0x61,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x66,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x64,0x00,0x24,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x37,0x00,0x15,0x00,0x37,0x00,0x11,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/nums_map_7.c b/gbdk-support/png2asset/testing/ref/nums_map_7.c @@ -12,166 +12,46 @@ const palette_color_t nums_map_7_palettes[4] = { }; const uint8_t nums_map_7_tiles[640] = { - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/nums_map_8.c b/gbdk-support/png2asset/testing/ref/nums_map_8.c @@ -8,86 +8,26 @@ BANKREF(nums_map_8) const uint8_t nums_map_8_tiles[320] = { - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/remote.c b/gbdk-support/png2asset/testing/ref/remote.c @@ -12,570 +12,147 @@ const palette_color_t remote_palettes[4] = { }; const uint8_t remote_tiles[2256] = { - 0xff,0xff,0x00,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0xff,0xff, - 0x00,0xff,0xff,0x00, - 0x00,0xff,0xff,0x00, - 0xff,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0xff,0x00, - 0xff,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfc,0x00, - 0x00,0xff,0xff,0x00, - 0xff,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x3f,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfe,0x00, - 0xf3,0x03,0xef,0x0c, - 0xef,0x08,0xd7,0x19, - 0xd7,0x19,0xd3,0x18, - 0x98,0x1c,0x7f,0x7f, - 0xcf,0xc0,0xf7,0x30, - 0xf7,0x10,0xeb,0x98, - 0xeb,0x98,0xcb,0x18, - 0x19,0x38,0xfe,0xfe, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x7f,0x00, - 0xfd,0x01,0xc1,0x01, - 0xbf,0x3f,0x6f,0x50, - 0x40,0x7f,0x7f,0x40, - 0x78,0x47,0x70,0x4f, - 0xcd,0xf0,0x42,0xf4, - 0xff,0xff,0xff,0x00, - 0x00,0xff,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x03,0xff,0x82,0x4f, - 0xff,0xff,0xff,0x00, - 0x00,0xff,0xff,0x00, - 0x00,0xff,0x01,0xff, - 0xbf,0x80,0x83,0x80, - 0xfd,0xfc,0xf6,0x0a, - 0x02,0xfe,0xfe,0x02, - 0x1c,0xe2,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x04,0x00,0xfb,0xfb, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfc,0x00, - 0x03,0x03,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xe0,0x00, - 0x1f,0x1f,0xff,0xff, - 0xff,0xe0,0xe0,0x9f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0x00, - 0xe3,0xe0,0xfc,0xfc, - 0xff,0x1f,0x1f,0xe7, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x40,0x00,0xbf,0xbf, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfc,0x00, - 0xfb,0x03,0xf7,0x07, - 0x6e,0x0e,0xad,0x8c, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x0f,0x00, - 0xf0,0xf0,0xff,0xff, - 0x1f,0x1f,0xe1,0x01, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x7f,0x00, - 0xbf,0x80,0xdf,0xc0, - 0x70,0x4f,0x70,0x4f, - 0x70,0x4f,0x70,0x4f, - 0x74,0x4f,0x70,0x4f, - 0x70,0x4f,0x70,0x4f, - 0xff,0x00,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0x01,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x80,0x80, - 0xff,0x80,0xff,0x80, - 0xff,0x80,0xff,0x80, - 0xff,0x80,0xfd,0x82, - 0xff,0xff,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x8f,0x70, - 0xf7,0x78,0xff,0x78, - 0xff,0xff,0x1e,0x1e, - 0xef,0x0e,0xf7,0x06, - 0xff,0x06,0xbf,0x46, - 0xff,0x06,0xff,0x06, - 0xff,0xff,0x01,0x01, - 0xff,0x01,0xff,0x01, - 0x7f,0x81,0xff,0x01, - 0xff,0x01,0xff,0x01, - 0xff,0xff,0xe0,0xe0, - 0xff,0xe0,0xfb,0xe4, - 0xff,0xe0,0xff,0xe0, - 0xff,0xe0,0xff,0xe0, - 0xff,0xfe,0x1e,0x1d, - 0xfc,0x3b,0xf8,0x76, - 0xf1,0x6c,0xe3,0xf8, - 0xe7,0xd0,0xcf,0xf0, - 0x80,0x70,0x0f,0x80, - 0x7f,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xe7,0x1f, - 0x07,0x39,0xc1,0x06, - 0xf8,0x03,0xfc,0x01, - 0xfe,0x00,0xff,0x00, - 0x7f,0x80,0x9f,0xe0, - 0xff,0xff,0xf0,0xf0, - 0xff,0x70,0x7f,0xb8, - 0x3f,0xd8,0x1f,0x7c, - 0x9c,0x2f,0xcf,0x3f, - 0xff,0xff,0x00,0x00, - 0xff,0x00,0x7f,0x80, - 0xff,0x00,0xdf,0x20, - 0xff,0x00,0xff,0x00, - 0xff,0xff,0x0f,0x0f, - 0xfe,0x0e,0xfd,0x0c, - 0xff,0x0c,0xff,0x0c, - 0x0f,0xfc,0xff,0xfc, - 0xff,0xff,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x7f,0x80,0xfe,0x01, - 0xfd,0x03,0xef,0x13, - 0xff,0xff,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x77,0x88, - 0xbf,0xc0,0xff,0xc0, - 0xcf,0xcc,0xef,0xec, - 0x7f,0x7c,0xbf,0x3c, - 0xff,0x3c,0xff,0x3c, - 0xff,0x3c,0x7f,0xbc, - 0xfe,0x00,0xff,0x00, - 0xfe,0x01,0xff,0x01, - 0xff,0x01,0xfd,0x03, - 0xff,0x03,0xff,0x03, - 0xdf,0xc0,0xdf,0xc0, - 0xdf,0xc0,0xdf,0xc0, - 0xbf,0x80,0xbf,0x80, - 0xbf,0x80,0x7f,0x00, - 0x70,0x4f,0x70,0x4f, - 0x70,0x4f,0x70,0x4f, - 0x70,0x4f,0x78,0x47, - 0x7f,0x40,0x7f,0x40, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0x00,0xff, - 0xff,0x00,0xc0,0x3f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x01,0xff,0x01, - 0xff,0x80,0xff,0x80, - 0xff,0x80,0xff,0x80, - 0xff,0x80,0xff,0x80, - 0xfd,0x82,0xff,0x80, - 0xff,0x78,0xff,0x78, - 0xfe,0x79,0xf7,0x70, - 0x8f,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x06,0xff,0x06, - 0xff,0x06,0xff,0x06, - 0xff,0x06,0xbf,0x46, - 0xf7,0x0e,0xef,0x1e, - 0xf7,0x09,0xff,0x01, - 0xff,0x01,0xff,0x01, - 0xfe,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0xe1,0xff,0xe1, - 0xff,0xe1,0xff,0xe1, - 0x1f,0x01,0xff,0x01, - 0xff,0x01,0xff,0x01, - 0xcf,0xb0,0x8e,0xe1, - 0x9c,0xe3,0x98,0xe7, - 0x98,0xe7,0x98,0xe3, - 0x9c,0xe1,0x8e,0xf0, - 0xdf,0x3f,0xfe,0x3f, - 0xbc,0x7f,0xfc,0x7f, - 0xfe,0x7f,0xff,0x7f, - 0xbf,0x3f,0xff,0x3f, - 0xef,0xf0,0x7f,0xf0, - 0xb7,0x78,0x3f,0xf8, - 0x7f,0xf8,0xff,0xf8, - 0xf7,0xf0,0xff,0xf0, - 0xcf,0x37,0xc7,0x1f, - 0xe7,0x1f,0xe7,0x1f, - 0xe7,0x1f,0xe7,0x1f, - 0xe7,0x1f,0xc7,0x3f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfb,0x04, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0xfc,0xff,0xfc, - 0xff,0xfc,0xff,0xfc, - 0xff,0xfc,0xff,0xfc, - 0xff,0xfc,0xff,0xfc, - 0xff,0x03,0xff,0x03, - 0xff,0x03,0xbf,0x43, - 0xff,0x03,0xff,0x03, - 0xff,0x03,0xff,0x03, - 0xff,0xc0,0xff,0xc0, - 0xff,0xc0,0xff,0xc0, - 0xf7,0xc8,0xff,0xc0, - 0xff,0xc0,0xff,0xc0, - 0xff,0x3c,0xff,0x3c, - 0xff,0x3c,0xff,0x3c, - 0xff,0x3c,0xff,0x3c, - 0xff,0x3c,0xff,0x3c, - 0xfb,0x07,0xff,0x07, - 0xfe,0x06,0xf6,0x0e, - 0xfe,0x0e,0xfd,0x0c, - 0xed,0x1c,0xfd,0x1c, - 0x7f,0x00,0x7f,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x78,0x47,0x7f,0x40, - 0x7f,0x40,0x7f,0x41, - 0x7f,0x41,0x7f,0x47, - 0x7f,0x47,0x7f,0x41, - 0x00,0xff,0xff,0x00, - 0xff,0x00,0xff,0x80, - 0xff,0x80,0xff,0xe0, - 0xff,0xe0,0xff,0x80, - 0x3f,0xc1,0xff,0x01, - 0xff,0x01,0xff,0x01, - 0xff,0x01,0xe7,0x19, - 0xc3,0x3d,0xc3,0x3d, - 0xff,0x80,0xff,0x80, - 0xff,0x80,0xef,0x90, - 0xff,0x80,0xff,0x80, - 0x80,0xff,0xff,0xff, - 0x80,0x7f,0xff,0x7f, - 0xff,0x7f,0xff,0x7f, - 0xff,0x7f,0xff,0x7f, - 0x7f,0xff,0xff,0xff, - 0x1f,0xfe,0xff,0xfe, - 0xff,0xfe,0xff,0xfe, - 0xff,0xfe,0xff,0xfe, - 0xfe,0xff,0xff,0xff, - 0xfe,0x01,0xff,0x01, - 0xff,0x01,0x7f,0x81, - 0xff,0x01,0xff,0x01, - 0x01,0xff,0xff,0xff, - 0x1f,0xe0,0xfb,0xe4, - 0xff,0xe0,0xff,0xe0, - 0xff,0xe0,0xff,0xe0, - 0xe0,0xff,0xff,0xff, - 0xcf,0xf0,0xcf,0xf0, - 0xe7,0xf8,0xe3,0x7c, - 0xf1,0x7e,0xf8,0x3f, - 0x1c,0xff,0xfe,0xff, - 0xdf,0x1f,0xe7,0x07, - 0xf8,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x7f,0x80,0x0f,0xf0, - 0xef,0xe0,0x9f,0x80, - 0x7f,0x00,0xff,0x00, - 0xfe,0x01,0xfc,0x03, - 0xf8,0x07,0xc1,0x3f, - 0xcf,0x3f,0xcf,0x3f, - 0x9f,0x7f,0x1f,0xff, - 0x3f,0xff,0x7f,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xdf,0x20,0xff,0x00, - 0xfd,0x02,0xff,0x00, - 0x00,0xff,0xff,0xff, - 0xff,0xfc,0xff,0xfc, - 0xff,0xfc,0xff,0xfc, - 0xfd,0xfe,0xfe,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0x03,0xed,0x11, - 0xfe,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0xff,0xff, - 0xff,0xc0,0xbf,0x80, - 0x7f,0x00,0xff,0x00, - 0xfd,0x02,0xff,0x00, - 0x00,0xff,0xff,0xff, - 0xff,0x3c,0xfc,0x3f, - 0xff,0x3f,0xff,0x3f, - 0xb8,0x78,0x77,0xf0, - 0xff,0xf0,0xff,0xf0, - 0xfb,0x18,0xdb,0x38, - 0x3b,0xf8,0xf7,0xf0, - 0xef,0xe0,0x6f,0x60, - 0xef,0x60,0xef,0x60, - 0x7f,0x41,0x7f,0x40, - 0x7f,0x40,0x7f,0x40, - 0x7f,0x40,0x7f,0x40, - 0x7f,0x40,0x7f,0x40, - 0xff,0x80,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfb,0x04,0xf7,0x08, - 0xff,0x00,0xff,0x00, - 0xe7,0x19,0xff,0x00, - 0xfb,0x04,0xff,0x00, - 0xbf,0x40,0x7f,0x80, - 0xfe,0x01,0xfb,0x04, - 0xff,0xff,0xfc,0x02, - 0xfe,0x02,0xfe,0x02, - 0xfe,0x02,0xba,0x42, - 0xd2,0x26,0x62,0x96, - 0xff,0xff,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0xff,0x03,0x03, - 0xfc,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x80,0xff,0xe0,0xff, - 0xff,0xff,0x1f,0x1f, - 0xe0,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x07,0xff,0x1f,0xff, - 0xfc,0xfc,0xe3,0xe0, - 0x1f,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0xff,0x3c,0x3f, - 0xdd,0x1f,0xed,0x0f, - 0xef,0x0d,0xdf,0x1d, - 0xd8,0x18,0xdd,0x1d, - 0xff,0xff,0x7f,0xff, - 0xbf,0xff,0xb3,0xff, - 0xff,0xad,0xff,0x6b, - 0xe7,0xe7,0x6f,0x6f, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x2e,0xff, - 0xff,0x55,0xff,0x55, - 0x55,0x55,0x55,0x55, - 0xff,0xff,0xf7,0xff, - 0xf7,0xff,0xe3,0xff, - 0xff,0x76,0xff,0xb6, - 0xb6,0xb6,0xb6,0xb6, - 0xf7,0xf8,0xf8,0xff, - 0xff,0xff,0x3f,0xff, - 0xf8,0xd8,0xfb,0xb8, - 0x7b,0x78,0xfb,0xf8, - 0x6f,0xe0,0xef,0xe0, - 0xdf,0xc0,0xbf,0x80, - 0x7f,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x7f,0x40,0x5f,0x40, - 0x40,0x60,0x40,0x7f, - 0x40,0x7f,0xa0,0x3f, - 0xdf,0x1f,0xe0,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0xff, - 0x01,0xff,0x00,0xff, - 0xff,0xff,0x00,0x00, - 0xfd,0x02,0xfe,0x01, - 0x00,0x00,0x00,0xff, - 0x80,0xff,0x00,0xff, - 0xff,0xff,0x00,0x00, - 0xb2,0x46,0xc2,0x06, - 0x05,0x3c,0x05,0xfc, - 0x05,0xfc,0x3b,0xf8, - 0xc7,0xc0,0x3f,0x00, - 0xed,0x0d,0xef,0x0f, - 0xf7,0x07,0xf8,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xb1,0xb1,0xff,0xff, - 0xff,0xff,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x76,0x76,0xff,0xff, - 0xff,0xff,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x3b,0x3b,0xff,0xff, - 0xef,0xef,0x10,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x1d,0x1c,0xfe,0xfe, - 0xff,0xff,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xaf,0x00, - 0x57,0x50,0xaf,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0xff,0xff,0x00,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xfc,0xff,0xfb,0xff, - 0xf6,0xfe,0xf7,0xfd, - 0xf7,0xfd,0xf7,0xfd, - 0xf7,0xfd,0xf7,0xfd, - 0x00,0xff,0xff,0xff, - 0x00,0x00,0xff,0xff, - 0xff,0xff,0x8f,0xf1, - 0xff,0xff,0xff,0xff, - 0x3f,0xff,0xdf,0xff, - 0x6f,0x7f,0xef,0xbf, - 0xef,0xbf,0xef,0xbf, - 0xef,0xbf,0xef,0xbf, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xc0,0xff,0xbf,0xff, - 0x60,0xe0,0x7f,0xdf, - 0xf7,0xfd,0xf7,0xfd, - 0xf7,0xfd,0xf7,0xfd, - 0x07,0xfd,0xff,0xfd, - 0x03,0x03,0xff,0xff, - 0x87,0xf9,0xff,0xff, - 0xff,0xff,0x83,0xfd, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xef,0xbf,0xef,0xbf, - 0xef,0xbf,0xef,0xbf, - 0xe0,0xbf,0xff,0xbf, - 0xc0,0xc0,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x03,0xff,0xfd,0xff, - 0x06,0x07,0xfe,0xfb, - 0xff,0xff,0xff,0xff, - 0xfc,0xff,0xfb,0xff, - 0xf7,0xfe,0xee,0xfd, - 0xdc,0xfb,0xd0,0xff, - 0xff,0xff,0x00,0xff, - 0xff,0xff,0x81,0x81, - 0x7e,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0xff,0xff,0xff, - 0x3f,0xff,0xdf,0xff, - 0x6f,0x7f,0xb7,0x3f, - 0xdb,0x1f,0xeb,0x0f, - 0x7f,0xdf,0x7f,0xdb, - 0x7b,0xdf,0x7b,0xdf, - 0x7b,0xdf,0x7b,0xdf, - 0x7b,0xdf,0x7f,0xdf, - 0xff,0xff,0xff,0x6f, - 0xfe,0x6f,0x7e,0xef, - 0x6f,0xfe,0x6f,0xfe, - 0x6f,0xff,0xff,0xff, - 0xfd,0xff,0xfe,0xff, - 0xff,0xff,0x7f,0xff, - 0xff,0xff,0x3f,0xff, - 0x8e,0x7f,0xc1,0x3e, - 0xff,0xff,0xff,0xf6, - 0xf7,0xfe,0xf6,0xff, - 0xf6,0xff,0x76,0xff, - 0xf6,0xff,0xff,0xff, - 0xfe,0xfb,0xfe,0xdb, - 0xfe,0xdb,0xfe,0xdb, - 0xde,0xfb,0xde,0xfb, - 0xde,0xfb,0xfe,0xfb, - 0xb0,0xff,0xa0,0xff, - 0xa0,0xff,0xa0,0xff, - 0xa0,0xff,0xa0,0xff, - 0xa0,0xff,0xb0,0xff, - 0xff,0x00,0xff,0x00, - 0x7f,0x80,0x7f,0x80, - 0x3f,0xc0,0x3f,0xc0, - 0x1f,0xe0,0x07,0xf8, - 0xed,0x0f,0xf5,0x07, - 0xf5,0x07,0xf5,0x07, - 0xfd,0x07,0xfd,0x07, - 0xfd,0x07,0xfd,0x0f, - 0x7f,0xdf,0x60,0xff, - 0xff,0xbf,0xff,0xc0, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x03,0xff, - 0xff,0xfd,0xff,0x05, - 0xf7,0xfd,0xf7,0xfd, - 0xf7,0xfd,0xf7,0xfd, - 0xff,0xc3,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x8f,0xf1,0xff,0xff, - 0xff,0xff,0x87,0xf9, - 0xff,0xff,0xc0,0xff, - 0xff,0xbf,0xff,0xa0, - 0xef,0xbf,0xef,0xbf, - 0xef,0xbf,0xef,0xbf, - 0xfe,0xfb,0x06,0xff, - 0xff,0xfd,0xff,0x03, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfe,0xff, - 0xf9,0xff,0xe7,0xff, - 0xff,0xff,0xfe,0xff, - 0xf9,0xff,0xe7,0xff, - 0x9c,0xfc,0x72,0xf1, - 0xc8,0xc7,0x20,0x1f, - 0x87,0xff,0x7b,0xff, - 0xcd,0xcf,0x36,0x07, - 0x8a,0x73,0x02,0xfb, - 0x06,0xff,0x1f,0xfd, - 0xd0,0xff,0xd8,0xff, - 0xfc,0xef,0xfe,0xf7, - 0xff,0xfb,0xff,0xfc, - 0xff,0xff,0xff,0xff, - 0x01,0xfe,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x81,0xff,0xff,0xff, - 0xff,0x00,0xff,0xff, - 0xfb,0x0f,0x1b,0xff, - 0x3f,0xf7,0x7f,0xef, - 0xff,0xdf,0xff,0x3f, - 0xff,0xff,0xff,0xff, - 0xf7,0xfd,0xf7,0xfd, - 0xf7,0xfd,0xf7,0xfd, - 0xf7,0xfd,0xf6,0xff, - 0xff,0xfb,0xff,0xfc, - 0xff,0xff,0xff,0xff, - 0x83,0xfd,0xff,0xff, - 0xff,0xff,0x00,0xff, - 0xff,0xff,0xff,0x00, - 0xef,0xbf,0xef,0xbf, - 0xef,0xbf,0xef,0xbf, - 0xef,0xbf,0x6f,0xff, - 0xff,0xdf,0xff,0x3f, - 0xdc,0xfc,0xb2,0xf1, - 0xa8,0xe7,0xa0,0xff, - 0xb0,0xff,0xf9,0xdf, - 0xff,0xef,0xff,0xf0, - 0x80,0x7f,0x01,0xff, - 0x07,0xff,0x1f,0xfc, - 0x7f,0xf3,0xff,0xcf, - 0xff,0x3f,0xff,0xff, - 0x7f,0xf3,0xff,0xcf, - 0xff,0x3f,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff + 0xff,0xff,0x00,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0xff,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0xff,0xff,0x00,0xff,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xfc,0x00, + 0x00,0xff,0xff,0x00,0xff,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xfe,0x00, + 0xf3,0x03,0xef,0x0c,0xef,0x08,0xd7,0x19,0xd7,0x19,0xd3,0x18,0x98,0x1c,0x7f,0x7f, + 0xcf,0xc0,0xf7,0x30,0xf7,0x10,0xeb,0x98,0xeb,0x98,0xcb,0x18,0x19,0x38,0xfe,0xfe, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x00, + 0xfd,0x01,0xc1,0x01,0xbf,0x3f,0x6f,0x50,0x40,0x7f,0x7f,0x40,0x78,0x47,0x70,0x4f, + 0xcd,0xf0,0x42,0xf4,0xff,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0xff, + 0x03,0xff,0x82,0x4f,0xff,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x01,0xff, + 0xbf,0x80,0x83,0x80,0xfd,0xfc,0xf6,0x0a,0x02,0xfe,0xfe,0x02,0x1c,0xe2,0xff,0xff, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0xff,0xff, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x04,0x00,0xfb,0xfb, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xfc,0x00,0x03,0x03,0xff,0xff, + 0xff,0x00,0xff,0x00,0xff,0x00,0xe0,0x00,0x1f,0x1f,0xff,0xff,0xff,0xe0,0xe0,0x9f, + 0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0x00,0xe3,0xe0,0xfc,0xfc,0xff,0x1f,0x1f,0xe7, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x40,0x00,0xbf,0xbf, + 0xff,0x00,0xff,0x00,0xff,0x00,0xfc,0x00,0xfb,0x03,0xf7,0x07,0x6e,0x0e,0xad,0x8c, + 0xff,0x00,0xff,0x00,0xff,0x00,0x0f,0x00,0xf0,0xf0,0xff,0xff,0x1f,0x1f,0xe1,0x01, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x00,0xbf,0x80,0xdf,0xc0, + 0x70,0x4f,0x70,0x4f,0x70,0x4f,0x70,0x4f,0x74,0x4f,0x70,0x4f,0x70,0x4f,0x70,0x4f, + 0xff,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0x01,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0x80,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xfd,0x82, + 0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x8f,0x70,0xf7,0x78,0xff,0x78, + 0xff,0xff,0x1e,0x1e,0xef,0x0e,0xf7,0x06,0xff,0x06,0xbf,0x46,0xff,0x06,0xff,0x06, + 0xff,0xff,0x01,0x01,0xff,0x01,0xff,0x01,0x7f,0x81,0xff,0x01,0xff,0x01,0xff,0x01, + 0xff,0xff,0xe0,0xe0,0xff,0xe0,0xfb,0xe4,0xff,0xe0,0xff,0xe0,0xff,0xe0,0xff,0xe0, + 0xff,0xfe,0x1e,0x1d,0xfc,0x3b,0xf8,0x76,0xf1,0x6c,0xe3,0xf8,0xe7,0xd0,0xcf,0xf0, + 0x80,0x70,0x0f,0x80,0x7f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xf8,0x07,0xe7,0x1f, + 0x07,0x39,0xc1,0x06,0xf8,0x03,0xfc,0x01,0xfe,0x00,0xff,0x00,0x7f,0x80,0x9f,0xe0, + 0xff,0xff,0xf0,0xf0,0xff,0x70,0x7f,0xb8,0x3f,0xd8,0x1f,0x7c,0x9c,0x2f,0xcf,0x3f, + 0xff,0xff,0x00,0x00,0xff,0x00,0x7f,0x80,0xff,0x00,0xdf,0x20,0xff,0x00,0xff,0x00, + 0xff,0xff,0x0f,0x0f,0xfe,0x0e,0xfd,0x0c,0xff,0x0c,0xff,0x0c,0x0f,0xfc,0xff,0xfc, + 0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0x7f,0x80,0xfe,0x01,0xfd,0x03,0xef,0x13, + 0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x77,0x88,0xbf,0xc0,0xff,0xc0, + 0xcf,0xcc,0xef,0xec,0x7f,0x7c,0xbf,0x3c,0xff,0x3c,0xff,0x3c,0xff,0x3c,0x7f,0xbc, + 0xfe,0x00,0xff,0x00,0xfe,0x01,0xff,0x01,0xff,0x01,0xfd,0x03,0xff,0x03,0xff,0x03, + 0xdf,0xc0,0xdf,0xc0,0xdf,0xc0,0xdf,0xc0,0xbf,0x80,0xbf,0x80,0xbf,0x80,0x7f,0x00, + 0x70,0x4f,0x70,0x4f,0x70,0x4f,0x70,0x4f,0x70,0x4f,0x78,0x47,0x7f,0x40,0x7f,0x40, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0xc0,0x3f, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x01,0xff,0x01,0xff,0xff,0x01,0xff,0x01, + 0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xfd,0x82,0xff,0x80, + 0xff,0x78,0xff,0x78,0xfe,0x79,0xf7,0x70,0x8f,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x06,0xff,0x06,0xff,0x06,0xff,0x06,0xff,0x06,0xbf,0x46,0xf7,0x0e,0xef,0x1e, + 0xf7,0x09,0xff,0x01,0xff,0x01,0xff,0x01,0xfe,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0xe1,0xff,0xe1,0xff,0xe1,0xff,0xe1,0x1f,0x01,0xff,0x01,0xff,0x01,0xff,0x01, + 0xcf,0xb0,0x8e,0xe1,0x9c,0xe3,0x98,0xe7,0x98,0xe7,0x98,0xe3,0x9c,0xe1,0x8e,0xf0, + 0xdf,0x3f,0xfe,0x3f,0xbc,0x7f,0xfc,0x7f,0xfe,0x7f,0xff,0x7f,0xbf,0x3f,0xff,0x3f, + 0xef,0xf0,0x7f,0xf0,0xb7,0x78,0x3f,0xf8,0x7f,0xf8,0xff,0xf8,0xf7,0xf0,0xff,0xf0, + 0xcf,0x37,0xc7,0x1f,0xe7,0x1f,0xe7,0x1f,0xe7,0x1f,0xe7,0x1f,0xe7,0x1f,0xc7,0x3f, + 0xff,0x00,0xff,0x00,0xff,0x00,0xfb,0x04,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0xfc,0xff,0xfc,0xff,0xfc,0xff,0xfc,0xff,0xfc,0xff,0xfc,0xff,0xfc,0xff,0xfc, + 0xff,0x03,0xff,0x03,0xff,0x03,0xbf,0x43,0xff,0x03,0xff,0x03,0xff,0x03,0xff,0x03, + 0xff,0xc0,0xff,0xc0,0xff,0xc0,0xff,0xc0,0xf7,0xc8,0xff,0xc0,0xff,0xc0,0xff,0xc0, + 0xff,0x3c,0xff,0x3c,0xff,0x3c,0xff,0x3c,0xff,0x3c,0xff,0x3c,0xff,0x3c,0xff,0x3c, + 0xfb,0x07,0xff,0x07,0xfe,0x06,0xf6,0x0e,0xfe,0x0e,0xfd,0x0c,0xed,0x1c,0xfd,0x1c, + 0x7f,0x00,0x7f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x78,0x47,0x7f,0x40,0x7f,0x40,0x7f,0x41,0x7f,0x41,0x7f,0x47,0x7f,0x47,0x7f,0x41, + 0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x80,0xff,0xe0,0xff,0xe0,0xff,0x80, + 0x3f,0xc1,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xe7,0x19,0xc3,0x3d,0xc3,0x3d, + 0xff,0x80,0xff,0x80,0xff,0x80,0xef,0x90,0xff,0x80,0xff,0x80,0x80,0xff,0xff,0xff, + 0x80,0x7f,0xff,0x7f,0xff,0x7f,0xff,0x7f,0xff,0x7f,0xff,0x7f,0x7f,0xff,0xff,0xff, + 0x1f,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xff,0xfe,0xfe,0xff,0xff,0xff, + 0xfe,0x01,0xff,0x01,0xff,0x01,0x7f,0x81,0xff,0x01,0xff,0x01,0x01,0xff,0xff,0xff, + 0x1f,0xe0,0xfb,0xe4,0xff,0xe0,0xff,0xe0,0xff,0xe0,0xff,0xe0,0xe0,0xff,0xff,0xff, + 0xcf,0xf0,0xcf,0xf0,0xe7,0xf8,0xe3,0x7c,0xf1,0x7e,0xf8,0x3f,0x1c,0xff,0xfe,0xff, + 0xdf,0x1f,0xe7,0x07,0xf8,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x80,0x0f,0xf0, + 0xef,0xe0,0x9f,0x80,0x7f,0x00,0xff,0x00,0xfe,0x01,0xfc,0x03,0xf8,0x07,0xc1,0x3f, + 0xcf,0x3f,0xcf,0x3f,0x9f,0x7f,0x1f,0xff,0x3f,0xff,0x7f,0xff,0xff,0xff,0xff,0xff, + 0xff,0x00,0xff,0x00,0xdf,0x20,0xff,0x00,0xfd,0x02,0xff,0x00,0x00,0xff,0xff,0xff, + 0xff,0xfc,0xff,0xfc,0xff,0xfc,0xff,0xfc,0xfd,0xfe,0xfe,0xff,0xff,0xff,0xff,0xff, + 0xff,0x03,0xed,0x11,0xfe,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0xff,0xff,0xff, + 0xff,0xc0,0xbf,0x80,0x7f,0x00,0xff,0x00,0xfd,0x02,0xff,0x00,0x00,0xff,0xff,0xff, + 0xff,0x3c,0xfc,0x3f,0xff,0x3f,0xff,0x3f,0xb8,0x78,0x77,0xf0,0xff,0xf0,0xff,0xf0, + 0xfb,0x18,0xdb,0x38,0x3b,0xf8,0xf7,0xf0,0xef,0xe0,0x6f,0x60,0xef,0x60,0xef,0x60, + 0x7f,0x41,0x7f,0x40,0x7f,0x40,0x7f,0x40,0x7f,0x40,0x7f,0x40,0x7f,0x40,0x7f,0x40, + 0xff,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xfb,0x04,0xf7,0x08,0xff,0x00,0xff,0x00, + 0xe7,0x19,0xff,0x00,0xfb,0x04,0xff,0x00,0xbf,0x40,0x7f,0x80,0xfe,0x01,0xfb,0x04, + 0xff,0xff,0xfc,0x02,0xfe,0x02,0xfe,0x02,0xfe,0x02,0xba,0x42,0xd2,0x26,0x62,0x96, + 0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0xff,0x03,0x03,0xfc,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x80,0xff,0xe0,0xff,0xff,0xff,0x1f,0x1f,0xe0,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x07,0xff,0x1f,0xff,0xfc,0xfc,0xe3,0xe0,0x1f,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0xff,0x3c,0x3f,0xdd,0x1f,0xed,0x0f,0xef,0x0d,0xdf,0x1d,0xd8,0x18,0xdd,0x1d, + 0xff,0xff,0x7f,0xff,0xbf,0xff,0xb3,0xff,0xff,0xad,0xff,0x6b,0xe7,0xe7,0x6f,0x6f, + 0xff,0xff,0xff,0xff,0xff,0xff,0x2e,0xff,0xff,0x55,0xff,0x55,0x55,0x55,0x55,0x55, + 0xff,0xff,0xf7,0xff,0xf7,0xff,0xe3,0xff,0xff,0x76,0xff,0xb6,0xb6,0xb6,0xb6,0xb6, + 0xf7,0xf8,0xf8,0xff,0xff,0xff,0x3f,0xff,0xf8,0xd8,0xfb,0xb8,0x7b,0x78,0xfb,0xf8, + 0x6f,0xe0,0xef,0xe0,0xdf,0xc0,0xbf,0x80,0x7f,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x7f,0x40,0x5f,0x40,0x40,0x60,0x40,0x7f,0x40,0x7f,0xa0,0x3f,0xdf,0x1f,0xe0,0x00, + 0xff,0x00,0xff,0x00,0x00,0x00,0x00,0xff,0x01,0xff,0x00,0xff,0xff,0xff,0x00,0x00, + 0xfd,0x02,0xfe,0x01,0x00,0x00,0x00,0xff,0x80,0xff,0x00,0xff,0xff,0xff,0x00,0x00, + 0xb2,0x46,0xc2,0x06,0x05,0x3c,0x05,0xfc,0x05,0xfc,0x3b,0xf8,0xc7,0xc0,0x3f,0x00, + 0xed,0x0d,0xef,0x0f,0xf7,0x07,0xf8,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xb1,0xb1,0xff,0xff,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x76,0x76,0xff,0xff,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x3b,0x3b,0xff,0xff,0xef,0xef,0x10,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x1d,0x1c,0xfe,0xfe,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0xaf,0x00,0x57,0x50,0xaf,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xfc,0xff,0xfb,0xff,0xf6,0xfe,0xf7,0xfd,0xf7,0xfd,0xf7,0xfd,0xf7,0xfd,0xf7,0xfd, + 0x00,0xff,0xff,0xff,0x00,0x00,0xff,0xff,0xff,0xff,0x8f,0xf1,0xff,0xff,0xff,0xff, + 0x3f,0xff,0xdf,0xff,0x6f,0x7f,0xef,0xbf,0xef,0xbf,0xef,0xbf,0xef,0xbf,0xef,0xbf, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc0,0xff,0xbf,0xff,0x60,0xe0,0x7f,0xdf, + 0xf7,0xfd,0xf7,0xfd,0xf7,0xfd,0xf7,0xfd,0x07,0xfd,0xff,0xfd,0x03,0x03,0xff,0xff, + 0x87,0xf9,0xff,0xff,0xff,0xff,0x83,0xfd,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xef,0xbf,0xef,0xbf,0xef,0xbf,0xef,0xbf,0xe0,0xbf,0xff,0xbf,0xc0,0xc0,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x03,0xff,0xfd,0xff,0x06,0x07,0xfe,0xfb, + 0xff,0xff,0xff,0xff,0xfc,0xff,0xfb,0xff,0xf7,0xfe,0xee,0xfd,0xdc,0xfb,0xd0,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x81,0x81,0x7e,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0xff,0xff,0xff,0x3f,0xff,0xdf,0xff,0x6f,0x7f,0xb7,0x3f,0xdb,0x1f,0xeb,0x0f, + 0x7f,0xdf,0x7f,0xdb,0x7b,0xdf,0x7b,0xdf,0x7b,0xdf,0x7b,0xdf,0x7b,0xdf,0x7f,0xdf, + 0xff,0xff,0xff,0x6f,0xfe,0x6f,0x7e,0xef,0x6f,0xfe,0x6f,0xfe,0x6f,0xff,0xff,0xff, + 0xfd,0xff,0xfe,0xff,0xff,0xff,0x7f,0xff,0xff,0xff,0x3f,0xff,0x8e,0x7f,0xc1,0x3e, + 0xff,0xff,0xff,0xf6,0xf7,0xfe,0xf6,0xff,0xf6,0xff,0x76,0xff,0xf6,0xff,0xff,0xff, + 0xfe,0xfb,0xfe,0xdb,0xfe,0xdb,0xfe,0xdb,0xde,0xfb,0xde,0xfb,0xde,0xfb,0xfe,0xfb, + 0xb0,0xff,0xa0,0xff,0xa0,0xff,0xa0,0xff,0xa0,0xff,0xa0,0xff,0xa0,0xff,0xb0,0xff, + 0xff,0x00,0xff,0x00,0x7f,0x80,0x7f,0x80,0x3f,0xc0,0x3f,0xc0,0x1f,0xe0,0x07,0xf8, + 0xed,0x0f,0xf5,0x07,0xf5,0x07,0xf5,0x07,0xfd,0x07,0xfd,0x07,0xfd,0x07,0xfd,0x0f, + 0x7f,0xdf,0x60,0xff,0xff,0xbf,0xff,0xc0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0x03,0xff,0xff,0xfd,0xff,0x05,0xf7,0xfd,0xf7,0xfd,0xf7,0xfd,0xf7,0xfd, + 0xff,0xc3,0xff,0xff,0xff,0xff,0xff,0xff,0x8f,0xf1,0xff,0xff,0xff,0xff,0x87,0xf9, + 0xff,0xff,0xc0,0xff,0xff,0xbf,0xff,0xa0,0xef,0xbf,0xef,0xbf,0xef,0xbf,0xef,0xbf, + 0xfe,0xfb,0x06,0xff,0xff,0xfd,0xff,0x03,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xf9,0xff,0xe7,0xff, + 0xff,0xff,0xfe,0xff,0xf9,0xff,0xe7,0xff,0x9c,0xfc,0x72,0xf1,0xc8,0xc7,0x20,0x1f, + 0x87,0xff,0x7b,0xff,0xcd,0xcf,0x36,0x07,0x8a,0x73,0x02,0xfb,0x06,0xff,0x1f,0xfd, + 0xd0,0xff,0xd8,0xff,0xfc,0xef,0xfe,0xf7,0xff,0xfb,0xff,0xfc,0xff,0xff,0xff,0xff, + 0x01,0xfe,0x00,0xff,0x00,0xff,0x00,0xff,0x81,0xff,0xff,0xff,0xff,0x00,0xff,0xff, + 0xfb,0x0f,0x1b,0xff,0x3f,0xf7,0x7f,0xef,0xff,0xdf,0xff,0x3f,0xff,0xff,0xff,0xff, + 0xf7,0xfd,0xf7,0xfd,0xf7,0xfd,0xf7,0xfd,0xf7,0xfd,0xf6,0xff,0xff,0xfb,0xff,0xfc, + 0xff,0xff,0xff,0xff,0x83,0xfd,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0xff,0x00, + 0xef,0xbf,0xef,0xbf,0xef,0xbf,0xef,0xbf,0xef,0xbf,0x6f,0xff,0xff,0xdf,0xff,0x3f, + 0xdc,0xfc,0xb2,0xf1,0xa8,0xe7,0xa0,0xff,0xb0,0xff,0xf9,0xdf,0xff,0xef,0xff,0xf0, + 0x80,0x7f,0x01,0xff,0x07,0xff,0x1f,0xfc,0x7f,0xf3,0xff,0xcf,0xff,0x3f,0xff,0xff, + 0x7f,0xf3,0xff,0xcf,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/remote_down.c b/gbdk-support/png2asset/testing/ref/remote_down.c @@ -8,138 +8,39 @@ BANKREF(remote_down) const uint8_t remote_down_tiles[528] = { - 0xff,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x1e,0x01, - 0x17,0x08,0x00,0x00, - 0xff,0x01,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0xfb,0x01, - 0xa9,0x51,0x01,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x00,0xff, - 0xff,0x00,0xc0,0x3f, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0xff,0x01,0xff, - 0xff,0x01,0xff,0x01, - 0xfc,0xff,0xfb,0xff, - 0xf7,0xff,0xf6,0xff, - 0xf5,0xff,0xf5,0xff, - 0xf5,0xff,0xf5,0xff, - 0x00,0xff,0xff,0xff, - 0xff,0xff,0x00,0xff, - 0xff,0xff,0xff,0xff, - 0x81,0xff,0xff,0xff, - 0x3f,0xff,0xdf,0xff, - 0xef,0xff,0x6f,0xff, - 0xaf,0xff,0xaf,0xff, - 0xaf,0xff,0xaf,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xc0,0xff,0xbf,0xff, - 0x7f,0xff,0x7f,0xe0, - 0xff,0xff,0x81,0xff, - 0xff,0xff,0xff,0xff, - 0x81,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x03,0xff,0xfd,0xff, - 0xfe,0xff,0xfe,0x07, - 0xff,0xff,0xff,0xff, - 0xfc,0xff,0xfb,0xff, - 0xf7,0xff,0xef,0xfe, - 0xde,0xfd,0xdc,0xfb, - 0xff,0xff,0x00,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0x81,0x81,0x7e, - 0x00,0xff,0x00,0xff, - 0xff,0xff,0xff,0xff, - 0x3f,0xff,0xdf,0xff, - 0xef,0xff,0xf7,0x7f, - 0x7b,0xbf,0x3b,0xdf, - 0x5f,0xff,0x5f,0xff, - 0x5b,0xff,0x5b,0xff, - 0x5b,0xff,0x5b,0xff, - 0x5b,0xff,0x5b,0xff, - 0xff,0xff,0xef,0xff, - 0x6f,0xff,0x6f,0xff, - 0x6e,0xff,0x6e,0xff, - 0x6f,0xff,0x7f,0xff, - 0xff,0xff,0xf7,0xff, - 0xf6,0xff,0xf6,0xff, - 0xf6,0xff,0xf6,0xff, - 0x76,0xff,0xfe,0xff, - 0xfa,0xff,0xfa,0xff, - 0xda,0xff,0xda,0xff, - 0xda,0xff,0xda,0xff, - 0xda,0xff,0xda,0xff, - 0xb0,0xff,0xb0,0xff, - 0xa0,0xff,0xa0,0xff, - 0xa0,0xff,0xa0,0xff, - 0xa0,0xff,0xb0,0xff, - 0x7c,0x83,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x7f,0x80,0x7f,0x80, - 0x3f,0xc0,0x1f,0xe0, - 0x1d,0xef,0x1d,0xef, - 0x8d,0x77,0xcd,0x37, - 0xcd,0x37,0xe5,0x1f, - 0xe5,0x1f,0xed,0x1f, - 0x5f,0xff,0x5f,0xff, - 0xe0,0xbf,0xff,0xd0, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xc3,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x81,0xff, - 0xff,0xff,0xff,0xff, - 0xfa,0xff,0xfa,0xff, - 0x07,0xfd,0xff,0x03, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfe,0xff, - 0xf9,0xff,0xe7,0xff, - 0x9f,0xff,0x7e,0xfd, - 0xf0,0xff,0xe0,0xdf, - 0x87,0xff,0x7b,0xff, - 0xfd,0xff,0xee,0xdf, - 0x0e,0xf7,0x06,0xfb, - 0x1e,0xe7,0x7f,0x9d, - 0x07,0xf8,0x01,0xfe, - 0x00,0xff,0x00,0xff, - 0x81,0xff,0xff,0xff, - 0xff,0x00,0xff,0xff, - 0xcb,0x3f,0x9b,0x7f, - 0x3f,0xf7,0x7f,0xef, - 0xff,0xdf,0xff,0x3f, - 0xff,0xff,0xff,0xff, - 0xf5,0xff,0xf5,0xff, - 0xf5,0xff,0xf5,0xff, - 0xf5,0xff,0xf5,0xff, - 0xfe,0xfb,0xff,0xfc, - 0x81,0xff,0xff,0xff, - 0xff,0xff,0x81,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0xff,0x00, - 0xaf,0xff,0xaf,0xff, - 0xaf,0xff,0xaf,0xff, - 0xaf,0xff,0xaf,0xff, - 0x7f,0xdf,0xff,0x3f, - 0xdf,0xff,0xbe,0xfd, - 0xb0,0xff,0xa0,0xff, - 0xb0,0xff,0xfd,0xdb, - 0xff,0xef,0xff,0xf0, - 0x01,0xfe,0x07,0xf9, - 0x1f,0xe7,0x7f,0x9c, - 0xff,0x73,0xff,0xcf, - 0xff,0x3f,0xff,0xff, - 0xff,0x73,0xff,0xcf, - 0xff,0x3f,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff + 0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1e,0x01,0x17,0x08,0x00,0x00, + 0xff,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xfb,0x01,0xa9,0x51,0x01,0x01, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0xff,0x00,0xc0,0x3f, + 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0xff,0x01,0xff,0xff,0x01,0xff,0x01, + 0xfc,0xff,0xfb,0xff,0xf7,0xff,0xf6,0xff,0xf5,0xff,0xf5,0xff,0xf5,0xff,0xf5,0xff, + 0x00,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0xff,0xff,0x81,0xff,0xff,0xff, + 0x3f,0xff,0xdf,0xff,0xef,0xff,0x6f,0xff,0xaf,0xff,0xaf,0xff,0xaf,0xff,0xaf,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xc0,0xff,0xbf,0xff,0x7f,0xff,0x7f,0xe0, + 0xff,0xff,0x81,0xff,0xff,0xff,0xff,0xff,0x81,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x03,0xff,0xfd,0xff,0xfe,0xff,0xfe,0x07, + 0xff,0xff,0xff,0xff,0xfc,0xff,0xfb,0xff,0xf7,0xff,0xef,0xfe,0xde,0xfd,0xdc,0xfb, + 0xff,0xff,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0x81,0x81,0x7e,0x00,0xff,0x00,0xff, + 0xff,0xff,0xff,0xff,0x3f,0xff,0xdf,0xff,0xef,0xff,0xf7,0x7f,0x7b,0xbf,0x3b,0xdf, + 0x5f,0xff,0x5f,0xff,0x5b,0xff,0x5b,0xff,0x5b,0xff,0x5b,0xff,0x5b,0xff,0x5b,0xff, + 0xff,0xff,0xef,0xff,0x6f,0xff,0x6f,0xff,0x6e,0xff,0x6e,0xff,0x6f,0xff,0x7f,0xff, + 0xff,0xff,0xf7,0xff,0xf6,0xff,0xf6,0xff,0xf6,0xff,0xf6,0xff,0x76,0xff,0xfe,0xff, + 0xfa,0xff,0xfa,0xff,0xda,0xff,0xda,0xff,0xda,0xff,0xda,0xff,0xda,0xff,0xda,0xff, + 0xb0,0xff,0xb0,0xff,0xa0,0xff,0xa0,0xff,0xa0,0xff,0xa0,0xff,0xa0,0xff,0xb0,0xff, + 0x7c,0x83,0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x80,0x7f,0x80,0x3f,0xc0,0x1f,0xe0, + 0x1d,0xef,0x1d,0xef,0x8d,0x77,0xcd,0x37,0xcd,0x37,0xe5,0x1f,0xe5,0x1f,0xed,0x1f, + 0x5f,0xff,0x5f,0xff,0xe0,0xbf,0xff,0xd0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xc3,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x81,0xff,0xff,0xff,0xff,0xff, + 0xfa,0xff,0xfa,0xff,0x07,0xfd,0xff,0x03,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xfe,0xff,0xf9,0xff,0xe7,0xff,0x9f,0xff,0x7e,0xfd,0xf0,0xff,0xe0,0xdf, + 0x87,0xff,0x7b,0xff,0xfd,0xff,0xee,0xdf,0x0e,0xf7,0x06,0xfb,0x1e,0xe7,0x7f,0x9d, + 0x07,0xf8,0x01,0xfe,0x00,0xff,0x00,0xff,0x81,0xff,0xff,0xff,0xff,0x00,0xff,0xff, + 0xcb,0x3f,0x9b,0x7f,0x3f,0xf7,0x7f,0xef,0xff,0xdf,0xff,0x3f,0xff,0xff,0xff,0xff, + 0xf5,0xff,0xf5,0xff,0xf5,0xff,0xf5,0xff,0xf5,0xff,0xf5,0xff,0xfe,0xfb,0xff,0xfc, + 0x81,0xff,0xff,0xff,0xff,0xff,0x81,0xff,0xff,0xff,0xff,0xff,0x00,0xff,0xff,0x00, + 0xaf,0xff,0xaf,0xff,0xaf,0xff,0xaf,0xff,0xaf,0xff,0xaf,0xff,0x7f,0xdf,0xff,0x3f, + 0xdf,0xff,0xbe,0xfd,0xb0,0xff,0xa0,0xff,0xb0,0xff,0xfd,0xdb,0xff,0xef,0xff,0xf0, + 0x01,0xfe,0x07,0xf9,0x1f,0xe7,0x7f,0x9c,0xff,0x73,0xff,0xcf,0xff,0x3f,0xff,0xff, + 0xff,0x73,0xff,0xcf,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/sgb_border_1.c b/gbdk-support/png2asset/testing/ref/sgb_border_1.c @@ -15,1718 +15,113 @@ const palette_color_t sgb_border_1_palettes[16] = { }; const uint8_t sgb_border_1_tiles[3424] = { - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x3f,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xfe,0x03, - 0xfb,0x0f, - 0xfc,0x1c, - 0xf0,0x30, - 0xe1,0x61, - 0xa2,0x63, - 0xc4,0xc7, - 0x49,0xcf, - 0x01,0x00, - 0x04,0x03, - 0x00,0x0f, - 0x00,0x1f, - 0x01,0x3e, - 0x43,0x3c, - 0x07,0x78, - 0x8f,0x70, - 0x7f,0x7f, - 0x80,0x80, - 0x00,0x00, - 0x38,0x3f, - 0x80,0xff, - 0x1c,0xfc, - 0xc0,0xc0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x3f,0xc0, - 0xff,0x00, - 0xfc,0x03, - 0xc0,0x3f, - 0x00,0xff, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0x00, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xfe,0x01, - 0xfe,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x4a,0x4e, - 0x82,0x8e, - 0x90,0x9c, - 0x94,0x9c, - 0x94,0x9c, - 0x84,0x9c, - 0x80,0x98, - 0x80,0x98, - 0x0e,0xf1, - 0x0e,0xf1, - 0x1c,0xe3, - 0x1c,0xe3, - 0x1c,0xe3, - 0x1c,0xe3, - 0x18,0xe7, - 0x18,0xe7, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x06,0x0f, - 0x00,0x0b, - 0x00,0x09, - 0x00,0x0b, - 0x06,0x0f, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x01,0xf0, - 0x02,0xf4, - 0x00,0xf6, - 0x02,0xf4, - 0x01,0xf0, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x31,0x7b, - 0x00,0x79, - 0x00,0x49, - 0x00,0x79, - 0x30,0x79, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x48,0x84, - 0x30,0x86, - 0x00,0xb6, - 0x30,0x86, - 0x48,0x86, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x01,0x81, - 0x00,0x03, - 0x03,0x03, - 0x00,0x03, - 0x00,0x02, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x7e, - 0x02,0xfc, - 0x00,0xfc, - 0x01,0xfc, - 0x00,0xfd, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x40,0x47, - 0x05,0xe7, - 0xe0,0xed, - 0x0a,0xef, - 0x00,0x28, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x05,0xb8, - 0xa2,0x18, - 0x08,0x12, - 0x40,0x10, - 0x00,0xd7, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x11,0x3b, - 0x00,0x12, - 0x01,0x93, - 0x80,0x92, - 0x00,0x92, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xc4, - 0x00,0xed, - 0x80,0x6c, - 0x00,0x6d, - 0x00,0x6d, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xd6, - 0x02,0xd7, - 0x80,0xd3, - 0x02,0xd7, - 0x00,0xd6, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x42,0x29, - 0x85,0x28, - 0x42,0x2c, - 0x45,0x28, - 0x82,0x29, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xc1, - 0x80,0xc1, - 0x01,0x81, - 0x80,0xc1, - 0x00,0xc0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x80,0x3e, - 0x40,0x3e, - 0x80,0x7e, - 0x41,0x3e, - 0x80,0x3f, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x15, - 0x00,0x14, - 0x10,0xf4, - 0xa0,0xf4, - 0x00,0xa4, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xea, - 0x00,0xeb, - 0xa0,0x0b, - 0x50,0x0b, - 0x00,0x5b, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x80,0xd2, - 0x00,0x92, - 0x0c,0x9e, - 0x00,0x92, - 0x00,0x92, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x2d, - 0x00,0x6d, - 0x00,0x61, - 0x00,0x6d, - 0x00,0x6d, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x05,0x0f, - 0x00,0x0c, - 0x00,0x0f, - 0x00,0x03, - 0x0a,0x0f, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x08,0xf0, - 0x04,0xf3, - 0x09,0xf0, - 0x02,0xfc, - 0x01,0xf0, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x22,0x77, - 0x00,0x24, - 0x01,0x27, - 0x00,0x24, - 0x02,0x27, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x88, - 0x00,0xdb, - 0x00,0xd8, - 0x00,0xdb, - 0x00,0xd8, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x21,0x7b, - 0x00,0x5a, - 0x30,0x7b, - 0x00,0x5a, - 0x01,0x5b, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x08,0x84, - 0x10,0xa5, - 0x08,0x84, - 0x08,0xa5, - 0x10,0xa4, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x18,0xbc, - 0x00,0x3c, - 0x80,0xa4, - 0x00,0x3c, - 0x18,0xbc, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x24,0x43, - 0x18,0xc3, - 0x00,0x5b, - 0x18,0xc3, - 0x24,0x43, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x0a,0x1e, - 0x00,0x18, - 0x00,0x1e, - 0x00,0x06, - 0x14,0x1e, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x10,0xe1, - 0x08,0xe7, - 0x12,0xe1, - 0x04,0xf9, - 0x02,0xe1, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x64,0xf4, - 0x00,0xf4, - 0x00,0x94, - 0x00,0xf7, - 0x63,0xf7, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x90,0x0b, - 0x60,0x0b, - 0x00,0x6b, - 0x63,0x08, - 0x94,0x08, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x84,0xa5, - 0x00,0xb5, - 0x18,0xbd, - 0x00,0xad, - 0x20,0xa5, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x5a, - 0x00,0x4a, - 0x00,0x42, - 0x00,0x52, - 0x80,0x5a, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0xc0,0xe0, - 0x00,0x60, - 0x00,0x20, - 0x00,0x60, - 0xc0,0xe0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x20,0x1f, - 0x40,0x9f, - 0x00,0xdf, - 0x40,0x9f, - 0x20,0x1f, - 0x00,0xff, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x01, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3c,0x3c, - 0x68,0x44, - 0xd4,0x83, - 0xc4,0x83, - 0xed,0x83, - 0x39,0x45, - 0x02,0x7a, - 0x18,0x3c, - 0x00,0xff, - 0x38,0xc7, - 0x6d,0x82, - 0x7d,0x82, - 0x7c,0x82, - 0x38,0xc6, - 0x40,0xbd, - 0x24,0xc3, - 0x00,0x00, - 0x00,0x00, - 0x40,0xee, - 0x2e,0xae, - 0xc0,0xea, - 0x2e,0xae, - 0x40,0xea, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x2a,0x11, - 0x00,0x51, - 0x20,0x15, - 0x00,0x51, - 0x20,0x15, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0xee,0xee, - 0x00,0x44, - 0x00,0x44, - 0x00,0x44, - 0x44,0x44, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x11, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x66,0xee, - 0x00,0x8a, - 0xec,0xee, - 0x02,0x8e, - 0x60,0xea, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x11, - 0x00,0x75, - 0x02,0x11, - 0x04,0x71, - 0x00,0x15, - 0x00,0xff, - 0x03,0x03, - 0x03,0x03, - 0xa3,0xa3, - 0x03,0xe3, - 0xe3,0xe3, - 0x03,0x43, - 0x03,0x43, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0x5f, - 0x40,0x1f, - 0x00,0x1f, - 0x00,0xbf, - 0x00,0xbf, - 0x00,0xff, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x29,0x39, - 0x2a,0x3b, - 0x2a,0x3b, - 0x0a,0x3b, - 0x03,0x33, - 0x43,0x73, - 0x52,0x73, - 0x54,0x77, - 0x38,0xc7, - 0x39,0xc6, - 0x39,0xc6, - 0x39,0xc6, - 0x30,0xce, - 0x70,0x8e, - 0x70,0x8e, - 0x72,0x8c, - 0x7f,0x80, - 0x7f,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x01, - 0x01,0x01, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x01,0xfe, - 0x01,0xfe, - 0x14,0x77, - 0x07,0x66, - 0xa7,0xe6, - 0xa9,0xee, - 0x2b,0xec, - 0x0f,0xcc, - 0x4f,0xcc, - 0x53,0xdc, - 0x72,0x8c, - 0x60,0x9c, - 0xe0,0x1c, - 0xe4,0x18, - 0xe4,0x18, - 0xc0,0x38, - 0xc0,0x38, - 0xc8,0x30, - 0x00,0x01, - 0x02,0x03, - 0x00,0x03, - 0x01,0x07, - 0x08,0x0e, - 0x00,0x0c, - 0x04,0x1c, - 0x21,0x39, - 0x01,0xfe, - 0x03,0xfc, - 0x03,0xfc, - 0x07,0xf8, - 0x0e,0xf1, - 0x0c,0xf3, - 0x1c,0xe3, - 0x38,0xc7, - 0x17,0x98, - 0x9f,0x98, - 0x2f,0x30, - 0x3f,0x30, - 0x5f,0x60, - 0x5f,0x60, - 0xff,0xc0, - 0x3f,0xc0, - 0x88,0x70, - 0x80,0x70, - 0x10,0xe0, - 0x00,0xe0, - 0x20,0xc0, - 0x00,0xc0, - 0x00,0x80, - 0x80,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x03,0xfc, - 0x00,0x00, - 0x00,0x00, - 0x00,0x01, - 0x00,0x03, - 0x08,0x0f, - 0x02,0x1e, - 0x40,0x78, - 0x11,0xf1, - 0x00,0xff, - 0x00,0xff, - 0x01,0xfe, - 0x03,0xfc, - 0x0f,0xf0, - 0x1e,0xe1, - 0x78,0x87, - 0xf0,0x0f, - 0x41,0x71, - 0x93,0xf3, - 0x26,0xe7, - 0x49,0xce, - 0x13,0x1c, - 0x27,0x38, - 0x6f,0x70, - 0xff,0xc0, - 0x70,0x8f, - 0xf0,0x0e, - 0xe0,0x1c, - 0xc4,0x38, - 0x08,0xf0, - 0x10,0xe0, - 0x00,0xc0, - 0x00,0x80, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x07,0x07, - 0xe0,0xff, - 0x03,0xff, - 0xf0,0xf0, - 0x01,0x01, - 0x7e,0x7f, - 0x8c,0xff, - 0x00,0xff, - 0x07,0xf8, - 0xff,0x00, - 0xff,0x00, - 0xf0,0x0f, - 0x00,0xff, - 0x01,0xfe, - 0x70,0x80, - 0x30,0x3f, - 0x03,0xff, - 0x38,0xf8, - 0x81,0x81, - 0x1e,0x1f, - 0xe6,0xff, - 0x6f,0xf0, - 0x7f,0x80, - 0x3f,0xc0, - 0xff,0x00, - 0xf8,0x07, - 0x80,0x7f, - 0x01,0xfe, - 0x18,0xe0, - 0x80,0x00, - 0x00,0x00, - 0x42,0xc3, - 0x0e,0x0f, - 0x33,0x3c, - 0xdf,0xf0, - 0x7f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xc1,0x3e, - 0x00,0xfc, - 0x08,0xf0, - 0x20,0xc0, - 0x80,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x01, - 0x03,0x03, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1c,0x7f, - 0xff,0xff, - 0xf3,0xff, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x08, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x07, - 0xc7,0xc7, - 0x87,0xcf, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0x80,0x80, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x10,0x38, - 0x30,0x38, - 0x38,0x78, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x0c, - 0x08,0x1c, - 0x1c,0x1c, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1f,0x1f, - 0x1f,0x1f, - 0x1f,0x3f, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xe0,0xf0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1e,0x1f, - 0x1f,0x1f, - 0x1b,0x1f, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0xc0,0xe0, - 0xe0,0xf1, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x42, - 0xff,0x01, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x08,0x3c, - 0x7e,0xfe, - 0xff,0xff, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0xff,0x40, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x60,0x70, - 0x30,0x70, - 0x30,0x38, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x40, - 0xff,0x08, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x18,0x38, - 0x30,0x38, - 0x30,0x70, - 0xf0,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x70,0x78, - 0x78,0x78, - 0x78,0x7c, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xec,0xee, - 0xec,0xee, - 0xe0,0xe0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x60,0x70, - 0xf8,0xf8, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x0e,0x0e, - 0x0e,0x0e, - 0xff,0x08, - 0xff,0x00, - 0xff,0x00, - 0xff,0x02, - 0xff,0x20, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0x07,0x07, - 0x0e,0x0f, - 0x0c,0x1e, - 0x1c,0x1c, - 0x18,0x1c, - 0x18,0x38, - 0x38,0x38, - 0x38,0x38, - 0xff,0x63, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x01, - 0xff,0x80, - 0x00,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3e,0x7e, - 0x7e,0x7e, - 0xff,0x40, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x22, - 0xff,0x00, - 0xff,0x04, - 0xff,0x47, - 0x0f,0x8f, - 0x0f,0x0f, - 0x0f,0x1f, - 0x1d,0x1f, - 0x1d,0x1d, - 0x18,0x3d, - 0x38,0x39, - 0x30,0x38, - 0xff,0x40, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x21, - 0xff,0x00, - 0x80,0x80, - 0x80,0x80, - 0x80,0xc0, - 0x80,0xc0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xc0,0xe1, - 0xff,0x04, - 0xff,0x04, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x03, - 0xff,0x02, - 0xff,0x20, - 0x38,0x78, - 0x78,0x78, - 0x78,0x7c, - 0x78,0xfc, - 0x7c,0xfc, - 0xdc,0xfc, - 0xdc,0xfd, - 0xcd,0xdf, - 0xff,0x00, - 0xff,0x42, - 0xff,0x02, - 0xff,0x82, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x10, - 0x1c,0x3c, - 0x3c,0x3c, - 0x3c,0x7c, - 0x7c,0x7c, - 0x6c,0xfe, - 0xcc,0xfe, - 0xcc,0xde, - 0x8e,0xce, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x40, - 0xff,0x40, - 0x18,0x38, - 0x18,0x38, - 0x38,0x38, - 0x30,0x38, - 0x30,0x38, - 0x3f,0x3f, - 0x3f,0x3f, - 0x3f,0x3f, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc0,0xe0, - 0xc0,0xc0, - 0x80,0xc0, - 0xff,0x04, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x46, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0x18,0x38, - 0x18,0x38, - 0x38,0x38, - 0x30,0x38, - 0x30,0x39, - 0x3f,0x3f, - 0x3f,0x7f, - 0x3f,0x7f, - 0xff,0x02, - 0xff,0x80, - 0xff,0x80, - 0xff,0x04, - 0xff,0x10, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0x71,0xf1, - 0x71,0x73, - 0x71,0x73, - 0x63,0xf3, - 0xe3,0xe7, - 0xc3,0xe7, - 0xe3,0xe7, - 0xe7,0xf7, - 0xff,0x00, - 0xff,0x20, - 0xff,0x04, - 0xff,0x40, - 0xff,0x00, - 0xff,0x80, - 0xff,0x80, - 0xff,0x04, - 0xe7,0xff, - 0xc3,0xc7, - 0x83,0xc3, - 0x83,0x83, - 0x03,0x83, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0xff,0x80, - 0xff,0x80, - 0xff,0x25, - 0xff,0x00, - 0xff,0x02, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0x30,0x38, - 0x18,0x38, - 0x18,0x98, - 0x18,0x9d, - 0x8d,0x9d, - 0x8f,0x8f, - 0x8f,0x8f, - 0x06,0x8f, - 0xff,0x80, - 0xff,0x10, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x80, - 0x60,0x70, - 0x60,0xe0, - 0xc0,0xe0, - 0xc0,0xc0, - 0x80,0xc0, - 0x80,0x80, - 0x00,0x80, - 0x00,0x00, - 0xff,0x02, - 0xff,0x08, - 0xff,0x01, - 0xff,0x04, - 0xff,0x00, - 0xff,0x02, - 0xff,0x00, - 0xff,0x00, - 0x74,0x7c, - 0x74,0x76, - 0x72,0x76, - 0x72,0x73, - 0x71,0x73, - 0x71,0x71, - 0x70,0x71, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xe0,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0x00,0x00, - 0xff,0x08, - 0xff,0x00, - 0xff,0x08, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xe0,0xe6, - 0xfe,0xff, - 0xe6,0xf7, - 0xe7,0xe7, - 0xe7,0xe7, - 0xe7,0xe7, - 0xe7,0xe7, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x61,0x73, - 0x63,0x77, - 0x63,0x77, - 0x67,0x77, - 0x63,0x77, - 0x63,0x77, - 0x61,0x73, - 0x00,0x00, - 0xff,0x00, - 0xff,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xe3,0xf3, - 0x33,0x3b, - 0x33,0x3b, - 0xfb,0xfb, - 0x03,0x03, - 0x13,0x3b, - 0xe3,0xf3, - 0x00,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x20, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x80,0x98, - 0xf8,0xfd, - 0x98,0xdd, - 0x9d,0x9d, - 0x9c,0x9d, - 0x9c,0x9d, - 0x9c,0x9c, - 0x00,0x00, - 0xff,0x00, - 0xff,0x30, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x30, - 0xff,0x00, - 0xff,0x00, - 0x7e,0xfe, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0x7e,0xfe, - 0x00,0x00, - 0xff,0x00, - 0xff,0x18, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x18, - 0xff,0x00, - 0xff,0x00, - 0x3c,0x7e, - 0x66,0xe7, - 0x66,0xe7, - 0xe7,0xe7, - 0x66,0xe7, - 0x66,0xe7, - 0x3c,0x7e, - 0x00,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0xff,0x21, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0x38,0x38, - 0x38,0x38, - 0x38,0x38, - 0x18,0x3c, - 0x1c,0x1e, - 0x0f,0x1f, - 0x07,0x0f, - 0x01,0x03, - 0xff,0x00, - 0xff,0x02, - 0xff,0x00, - 0xff,0x20, - 0xff,0x44, - 0xff,0x01, - 0xff,0x00, - 0xff,0x10, - 0x7c,0xfe, - 0x0c,0x1c, - 0x1c,0x1c, - 0x18,0x1c, - 0x38,0x38, - 0x78,0xf8, - 0xf0,0xf9, - 0xc1,0xe1, - 0xff,0x00, - 0xff,0x00, - 0xff,0x8f, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0x3f,0x7f, - 0x7f,0x7f, - 0x60,0x70, - 0x60,0xe0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x12, - 0xff,0x10, - 0xff,0x80, - 0xff,0x80, - 0xff,0x0c, - 0xff,0x08, - 0xc0,0xe1, - 0xe1,0xe1, - 0x61,0xe1, - 0x61,0xe3, - 0x61,0x73, - 0x63,0x73, - 0x73,0x73, - 0x33,0x77, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0xff,0x40, - 0xff,0x01, - 0xff,0x08, - 0xff,0x0a, - 0xff,0x80, - 0xcd,0xdf, - 0x8f,0xcf, - 0x8f,0xcf, - 0x86,0x8f, - 0x86,0x8e, - 0x04,0x86, - 0x04,0x84, - 0x00,0x04, - 0xff,0x50, - 0xff,0x01, - 0xff,0x81, - 0xff,0x01, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0xff,0x08, - 0x8e,0x8e, - 0x0e,0x8e, - 0x0e,0x0e, - 0x06,0x0e, - 0x06,0x0f, - 0x06,0x0f, - 0x06,0x07, - 0x07,0x07, - 0xff,0x08, - 0xff,0x08, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0x30,0x70, - 0x30,0x70, - 0x30,0x70, - 0x60,0x70, - 0x60,0x70, - 0x7f,0x7f, - 0x7f,0x7f, - 0x7f,0x7f, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xe0,0xf0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xff,0x09, - 0xff,0x08, - 0xff,0x80, - 0xff,0x80, - 0xff,0x0c, - 0xff,0x00, - 0xff,0x00, - 0xff,0x01, - 0x70,0x70, - 0x70,0x70, - 0x70,0x70, - 0x60,0x70, - 0x61,0xf3, - 0x7f,0xff, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0x00, - 0xff,0x80, - 0xff,0x80, - 0xff,0x00, - 0xff,0x14, - 0xff,0x00, - 0xff,0x02, - 0xff,0x81, - 0x77,0xf7, - 0x77,0x77, - 0x73,0x77, - 0x63,0xf7, - 0xe3,0xe3, - 0xc3,0xe3, - 0x81,0xc1, - 0x00,0x00, - 0xff,0x04, - 0xff,0x00, - 0xff,0x88, - 0xff,0x10, - 0xff,0x21, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0x03,0x03, - 0x03,0x07, - 0x07,0x07, - 0x06,0x8f, - 0x8e,0xde, - 0xfc,0xfe, - 0xf8,0xfc, - 0x40,0xf0, - 0xff,0x08, - 0xff,0x88, - 0xff,0x81, - 0xff,0x01, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x06,0x87, - 0x06,0x07, - 0x06,0x0e, - 0x06,0x0e, - 0x0e,0x0e, - 0x0e,0x0e, - 0x0c,0x0e, - 0x0c,0x0e, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1c,0x3e, - 0x08,0x08, - 0x08,0x08, - 0x08,0x08, - 0x08,0x08, - 0x00,0x08, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x88, - 0x88,0xd8, - 0xd8,0xd8, - 0xa8,0xf8, - 0xa8,0xa8, - 0x00,0x88 + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xfe,0x03,0xfb,0x0f,0xfc,0x1c,0xf0,0x30,0xe1,0x61,0xa2,0x63,0xc4,0xc7,0x49,0xcf,0x01,0x00,0x04,0x03,0x00,0x0f,0x00,0x1f,0x01,0x3e,0x43,0x3c,0x07,0x78,0x8f,0x70, + 0x7f,0x7f,0x80,0x80,0x00,0x00,0x38,0x3f,0x80,0xff,0x1c,0xfc,0xc0,0xc0,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x3f,0xc0,0xff,0x00,0xfc,0x03,0xc0,0x3f,0x00,0xff, + 0xff,0xff,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff, + 0xfe,0x01,0xfe,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x4a,0x4e,0x82,0x8e,0x90,0x9c,0x94,0x9c,0x94,0x9c,0x84,0x9c,0x80,0x98,0x80,0x98,0x0e,0xf1,0x0e,0xf1,0x1c,0xe3,0x1c,0xe3,0x1c,0xe3,0x1c,0xe3,0x18,0xe7,0x18,0xe7, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x06,0x0f,0x00,0x0b,0x00,0x09,0x00,0x0b,0x06,0x0f,0x00,0x00,0x00,0xff,0x00,0xff,0x01,0xf0,0x02,0xf4,0x00,0xf6,0x02,0xf4,0x01,0xf0,0x00,0xff, + 0x00,0x00,0x00,0x00,0x31,0x7b,0x00,0x79,0x00,0x49,0x00,0x79,0x30,0x79,0x00,0x00,0x00,0xff,0x00,0xff,0x48,0x84,0x30,0x86,0x00,0xb6,0x30,0x86,0x48,0x86,0x00,0xff, + 0x00,0x00,0x00,0x00,0x01,0x81,0x00,0x03,0x03,0x03,0x00,0x03,0x00,0x02,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x7e,0x02,0xfc,0x00,0xfc,0x01,0xfc,0x00,0xfd,0x00,0xff, + 0x00,0x00,0x00,0x00,0x40,0x47,0x05,0xe7,0xe0,0xed,0x0a,0xef,0x00,0x28,0x00,0x00,0x00,0xff,0x00,0xff,0x05,0xb8,0xa2,0x18,0x08,0x12,0x40,0x10,0x00,0xd7,0x00,0xff, + 0x00,0x00,0x00,0x00,0x11,0x3b,0x00,0x12,0x01,0x93,0x80,0x92,0x00,0x92,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xc4,0x00,0xed,0x80,0x6c,0x00,0x6d,0x00,0x6d,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0xd6,0x02,0xd7,0x80,0xd3,0x02,0xd7,0x00,0xd6,0x00,0x00,0x00,0xff,0x00,0xff,0x42,0x29,0x85,0x28,0x42,0x2c,0x45,0x28,0x82,0x29,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0xc1,0x80,0xc1,0x01,0x81,0x80,0xc1,0x00,0xc0,0x00,0x00,0x00,0xff,0x00,0xff,0x80,0x3e,0x40,0x3e,0x80,0x7e,0x41,0x3e,0x80,0x3f,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x15,0x00,0x14,0x10,0xf4,0xa0,0xf4,0x00,0xa4,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xea,0x00,0xeb,0xa0,0x0b,0x50,0x0b,0x00,0x5b,0x00,0xff, + 0x00,0x00,0x00,0x00,0x80,0xd2,0x00,0x92,0x0c,0x9e,0x00,0x92,0x00,0x92,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x2d,0x00,0x6d,0x00,0x61,0x00,0x6d,0x00,0x6d,0x00,0xff, + 0x00,0x00,0x00,0x00,0x05,0x0f,0x00,0x0c,0x00,0x0f,0x00,0x03,0x0a,0x0f,0x00,0x00,0x00,0xff,0x00,0xff,0x08,0xf0,0x04,0xf3,0x09,0xf0,0x02,0xfc,0x01,0xf0,0x00,0xff, + 0x00,0x00,0x00,0x00,0x22,0x77,0x00,0x24,0x01,0x27,0x00,0x24,0x02,0x27,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x88,0x00,0xdb,0x00,0xd8,0x00,0xdb,0x00,0xd8,0x00,0xff, + 0x00,0x00,0x00,0x00,0x21,0x7b,0x00,0x5a,0x30,0x7b,0x00,0x5a,0x01,0x5b,0x00,0x00,0x00,0xff,0x00,0xff,0x08,0x84,0x10,0xa5,0x08,0x84,0x08,0xa5,0x10,0xa4,0x00,0xff, + 0x00,0x00,0x00,0x00,0x18,0xbc,0x00,0x3c,0x80,0xa4,0x00,0x3c,0x18,0xbc,0x00,0x00,0x00,0xff,0x00,0xff,0x24,0x43,0x18,0xc3,0x00,0x5b,0x18,0xc3,0x24,0x43,0x00,0xff, + 0x00,0x00,0x00,0x00,0x0a,0x1e,0x00,0x18,0x00,0x1e,0x00,0x06,0x14,0x1e,0x00,0x00,0x00,0xff,0x00,0xff,0x10,0xe1,0x08,0xe7,0x12,0xe1,0x04,0xf9,0x02,0xe1,0x00,0xff, + 0x00,0x00,0x00,0x00,0x64,0xf4,0x00,0xf4,0x00,0x94,0x00,0xf7,0x63,0xf7,0x00,0x00,0x00,0xff,0x00,0xff,0x90,0x0b,0x60,0x0b,0x00,0x6b,0x63,0x08,0x94,0x08,0x00,0xff, + 0x00,0x00,0x00,0x00,0x84,0xa5,0x00,0xb5,0x18,0xbd,0x00,0xad,0x20,0xa5,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x5a,0x00,0x4a,0x00,0x42,0x00,0x52,0x80,0x5a,0x00,0xff, + 0x00,0x00,0x00,0x00,0xc0,0xe0,0x00,0x60,0x00,0x20,0x00,0x60,0xc0,0xe0,0x00,0x00,0x00,0xff,0x00,0xff,0x20,0x1f,0x40,0x9f,0x00,0xdf,0x40,0x9f,0x20,0x1f,0x00,0xff, + 0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0x3c,0x68,0x44,0xd4,0x83,0xc4,0x83,0xed,0x83,0x39,0x45,0x02,0x7a,0x18,0x3c,0x00,0xff,0x38,0xc7,0x6d,0x82,0x7d,0x82,0x7c,0x82,0x38,0xc6,0x40,0xbd,0x24,0xc3, + 0x00,0x00,0x00,0x00,0x40,0xee,0x2e,0xae,0xc0,0xea,0x2e,0xae,0x40,0xea,0x00,0x00,0x00,0xff,0x00,0xff,0x2a,0x11,0x00,0x51,0x20,0x15,0x00,0x51,0x20,0x15,0x00,0xff, + 0x00,0x00,0x00,0x00,0xee,0xee,0x00,0x44,0x00,0x44,0x00,0x44,0x44,0x44,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x11,0x00,0xbb,0x00,0xbb,0x00,0xbb,0x00,0xbb,0x00,0xff, + 0x00,0x00,0x00,0x00,0x66,0xee,0x00,0x8a,0xec,0xee,0x02,0x8e,0x60,0xea,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x11,0x00,0x75,0x02,0x11,0x04,0x71,0x00,0x15,0x00,0xff, + 0x03,0x03,0x03,0x03,0xa3,0xa3,0x03,0xe3,0xe3,0xe3,0x03,0x43,0x03,0x43,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0x5f,0x40,0x1f,0x00,0x1f,0x00,0xbf,0x00,0xbf,0x00,0xff, + 0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x29,0x39,0x2a,0x3b,0x2a,0x3b,0x0a,0x3b,0x03,0x33,0x43,0x73,0x52,0x73,0x54,0x77,0x38,0xc7,0x39,0xc6,0x39,0xc6,0x39,0xc6,0x30,0xce,0x70,0x8e,0x70,0x8e,0x72,0x8c, + 0x7f,0x80,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x01,0xfe,0x01,0xfe, + 0x14,0x77,0x07,0x66,0xa7,0xe6,0xa9,0xee,0x2b,0xec,0x0f,0xcc,0x4f,0xcc,0x53,0xdc,0x72,0x8c,0x60,0x9c,0xe0,0x1c,0xe4,0x18,0xe4,0x18,0xc0,0x38,0xc0,0x38,0xc8,0x30, + 0x00,0x01,0x02,0x03,0x00,0x03,0x01,0x07,0x08,0x0e,0x00,0x0c,0x04,0x1c,0x21,0x39,0x01,0xfe,0x03,0xfc,0x03,0xfc,0x07,0xf8,0x0e,0xf1,0x0c,0xf3,0x1c,0xe3,0x38,0xc7, + 0x17,0x98,0x9f,0x98,0x2f,0x30,0x3f,0x30,0x5f,0x60,0x5f,0x60,0xff,0xc0,0x3f,0xc0,0x88,0x70,0x80,0x70,0x10,0xe0,0x00,0xe0,0x20,0xc0,0x00,0xc0,0x00,0x80,0x80,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x03,0xfc, + 0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x03,0x08,0x0f,0x02,0x1e,0x40,0x78,0x11,0xf1,0x00,0xff,0x00,0xff,0x01,0xfe,0x03,0xfc,0x0f,0xf0,0x1e,0xe1,0x78,0x87,0xf0,0x0f, + 0x41,0x71,0x93,0xf3,0x26,0xe7,0x49,0xce,0x13,0x1c,0x27,0x38,0x6f,0x70,0xff,0xc0,0x70,0x8f,0xf0,0x0e,0xe0,0x1c,0xc4,0x38,0x08,0xf0,0x10,0xe0,0x00,0xc0,0x00,0x80, + 0xff,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x07,0x07,0xe0,0xff,0x03,0xff,0xf0,0xf0,0x01,0x01,0x7e,0x7f,0x8c,0xff,0x00,0xff,0x07,0xf8,0xff,0x00,0xff,0x00,0xf0,0x0f,0x00,0xff,0x01,0xfe,0x70,0x80, + 0x30,0x3f,0x03,0xff,0x38,0xf8,0x81,0x81,0x1e,0x1f,0xe6,0xff,0x6f,0xf0,0x7f,0x80,0x3f,0xc0,0xff,0x00,0xf8,0x07,0x80,0x7f,0x01,0xfe,0x18,0xe0,0x80,0x00,0x00,0x00, + 0x42,0xc3,0x0e,0x0f,0x33,0x3c,0xdf,0xf0,0x7f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xc1,0x3e,0x00,0xfc,0x08,0xf0,0x20,0xc0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1c,0x7f,0xff,0xff,0xf3,0xff, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x08,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0xc7,0xc7,0x87,0xcf, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x38,0x30,0x38,0x38,0x78, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x00,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x08,0x1c,0x1c,0x1c, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,0x1f,0x1f,0x1f,0x1f,0x3f, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xf0,0xe0,0xe0,0xc0,0xe0, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1e,0x1f,0x1f,0x1f,0x1b,0x1f, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xc0,0xe0,0xe0,0xf1, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x42,0xff,0x01,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x3c,0x7e,0xfe,0xff,0xff, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x08,0xff,0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x70,0x30,0x70,0x30,0x38, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x40,0xff,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x38,0x30,0x38,0x30,0x70, + 0xf0,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x70,0x78,0x78,0x78,0x78,0x7c, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xec,0xee,0xec,0xee,0xe0,0xe0, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x70,0xf8,0xf8, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e, + 0xff,0x08,0xff,0x00,0xff,0x00,0xff,0x02,0xff,0x20,0xff,0x04,0xff,0x04,0xff,0x00,0x07,0x07,0x0e,0x0f,0x0c,0x1e,0x1c,0x1c,0x18,0x1c,0x18,0x38,0x38,0x38,0x38,0x38, + 0xff,0x63,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x01,0xff,0x80,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3e,0x7e,0x7e,0x7e, + 0xff,0x40,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x22,0xff,0x00,0xff,0x04,0xff,0x47,0x0f,0x8f,0x0f,0x0f,0x0f,0x1f,0x1d,0x1f,0x1d,0x1d,0x18,0x3d,0x38,0x39,0x30,0x38, + 0xff,0x40,0xff,0x40,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x21,0xff,0x00,0x80,0x80,0x80,0x80,0x80,0xc0,0x80,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xe1, + 0xff,0x04,0xff,0x04,0xff,0x80,0xff,0x00,0xff,0x00,0xff,0x03,0xff,0x02,0xff,0x20,0x38,0x78,0x78,0x78,0x78,0x7c,0x78,0xfc,0x7c,0xfc,0xdc,0xfc,0xdc,0xfd,0xcd,0xdf, + 0xff,0x00,0xff,0x42,0xff,0x02,0xff,0x82,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x10,0x1c,0x3c,0x3c,0x3c,0x3c,0x7c,0x7c,0x7c,0x6c,0xfe,0xcc,0xfe,0xcc,0xde,0x8e,0xce, + 0xff,0x04,0xff,0x04,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x40,0xff,0x40,0x18,0x38,0x18,0x38,0x38,0x38,0x30,0x38,0x30,0x38,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xe0,0xc0,0xc0,0x80,0xc0, + 0xff,0x04,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x46,0xff,0x40,0xff,0x00,0xff,0x00,0x18,0x38,0x18,0x38,0x38,0x38,0x30,0x38,0x30,0x39,0x3f,0x3f,0x3f,0x7f,0x3f,0x7f, + 0xff,0x02,0xff,0x80,0xff,0x80,0xff,0x04,0xff,0x10,0xff,0x00,0xff,0x10,0xff,0x00,0x71,0xf1,0x71,0x73,0x71,0x73,0x63,0xf3,0xe3,0xe7,0xc3,0xe7,0xe3,0xe7,0xe7,0xf7, + 0xff,0x00,0xff,0x20,0xff,0x04,0xff,0x40,0xff,0x00,0xff,0x80,0xff,0x80,0xff,0x04,0xe7,0xff,0xc3,0xc7,0x83,0xc3,0x83,0x83,0x03,0x83,0x03,0x03,0x03,0x03,0x03,0x03, + 0xff,0x80,0xff,0x80,0xff,0x25,0xff,0x00,0xff,0x02,0xff,0x10,0xff,0x00,0xff,0x00,0x30,0x38,0x18,0x38,0x18,0x98,0x18,0x9d,0x8d,0x9d,0x8f,0x8f,0x8f,0x8f,0x06,0x8f, + 0xff,0x80,0xff,0x10,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x80,0x60,0x70,0x60,0xe0,0xc0,0xe0,0xc0,0xc0,0x80,0xc0,0x80,0x80,0x00,0x80,0x00,0x00, + 0xff,0x02,0xff,0x08,0xff,0x01,0xff,0x04,0xff,0x00,0xff,0x02,0xff,0x00,0xff,0x00,0x74,0x7c,0x74,0x76,0x72,0x76,0x72,0x73,0x71,0x73,0x71,0x71,0x70,0x71,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xe0,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0x00,0x00, + 0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xe0,0xe6,0xfe,0xff,0xe6,0xf7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x61,0x73,0x63,0x77,0x63,0x77,0x67,0x77,0x63,0x77,0x63,0x77,0x61,0x73,0x00,0x00, + 0xff,0x00,0xff,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x00,0xe3,0xf3,0x33,0x3b,0x33,0x3b,0xfb,0xfb,0x03,0x03,0x13,0x3b,0xe3,0xf3,0x00,0x00, + 0xff,0x20,0xff,0x00,0xff,0x20,0xff,0x40,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x80,0x98,0xf8,0xfd,0x98,0xdd,0x9d,0x9d,0x9c,0x9d,0x9c,0x9d,0x9c,0x9c,0x00,0x00, + 0xff,0x00,0xff,0x30,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x30,0xff,0x00,0xff,0x00,0x7e,0xfe,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0x7e,0xfe,0x00,0x00, + 0xff,0x00,0xff,0x18,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x18,0xff,0x00,0xff,0x00,0x3c,0x7e,0x66,0xe7,0x66,0xe7,0xe7,0xe7,0x66,0xe7,0x66,0xe7,0x3c,0x7e,0x00,0x00, + 0xff,0x00,0xff,0x04,0xff,0x04,0xff,0x00,0xff,0x21,0xff,0x00,0xff,0x00,0xff,0x04,0x38,0x38,0x38,0x38,0x38,0x38,0x18,0x3c,0x1c,0x1e,0x0f,0x1f,0x07,0x0f,0x01,0x03, + 0xff,0x00,0xff,0x02,0xff,0x00,0xff,0x20,0xff,0x44,0xff,0x01,0xff,0x00,0xff,0x10,0x7c,0xfe,0x0c,0x1c,0x1c,0x1c,0x18,0x1c,0x38,0x38,0x78,0xf8,0xf0,0xf9,0xc1,0xe1, + 0xff,0x00,0xff,0x00,0xff,0x8f,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x00,0x3f,0x7f,0x7f,0x7f,0x60,0x70,0x60,0xe0,0xe0,0xe0,0xc0,0xe0,0xc0,0xc0,0xc0,0xc0, + 0xff,0x00,0xff,0x00,0xff,0x12,0xff,0x10,0xff,0x80,0xff,0x80,0xff,0x0c,0xff,0x08,0xc0,0xe1,0xe1,0xe1,0x61,0xe1,0x61,0xe3,0x61,0x73,0x63,0x73,0x73,0x73,0x33,0x77, + 0xff,0x00,0xff,0x10,0xff,0x00,0xff,0x40,0xff,0x01,0xff,0x08,0xff,0x0a,0xff,0x80,0xcd,0xdf,0x8f,0xcf,0x8f,0xcf,0x86,0x8f,0x86,0x8e,0x04,0x86,0x04,0x84,0x00,0x04, + 0xff,0x50,0xff,0x01,0xff,0x81,0xff,0x01,0xff,0x00,0xff,0x00,0xff,0x08,0xff,0x08,0x8e,0x8e,0x0e,0x8e,0x0e,0x0e,0x06,0x0e,0x06,0x0f,0x06,0x0f,0x06,0x07,0x07,0x07, + 0xff,0x08,0xff,0x08,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0x30,0x70,0x30,0x70,0x30,0x70,0x60,0x70,0x60,0x70,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xf0,0xe0,0xe0,0xc0,0xe0, + 0xff,0x09,0xff,0x08,0xff,0x80,0xff,0x80,0xff,0x0c,0xff,0x00,0xff,0x00,0xff,0x01,0x70,0x70,0x70,0x70,0x70,0x70,0x60,0x70,0x61,0xf3,0x7f,0xff,0xff,0xff,0xf8,0xfe, + 0xff,0x00,0xff,0x80,0xff,0x80,0xff,0x00,0xff,0x14,0xff,0x00,0xff,0x02,0xff,0x81,0x77,0xf7,0x77,0x77,0x73,0x77,0x63,0xf7,0xe3,0xe3,0xc3,0xe3,0x81,0xc1,0x00,0x00, + 0xff,0x04,0xff,0x00,0xff,0x88,0xff,0x10,0xff,0x21,0xff,0x00,0xff,0x00,0xff,0x08,0x03,0x03,0x03,0x07,0x07,0x07,0x06,0x8f,0x8e,0xde,0xfc,0xfe,0xf8,0xfc,0x40,0xf0, + 0xff,0x08,0xff,0x88,0xff,0x81,0xff,0x01,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x06,0x87,0x06,0x07,0x06,0x0e,0x06,0x0e,0x0e,0x0e,0x0e,0x0e,0x0c,0x0e,0x0c,0x0e, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x1c,0x3e,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x08, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x00,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x88,0x88,0xd8,0xd8,0xd8,0xa8,0xf8,0xa8,0xa8,0x00,0x88 }; diff --git a/gbdk-support/png2asset/testing/ref/sgb_border_2.c b/gbdk-support/png2asset/testing/ref/sgb_border_2.c @@ -8,1718 +8,113 @@ BANKREF(sgb_border_2) const uint8_t sgb_border_2_tiles[3424] = { - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x3f,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xfe,0x03, - 0xfb,0x0f, - 0xfc,0x1c, - 0xf0,0x30, - 0xe1,0x61, - 0xa2,0x63, - 0xc4,0xc7, - 0x49,0xcf, - 0x01,0x00, - 0x04,0x03, - 0x00,0x0f, - 0x00,0x1f, - 0x01,0x3e, - 0x43,0x3c, - 0x07,0x78, - 0x8f,0x70, - 0x7f,0x7f, - 0x80,0x80, - 0x00,0x00, - 0x38,0x3f, - 0x80,0xff, - 0x1c,0xfc, - 0xc0,0xc0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x3f,0xc0, - 0xff,0x00, - 0xfc,0x03, - 0xc0,0x3f, - 0x00,0xff, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0x00, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xfe,0x01, - 0xfe,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x4a,0x4e, - 0x82,0x8e, - 0x90,0x9c, - 0x94,0x9c, - 0x94,0x9c, - 0x84,0x9c, - 0x80,0x98, - 0x80,0x98, - 0x0e,0xf1, - 0x0e,0xf1, - 0x1c,0xe3, - 0x1c,0xe3, - 0x1c,0xe3, - 0x1c,0xe3, - 0x18,0xe7, - 0x18,0xe7, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x06,0x0f, - 0x00,0x0b, - 0x00,0x09, - 0x00,0x0b, - 0x06,0x0f, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x01,0xf0, - 0x02,0xf4, - 0x00,0xf6, - 0x02,0xf4, - 0x01,0xf0, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x31,0x7b, - 0x00,0x79, - 0x00,0x49, - 0x00,0x79, - 0x30,0x79, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x48,0x84, - 0x30,0x86, - 0x00,0xb6, - 0x30,0x86, - 0x48,0x86, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x01,0x81, - 0x00,0x03, - 0x03,0x03, - 0x00,0x03, - 0x00,0x02, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x7e, - 0x02,0xfc, - 0x00,0xfc, - 0x01,0xfc, - 0x00,0xfd, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x40,0x47, - 0x05,0xe7, - 0xe0,0xed, - 0x0a,0xef, - 0x00,0x28, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x05,0xb8, - 0xa2,0x18, - 0x08,0x12, - 0x40,0x10, - 0x00,0xd7, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x11,0x3b, - 0x00,0x12, - 0x01,0x93, - 0x80,0x92, - 0x00,0x92, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xc4, - 0x00,0xed, - 0x80,0x6c, - 0x00,0x6d, - 0x00,0x6d, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xd6, - 0x02,0xd7, - 0x80,0xd3, - 0x02,0xd7, - 0x00,0xd6, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x42,0x29, - 0x85,0x28, - 0x42,0x2c, - 0x45,0x28, - 0x82,0x29, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xc1, - 0x80,0xc1, - 0x01,0x81, - 0x80,0xc1, - 0x00,0xc0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x80,0x3e, - 0x40,0x3e, - 0x80,0x7e, - 0x41,0x3e, - 0x80,0x3f, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x15, - 0x00,0x14, - 0x10,0xf4, - 0xa0,0xf4, - 0x00,0xa4, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xea, - 0x00,0xeb, - 0xa0,0x0b, - 0x50,0x0b, - 0x00,0x5b, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x80,0xd2, - 0x00,0x92, - 0x0c,0x9e, - 0x00,0x92, - 0x00,0x92, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x2d, - 0x00,0x6d, - 0x00,0x61, - 0x00,0x6d, - 0x00,0x6d, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x05,0x0f, - 0x00,0x0c, - 0x00,0x0f, - 0x00,0x03, - 0x0a,0x0f, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x08,0xf0, - 0x04,0xf3, - 0x09,0xf0, - 0x02,0xfc, - 0x01,0xf0, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x22,0x77, - 0x00,0x24, - 0x01,0x27, - 0x00,0x24, - 0x02,0x27, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x88, - 0x00,0xdb, - 0x00,0xd8, - 0x00,0xdb, - 0x00,0xd8, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x21,0x7b, - 0x00,0x5a, - 0x30,0x7b, - 0x00,0x5a, - 0x01,0x5b, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x08,0x84, - 0x10,0xa5, - 0x08,0x84, - 0x08,0xa5, - 0x10,0xa4, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x18,0xbc, - 0x00,0x3c, - 0x80,0xa4, - 0x00,0x3c, - 0x18,0xbc, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x24,0x43, - 0x18,0xc3, - 0x00,0x5b, - 0x18,0xc3, - 0x24,0x43, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x0a,0x1e, - 0x00,0x18, - 0x00,0x1e, - 0x00,0x06, - 0x14,0x1e, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x10,0xe1, - 0x08,0xe7, - 0x12,0xe1, - 0x04,0xf9, - 0x02,0xe1, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x64,0xf4, - 0x00,0xf4, - 0x00,0x94, - 0x00,0xf7, - 0x63,0xf7, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x90,0x0b, - 0x60,0x0b, - 0x00,0x6b, - 0x63,0x08, - 0x94,0x08, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x84,0xa5, - 0x00,0xb5, - 0x18,0xbd, - 0x00,0xad, - 0x20,0xa5, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x5a, - 0x00,0x4a, - 0x00,0x42, - 0x00,0x52, - 0x80,0x5a, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0xc0,0xe0, - 0x00,0x60, - 0x00,0x20, - 0x00,0x60, - 0xc0,0xe0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x20,0x1f, - 0x40,0x9f, - 0x00,0xdf, - 0x40,0x9f, - 0x20,0x1f, - 0x00,0xff, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x01, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3c,0x3c, - 0x68,0x44, - 0xd4,0x83, - 0xc4,0x83, - 0xed,0x83, - 0x39,0x45, - 0x02,0x7a, - 0x18,0x3c, - 0x00,0xff, - 0x38,0xc7, - 0x6d,0x82, - 0x7d,0x82, - 0x7c,0x82, - 0x38,0xc6, - 0x40,0xbd, - 0x24,0xc3, - 0x00,0x00, - 0x00,0x00, - 0x40,0xee, - 0x2e,0xae, - 0xc0,0xea, - 0x2e,0xae, - 0x40,0xea, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x2a,0x11, - 0x00,0x51, - 0x20,0x15, - 0x00,0x51, - 0x20,0x15, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0xee,0xee, - 0x00,0x44, - 0x00,0x44, - 0x00,0x44, - 0x44,0x44, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x11, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x66,0xee, - 0x00,0x8a, - 0xec,0xee, - 0x02,0x8e, - 0x60,0xea, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x11, - 0x00,0x75, - 0x02,0x11, - 0x04,0x71, - 0x00,0x15, - 0x00,0xff, - 0x03,0x03, - 0x03,0x03, - 0xa3,0xa3, - 0x03,0xe3, - 0xe3,0xe3, - 0x03,0x43, - 0x03,0x43, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0x5f, - 0x40,0x1f, - 0x00,0x1f, - 0x00,0xbf, - 0x00,0xbf, - 0x00,0xff, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x29,0x39, - 0x2a,0x3b, - 0x2a,0x3b, - 0x0a,0x3b, - 0x03,0x33, - 0x43,0x73, - 0x52,0x73, - 0x54,0x77, - 0x38,0xc7, - 0x39,0xc6, - 0x39,0xc6, - 0x39,0xc6, - 0x30,0xce, - 0x70,0x8e, - 0x70,0x8e, - 0x72,0x8c, - 0x7f,0x80, - 0x7f,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x01, - 0x01,0x01, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x01,0xfe, - 0x01,0xfe, - 0x14,0x77, - 0x07,0x66, - 0xa7,0xe6, - 0xa9,0xee, - 0x2b,0xec, - 0x0f,0xcc, - 0x4f,0xcc, - 0x53,0xdc, - 0x72,0x8c, - 0x60,0x9c, - 0xe0,0x1c, - 0xe4,0x18, - 0xe4,0x18, - 0xc0,0x38, - 0xc0,0x38, - 0xc8,0x30, - 0x00,0x01, - 0x02,0x03, - 0x00,0x03, - 0x01,0x07, - 0x08,0x0e, - 0x00,0x0c, - 0x04,0x1c, - 0x21,0x39, - 0x01,0xfe, - 0x03,0xfc, - 0x03,0xfc, - 0x07,0xf8, - 0x0e,0xf1, - 0x0c,0xf3, - 0x1c,0xe3, - 0x38,0xc7, - 0x17,0x98, - 0x9f,0x98, - 0x2f,0x30, - 0x3f,0x30, - 0x5f,0x60, - 0x5f,0x60, - 0xff,0xc0, - 0x3f,0xc0, - 0x88,0x70, - 0x80,0x70, - 0x10,0xe0, - 0x00,0xe0, - 0x20,0xc0, - 0x00,0xc0, - 0x00,0x80, - 0x80,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x03,0xfc, - 0x00,0x00, - 0x00,0x00, - 0x00,0x01, - 0x00,0x03, - 0x08,0x0f, - 0x02,0x1e, - 0x40,0x78, - 0x11,0xf1, - 0x00,0xff, - 0x00,0xff, - 0x01,0xfe, - 0x03,0xfc, - 0x0f,0xf0, - 0x1e,0xe1, - 0x78,0x87, - 0xf0,0x0f, - 0x41,0x71, - 0x93,0xf3, - 0x26,0xe7, - 0x49,0xce, - 0x13,0x1c, - 0x27,0x38, - 0x6f,0x70, - 0xff,0xc0, - 0x70,0x8f, - 0xf0,0x0e, - 0xe0,0x1c, - 0xc4,0x38, - 0x08,0xf0, - 0x10,0xe0, - 0x00,0xc0, - 0x00,0x80, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x07,0x07, - 0xe0,0xff, - 0x03,0xff, - 0xf0,0xf0, - 0x01,0x01, - 0x7e,0x7f, - 0x8c,0xff, - 0x00,0xff, - 0x07,0xf8, - 0xff,0x00, - 0xff,0x00, - 0xf0,0x0f, - 0x00,0xff, - 0x01,0xfe, - 0x70,0x80, - 0x30,0x3f, - 0x03,0xff, - 0x38,0xf8, - 0x81,0x81, - 0x1e,0x1f, - 0xe6,0xff, - 0x6f,0xf0, - 0x7f,0x80, - 0x3f,0xc0, - 0xff,0x00, - 0xf8,0x07, - 0x80,0x7f, - 0x01,0xfe, - 0x18,0xe0, - 0x80,0x00, - 0x00,0x00, - 0x42,0xc3, - 0x0e,0x0f, - 0x33,0x3c, - 0xdf,0xf0, - 0x7f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xc1,0x3e, - 0x00,0xfc, - 0x08,0xf0, - 0x20,0xc0, - 0x80,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x01, - 0x03,0x03, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1c,0x7f, - 0xff,0xff, - 0xf3,0xff, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x08, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x07, - 0xc7,0xc7, - 0x87,0xcf, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0x80,0x80, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x10,0x38, - 0x30,0x38, - 0x38,0x78, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x0c, - 0x08,0x1c, - 0x1c,0x1c, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1f,0x1f, - 0x1f,0x1f, - 0x1f,0x3f, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xe0,0xf0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1e,0x1f, - 0x1f,0x1f, - 0x1b,0x1f, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0xc0,0xe0, - 0xe0,0xf1, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x42, - 0xff,0x01, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x08,0x3c, - 0x7e,0xfe, - 0xff,0xff, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0xff,0x40, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x60,0x70, - 0x30,0x70, - 0x30,0x38, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x40, - 0xff,0x08, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x18,0x38, - 0x30,0x38, - 0x30,0x70, - 0xf0,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x70,0x78, - 0x78,0x78, - 0x78,0x7c, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xec,0xee, - 0xec,0xee, - 0xe0,0xe0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x60,0x70, - 0xf8,0xf8, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x0e,0x0e, - 0x0e,0x0e, - 0xff,0x08, - 0xff,0x00, - 0xff,0x00, - 0xff,0x02, - 0xff,0x20, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0x07,0x07, - 0x0e,0x0f, - 0x0c,0x1e, - 0x1c,0x1c, - 0x18,0x1c, - 0x18,0x38, - 0x38,0x38, - 0x38,0x38, - 0xff,0x63, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x01, - 0xff,0x80, - 0x00,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3e,0x7e, - 0x7e,0x7e, - 0xff,0x40, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x22, - 0xff,0x00, - 0xff,0x04, - 0xff,0x47, - 0x0f,0x8f, - 0x0f,0x0f, - 0x0f,0x1f, - 0x1d,0x1f, - 0x1d,0x1d, - 0x18,0x3d, - 0x38,0x39, - 0x30,0x38, - 0xff,0x40, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x21, - 0xff,0x00, - 0x80,0x80, - 0x80,0x80, - 0x80,0xc0, - 0x80,0xc0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xc0,0xe1, - 0xff,0x04, - 0xff,0x04, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x03, - 0xff,0x02, - 0xff,0x20, - 0x38,0x78, - 0x78,0x78, - 0x78,0x7c, - 0x78,0xfc, - 0x7c,0xfc, - 0xdc,0xfc, - 0xdc,0xfd, - 0xcd,0xdf, - 0xff,0x00, - 0xff,0x42, - 0xff,0x02, - 0xff,0x82, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x10, - 0x1c,0x3c, - 0x3c,0x3c, - 0x3c,0x7c, - 0x7c,0x7c, - 0x6c,0xfe, - 0xcc,0xfe, - 0xcc,0xde, - 0x8e,0xce, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x40, - 0xff,0x40, - 0x18,0x38, - 0x18,0x38, - 0x38,0x38, - 0x30,0x38, - 0x30,0x38, - 0x3f,0x3f, - 0x3f,0x3f, - 0x3f,0x3f, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc0,0xe0, - 0xc0,0xc0, - 0x80,0xc0, - 0xff,0x04, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x46, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0x18,0x38, - 0x18,0x38, - 0x38,0x38, - 0x30,0x38, - 0x30,0x39, - 0x3f,0x3f, - 0x3f,0x7f, - 0x3f,0x7f, - 0xff,0x02, - 0xff,0x80, - 0xff,0x80, - 0xff,0x04, - 0xff,0x10, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0x71,0xf1, - 0x71,0x73, - 0x71,0x73, - 0x63,0xf3, - 0xe3,0xe7, - 0xc3,0xe7, - 0xe3,0xe7, - 0xe7,0xf7, - 0xff,0x00, - 0xff,0x20, - 0xff,0x04, - 0xff,0x40, - 0xff,0x00, - 0xff,0x80, - 0xff,0x80, - 0xff,0x04, - 0xe7,0xff, - 0xc3,0xc7, - 0x83,0xc3, - 0x83,0x83, - 0x03,0x83, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0xff,0x80, - 0xff,0x80, - 0xff,0x25, - 0xff,0x00, - 0xff,0x02, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0x30,0x38, - 0x18,0x38, - 0x18,0x98, - 0x18,0x9d, - 0x8d,0x9d, - 0x8f,0x8f, - 0x8f,0x8f, - 0x06,0x8f, - 0xff,0x80, - 0xff,0x10, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x80, - 0x60,0x70, - 0x60,0xe0, - 0xc0,0xe0, - 0xc0,0xc0, - 0x80,0xc0, - 0x80,0x80, - 0x00,0x80, - 0x00,0x00, - 0xff,0x02, - 0xff,0x08, - 0xff,0x01, - 0xff,0x04, - 0xff,0x00, - 0xff,0x02, - 0xff,0x00, - 0xff,0x00, - 0x74,0x7c, - 0x74,0x76, - 0x72,0x76, - 0x72,0x73, - 0x71,0x73, - 0x71,0x71, - 0x70,0x71, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xe0,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0x00,0x00, - 0xff,0x08, - 0xff,0x00, - 0xff,0x08, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xe0,0xe6, - 0xfe,0xff, - 0xe6,0xf7, - 0xe7,0xe7, - 0xe7,0xe7, - 0xe7,0xe7, - 0xe7,0xe7, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x61,0x73, - 0x63,0x77, - 0x63,0x77, - 0x67,0x77, - 0x63,0x77, - 0x63,0x77, - 0x61,0x73, - 0x00,0x00, - 0xff,0x00, - 0xff,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xe3,0xf3, - 0x33,0x3b, - 0x33,0x3b, - 0xfb,0xfb, - 0x03,0x03, - 0x13,0x3b, - 0xe3,0xf3, - 0x00,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x20, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x80,0x98, - 0xf8,0xfd, - 0x98,0xdd, - 0x9d,0x9d, - 0x9c,0x9d, - 0x9c,0x9d, - 0x9c,0x9c, - 0x00,0x00, - 0xff,0x00, - 0xff,0x30, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x30, - 0xff,0x00, - 0xff,0x00, - 0x7e,0xfe, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0x7e,0xfe, - 0x00,0x00, - 0xff,0x00, - 0xff,0x18, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x18, - 0xff,0x00, - 0xff,0x00, - 0x3c,0x7e, - 0x66,0xe7, - 0x66,0xe7, - 0xe7,0xe7, - 0x66,0xe7, - 0x66,0xe7, - 0x3c,0x7e, - 0x00,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0xff,0x21, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0x38,0x38, - 0x38,0x38, - 0x38,0x38, - 0x18,0x3c, - 0x1c,0x1e, - 0x0f,0x1f, - 0x07,0x0f, - 0x01,0x03, - 0xff,0x00, - 0xff,0x02, - 0xff,0x00, - 0xff,0x20, - 0xff,0x44, - 0xff,0x01, - 0xff,0x00, - 0xff,0x10, - 0x7c,0xfe, - 0x0c,0x1c, - 0x1c,0x1c, - 0x18,0x1c, - 0x38,0x38, - 0x78,0xf8, - 0xf0,0xf9, - 0xc1,0xe1, - 0xff,0x00, - 0xff,0x00, - 0xff,0x8f, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0x3f,0x7f, - 0x7f,0x7f, - 0x60,0x70, - 0x60,0xe0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x12, - 0xff,0x10, - 0xff,0x80, - 0xff,0x80, - 0xff,0x0c, - 0xff,0x08, - 0xc0,0xe1, - 0xe1,0xe1, - 0x61,0xe1, - 0x61,0xe3, - 0x61,0x73, - 0x63,0x73, - 0x73,0x73, - 0x33,0x77, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0xff,0x40, - 0xff,0x01, - 0xff,0x08, - 0xff,0x0a, - 0xff,0x80, - 0xcd,0xdf, - 0x8f,0xcf, - 0x8f,0xcf, - 0x86,0x8f, - 0x86,0x8e, - 0x04,0x86, - 0x04,0x84, - 0x00,0x04, - 0xff,0x50, - 0xff,0x01, - 0xff,0x81, - 0xff,0x01, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0xff,0x08, - 0x8e,0x8e, - 0x0e,0x8e, - 0x0e,0x0e, - 0x06,0x0e, - 0x06,0x0f, - 0x06,0x0f, - 0x06,0x07, - 0x07,0x07, - 0xff,0x08, - 0xff,0x08, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0x30,0x70, - 0x30,0x70, - 0x30,0x70, - 0x60,0x70, - 0x60,0x70, - 0x7f,0x7f, - 0x7f,0x7f, - 0x7f,0x7f, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xe0,0xf0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xff,0x09, - 0xff,0x08, - 0xff,0x80, - 0xff,0x80, - 0xff,0x0c, - 0xff,0x00, - 0xff,0x00, - 0xff,0x01, - 0x70,0x70, - 0x70,0x70, - 0x70,0x70, - 0x60,0x70, - 0x61,0xf3, - 0x7f,0xff, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0x00, - 0xff,0x80, - 0xff,0x80, - 0xff,0x00, - 0xff,0x14, - 0xff,0x00, - 0xff,0x02, - 0xff,0x81, - 0x77,0xf7, - 0x77,0x77, - 0x73,0x77, - 0x63,0xf7, - 0xe3,0xe3, - 0xc3,0xe3, - 0x81,0xc1, - 0x00,0x00, - 0xff,0x04, - 0xff,0x00, - 0xff,0x88, - 0xff,0x10, - 0xff,0x21, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0x03,0x03, - 0x03,0x07, - 0x07,0x07, - 0x06,0x8f, - 0x8e,0xde, - 0xfc,0xfe, - 0xf8,0xfc, - 0x40,0xf0, - 0xff,0x08, - 0xff,0x88, - 0xff,0x81, - 0xff,0x01, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x06,0x87, - 0x06,0x07, - 0x06,0x0e, - 0x06,0x0e, - 0x0e,0x0e, - 0x0e,0x0e, - 0x0c,0x0e, - 0x0c,0x0e, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1c,0x3e, - 0x08,0x08, - 0x08,0x08, - 0x08,0x08, - 0x08,0x08, - 0x00,0x08, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x88, - 0x88,0xd8, - 0xd8,0xd8, - 0xa8,0xf8, - 0xa8,0xa8, - 0x00,0x88 + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xfe,0x03,0xfb,0x0f,0xfc,0x1c,0xf0,0x30,0xe1,0x61,0xa2,0x63,0xc4,0xc7,0x49,0xcf,0x01,0x00,0x04,0x03,0x00,0x0f,0x00,0x1f,0x01,0x3e,0x43,0x3c,0x07,0x78,0x8f,0x70, + 0x7f,0x7f,0x80,0x80,0x00,0x00,0x38,0x3f,0x80,0xff,0x1c,0xfc,0xc0,0xc0,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x3f,0xc0,0xff,0x00,0xfc,0x03,0xc0,0x3f,0x00,0xff, + 0xff,0xff,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff, + 0xfe,0x01,0xfe,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x4a,0x4e,0x82,0x8e,0x90,0x9c,0x94,0x9c,0x94,0x9c,0x84,0x9c,0x80,0x98,0x80,0x98,0x0e,0xf1,0x0e,0xf1,0x1c,0xe3,0x1c,0xe3,0x1c,0xe3,0x1c,0xe3,0x18,0xe7,0x18,0xe7, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x06,0x0f,0x00,0x0b,0x00,0x09,0x00,0x0b,0x06,0x0f,0x00,0x00,0x00,0xff,0x00,0xff,0x01,0xf0,0x02,0xf4,0x00,0xf6,0x02,0xf4,0x01,0xf0,0x00,0xff, + 0x00,0x00,0x00,0x00,0x31,0x7b,0x00,0x79,0x00,0x49,0x00,0x79,0x30,0x79,0x00,0x00,0x00,0xff,0x00,0xff,0x48,0x84,0x30,0x86,0x00,0xb6,0x30,0x86,0x48,0x86,0x00,0xff, + 0x00,0x00,0x00,0x00,0x01,0x81,0x00,0x03,0x03,0x03,0x00,0x03,0x00,0x02,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x7e,0x02,0xfc,0x00,0xfc,0x01,0xfc,0x00,0xfd,0x00,0xff, + 0x00,0x00,0x00,0x00,0x40,0x47,0x05,0xe7,0xe0,0xed,0x0a,0xef,0x00,0x28,0x00,0x00,0x00,0xff,0x00,0xff,0x05,0xb8,0xa2,0x18,0x08,0x12,0x40,0x10,0x00,0xd7,0x00,0xff, + 0x00,0x00,0x00,0x00,0x11,0x3b,0x00,0x12,0x01,0x93,0x80,0x92,0x00,0x92,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xc4,0x00,0xed,0x80,0x6c,0x00,0x6d,0x00,0x6d,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0xd6,0x02,0xd7,0x80,0xd3,0x02,0xd7,0x00,0xd6,0x00,0x00,0x00,0xff,0x00,0xff,0x42,0x29,0x85,0x28,0x42,0x2c,0x45,0x28,0x82,0x29,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0xc1,0x80,0xc1,0x01,0x81,0x80,0xc1,0x00,0xc0,0x00,0x00,0x00,0xff,0x00,0xff,0x80,0x3e,0x40,0x3e,0x80,0x7e,0x41,0x3e,0x80,0x3f,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x15,0x00,0x14,0x10,0xf4,0xa0,0xf4,0x00,0xa4,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xea,0x00,0xeb,0xa0,0x0b,0x50,0x0b,0x00,0x5b,0x00,0xff, + 0x00,0x00,0x00,0x00,0x80,0xd2,0x00,0x92,0x0c,0x9e,0x00,0x92,0x00,0x92,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x2d,0x00,0x6d,0x00,0x61,0x00,0x6d,0x00,0x6d,0x00,0xff, + 0x00,0x00,0x00,0x00,0x05,0x0f,0x00,0x0c,0x00,0x0f,0x00,0x03,0x0a,0x0f,0x00,0x00,0x00,0xff,0x00,0xff,0x08,0xf0,0x04,0xf3,0x09,0xf0,0x02,0xfc,0x01,0xf0,0x00,0xff, + 0x00,0x00,0x00,0x00,0x22,0x77,0x00,0x24,0x01,0x27,0x00,0x24,0x02,0x27,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x88,0x00,0xdb,0x00,0xd8,0x00,0xdb,0x00,0xd8,0x00,0xff, + 0x00,0x00,0x00,0x00,0x21,0x7b,0x00,0x5a,0x30,0x7b,0x00,0x5a,0x01,0x5b,0x00,0x00,0x00,0xff,0x00,0xff,0x08,0x84,0x10,0xa5,0x08,0x84,0x08,0xa5,0x10,0xa4,0x00,0xff, + 0x00,0x00,0x00,0x00,0x18,0xbc,0x00,0x3c,0x80,0xa4,0x00,0x3c,0x18,0xbc,0x00,0x00,0x00,0xff,0x00,0xff,0x24,0x43,0x18,0xc3,0x00,0x5b,0x18,0xc3,0x24,0x43,0x00,0xff, + 0x00,0x00,0x00,0x00,0x0a,0x1e,0x00,0x18,0x00,0x1e,0x00,0x06,0x14,0x1e,0x00,0x00,0x00,0xff,0x00,0xff,0x10,0xe1,0x08,0xe7,0x12,0xe1,0x04,0xf9,0x02,0xe1,0x00,0xff, + 0x00,0x00,0x00,0x00,0x64,0xf4,0x00,0xf4,0x00,0x94,0x00,0xf7,0x63,0xf7,0x00,0x00,0x00,0xff,0x00,0xff,0x90,0x0b,0x60,0x0b,0x00,0x6b,0x63,0x08,0x94,0x08,0x00,0xff, + 0x00,0x00,0x00,0x00,0x84,0xa5,0x00,0xb5,0x18,0xbd,0x00,0xad,0x20,0xa5,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x5a,0x00,0x4a,0x00,0x42,0x00,0x52,0x80,0x5a,0x00,0xff, + 0x00,0x00,0x00,0x00,0xc0,0xe0,0x00,0x60,0x00,0x20,0x00,0x60,0xc0,0xe0,0x00,0x00,0x00,0xff,0x00,0xff,0x20,0x1f,0x40,0x9f,0x00,0xdf,0x40,0x9f,0x20,0x1f,0x00,0xff, + 0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0x3c,0x68,0x44,0xd4,0x83,0xc4,0x83,0xed,0x83,0x39,0x45,0x02,0x7a,0x18,0x3c,0x00,0xff,0x38,0xc7,0x6d,0x82,0x7d,0x82,0x7c,0x82,0x38,0xc6,0x40,0xbd,0x24,0xc3, + 0x00,0x00,0x00,0x00,0x40,0xee,0x2e,0xae,0xc0,0xea,0x2e,0xae,0x40,0xea,0x00,0x00,0x00,0xff,0x00,0xff,0x2a,0x11,0x00,0x51,0x20,0x15,0x00,0x51,0x20,0x15,0x00,0xff, + 0x00,0x00,0x00,0x00,0xee,0xee,0x00,0x44,0x00,0x44,0x00,0x44,0x44,0x44,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x11,0x00,0xbb,0x00,0xbb,0x00,0xbb,0x00,0xbb,0x00,0xff, + 0x00,0x00,0x00,0x00,0x66,0xee,0x00,0x8a,0xec,0xee,0x02,0x8e,0x60,0xea,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x11,0x00,0x75,0x02,0x11,0x04,0x71,0x00,0x15,0x00,0xff, + 0x03,0x03,0x03,0x03,0xa3,0xa3,0x03,0xe3,0xe3,0xe3,0x03,0x43,0x03,0x43,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0x5f,0x40,0x1f,0x00,0x1f,0x00,0xbf,0x00,0xbf,0x00,0xff, + 0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x29,0x39,0x2a,0x3b,0x2a,0x3b,0x0a,0x3b,0x03,0x33,0x43,0x73,0x52,0x73,0x54,0x77,0x38,0xc7,0x39,0xc6,0x39,0xc6,0x39,0xc6,0x30,0xce,0x70,0x8e,0x70,0x8e,0x72,0x8c, + 0x7f,0x80,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x01,0xfe,0x01,0xfe, + 0x14,0x77,0x07,0x66,0xa7,0xe6,0xa9,0xee,0x2b,0xec,0x0f,0xcc,0x4f,0xcc,0x53,0xdc,0x72,0x8c,0x60,0x9c,0xe0,0x1c,0xe4,0x18,0xe4,0x18,0xc0,0x38,0xc0,0x38,0xc8,0x30, + 0x00,0x01,0x02,0x03,0x00,0x03,0x01,0x07,0x08,0x0e,0x00,0x0c,0x04,0x1c,0x21,0x39,0x01,0xfe,0x03,0xfc,0x03,0xfc,0x07,0xf8,0x0e,0xf1,0x0c,0xf3,0x1c,0xe3,0x38,0xc7, + 0x17,0x98,0x9f,0x98,0x2f,0x30,0x3f,0x30,0x5f,0x60,0x5f,0x60,0xff,0xc0,0x3f,0xc0,0x88,0x70,0x80,0x70,0x10,0xe0,0x00,0xe0,0x20,0xc0,0x00,0xc0,0x00,0x80,0x80,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x03,0xfc, + 0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x03,0x08,0x0f,0x02,0x1e,0x40,0x78,0x11,0xf1,0x00,0xff,0x00,0xff,0x01,0xfe,0x03,0xfc,0x0f,0xf0,0x1e,0xe1,0x78,0x87,0xf0,0x0f, + 0x41,0x71,0x93,0xf3,0x26,0xe7,0x49,0xce,0x13,0x1c,0x27,0x38,0x6f,0x70,0xff,0xc0,0x70,0x8f,0xf0,0x0e,0xe0,0x1c,0xc4,0x38,0x08,0xf0,0x10,0xe0,0x00,0xc0,0x00,0x80, + 0xff,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x07,0x07,0xe0,0xff,0x03,0xff,0xf0,0xf0,0x01,0x01,0x7e,0x7f,0x8c,0xff,0x00,0xff,0x07,0xf8,0xff,0x00,0xff,0x00,0xf0,0x0f,0x00,0xff,0x01,0xfe,0x70,0x80, + 0x30,0x3f,0x03,0xff,0x38,0xf8,0x81,0x81,0x1e,0x1f,0xe6,0xff,0x6f,0xf0,0x7f,0x80,0x3f,0xc0,0xff,0x00,0xf8,0x07,0x80,0x7f,0x01,0xfe,0x18,0xe0,0x80,0x00,0x00,0x00, + 0x42,0xc3,0x0e,0x0f,0x33,0x3c,0xdf,0xf0,0x7f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xc1,0x3e,0x00,0xfc,0x08,0xf0,0x20,0xc0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1c,0x7f,0xff,0xff,0xf3,0xff, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x08,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0xc7,0xc7,0x87,0xcf, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x38,0x30,0x38,0x38,0x78, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x00,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x08,0x1c,0x1c,0x1c, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,0x1f,0x1f,0x1f,0x1f,0x3f, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xf0,0xe0,0xe0,0xc0,0xe0, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1e,0x1f,0x1f,0x1f,0x1b,0x1f, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xc0,0xe0,0xe0,0xf1, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x42,0xff,0x01,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x3c,0x7e,0xfe,0xff,0xff, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x08,0xff,0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x70,0x30,0x70,0x30,0x38, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x40,0xff,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x38,0x30,0x38,0x30,0x70, + 0xf0,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x70,0x78,0x78,0x78,0x78,0x7c, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xec,0xee,0xec,0xee,0xe0,0xe0, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x70,0xf8,0xf8, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e, + 0xff,0x08,0xff,0x00,0xff,0x00,0xff,0x02,0xff,0x20,0xff,0x04,0xff,0x04,0xff,0x00,0x07,0x07,0x0e,0x0f,0x0c,0x1e,0x1c,0x1c,0x18,0x1c,0x18,0x38,0x38,0x38,0x38,0x38, + 0xff,0x63,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x01,0xff,0x80,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3e,0x7e,0x7e,0x7e, + 0xff,0x40,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x22,0xff,0x00,0xff,0x04,0xff,0x47,0x0f,0x8f,0x0f,0x0f,0x0f,0x1f,0x1d,0x1f,0x1d,0x1d,0x18,0x3d,0x38,0x39,0x30,0x38, + 0xff,0x40,0xff,0x40,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x21,0xff,0x00,0x80,0x80,0x80,0x80,0x80,0xc0,0x80,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xe1, + 0xff,0x04,0xff,0x04,0xff,0x80,0xff,0x00,0xff,0x00,0xff,0x03,0xff,0x02,0xff,0x20,0x38,0x78,0x78,0x78,0x78,0x7c,0x78,0xfc,0x7c,0xfc,0xdc,0xfc,0xdc,0xfd,0xcd,0xdf, + 0xff,0x00,0xff,0x42,0xff,0x02,0xff,0x82,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x10,0x1c,0x3c,0x3c,0x3c,0x3c,0x7c,0x7c,0x7c,0x6c,0xfe,0xcc,0xfe,0xcc,0xde,0x8e,0xce, + 0xff,0x04,0xff,0x04,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x40,0xff,0x40,0x18,0x38,0x18,0x38,0x38,0x38,0x30,0x38,0x30,0x38,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xe0,0xc0,0xc0,0x80,0xc0, + 0xff,0x04,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x46,0xff,0x40,0xff,0x00,0xff,0x00,0x18,0x38,0x18,0x38,0x38,0x38,0x30,0x38,0x30,0x39,0x3f,0x3f,0x3f,0x7f,0x3f,0x7f, + 0xff,0x02,0xff,0x80,0xff,0x80,0xff,0x04,0xff,0x10,0xff,0x00,0xff,0x10,0xff,0x00,0x71,0xf1,0x71,0x73,0x71,0x73,0x63,0xf3,0xe3,0xe7,0xc3,0xe7,0xe3,0xe7,0xe7,0xf7, + 0xff,0x00,0xff,0x20,0xff,0x04,0xff,0x40,0xff,0x00,0xff,0x80,0xff,0x80,0xff,0x04,0xe7,0xff,0xc3,0xc7,0x83,0xc3,0x83,0x83,0x03,0x83,0x03,0x03,0x03,0x03,0x03,0x03, + 0xff,0x80,0xff,0x80,0xff,0x25,0xff,0x00,0xff,0x02,0xff,0x10,0xff,0x00,0xff,0x00,0x30,0x38,0x18,0x38,0x18,0x98,0x18,0x9d,0x8d,0x9d,0x8f,0x8f,0x8f,0x8f,0x06,0x8f, + 0xff,0x80,0xff,0x10,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x80,0x60,0x70,0x60,0xe0,0xc0,0xe0,0xc0,0xc0,0x80,0xc0,0x80,0x80,0x00,0x80,0x00,0x00, + 0xff,0x02,0xff,0x08,0xff,0x01,0xff,0x04,0xff,0x00,0xff,0x02,0xff,0x00,0xff,0x00,0x74,0x7c,0x74,0x76,0x72,0x76,0x72,0x73,0x71,0x73,0x71,0x71,0x70,0x71,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xe0,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0x00,0x00, + 0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xe0,0xe6,0xfe,0xff,0xe6,0xf7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x61,0x73,0x63,0x77,0x63,0x77,0x67,0x77,0x63,0x77,0x63,0x77,0x61,0x73,0x00,0x00, + 0xff,0x00,0xff,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x00,0xe3,0xf3,0x33,0x3b,0x33,0x3b,0xfb,0xfb,0x03,0x03,0x13,0x3b,0xe3,0xf3,0x00,0x00, + 0xff,0x20,0xff,0x00,0xff,0x20,0xff,0x40,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x80,0x98,0xf8,0xfd,0x98,0xdd,0x9d,0x9d,0x9c,0x9d,0x9c,0x9d,0x9c,0x9c,0x00,0x00, + 0xff,0x00,0xff,0x30,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x30,0xff,0x00,0xff,0x00,0x7e,0xfe,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0x7e,0xfe,0x00,0x00, + 0xff,0x00,0xff,0x18,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x18,0xff,0x00,0xff,0x00,0x3c,0x7e,0x66,0xe7,0x66,0xe7,0xe7,0xe7,0x66,0xe7,0x66,0xe7,0x3c,0x7e,0x00,0x00, + 0xff,0x00,0xff,0x04,0xff,0x04,0xff,0x00,0xff,0x21,0xff,0x00,0xff,0x00,0xff,0x04,0x38,0x38,0x38,0x38,0x38,0x38,0x18,0x3c,0x1c,0x1e,0x0f,0x1f,0x07,0x0f,0x01,0x03, + 0xff,0x00,0xff,0x02,0xff,0x00,0xff,0x20,0xff,0x44,0xff,0x01,0xff,0x00,0xff,0x10,0x7c,0xfe,0x0c,0x1c,0x1c,0x1c,0x18,0x1c,0x38,0x38,0x78,0xf8,0xf0,0xf9,0xc1,0xe1, + 0xff,0x00,0xff,0x00,0xff,0x8f,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x00,0x3f,0x7f,0x7f,0x7f,0x60,0x70,0x60,0xe0,0xe0,0xe0,0xc0,0xe0,0xc0,0xc0,0xc0,0xc0, + 0xff,0x00,0xff,0x00,0xff,0x12,0xff,0x10,0xff,0x80,0xff,0x80,0xff,0x0c,0xff,0x08,0xc0,0xe1,0xe1,0xe1,0x61,0xe1,0x61,0xe3,0x61,0x73,0x63,0x73,0x73,0x73,0x33,0x77, + 0xff,0x00,0xff,0x10,0xff,0x00,0xff,0x40,0xff,0x01,0xff,0x08,0xff,0x0a,0xff,0x80,0xcd,0xdf,0x8f,0xcf,0x8f,0xcf,0x86,0x8f,0x86,0x8e,0x04,0x86,0x04,0x84,0x00,0x04, + 0xff,0x50,0xff,0x01,0xff,0x81,0xff,0x01,0xff,0x00,0xff,0x00,0xff,0x08,0xff,0x08,0x8e,0x8e,0x0e,0x8e,0x0e,0x0e,0x06,0x0e,0x06,0x0f,0x06,0x0f,0x06,0x07,0x07,0x07, + 0xff,0x08,0xff,0x08,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0x30,0x70,0x30,0x70,0x30,0x70,0x60,0x70,0x60,0x70,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xf0,0xe0,0xe0,0xc0,0xe0, + 0xff,0x09,0xff,0x08,0xff,0x80,0xff,0x80,0xff,0x0c,0xff,0x00,0xff,0x00,0xff,0x01,0x70,0x70,0x70,0x70,0x70,0x70,0x60,0x70,0x61,0xf3,0x7f,0xff,0xff,0xff,0xf8,0xfe, + 0xff,0x00,0xff,0x80,0xff,0x80,0xff,0x00,0xff,0x14,0xff,0x00,0xff,0x02,0xff,0x81,0x77,0xf7,0x77,0x77,0x73,0x77,0x63,0xf7,0xe3,0xe3,0xc3,0xe3,0x81,0xc1,0x00,0x00, + 0xff,0x04,0xff,0x00,0xff,0x88,0xff,0x10,0xff,0x21,0xff,0x00,0xff,0x00,0xff,0x08,0x03,0x03,0x03,0x07,0x07,0x07,0x06,0x8f,0x8e,0xde,0xfc,0xfe,0xf8,0xfc,0x40,0xf0, + 0xff,0x08,0xff,0x88,0xff,0x81,0xff,0x01,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x06,0x87,0x06,0x07,0x06,0x0e,0x06,0x0e,0x0e,0x0e,0x0e,0x0e,0x0c,0x0e,0x0c,0x0e, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x1c,0x3e,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x08, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x00,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x88,0x88,0xd8,0xd8,0xd8,0xa8,0xf8,0xa8,0xa8,0x00,0x88 }; diff --git a/gbdk-support/png2asset/testing/ref/sprite_slon_1.c b/gbdk-support/png2asset/testing/ref/sprite_slon_1.c @@ -12,247 +12,55 @@ const palette_color_t sprite_slon_1_palettes[4] = { }; const uint8_t sprite_slon_1_tiles[768] = { - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x03, - 0x0d,0x0e,0x1f,0x10, - 0x3f,0x20,0x3f,0x20, - -0x00,0x00,0x03,0x03, - 0xfd,0xfe,0x3f,0xc0, - 0xff,0x0c,0xff,0x13, - 0xf7,0x08,0xc1,0x3e, - -0x7f,0x7f,0x9f,0xe0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x80,0xff,0x40, - -0xf0,0xf0,0xcf,0x3f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0x00,0x00,0xc0,0xc0, - 0x3c,0xfc,0xf3,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0xc0, - 0xb0,0x70,0xf8,0x08, - 0xfc,0x04,0xfc,0x04, - -0x3f,0x20,0x3f,0x20, - 0x3f,0x20,0x3f,0x20, - 0x3f,0x20,0x3f,0x23, - 0x3d,0x23,0x5e,0x61, - -0xc0,0x3f,0xc0,0x3f, - 0xc0,0x3f,0xcf,0x30, - 0xff,0x08,0xbf,0xc4, - 0xe7,0xdc,0x07,0xfc, - -0xff,0x20,0x7f,0xa0, - 0x7f,0x90,0xff,0x10, - 0xff,0x10,0xdf,0x30, - 0xff,0x60,0xbf,0xc0, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x3f,0xc0, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfc,0x03, - -0xfe,0x02,0xfe,0x02, - 0xfd,0x03,0xff,0x01, - 0xff,0x01,0xff,0x01, - 0xff,0x00,0x7f,0x80, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - -0x5e,0x61,0x7c,0x43, - 0x78,0x47,0x79,0x47, - 0xbb,0xc7,0xb3,0xcf, - 0xf2,0x8e,0xf4,0x8c, - -0x02,0xff,0x03,0xff, - 0x00,0xff,0x87,0xff, - 0xff,0xff,0xc1,0xc1, - 0x01,0x01,0x00,0x00, - -0xbd,0xc2,0x3c,0xc3, - 0x7e,0x81,0xff,0x80, - 0xff,0x80,0xbf,0xc0, - 0xff,0xc0,0xff,0xc0, - -0x07,0xf8,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x40,0xff,0x40,0xff, - -0xe0,0x1f,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x02,0xff,0x02,0xff, - -0x7f,0x80,0xff,0x00, - 0xfe,0x01,0xff,0x01, - 0xfd,0x03,0xfd,0x03, - 0x79,0x87,0x71,0x8f, - -0x40,0xc0,0xc0,0x40, - 0xc0,0x40,0xc0,0x40, - 0xe0,0x20,0x60,0xa0, - 0x60,0xa0,0xa0,0xe0, - -0xf4,0x8c,0xf4,0x8c, - 0xb4,0xcc,0xb8,0xc8, - 0xb8,0xc8,0x78,0x48, - 0x78,0x48,0x78,0x48, - -0xdf,0xe0,0x7f,0x60, - 0x7e,0x61,0x6e,0x71, - 0x7e,0x71,0x7c,0x73, - 0x70,0x7f,0x78,0x7f, - -0x70,0xff,0x4f,0xcf, - 0x41,0xc1,0x40,0xc0, - 0x40,0xc0,0x40,0xc0, - 0x20,0xe0,0x20,0xe0, - -0x02,0xff,0xfe,0xff, - 0xfe,0xff,0x3f,0x3f, - 0x3f,0x3f,0x3f,0x3f, - 0x3f,0x3f,0x1f,0x1f, - -0x01,0xff,0x01,0xff, - 0x01,0xff,0x01,0xff, - 0x01,0xff,0x82,0xfe, - 0x82,0xfe,0xc2,0xfe, - -0x50,0x70,0x50,0x70, - 0x50,0x70,0x50,0x70, - 0x30,0x30,0x20,0x20, - 0x00,0x00,0x00,0x00, - -0x74,0x4c,0x5c,0x64, - 0x3c,0x24,0x3e,0x22, - 0x19,0x17,0x0b,0x0f, - 0x06,0x06,0x00,0x00, - -0x78,0x7f,0x78,0x7f, - 0x7c,0x7f,0x7c,0x7f, - 0x7c,0x7f,0xfb,0xfc, - 0xfb,0xfc,0x0f,0x0f, - -0x20,0xe0,0x20,0xe0, - 0x20,0xe0,0x10,0xf0, - 0x10,0xf0,0x90,0x70, - 0xd0,0x30,0xe0,0xe0, - -0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x3f,0x3f,0x3f,0x3f, - 0x3f,0x3f,0x00,0x00, - -0xc2,0xfe,0x42,0x7e, - 0x42,0x7e,0x42,0x7e, - 0x81,0xff,0xb9,0xc7, - 0xfd,0x83,0xfe,0xfe, - -0x40,0xc0,0xc0,0x40, - 0xc0,0x40,0xe0,0x20, - 0x60,0xa0,0xb0,0xd0, - 0x70,0x50,0x50,0x70, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x01,0x01, - -0xf4,0x8c,0xf4,0x8c, - 0xf4,0x8c,0x78,0x88, - 0xe8,0x18,0xf0,0x10, - 0xf0,0x10,0xf0,0x10, - -0x38,0x28,0x38,0x28, - 0x28,0x38,0x18,0x18, - 0x18,0x18,0x08,0x08, - 0x00,0x00,0x00,0x00, - -0x01,0x01,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x70,0x90,0xf0,0x90, - 0xe8,0x98,0x78,0x48, - 0x64,0x5c,0x2c,0x3c, - 0x18,0x18,0x00,0x00, - -0x40,0xc0,0xc0,0x40, - 0xe0,0x20,0xe0,0x20, - 0xf0,0x90,0xb0,0xd0, - 0x78,0x48,0x34,0x2c, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0x05,0x06,0x07,0x04, - -0x74,0x8c,0xf4,0x0c, - 0xe8,0x18,0xf8,0x18, - 0xd0,0x30,0xe0,0x20, - 0xc0,0x40,0x40,0xc0, - -0x1c,0x14,0x0e,0x0a, - 0x07,0x05,0x03,0x03, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x07,0x04,0x07,0x04, - 0x07,0x04,0x05,0x06, - 0x03,0x02,0x02,0x03, - 0x01,0x01,0x00,0x00, - -0x80,0x80,0x80,0x80, - 0x80,0x80,0x40,0xc0, - 0x40,0xc0,0x40,0xc0, - 0xc0,0xc0,0x00,0x00, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x07,0x04, - 0x07,0x04,0x0f,0x08, - -0x74,0x8c,0xf4,0x0c, - 0xe8,0x18,0xf8,0x18, - 0xd0,0x30,0xe0,0x20, - 0xc0,0x40,0x80,0x80, - -0x0f,0x09,0x15,0x1b, - 0x1e,0x12,0x1e,0x12, - 0x1a,0x16,0x12,0x1e, - 0x1e,0x1e,0x00,0x00, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x07,0x04, - 0x0b,0x0c,0x0f,0x08, - -0x1f,0x11,0x1e,0x12, - 0x2a,0x36,0x3c,0x24, - 0x24,0x3c,0x28,0x38, - 0x38,0x38,0x00,0x00 - -}; + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x0d,0x0e,0x1f,0x10,0x3f,0x20,0x3f,0x20, + 0x00,0x00,0x03,0x03,0xfd,0xfe,0x3f,0xc0,0xff,0x0c,0xff,0x13,0xf7,0x08,0xc1,0x3e, + 0x7f,0x7f,0x9f,0xe0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x40, + 0xf0,0xf0,0xcf,0x3f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0xc0,0xc0,0x3c,0xfc,0xf3,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xc0,0xb0,0x70,0xf8,0x08,0xfc,0x04,0xfc,0x04, + 0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x23,0x3d,0x23,0x5e,0x61, + 0xc0,0x3f,0xc0,0x3f,0xc0,0x3f,0xcf,0x30,0xff,0x08,0xbf,0xc4,0xe7,0xdc,0x07,0xfc, + 0xff,0x20,0x7f,0xa0,0x7f,0x90,0xff,0x10,0xff,0x10,0xdf,0x30,0xff,0x60,0xbf,0xc0, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0xc0, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xfc,0x03, + 0xfe,0x02,0xfe,0x02,0xfd,0x03,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x00,0x7f,0x80, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x5e,0x61,0x7c,0x43,0x78,0x47,0x79,0x47,0xbb,0xc7,0xb3,0xcf,0xf2,0x8e,0xf4,0x8c, + 0x02,0xff,0x03,0xff,0x00,0xff,0x87,0xff,0xff,0xff,0xc1,0xc1,0x01,0x01,0x00,0x00, + 0xbd,0xc2,0x3c,0xc3,0x7e,0x81,0xff,0x80,0xff,0x80,0xbf,0xc0,0xff,0xc0,0xff,0xc0, + 0x07,0xf8,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x40,0xff, + 0xe0,0x1f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x02,0xff,0x02,0xff, + 0x7f,0x80,0xff,0x00,0xfe,0x01,0xff,0x01,0xfd,0x03,0xfd,0x03,0x79,0x87,0x71,0x8f, + 0x40,0xc0,0xc0,0x40,0xc0,0x40,0xc0,0x40,0xe0,0x20,0x60,0xa0,0x60,0xa0,0xa0,0xe0, + 0xf4,0x8c,0xf4,0x8c,0xb4,0xcc,0xb8,0xc8,0xb8,0xc8,0x78,0x48,0x78,0x48,0x78,0x48, + 0xdf,0xe0,0x7f,0x60,0x7e,0x61,0x6e,0x71,0x7e,0x71,0x7c,0x73,0x70,0x7f,0x78,0x7f, + 0x70,0xff,0x4f,0xcf,0x41,0xc1,0x40,0xc0,0x40,0xc0,0x40,0xc0,0x20,0xe0,0x20,0xe0, + 0x02,0xff,0xfe,0xff,0xfe,0xff,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x1f,0x1f, + 0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x82,0xfe,0x82,0xfe,0xc2,0xfe, + 0x50,0x70,0x50,0x70,0x50,0x70,0x50,0x70,0x30,0x30,0x20,0x20,0x00,0x00,0x00,0x00, + 0x74,0x4c,0x5c,0x64,0x3c,0x24,0x3e,0x22,0x19,0x17,0x0b,0x0f,0x06,0x06,0x00,0x00, + 0x78,0x7f,0x78,0x7f,0x7c,0x7f,0x7c,0x7f,0x7c,0x7f,0xfb,0xfc,0xfb,0xfc,0x0f,0x0f, + 0x20,0xe0,0x20,0xe0,0x20,0xe0,0x10,0xf0,0x10,0xf0,0x90,0x70,0xd0,0x30,0xe0,0xe0, + 0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x00,0x00, + 0xc2,0xfe,0x42,0x7e,0x42,0x7e,0x42,0x7e,0x81,0xff,0xb9,0xc7,0xfd,0x83,0xfe,0xfe, + 0x40,0xc0,0xc0,0x40,0xc0,0x40,0xe0,0x20,0x60,0xa0,0xb0,0xd0,0x70,0x50,0x50,0x70, + 0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, + 0xf4,0x8c,0xf4,0x8c,0xf4,0x8c,0x78,0x88,0xe8,0x18,0xf0,0x10,0xf0,0x10,0xf0,0x10, + 0x38,0x28,0x38,0x28,0x28,0x38,0x18,0x18,0x18,0x18,0x08,0x08,0x00,0x00,0x00,0x00, + 0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x70,0x90,0xf0,0x90,0xe8,0x98,0x78,0x48,0x64,0x5c,0x2c,0x3c,0x18,0x18,0x00,0x00, + 0x40,0xc0,0xc0,0x40,0xe0,0x20,0xe0,0x20,0xf0,0x90,0xb0,0xd0,0x78,0x48,0x34,0x2c, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0x05,0x06,0x07,0x04, + 0x74,0x8c,0xf4,0x0c,0xe8,0x18,0xf8,0x18,0xd0,0x30,0xe0,0x20,0xc0,0x40,0x40,0xc0, + 0x1c,0x14,0x0e,0x0a,0x07,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x07,0x04,0x07,0x04,0x07,0x04,0x05,0x06,0x03,0x02,0x02,0x03,0x01,0x01,0x00,0x00, + 0x80,0x80,0x80,0x80,0x80,0x80,0x40,0xc0,0x40,0xc0,0x40,0xc0,0xc0,0xc0,0x00,0x00, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x07,0x04,0x07,0x04,0x0f,0x08, + 0x74,0x8c,0xf4,0x0c,0xe8,0x18,0xf8,0x18,0xd0,0x30,0xe0,0x20,0xc0,0x40,0x80,0x80, + 0x0f,0x09,0x15,0x1b,0x1e,0x12,0x1e,0x12,0x1a,0x16,0x12,0x1e,0x1e,0x1e,0x00,0x00, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x07,0x04,0x0b,0x0c,0x0f,0x08, + 0x1f,0x11,0x1e,0x12,0x2a,0x36,0x3c,0x24,0x24,0x3c,0x28,0x38,0x38,0x38,0x00,0x00 + }; const metasprite_t sprite_slon_1_metasprite0[] = { METASPR_ITEM(-16, -24, 0, S_PAL(0)), diff --git a/gbdk-support/png2asset/testing/ref/sprite_slon_2.c b/gbdk-support/png2asset/testing/ref/sprite_slon_2.c @@ -12,277 +12,67 @@ const palette_color_t sprite_slon_2_palettes[4] = { }; const uint8_t sprite_slon_2_tiles[960] = { - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x03, - 0x0d,0x0e,0x1f,0x10, - 0x3f,0x20,0x3f,0x20, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x03, - 0xfd,0xfe,0x3f,0xc0, - 0xff,0x0c,0xff,0x13, - 0xf7,0x08,0xc1,0x3e, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x7f,0x7f,0x9f,0xe0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x80,0xff,0x40, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xf0,0xf0,0xcf,0x3f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0xc0, - 0x3c,0xfc,0xf3,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0xc0, - 0xb0,0x70,0xf8,0x08, - 0xfc,0x04,0xfc,0x04, - -0x3f,0x20,0x3f,0x20, - 0x3f,0x20,0x3f,0x20, - 0x3f,0x20,0x3f,0x23, - 0x3d,0x23,0x5e,0x61, - 0x5e,0x61,0x7c,0x43, - 0x78,0x47,0x79,0x47, - 0xbb,0xc7,0xb3,0xcf, - 0xf2,0x8e,0xf4,0x8c, - -0xc0,0x3f,0xc0,0x3f, - 0xc0,0x3f,0xcf,0x30, - 0xff,0x08,0xbf,0xc4, - 0xe7,0xdc,0x07,0xfc, - 0x02,0xff,0x03,0xff, - 0x00,0xff,0x87,0xff, - 0xff,0xff,0xc1,0xc1, - 0x01,0x01,0x00,0x00, - -0xff,0x20,0x7f,0xa0, - 0x7f,0x90,0xff,0x10, - 0xff,0x10,0xdf,0x30, - 0xff,0x60,0xbf,0xc0, - 0xbd,0xc2,0x3c,0xc3, - 0x7e,0x81,0xff,0x80, - 0xff,0x80,0xbf,0xc0, - 0xff,0xc0,0xff,0xc0, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x3f,0xc0, - 0x07,0xf8,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x40,0xff,0x40,0xff, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfc,0x03, - 0xe0,0x1f,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x02,0xff,0x02,0xff, - -0xfe,0x02,0xfe,0x02, - 0xfd,0x03,0xff,0x01, - 0xff,0x01,0xff,0x01, - 0xff,0x00,0x7f,0x80, - 0x7f,0x80,0xff,0x00, - 0xfe,0x01,0xff,0x01, - 0xfd,0x03,0xfd,0x03, - 0x79,0x87,0x71,0x8f, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xc0,0x40,0xc0,0x40, - 0xe0,0x20,0x60,0xa0, - 0x60,0xa0,0xa0,0xe0, - -0xf4,0x8c,0xf4,0x8c, - 0xb4,0xcc,0xb8,0xc8, - 0xb8,0xc8,0x78,0x48, - 0x78,0x48,0x78,0x48, - 0x74,0x4c,0x5c,0x64, - 0x3c,0x24,0x3e,0x22, - 0x19,0x17,0x0b,0x0f, - 0x06,0x06,0x00,0x00, - -0xdf,0xe0,0x7f,0x60, - 0x7e,0x61,0x6e,0x71, - 0x7e,0x71,0x7c,0x73, - 0x70,0x7f,0x78,0x7f, - 0x78,0x7f,0x78,0x7f, - 0x7c,0x7f,0x7c,0x7f, - 0x7c,0x7f,0xfb,0xfc, - 0xfb,0xfc,0x0f,0x0f, - -0x70,0xff,0x4f,0xcf, - 0x41,0xc1,0x40,0xc0, - 0x40,0xc0,0x40,0xc0, - 0x20,0xe0,0x20,0xe0, - 0x20,0xe0,0x20,0xe0, - 0x20,0xe0,0x10,0xf0, - 0x10,0xf0,0x90,0x70, - 0xd0,0x30,0xe0,0xe0, - -0x02,0xff,0xfe,0xff, - 0xfe,0xff,0x3f,0x3f, - 0x3f,0x3f,0x3f,0x3f, - 0x3f,0x3f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x3f,0x3f,0x3f,0x3f, - 0x3f,0x3f,0x00,0x00, - -0x01,0xff,0x01,0xff, - 0x01,0xff,0x01,0xff, - 0x01,0xff,0x82,0xfe, - 0x82,0xfe,0xc2,0xfe, - 0xc2,0xfe,0x42,0x7e, - 0x42,0x7e,0x42,0x7e, - 0x81,0xff,0xb9,0xc7, - 0xfd,0x83,0xfe,0xfe, - -0x50,0x70,0x50,0x70, - 0x50,0x70,0x50,0x70, - 0x30,0x30,0x20,0x20, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xc0,0x40,0xe0,0x20, - 0x60,0xa0,0xb0,0xd0, - 0x70,0x50,0x50,0x70, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0xf4,0x8c,0xf4,0x8c, - 0xf4,0x8c,0x78,0x88, - 0xe8,0x18,0xf0,0x10, - 0xf0,0x10,0xf0,0x10, - 0x70,0x90,0xf0,0x90, - 0xe8,0x98,0x78,0x48, - 0x64,0x5c,0x2c,0x3c, - 0x18,0x18,0x00,0x00, - -0x38,0x28,0x38,0x28, - 0x28,0x38,0x18,0x18, - 0x18,0x18,0x08,0x08, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xe0,0x20,0xe0,0x20, - 0xf0,0x90,0xb0,0xd0, - 0x78,0x48,0x34,0x2c, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0x05,0x06,0x07,0x04, - 0x07,0x04,0x07,0x04, - 0x07,0x04,0x05,0x06, - 0x03,0x02,0x02,0x03, - 0x01,0x01,0x00,0x00, - -0x74,0x8c,0xf4,0x0c, - 0xe8,0x18,0xf8,0x18, - 0xd0,0x30,0xe0,0x20, - 0xc0,0x40,0x40,0xc0, - 0x80,0x80,0x80,0x80, - 0x80,0x80,0x40,0xc0, - 0x40,0xc0,0x40,0xc0, - 0xc0,0xc0,0x00,0x00, - -0x1c,0x14,0x0e,0x0a, - 0x07,0x05,0x03,0x03, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x07,0x04, - 0x07,0x04,0x0f,0x08, - 0x0f,0x09,0x15,0x1b, - 0x1e,0x12,0x1e,0x12, - 0x1a,0x16,0x12,0x1e, - 0x1e,0x1e,0x00,0x00, - -0x74,0x8c,0xf4,0x0c, - 0xe8,0x18,0xf8,0x18, - 0xd0,0x30,0xe0,0x20, - 0xc0,0x40,0x80,0x80, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x07,0x04, - 0x0b,0x0c,0x0f,0x08, - 0x1f,0x11,0x1e,0x12, - 0x2a,0x36,0x3c,0x24, - 0x24,0x3c,0x28,0x38, - 0x38,0x38,0x00,0x00 - -}; + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x0d,0x0e,0x1f,0x10,0x3f,0x20,0x3f,0x20, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x03,0x03,0xfd,0xfe,0x3f,0xc0,0xff,0x0c,0xff,0x13,0xf7,0x08,0xc1,0x3e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7f,0x7f,0x9f,0xe0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x40, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf0,0xf0,0xcf,0x3f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xc0,0xc0,0x3c,0xfc,0xf3,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xc0,0xb0,0x70,0xf8,0x08,0xfc,0x04,0xfc,0x04, + 0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x23,0x3d,0x23,0x5e,0x61, + 0x5e,0x61,0x7c,0x43,0x78,0x47,0x79,0x47,0xbb,0xc7,0xb3,0xcf,0xf2,0x8e,0xf4,0x8c, + 0xc0,0x3f,0xc0,0x3f,0xc0,0x3f,0xcf,0x30,0xff,0x08,0xbf,0xc4,0xe7,0xdc,0x07,0xfc, + 0x02,0xff,0x03,0xff,0x00,0xff,0x87,0xff,0xff,0xff,0xc1,0xc1,0x01,0x01,0x00,0x00, + 0xff,0x20,0x7f,0xa0,0x7f,0x90,0xff,0x10,0xff,0x10,0xdf,0x30,0xff,0x60,0xbf,0xc0, + 0xbd,0xc2,0x3c,0xc3,0x7e,0x81,0xff,0x80,0xff,0x80,0xbf,0xc0,0xff,0xc0,0xff,0xc0, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0xc0, + 0x07,0xf8,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x40,0xff, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xfc,0x03, + 0xe0,0x1f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x02,0xff,0x02,0xff, + 0xfe,0x02,0xfe,0x02,0xfd,0x03,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x00,0x7f,0x80, + 0x7f,0x80,0xff,0x00,0xfe,0x01,0xff,0x01,0xfd,0x03,0xfd,0x03,0x79,0x87,0x71,0x8f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xc0,0x40,0xc0,0x40,0xe0,0x20,0x60,0xa0,0x60,0xa0,0xa0,0xe0, + 0xf4,0x8c,0xf4,0x8c,0xb4,0xcc,0xb8,0xc8,0xb8,0xc8,0x78,0x48,0x78,0x48,0x78,0x48, + 0x74,0x4c,0x5c,0x64,0x3c,0x24,0x3e,0x22,0x19,0x17,0x0b,0x0f,0x06,0x06,0x00,0x00, + 0xdf,0xe0,0x7f,0x60,0x7e,0x61,0x6e,0x71,0x7e,0x71,0x7c,0x73,0x70,0x7f,0x78,0x7f, + 0x78,0x7f,0x78,0x7f,0x7c,0x7f,0x7c,0x7f,0x7c,0x7f,0xfb,0xfc,0xfb,0xfc,0x0f,0x0f, + 0x70,0xff,0x4f,0xcf,0x41,0xc1,0x40,0xc0,0x40,0xc0,0x40,0xc0,0x20,0xe0,0x20,0xe0, + 0x20,0xe0,0x20,0xe0,0x20,0xe0,0x10,0xf0,0x10,0xf0,0x90,0x70,0xd0,0x30,0xe0,0xe0, + 0x02,0xff,0xfe,0xff,0xfe,0xff,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x1f,0x1f, + 0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x00,0x00, + 0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x82,0xfe,0x82,0xfe,0xc2,0xfe, + 0xc2,0xfe,0x42,0x7e,0x42,0x7e,0x42,0x7e,0x81,0xff,0xb9,0xc7,0xfd,0x83,0xfe,0xfe, + 0x50,0x70,0x50,0x70,0x50,0x70,0x50,0x70,0x30,0x30,0x20,0x20,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xc0,0x40,0xe0,0x20,0x60,0xa0,0xb0,0xd0,0x70,0x50,0x50,0x70, + 0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, + 0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf4,0x8c,0xf4,0x8c,0xf4,0x8c,0x78,0x88,0xe8,0x18,0xf0,0x10,0xf0,0x10,0xf0,0x10, + 0x70,0x90,0xf0,0x90,0xe8,0x98,0x78,0x48,0x64,0x5c,0x2c,0x3c,0x18,0x18,0x00,0x00, + 0x38,0x28,0x38,0x28,0x28,0x38,0x18,0x18,0x18,0x18,0x08,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xe0,0x20,0xe0,0x20,0xf0,0x90,0xb0,0xd0,0x78,0x48,0x34,0x2c, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0x05,0x06,0x07,0x04, + 0x07,0x04,0x07,0x04,0x07,0x04,0x05,0x06,0x03,0x02,0x02,0x03,0x01,0x01,0x00,0x00, + 0x74,0x8c,0xf4,0x0c,0xe8,0x18,0xf8,0x18,0xd0,0x30,0xe0,0x20,0xc0,0x40,0x40,0xc0, + 0x80,0x80,0x80,0x80,0x80,0x80,0x40,0xc0,0x40,0xc0,0x40,0xc0,0xc0,0xc0,0x00,0x00, + 0x1c,0x14,0x0e,0x0a,0x07,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x07,0x04,0x07,0x04,0x0f,0x08, + 0x0f,0x09,0x15,0x1b,0x1e,0x12,0x1e,0x12,0x1a,0x16,0x12,0x1e,0x1e,0x1e,0x00,0x00, + 0x74,0x8c,0xf4,0x0c,0xe8,0x18,0xf8,0x18,0xd0,0x30,0xe0,0x20,0xc0,0x40,0x80,0x80, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x07,0x04,0x0b,0x0c,0x0f,0x08, + 0x1f,0x11,0x1e,0x12,0x2a,0x36,0x3c,0x24,0x24,0x3c,0x28,0x38,0x38,0x38,0x00,0x00 + }; const metasprite_t sprite_slon_2_metasprite0[] = { METASPR_ITEM(-24, -24, 0, S_PAL(0)), diff --git a/gbdk-support/png2asset/testing/ref/sprite_slon_4.c b/gbdk-support/png2asset/testing/ref/sprite_slon_4.c @@ -12,275 +12,65 @@ const palette_color_t sprite_slon_4_palettes[4] = { }; const uint8_t sprite_slon_4_tiles[960] = { - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x03, - 0x0d,0x0e,0x1f,0x10, - 0x3f,0x20,0x3f,0x20, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x03, - 0xfd,0xfe,0x3f,0xc0, - 0xff,0x0c,0xff,0x13, - 0xf7,0x08,0xc1,0x3e, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x7f,0x7f,0x9f,0xe0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x80,0xff,0x40, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xf0,0xf0,0xcf,0x3f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0xc0, - 0x3c,0xfc,0xf3,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0xc0, - 0xb0,0x70,0xf8,0x08, - 0xfc,0x04,0xfc,0x04, - -0x3f,0x20,0x3f,0x20, - 0x3f,0x20,0x3f,0x20, - 0x3f,0x20,0x3f,0x23, - 0x3d,0x23,0x5e,0x61, - 0x5e,0x61,0x7c,0x43, - 0x78,0x47,0x79,0x47, - 0xbb,0xc7,0xb3,0xcf, - 0xf2,0x8e,0xf4,0x8c, - -0xc0,0x3f,0xc0,0x3f, - 0xc0,0x3f,0xcf,0x30, - 0xff,0x08,0xbf,0xc4, - 0xe7,0xdc,0x07,0xfc, - 0x02,0xff,0x03,0xff, - 0x00,0xff,0x87,0xff, - 0xff,0xff,0xc1,0xc1, - 0x01,0x01,0x00,0x00, - -0xff,0x20,0x7f,0xa0, - 0x7f,0x90,0xff,0x10, - 0xff,0x10,0xdf,0x30, - 0xff,0x60,0xbf,0xc0, - 0xbd,0xc2,0x3c,0xc3, - 0x7e,0x81,0xff,0x80, - 0xff,0x80,0xbf,0xc0, - 0xff,0xc0,0xff,0xc0, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x3f,0xc0, - 0x07,0xf8,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x40,0xff,0x40,0xff, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfc,0x03, - 0xe0,0x1f,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x02,0xff,0x02,0xff, - -0xfe,0x02,0xfe,0x02, - 0xfd,0x03,0xff,0x01, - 0xff,0x01,0xff,0x01, - 0xff,0x00,0x7f,0x80, - 0x7f,0x80,0xff,0x00, - 0xfe,0x01,0xff,0x01, - 0xfd,0x03,0xfd,0x03, - 0x79,0x87,0x71,0x8f, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xc0,0x40,0xc0,0x40, - 0xe0,0x20,0x60,0xa0, - 0x60,0xa0,0xa0,0xe0, - -0xf4,0x8c,0xf4,0x8c, - 0xb4,0xcc,0xb8,0xc8, - 0xb8,0xc8,0x78,0x48, - 0x78,0x48,0x78,0x48, - 0x74,0x4c,0x5c,0x64, - 0x3c,0x24,0x3e,0x22, - 0x19,0x17,0x0b,0x0f, - 0x06,0x06,0x00,0x00, - -0xdf,0xe0,0x7f,0x60, - 0x7e,0x61,0x6e,0x71, - 0x7e,0x71,0x7c,0x73, - 0x70,0x7f,0x78,0x7f, - 0x78,0x7f,0x78,0x7f, - 0x7c,0x7f,0x7c,0x7f, - 0x7c,0x7f,0xfb,0xfc, - 0xfb,0xfc,0x0f,0x0f, - -0x70,0xff,0x4f,0xcf, - 0x41,0xc1,0x40,0xc0, - 0x40,0xc0,0x40,0xc0, - 0x20,0xe0,0x20,0xe0, - 0x20,0xe0,0x20,0xe0, - 0x20,0xe0,0x10,0xf0, - 0x10,0xf0,0x90,0x70, - 0xd0,0x30,0xe0,0xe0, - -0x02,0xff,0xfe,0xff, - 0xfe,0xff,0x3f,0x3f, - 0x3f,0x3f,0x3f,0x3f, - 0x3f,0x3f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x3f,0x3f,0x3f,0x3f, - 0x3f,0x3f,0x00,0x00, - -0x01,0xff,0x01,0xff, - 0x01,0xff,0x01,0xff, - 0x01,0xff,0x82,0xfe, - 0x82,0xfe,0xc2,0xfe, - 0xc2,0xfe,0x42,0x7e, - 0x42,0x7e,0x42,0x7e, - 0x81,0xff,0xb9,0xc7, - 0xfd,0x83,0xfe,0xfe, - -0x50,0x70,0x50,0x70, - 0x50,0x70,0x50,0x70, - 0x30,0x30,0x20,0x20, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xc0,0x40,0xe0,0x20, - 0x60,0xa0,0xb0,0xd0, - 0x70,0x50,0x50,0x70, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0xf4,0x8c,0xf4,0x8c, - 0xf4,0x8c,0x78,0x88, - 0xe8,0x18,0xf0,0x10, - 0xf0,0x10,0xf0,0x10, - 0x70,0x90,0xf0,0x90, - 0xe8,0x98,0x78,0x48, - 0x64,0x5c,0x2c,0x3c, - 0x18,0x18,0x00,0x00, - -0x38,0x28,0x38,0x28, - 0x28,0x38,0x18,0x18, - 0x18,0x18,0x08,0x08, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xe0,0x20,0xe0,0x20, - 0xf0,0x90,0xb0,0xd0, - 0x78,0x48,0x34,0x2c, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0x05,0x06,0x07,0x04, - 0x07,0x04,0x07,0x04, - 0x07,0x04,0x05,0x06, - 0x03,0x02,0x02,0x03, - 0x01,0x01,0x00,0x00, - -0x74,0x8c,0xf4,0x0c, - 0xe8,0x18,0xf8,0x18, - 0xd0,0x30,0xe0,0x20, - 0xc0,0x40,0x40,0xc0, - 0x80,0x80,0x80,0x80, - 0x80,0x80,0x40,0xc0, - 0x40,0xc0,0x40,0xc0, - 0xc0,0xc0,0x00,0x00, - -0x1c,0x14,0x0e,0x0a, - 0x07,0x05,0x03,0x03, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x07,0x04, - 0x07,0x04,0x0f,0x08, - 0x0f,0x09,0x15,0x1b, - 0x1e,0x12,0x1e,0x12, - 0x1a,0x16,0x12,0x1e, - 0x1e,0x1e,0x00,0x00, - -0x74,0x8c,0xf4,0x0c, - 0xe8,0x18,0xf8,0x18, - 0xd0,0x30,0xe0,0x20, - 0xc0,0x40,0x80,0x80, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x07,0x04, - 0x0b,0x0c,0x0f,0x08, - 0x1f,0x11,0x1e,0x12, - 0x2a,0x36,0x3c,0x24, - 0x24,0x3c,0x28,0x38, - 0x38,0x38,0x00,0x00 - -}; + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x0d,0x0e,0x1f,0x10,0x3f,0x20,0x3f,0x20, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x03,0x03,0xfd,0xfe,0x3f,0xc0,0xff,0x0c,0xff,0x13,0xf7,0x08,0xc1,0x3e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7f,0x7f,0x9f,0xe0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x40, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf0,0xf0,0xcf,0x3f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xc0,0xc0,0x3c,0xfc,0xf3,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xc0,0xb0,0x70,0xf8,0x08,0xfc,0x04,0xfc,0x04, + 0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x23,0x3d,0x23,0x5e,0x61, + 0x5e,0x61,0x7c,0x43,0x78,0x47,0x79,0x47,0xbb,0xc7,0xb3,0xcf,0xf2,0x8e,0xf4,0x8c, + 0xc0,0x3f,0xc0,0x3f,0xc0,0x3f,0xcf,0x30,0xff,0x08,0xbf,0xc4,0xe7,0xdc,0x07,0xfc, + 0x02,0xff,0x03,0xff,0x00,0xff,0x87,0xff,0xff,0xff,0xc1,0xc1,0x01,0x01,0x00,0x00, + 0xff,0x20,0x7f,0xa0,0x7f,0x90,0xff,0x10,0xff,0x10,0xdf,0x30,0xff,0x60,0xbf,0xc0, + 0xbd,0xc2,0x3c,0xc3,0x7e,0x81,0xff,0x80,0xff,0x80,0xbf,0xc0,0xff,0xc0,0xff,0xc0, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0xc0, + 0x07,0xf8,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x40,0xff, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xfc,0x03, + 0xe0,0x1f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x02,0xff,0x02,0xff, + 0xfe,0x02,0xfe,0x02,0xfd,0x03,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x00,0x7f,0x80, + 0x7f,0x80,0xff,0x00,0xfe,0x01,0xff,0x01,0xfd,0x03,0xfd,0x03,0x79,0x87,0x71,0x8f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xc0,0x40,0xc0,0x40,0xe0,0x20,0x60,0xa0,0x60,0xa0,0xa0,0xe0, + 0xf4,0x8c,0xf4,0x8c,0xb4,0xcc,0xb8,0xc8,0xb8,0xc8,0x78,0x48,0x78,0x48,0x78,0x48, + 0x74,0x4c,0x5c,0x64,0x3c,0x24,0x3e,0x22,0x19,0x17,0x0b,0x0f,0x06,0x06,0x00,0x00, + 0xdf,0xe0,0x7f,0x60,0x7e,0x61,0x6e,0x71,0x7e,0x71,0x7c,0x73,0x70,0x7f,0x78,0x7f, + 0x78,0x7f,0x78,0x7f,0x7c,0x7f,0x7c,0x7f,0x7c,0x7f,0xfb,0xfc,0xfb,0xfc,0x0f,0x0f, + 0x70,0xff,0x4f,0xcf,0x41,0xc1,0x40,0xc0,0x40,0xc0,0x40,0xc0,0x20,0xe0,0x20,0xe0, + 0x20,0xe0,0x20,0xe0,0x20,0xe0,0x10,0xf0,0x10,0xf0,0x90,0x70,0xd0,0x30,0xe0,0xe0, + 0x02,0xff,0xfe,0xff,0xfe,0xff,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x1f,0x1f, + 0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x00,0x00, + 0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x82,0xfe,0x82,0xfe,0xc2,0xfe, + 0xc2,0xfe,0x42,0x7e,0x42,0x7e,0x42,0x7e,0x81,0xff,0xb9,0xc7,0xfd,0x83,0xfe,0xfe, + 0x50,0x70,0x50,0x70,0x50,0x70,0x50,0x70,0x30,0x30,0x20,0x20,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xc0,0x40,0xe0,0x20,0x60,0xa0,0xb0,0xd0,0x70,0x50,0x50,0x70, + 0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, + 0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf4,0x8c,0xf4,0x8c,0xf4,0x8c,0x78,0x88,0xe8,0x18,0xf0,0x10,0xf0,0x10,0xf0,0x10, + 0x70,0x90,0xf0,0x90,0xe8,0x98,0x78,0x48,0x64,0x5c,0x2c,0x3c,0x18,0x18,0x00,0x00, + 0x38,0x28,0x38,0x28,0x28,0x38,0x18,0x18,0x18,0x18,0x08,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xe0,0x20,0xe0,0x20,0xf0,0x90,0xb0,0xd0,0x78,0x48,0x34,0x2c, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0x05,0x06,0x07,0x04, + 0x07,0x04,0x07,0x04,0x07,0x04,0x05,0x06,0x03,0x02,0x02,0x03,0x01,0x01,0x00,0x00, + 0x74,0x8c,0xf4,0x0c,0xe8,0x18,0xf8,0x18,0xd0,0x30,0xe0,0x20,0xc0,0x40,0x40,0xc0, + 0x80,0x80,0x80,0x80,0x80,0x80,0x40,0xc0,0x40,0xc0,0x40,0xc0,0xc0,0xc0,0x00,0x00, + 0x1c,0x14,0x0e,0x0a,0x07,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x07,0x04,0x07,0x04,0x0f,0x08, + 0x0f,0x09,0x15,0x1b,0x1e,0x12,0x1e,0x12,0x1a,0x16,0x12,0x1e,0x1e,0x1e,0x00,0x00, + 0x74,0x8c,0xf4,0x0c,0xe8,0x18,0xf8,0x18,0xd0,0x30,0xe0,0x20,0xc0,0x40,0x80,0x80, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x07,0x04,0x0b,0x0c,0x0f,0x08, + 0x1f,0x11,0x1e,0x12,0x2a,0x36,0x3c,0x24,0x24,0x3c,0x28,0x38,0x38,0x38,0x00,0x00 + }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_1.c b/gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_1.c @@ -20,166 +20,46 @@ const palette_color_t zgb_color_indexed_nums_map_1_palettes[16] = { }; const uint8_t zgb_color_indexed_nums_map_1_tiles[640] = { - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x24, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x30,0xff, - 0x10,0xff,0x10,0xff, - 0x10,0xff,0x10,0xff, - 0x38,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x04,0xff,0x08, - 0xff,0x10,0xff,0x20, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x18,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x24, - 0xff,0x24,0xff,0x3c, - 0xff,0x04,0xff,0x04, - 0xff,0x04,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x20,0xff,0x3c,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x20,0xff,0x38, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x08,0xff, - 0x08,0xff,0x10,0xff, - 0x20,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x18, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x24,0xff,0x24,0xff, - 0x1c,0xff,0x04,0xff, - 0x04,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x69,0xff,0x29, - 0xff,0x66,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x62,0xff,0x21,0xff, - 0x61,0xff,0x21,0xff, - 0x61,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x62,0xff,0x24, - 0xff,0x6f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x66,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x65,0xff,0x25, - 0xff,0x65,0xff,0x27, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x28,0xff, - 0x6e,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6e,0xff,0x28, - 0xff,0x6e,0xff,0x2a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x64,0xff,0x24,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x37,0xff,0x15,0xff, - 0x37,0xff,0x11,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x30,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x38,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x18,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x04,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x20,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x20,0xff,0x38,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x18,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x1c,0xff,0x04,0xff,0x04,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x69,0xff,0x29,0xff,0x66,0xff,0x00, + 0x00,0xff,0x00,0xff,0x62,0xff,0x21,0xff,0x61,0xff,0x21,0xff,0x61,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x62,0xff,0x24,0xff,0x6f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x66,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x65,0xff,0x25,0xff,0x65,0xff,0x27,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x2a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x64,0xff,0x24,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x37,0xff,0x15,0xff,0x37,0xff,0x11,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_2.c b/gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_2.c @@ -20,126 +20,36 @@ const palette_color_t zgb_color_indexed_nums_map_2_palettes[16] = { }; const uint8_t zgb_color_indexed_nums_map_2_tiles[480] = { - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x69,0xff,0x29, - 0xff,0x66,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x62,0xff,0x21,0xff, - 0x61,0xff,0x21,0xff, - 0x61,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x62,0xff,0x24, - 0xff,0x6f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x66,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x65,0xff,0x25, - 0xff,0x65,0xff,0x27, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x28,0xff, - 0x6e,0xff,0x22,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6e,0xff,0x28, - 0xff,0x6e,0xff,0x2a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x64,0xff,0x24,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x2a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x37,0xff,0x15,0xff, - 0x37,0xff,0x11,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x69,0xff,0x29,0xff,0x66,0xff,0x00, + 0x00,0xff,0x00,0xff,0x62,0xff,0x21,0xff,0x61,0xff,0x21,0xff,0x61,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x62,0xff,0x24,0xff,0x6f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x66,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x65,0xff,0x25,0xff,0x65,0xff,0x27,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x22,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6e,0xff,0x28,0xff,0x6e,0xff,0x2a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x64,0xff,0x24,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x2a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x37,0xff,0x15,0xff,0x37,0xff,0x11,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_3.c b/gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_3.c @@ -20,126 +20,36 @@ const palette_color_t zgb_color_indexed_nums_map_3_palettes[16] = { }; const uint8_t zgb_color_indexed_nums_map_3_tiles[480] = { - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x24, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x30,0xff, - 0x10,0xff,0x10,0xff, - 0x10,0xff,0x10,0xff, - 0x38,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x04,0xff,0x08, - 0xff,0x10,0xff,0x20, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x18,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x24, - 0xff,0x24,0xff,0x3c, - 0xff,0x04,0xff,0x04, - 0xff,0x04,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x20,0xff,0x3c,0xff, - 0x04,0xff,0x04,0xff, - 0x3c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x20,0xff,0x38, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x04,0xff,0x08,0xff, - 0x08,0xff,0x10,0xff, - 0x20,0xff,0x00,0xff, - 0xff,0x00,0xff,0x3c, - 0xff,0x24,0xff,0x18, - 0xff,0x24,0xff,0x24, - 0xff,0x3c,0xff,0x00, - 0x00,0xff,0x3c,0xff, - 0x24,0xff,0x24,0xff, - 0x1c,0xff,0x04,0xff, - 0x04,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x30,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x10,0xff,0x38,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x18,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x04,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x20,0xff,0x3c,0xff,0x04,0xff,0x04,0xff,0x3c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x20,0xff,0x38,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x04,0xff,0x08,0xff,0x08,0xff,0x10,0xff,0x20,0xff,0x00,0xff, + 0xff,0x00,0xff,0x3c,0xff,0x24,0xff,0x18,0xff,0x24,0xff,0x24,0xff,0x3c,0xff,0x00, + 0x00,0xff,0x3c,0xff,0x24,0xff,0x24,0xff,0x1c,0xff,0x04,0xff,0x04,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_4.c b/gbdk-support/png2asset/testing/ref/zgb_color_indexed_nums_map_4.c @@ -20,86 +20,26 @@ const palette_color_t zgb_color_indexed_nums_map_4_palettes[16] = { }; const uint8_t zgb_color_indexed_nums_map_4_tiles[320] = { - 0xff,0x00,0xff,0x00, - 0xff,0x4c,0xff,0x52, - 0xff,0x52,0xff,0x52, - 0xff,0x0c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x24,0xff,0x22,0xff, - 0x22,0xff,0x22,0xff, - 0x22,0xff,0x02,0xff, - 0xff,0x00,0xff,0x40, - 0xff,0x5e,0xff,0x42, - 0xff,0x44,0xff,0x48, - 0xff,0x1e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x4c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0a,0xff,0x2a, - 0xff,0x2a,0xff,0x2e, - 0xff,0x22,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x50,0xff, - 0x5c,0xff,0x44,0xff, - 0x5c,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x5c,0xff,0x50, - 0xff,0x5c,0xff,0x54, - 0xff,0x5c,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x5c,0xff,0x44,0xff, - 0x48,0xff,0x48,0xff, - 0x48,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x54, - 0xff,0x48,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x2e,0xff,0x2a,0xff, - 0x2e,0xff,0x22,0xff, - 0x22,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x66,0xff,0x29, - 0xff,0x49,0xff,0x69, - 0xff,0x06,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x72,0xff,0x11,0xff, - 0x21,0xff,0x31,0xff, - 0x01,0xff,0x01,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x6f,0xff,0x21, - 0xff,0x42,0xff,0x64, - 0xff,0x0f,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x6e,0xff,0x22,0xff, - 0x46,0xff,0x62,0xff, - 0x0e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x05,0xff,0x65, - 0xff,0x25,0xff,0x47, - 0xff,0x61,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x68,0xff, - 0x2e,0xff,0x42,0xff, - 0x6e,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x0e,0xff,0x68, - 0xff,0x2e,0xff,0x4a, - 0xff,0x6e,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x0e,0xff,0x62,0xff, - 0x24,0xff,0x44,0xff, - 0x64,0xff,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x04,0xff,0x6a, - 0xff,0x24,0xff,0x4a, - 0xff,0x64,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x07,0xff,0x35,0xff, - 0x17,0xff,0x21,0xff, - 0x31,0xff,0x00,0xff + 0xff,0x00,0xff,0x00,0xff,0x4c,0xff,0x52,0xff,0x52,0xff,0x52,0xff,0x0c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x24,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x22,0xff,0x02,0xff, + 0xff,0x00,0xff,0x40,0xff,0x5e,0xff,0x42,0xff,0x44,0xff,0x48,0xff,0x1e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x4c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0a,0xff,0x2a,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x44,0xff,0x5c,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x5c,0xff,0x50,0xff,0x5c,0xff,0x54,0xff,0x5c,0xff,0x00, + 0x00,0xff,0x00,0xff,0x5c,0xff,0x44,0xff,0x48,0xff,0x48,0xff,0x48,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x54,0xff,0x48,0xff,0x00, + 0x00,0xff,0x00,0xff,0x2e,0xff,0x2a,0xff,0x2e,0xff,0x22,0xff,0x22,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x66,0xff,0x29,0xff,0x49,0xff,0x69,0xff,0x06,0xff,0x00, + 0x00,0xff,0x00,0xff,0x72,0xff,0x11,0xff,0x21,0xff,0x31,0xff,0x01,0xff,0x01,0xff, + 0xff,0x00,0xff,0x00,0xff,0x6f,0xff,0x21,0xff,0x42,0xff,0x64,0xff,0x0f,0xff,0x00, + 0x00,0xff,0x00,0xff,0x6e,0xff,0x22,0xff,0x46,0xff,0x62,0xff,0x0e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x05,0xff,0x65,0xff,0x25,0xff,0x47,0xff,0x61,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x42,0xff,0x6e,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x0e,0xff,0x68,0xff,0x2e,0xff,0x4a,0xff,0x6e,0xff,0x00, + 0x00,0xff,0x00,0xff,0x0e,0xff,0x62,0xff,0x24,0xff,0x44,0xff,0x64,0xff,0x00,0xff, + 0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x6a,0xff,0x24,0xff,0x4a,0xff,0x64,0xff,0x00, + 0x00,0xff,0x00,0xff,0x07,0xff,0x35,0xff,0x17,0xff,0x21,0xff,0x31,0xff,0x00,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_color_nums_map_1.c b/gbdk-support/png2asset/testing/ref/zgb_color_nums_map_1.c @@ -20,166 +20,46 @@ const palette_color_t zgb_color_nums_map_1_palettes[16] = { }; const uint8_t zgb_color_nums_map_1_tiles[640] = { - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x24, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xcf,0x30, - 0xef,0x10,0xef,0x10, - 0xef,0x10,0xef,0x10, - 0xc7,0x38,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x04,0x00,0x08, - 0x00,0x10,0x00,0x20, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xe7,0x18, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x24, - 0x00,0x24,0x00,0x3c, - 0x00,0x04,0x00,0x04, - 0x00,0x04,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdf,0x20,0xc3,0x3c, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x20,0x00,0x38, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xf7,0x08, - 0xf7,0x08,0xef,0x10, - 0xdf,0x20,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x18, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdb,0x24,0xdb,0x24, - 0xe3,0x1c,0xfb,0x04, - 0xfb,0x04,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x69,0x00,0x29, - 0x00,0x66,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x9d,0x62,0xde,0x21, - 0x9e,0x61,0xde,0x21, - 0x9e,0x61,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x62,0x00,0x24, - 0x00,0x6f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x99,0x66,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x65,0x00,0x25, - 0x00,0x65,0x00,0x27, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xd7,0x28, - 0x91,0x6e,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6e,0x00,0x28, - 0x00,0x6e,0x00,0x2a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x9b,0x64,0xdb,0x24, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xc8,0x37,0xea,0x15, - 0xc8,0x37,0xee,0x11, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xcf,0x30,0xef,0x10,0xef,0x10,0xef,0x10,0xef,0x10,0xc7,0x38,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xe7,0x18,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdf,0x20,0xc3,0x3c,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xf7,0x08,0xf7,0x08,0xef,0x10,0xdf,0x20,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdb,0x24,0xdb,0x24,0xe3,0x1c,0xfb,0x04,0xfb,0x04,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00, + 0xff,0x00,0xff,0x00,0x9d,0x62,0xde,0x21,0x9e,0x61,0xde,0x21,0x9e,0x61,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x99,0x66,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xd7,0x28,0x91,0x6e,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x9b,0x64,0xdb,0x24,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xc8,0x37,0xea,0x15,0xc8,0x37,0xee,0x11,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_color_nums_map_2.c b/gbdk-support/png2asset/testing/ref/zgb_color_nums_map_2.c @@ -20,126 +20,36 @@ const palette_color_t zgb_color_nums_map_2_palettes[16] = { }; const uint8_t zgb_color_nums_map_2_tiles[480] = { - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x69,0x00,0x29, - 0x00,0x66,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x9d,0x62,0xde,0x21, - 0x9e,0x61,0xde,0x21, - 0x9e,0x61,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x62,0x00,0x24, - 0x00,0x6f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x99,0x66,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x65,0x00,0x25, - 0x00,0x65,0x00,0x27, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xd7,0x28, - 0x91,0x6e,0xdd,0x22, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x6e,0x00,0x28, - 0x00,0x6e,0x00,0x2a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0x9b,0x64,0xdb,0x24, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x2a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xc8,0x37,0xea,0x15, - 0xc8,0x37,0xee,0x11, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00, + 0xff,0x00,0xff,0x00,0x9d,0x62,0xde,0x21,0x9e,0x61,0xde,0x21,0x9e,0x61,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x99,0x66,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xd7,0x28,0x91,0x6e,0xdd,0x22,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0x9b,0x64,0xdb,0x24,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xc8,0x37,0xea,0x15,0xc8,0x37,0xee,0x11,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_color_nums_map_3.c b/gbdk-support/png2asset/testing/ref/zgb_color_nums_map_3.c @@ -20,126 +20,36 @@ const palette_color_t zgb_color_nums_map_3_palettes[16] = { }; const uint8_t zgb_color_nums_map_3_tiles[480] = { - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x24, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xcf,0x30, - 0xef,0x10,0xef,0x10, - 0xef,0x10,0xef,0x10, - 0xc7,0x38,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x04,0x00,0x08, - 0x00,0x10,0x00,0x20, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xe7,0x18, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x24, - 0x00,0x24,0x00,0x3c, - 0x00,0x04,0x00,0x04, - 0x00,0x04,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdf,0x20,0xc3,0x3c, - 0xfb,0x04,0xfb,0x04, - 0xc3,0x3c,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x20,0x00,0x38, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xfb,0x04,0xf7,0x08, - 0xf7,0x08,0xef,0x10, - 0xdf,0x20,0xff,0x00, - 0x00,0x00,0x00,0x3c, - 0x00,0x24,0x00,0x18, - 0x00,0x24,0x00,0x24, - 0x00,0x3c,0x00,0x00, - 0xff,0x00,0xc3,0x3c, - 0xdb,0x24,0xdb,0x24, - 0xe3,0x1c,0xfb,0x04, - 0xfb,0x04,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xcf,0x30,0xef,0x10,0xef,0x10,0xef,0x10,0xef,0x10,0xc7,0x38,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xe7,0x18,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdf,0x20,0xc3,0x3c,0xfb,0x04,0xfb,0x04,0xc3,0x3c,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xfb,0x04,0xf7,0x08,0xf7,0x08,0xef,0x10,0xdf,0x20,0xff,0x00, + 0x00,0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00, + 0xff,0x00,0xc3,0x3c,0xdb,0x24,0xdb,0x24,0xe3,0x1c,0xfb,0x04,0xfb,0x04,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_color_nums_map_4.c b/gbdk-support/png2asset/testing/ref/zgb_color_nums_map_4.c @@ -20,86 +20,26 @@ const palette_color_t zgb_color_nums_map_4_palettes[16] = { }; const uint8_t zgb_color_nums_map_4_tiles[320] = { - 0x00,0x00,0x00,0x00, - 0x00,0x4c,0x00,0x52, - 0x00,0x52,0x00,0x52, - 0x00,0x0c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xdb,0x24,0xdd,0x22, - 0xdd,0x22,0xdd,0x22, - 0xdd,0x22,0xfd,0x02, - 0x00,0x00,0x00,0x40, - 0x00,0x5e,0x00,0x42, - 0x00,0x44,0x00,0x48, - 0x00,0x1e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb3,0x4c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0a,0x00,0x2a, - 0x00,0x2a,0x00,0x2e, - 0x00,0x22,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xaf,0x50, - 0xa3,0x5c,0xbb,0x44, - 0xa3,0x5c,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x5c,0x00,0x50, - 0x00,0x5c,0x00,0x54, - 0x00,0x5c,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xa3,0x5c,0xbb,0x44, - 0xb7,0x48,0xb7,0x48, - 0xb7,0x48,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x54, - 0x00,0x48,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xd1,0x2e,0xd5,0x2a, - 0xd1,0x2e,0xdd,0x22, - 0xdd,0x22,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x66,0x00,0x29, - 0x00,0x49,0x00,0x69, - 0x00,0x06,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x8d,0x72,0xee,0x11, - 0xde,0x21,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x6f,0x00,0x21, - 0x00,0x42,0x00,0x64, - 0x00,0x0f,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0x91,0x6e,0xdd,0x22, - 0xb9,0x46,0x9d,0x62, - 0xf1,0x0e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x05,0x00,0x65, - 0x00,0x25,0x00,0x47, - 0x00,0x61,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x97,0x68, - 0xd1,0x2e,0xbd,0x42, - 0x91,0x6e,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x0e,0x00,0x68, - 0x00,0x2e,0x00,0x4a, - 0x00,0x6e,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf1,0x0e,0x9d,0x62, - 0xdb,0x24,0xbb,0x44, - 0x9b,0x64,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x04,0x00,0x6a, - 0x00,0x24,0x00,0x4a, - 0x00,0x64,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xf8,0x07,0xca,0x35, - 0xe8,0x17,0xde,0x21, - 0xce,0x31,0xff,0x00 + 0x00,0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xdb,0x24,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xdd,0x22,0xfd,0x02, + 0x00,0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb3,0x4c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xaf,0x50,0xa3,0x5c,0xbb,0x44,0xa3,0x5c,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00, + 0xff,0x00,0xff,0x00,0xa3,0x5c,0xbb,0x44,0xb7,0x48,0xb7,0x48,0xb7,0x48,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00, + 0xff,0x00,0xff,0x00,0xd1,0x2e,0xd5,0x2a,0xd1,0x2e,0xdd,0x22,0xdd,0x22,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00, + 0xff,0x00,0xff,0x00,0x8d,0x72,0xee,0x11,0xde,0x21,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00, + 0xff,0x00,0xff,0x00,0x91,0x6e,0xdd,0x22,0xb9,0x46,0x9d,0x62,0xf1,0x0e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x97,0x68,0xd1,0x2e,0xbd,0x42,0x91,0x6e,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf1,0x0e,0x9d,0x62,0xdb,0x24,0xbb,0x44,0x9b,0x64,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00, + 0xff,0x00,0xff,0x00,0xf8,0x07,0xca,0x35,0xe8,0x17,0xde,0x21,0xce,0x31,0xff,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_largemap_1.c b/gbdk-support/png2asset/testing/ref/zgb_largemap_1.c @@ -22,942 +22,240 @@ const palette_color_t zgb_largemap_1_palettes[16] = { }; const uint8_t zgb_largemap_1_tiles[3744] = { - 0x5c,0x63,0x33,0x3c, - 0x2d,0x10,0x5a,0x20, - 0xdd,0x20,0xbf,0x40, - 0xbf,0x40,0x1b,0x64, - 0x02,0xfe,0xcc,0x3c, - 0x74,0x08,0xfa,0x04, - 0xfb,0x04,0xfb,0x06, - 0xd3,0x2e,0xc6,0x3e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0x3c,0x03,0x0f,0x00, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x44, - 0x28,0x82,0x44,0x92, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x44,0x28,0x82, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x17,0x10,0x17,0x30, - 0x67,0x10,0x77,0x08, - 0x3b,0x08,0x0b,0x38, - 0x7b,0x18,0xe7,0x30, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfc,0x0e,0xf4,0x06, - 0xf7,0x08,0xeb,0x0c, - 0xe0,0x0e,0xec,0x10, - 0xe6,0x18,0xe0,0x0c, - 0x63,0x9c,0x7d,0x82, - 0x7e,0x81,0xbb,0xc4, - 0xcf,0xfc,0x87,0xfc, - 0x82,0xff,0x48,0x77, - 0xda,0x3e,0x99,0x67, - 0x39,0xc7,0xa3,0x7f, - 0xbd,0x7f,0x21,0xff, - 0xc1,0xff,0x02,0xfe, - 0x38,0x44,0x00,0x00, - 0x00,0x22,0x14,0x41, - 0x22,0x49,0x1c,0x22, - 0x00,0x00,0x00,0x00, - 0x44,0x92,0x38,0x44, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x0f,0x60,0x6f,0x10, - 0xef,0x10,0xcf,0x20, - 0x1f,0x60,0x0f,0x30, - 0x0f,0x10,0x07,0x10, - 0xec,0x10,0xd8,0x24, - 0xf8,0x18,0xac,0x4c, - 0x93,0x64,0xd7,0x28, - 0xee,0x08,0xec,0x0e, - 0x5c,0x63,0x3b,0x37, - 0x3c,0x0f,0x6f,0x18, - 0xcd,0x3a,0xc9,0x3e, - 0xc4,0x3f,0x60,0x1f, - 0x02,0xfe,0xcc,0xfc, - 0x7c,0xf0,0x76,0xf8, - 0x73,0xfc,0x73,0xfc, - 0x63,0xfc,0xc6,0xf8, - 0x00,0x03,0x03,0x0c, - 0x0d,0x10,0x1a,0x20, - 0x1d,0x20,0x3f,0x40, - 0x3f,0x40,0x1b,0x64, - 0x00,0xc0,0xc0,0x30, - 0x70,0x08,0xf8,0x04, - 0xf8,0x04,0xfa,0x06, - 0xd2,0x2e,0xc6,0x3e, - 0x07,0x30,0x77,0x10, - 0xd7,0x30,0x23,0x7c, - 0x31,0x4e,0x74,0x0b, - 0x66,0x19,0x02,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xc1,0x3e, - 0x8c,0x73,0x2e,0xd1, - 0x27,0x00,0x0f,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x7f,0x80, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0x3c,0x03,0x0f,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x3c,0xc0,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfa,0xae, - 0xff,0x06,0xfd,0x1b, - 0xe6,0x31,0xf2,0x20, - 0xf8,0x20,0xe0,0x30, - 0xf0,0x40,0xe0,0x90, - 0xff,0xfb,0x35,0xce, - 0xbb,0x40,0x9a,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xbe,0x4d,0xf3, - 0xae,0x50,0xa6,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xe0,0x5f,0xbf, - 0xcc,0x33,0x9c,0x00, - 0x18,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0xee,0xd5,0x3b, - 0xec,0x03,0x69,0x00, - 0x01,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x00,0xff,0xf8, - 0xcf,0x36,0xc9,0x03, - 0x83,0x01,0x07,0x01, - 0x03,0x06,0x07,0x01, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xfe,0x01, - 0xf9,0x06,0xf1,0x0c, - 0xf4,0x08,0xe6,0x08, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x9f,0x60, - 0x80,0x7f,0x0c,0xf3, - 0x7c,0x80,0xf8,0x00, - 0xf4,0x06,0xf8,0x02, - 0xf8,0x04,0xe3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0xe7,0x5c, - 0xf7,0xcf,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xee,0xaa,0xfe, - 0x82,0xc6,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0x92,0xee, - 0xbb,0xef,0xaa,0xfe, - 0x29,0x7d,0x01,0x44, - 0x39,0x83,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0xc0,0xe0,0xe0,0x30, - 0xfc,0x10,0xfc,0x20, - 0xf8,0x20,0xe0,0x38, - 0xf0,0x18,0xfc,0x20, - 0x0f,0x01,0x0f,0x02, - 0x03,0x06,0x0d,0x03, - 0x07,0x01,0x03,0x01, - 0x01,0x03,0x07,0x01, - 0xa2,0xde,0xa2,0xde, - 0x64,0x5c,0x74,0x4c, - 0x54,0x6c,0x44,0x7c, - 0x00,0x38,0x00,0x00, - 0xe0,0x30,0xf0,0x40, - 0xe0,0x90,0xc0,0xe0, - 0xe0,0x30,0xfc,0x10, - 0xf4,0x38,0xf8,0x20, - 0x0f,0x02,0x07,0x0c, - 0x0f,0x02,0x1f,0x02, - 0x1f,0x04,0x07,0x0c, - 0x1b,0x06,0x07,0x02, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xe0,0x38,0xf0,0x18, - 0xfc,0x20,0xec,0x30, - 0xe0,0x38,0xf0,0x40, - 0xd8,0x60,0xe0,0x30, - 0x03,0x02,0x03,0x06, - 0x0f,0x02,0x0f,0x01, - 0x07,0x01,0x01,0x07, - 0x0d,0x03,0x1b,0x06, - 0xaa,0xfe,0xaa,0xfe, - 0x28,0x7c,0x00,0x44, - 0x38,0x82,0xc6,0x82, - 0xdb,0xa7,0xdb,0xa6, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xda,0xa6, - 0x00,0x00,0x07,0x00, - 0x07,0x00,0x07,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x7f,0x00, - 0x7f,0x00,0x7f,0x00, - 0xcf,0x80,0xf0,0x80, - 0xe0,0x80,0x60,0xc0, - 0xfe,0x40,0xa0,0xc0, - 0x40,0x80,0x80,0x00, - 0x79,0x01,0x07,0x01, - 0x01,0x01,0x03,0x02, - 0xcb,0x02,0x01,0x03, - 0x00,0x01,0x01,0x00, - 0xf0,0x40,0xc0,0x70, - 0xe0,0x30,0xf8,0x40, - 0xd8,0x60,0xc0,0x70, - 0xe0,0x80,0xb0,0xc0, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x22, - 0x14,0x41,0x22,0x49, - 0x1c,0x22,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xbb,0xc7,0xa2,0xde, - 0xa3,0xdf,0x67,0x5c, - 0x77,0x4f,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xba,0xc6,0xa2,0xde, - 0xa2,0xde,0xe4,0x5c, - 0xf4,0xcc,0x54,0x6c, - 0x44,0x7c,0x00,0x38, - 0xc0,0x60,0xf0,0x40, - 0xe4,0x40,0xce,0x60, - 0xff,0x73,0xff,0x4e, - 0xfb,0x46,0xf3,0x4e, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x10,0x80, - 0x32,0xc4,0xab,0xdc, - 0xf5,0x7f,0xf3,0x0f, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x30,0x00,0x70,0x80, - 0xe0,0x90,0x40,0xe0, - 0x00,0x00,0x0c,0x00, - 0x0e,0x01,0x06,0x09, - 0x01,0x1f,0x32,0x0e, - 0x1d,0x04,0x0e,0x1d, - 0x30,0x00,0x70,0x00, - 0x62,0x90,0x97,0xf8, - 0x9d,0x9a,0x6b,0x0f, - 0x10,0xe0,0x07,0xf8, - 0x00,0x00,0x00,0x00, - 0x06,0x80,0x07,0x88, - 0xcb,0x8c,0xed,0x9f, - 0x30,0x58,0xc4,0x73, - 0x0c,0x00,0x1c,0x00, - 0x58,0xe0,0x60,0xf8, - 0x80,0x8e,0x31,0x84, - 0x1f,0x68,0x0e,0xfc, - 0x40,0xe0,0xe0,0x90, - 0x70,0x80,0x30,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x00, - 0x04,0x00,0x0b,0x00, - 0x1c,0x18,0x1d,0x12, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0x00, - 0x20,0x00,0xd0,0x00, - 0x30,0x10,0xd0,0x30, - 0xeb,0x5c,0xf1,0x3e, - 0xe3,0x3c,0xf7,0x28, - 0xff,0x20,0xfb,0x44, - 0xff,0x44,0xff,0x44, - 0xf0,0x0f,0xe0,0x1f, - 0xe1,0x1e,0x47,0xbc, - 0x07,0xfc,0x8b,0x7c, - 0x99,0x76,0x9b,0x66, - 0x00,0x7c,0x00,0x82, - 0x00,0x82,0xc6,0x82, - 0xbe,0xc2,0xca,0xf6, - 0xaa,0xf6,0xaa,0xb6, - 0x00,0x3e,0x00,0x41, - 0x00,0x41,0x63,0x41, - 0x7d,0x43,0x53,0x6f, - 0x55,0x6f,0x55,0x6d, - 0x48,0x3b,0x14,0x33, - 0x18,0x37,0x79,0x16, - 0x75,0x0a,0x39,0x0a, - 0x0b,0x38,0x73,0x18, - 0x50,0xaf,0xf9,0x06, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x08,0x87,0x21,0xde, - 0x0b,0xf4,0x9f,0x60, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x04,0xf6,0x86,0x7e, - 0xd6,0x28,0xef,0x08, - 0xeb,0x0c,0xec,0x0e, - 0xec,0x10,0xe6,0x18, - 0x0d,0x0a,0x19,0x0e, - 0x1c,0x07,0x0c,0x03, - 0x07,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x10,0xf0,0x18,0xf0, - 0x38,0xe0,0xf0,0xc0, - 0xe0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xb2,0x4f, - 0xb2,0x4f,0xcf,0x3c, - 0x7f,0x00,0x3e,0x00, - 0x93,0x6e,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xd3,0xef,0xcf,0x3c, - 0xff,0x00,0x7c,0x00, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0x96,0x78, - 0x0d,0x9b,0x6a,0x0e, - 0x91,0x60,0x04,0xfb, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0xfc,0xdf, - 0x38,0x78,0x84,0x03, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0xa0,0x3f,0xbf,0x20, - 0xbf,0x20,0xbf,0x20, - 0x60,0x9f,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x06,0xf9,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x05,0xfc,0xfd,0x04, - 0xfd,0x04,0xfd,0x04, - 0x05,0xfc,0xfd,0x04, - 0xfd,0x04,0xfd,0x04, - 0x00,0x00,0x00,0x00, - 0x38,0x00,0x44,0x00, - 0xba,0x00,0xc6,0x82, - 0xda,0xa6,0xfb,0xaf, - 0x77,0x10,0x37,0x30, - 0xa3,0x34,0xcb,0x64, - 0x93,0x8c,0x47,0x38, - 0x87,0x78,0x17,0xe8, - 0xe0,0x0c,0xcc,0x10, - 0xf8,0x24,0xd0,0x18, - 0xa0,0x4c,0x93,0x64, - 0x97,0x68,0xde,0x28, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x03,0x00,0x0d,0x00, - 0x31,0x00,0xd1,0x00, - 0x11,0x00,0x01,0x00, - 0x01,0x00,0x11,0x00, - 0xff,0x00,0x10,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x00,0x00, - 0x10,0x00,0x10,0x00, - 0xff,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x08,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0xdd,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc0,0x00,0xf0,0x00, - 0xac,0x00,0xdf,0x00, - 0x40,0xbf,0xee,0x11, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x38,0xc7,0x00,0xff, - 0xc7,0x38,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0xff,0xde,0x21, - 0xde,0x21,0xde,0x21, - 0x00,0x00,0x00,0x1e, - 0x1e,0x21,0x33,0x40, - 0x3f,0x21,0x7e,0x7f, - 0xe5,0x46,0xc7,0x5f, - 0x00,0x78,0x78,0x84, - 0xcc,0x02,0xf8,0x84, - 0x7c,0xfc,0xf6,0x0e, - 0x9b,0x06,0xf3,0x0e, - 0xbb,0xee,0xab,0xff, - 0x82,0xc6,0x39,0x83, - 0xc7,0x82,0xdb,0xa7, - 0xda,0xa6,0x92,0xee, - 0x3f,0xc0,0x7f,0x80, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0c,0x00,0x0e,0x01, - 0x07,0x09,0x02,0x07, - 0x00,0x00,0x00,0x00, - 0x80,0x00,0xc2,0x10, - 0xe6,0x78,0xf5,0x9b, - 0xff,0x0e,0xe7,0x1c, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x06,0x00, - 0x47,0x88,0x63,0x9c, - 0xa7,0xdf,0xfa,0x7f, - 0x00,0x80,0x11,0x80, - 0x10,0x80,0x01,0x80, - 0x01,0x80,0x01,0x80, - 0x11,0x80,0x12,0x81, - 0x11,0x00,0x11,0x00, - 0x11,0x00,0x12,0x01, - 0x19,0x06,0x25,0x1a, - 0x9c,0x63,0x7f,0x80, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x00,0xff, - 0xef,0x10,0xef,0x10, - 0x00,0xff,0xbe,0x41, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0x00,0xdd,0x00, - 0xaa,0x00,0x5d,0x80, - 0x9a,0x60,0xe5,0x18, - 0xf9,0x06,0xfe,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0xff,0x00, - 0xef,0x10,0xff,0x00, - 0x00,0xff,0x7e,0x81, - 0x7e,0x81,0x7e,0x81, - 0xee,0x08,0xec,0x08, - 0xcd,0x2c,0xd5,0x26, - 0xc8,0x31,0xe2,0x1c, - 0xe8,0x17,0xf8,0x07, - 0xc2,0x5f,0xc0,0x5f, - 0xe0,0x60,0xfc,0x5f, - 0xef,0x50,0xe0,0x5f, - 0xdf,0x60,0xbf,0x7f, - 0xfb,0xf6,0xc3,0xfa, - 0x77,0x06,0x3f,0xfa, - 0xf7,0x0a,0x07,0xfa, - 0xfb,0x06,0xfd,0xfe, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0xc1,0x00,0xf1,0x00, - 0xad,0x00,0xdf,0x00, - 0xaa,0x01,0xdc,0x01, - 0xab,0x01,0xdd,0x00, - 0xfc,0x00,0x04,0x00, - 0x74,0x00,0x04,0x00, - 0xf8,0x04,0xf8,0x04, - 0xcc,0xfc,0x9f,0xf8, - 0xc5,0x32,0x09,0x66, - 0x6b,0x14,0xef,0x10, - 0xcf,0x20,0x3f,0x60, - 0xcf,0x30,0x0f,0x10, - 0xff,0x00,0xff,0x00, - 0xfe,0x01,0xf0,0x0e, - 0xe0,0x10,0xc0,0x20, - 0xb0,0x40,0x38,0x40, - 0xff,0x00,0xff,0x00, - 0x0f,0xf0,0x03,0x0c, - 0x01,0x02,0x01,0x02, - 0x05,0x02,0x0a,0x06, - 0x00,0x00,0xf7,0x00, - 0xf7,0x00,0xf7,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xc8,0x3f,0x42,0xbd, - 0x1b,0xe4,0x9b,0x64, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x6f,0x98, - 0x00,0xff,0x11,0xee, - 0x39,0xc6,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0x79,0x86,0x7b,0x86, - 0xca,0x3d,0x46,0xb9, - 0x0e,0xf9,0x9e,0x7d, - 0xfd,0x3f,0xbf,0x7f, - 0xff,0x7f,0x7f,0xff, - 0x00,0xff,0x11,0xee, - 0x3b,0xc6,0xd3,0xee, - 0xe7,0xfc,0xf7,0xfc, - 0xfd,0xfe,0xff,0xfe, - 0x1f,0x86,0xbf,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x48,0x81,0x48, - 0x81,0x48,0xc0,0x3f, - 0xc0,0x24,0xc0,0x24, - 0xbe,0x41,0xbf,0x7f, - 0xe0,0x3f,0xe7,0x3f, - 0xe4,0x3f,0xe3,0x3c, - 0xe0,0x3f,0xf0,0x1f, - 0xff,0x00,0xff,0xfc, - 0x07,0xfc,0xe7,0xfc, - 0x27,0xdc,0xf7,0x3c, - 0x37,0xfc,0x0f,0xf8, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfa,0x61,0xfd,0x39, - 0xff,0x27,0xfc,0x24, - 0xdc,0x24,0xfc,0x44, - 0xf8,0x48,0xf8,0x48, - 0xfc,0x03,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xaa,0xfe,0xaa,0xfe, - 0x00,0x44,0x38,0x82, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xc6, - 0x08,0x00,0x08,0x00, - 0x08,0x00,0x00,0xff, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xff,0x00, - 0xca,0xf9,0x0c,0xf9, - 0x82,0x39,0xd4,0x09, - 0xaa,0x01,0xdc,0x01, - 0xaa,0x01,0x5c,0x81, - 0x3f,0x40,0xbf,0x00, - 0xdf,0x00,0xa3,0x40, - 0xc4,0x38,0xe0,0x1f, - 0xf8,0x07,0xff,0x00, - 0x12,0x0e,0xc2,0x3e, - 0xc1,0x3c,0x82,0x71, - 0x09,0x06,0x03,0xfc, - 0x0f,0xf0,0xff,0x00, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xfe,0x00,0x78,0x00, - 0x33,0xce,0x31,0xce, - 0x31,0xce,0x33,0xce, - 0xa3,0xdf,0xcf,0x3c, - 0xff,0x00,0x79,0x00, - 0x7d,0xff,0x6a,0xff, - 0xb0,0xff,0xc0,0x7f, - 0x4f,0xf0,0xff,0x80, - 0xff,0x00,0x78,0x00, - 0x7f,0xfe,0xaf,0xfe, - 0x1b,0xfe,0x05,0xfe, - 0xe3,0x1f,0xff,0x00, - 0xff,0x00,0x78,0x00, - 0x1d,0x12,0x3c,0x13, - 0x3e,0x09,0x3f,0x09, - 0x3f,0x09,0x3f,0x07, - 0x3f,0x00,0x3f,0x00, - 0xff,0x00,0x1f,0xe0, - 0xdf,0x20,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xf8,0x00, - 0xf0,0x1f,0xf0,0x1f, - 0xff,0x1f,0xff,0xf0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0x08,0xff,0x0f,0xf8, - 0xff,0xf8,0xff,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x00,0x00, - 0xff,0x00,0xf8,0x07, - 0xfb,0x04,0xff,0xff, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x1f,0x00, - 0xb8,0x48,0x3c,0xc8, - 0x7c,0x90,0xfc,0x90, - 0xfc,0x90,0xfc,0xe0, - 0xfc,0x00,0xfc,0x00, - 0x1f,0x86,0x3f,0x9c, - 0xff,0xe4,0x3f,0x24, - 0x3b,0x24,0x3f,0x22, - 0x1f,0x12,0x1f,0x12, - 0xff,0x00,0x81,0x7e, - 0x81,0x12,0x81,0x12, - 0x81,0x12,0x03,0xfc, - 0x03,0x24,0x03,0x24, - 0x07,0x02,0x03,0x02, - 0x03,0x06,0x0f,0x02, - 0x0f,0x01,0x07,0x01, - 0x01,0x07,0x0d,0x03, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x01,0x00,0x0e,0x00, - 0x10,0x00,0x20,0x00, - 0x70,0x00,0x38,0x40, - 0x3f,0x40,0x3f,0x40, - 0xf0,0x00,0x0c,0x00, - 0x02,0x00,0x00,0x02, - 0x04,0x02,0x08,0x06, - 0x12,0x0e,0xc2,0x3e, - 0x00,0xff,0x7f,0x80, - 0x7f,0x80,0x7f,0x80, - 0x00,0xff,0x7f,0x80, - 0x7b,0x84,0x7f,0x80, - 0x00,0xff,0xfe,0x01, - 0xde,0x21,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x40,0x00, - 0xc8,0x11,0xac,0x73, - 0xf4,0xdb,0xef,0x1f, - 0x1b,0x06,0x0f,0x02, - 0x07,0x02,0xd3,0x06, - 0xff,0x0e,0x73,0x9e, - 0xf3,0xfe,0xd3,0x3e, - 0xfb,0x04,0xff,0x00, - 0xfb,0x04,0xff,0x00, - 0xdf,0x20,0xdf,0x20, - 0xfb,0x04,0x9a,0x65, - 0xff,0x00,0x7d,0x82, - 0x6f,0x90,0xfd,0x02, - 0x6d,0x92,0xef,0x10, - 0xff,0x00,0xd9,0x26, - 0x80,0x00,0x00,0x80, - 0x80,0xc0,0xde,0x40, - 0x60,0xc0,0xe0,0x80, - 0xe0,0x80,0xf0,0x80, - 0x01,0x00,0x00,0x01, - 0x01,0x03,0xcb,0x02, - 0x03,0x02,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x1f,0x20,0x6f,0x10, - 0xf1,0x0e,0x7e,0x01, - 0x1f,0x00,0x40,0x00, - 0x60,0x00,0x20,0x00, - 0xc2,0x3e,0x84,0x7c, - 0x8e,0x78,0xf8,0xf0, - 0xf6,0x00,0x0e,0x00, - 0x8c,0x00,0x00,0x00, - 0x00,0x00,0xf0,0x00, - 0xf0,0x00,0xf0,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0xff,0x7f,0x80, - 0x77,0x88,0x7f,0x80, - 0x00,0xff,0x7d,0x82, - 0x7d,0x82,0x7d,0x82, - 0x00,0xff,0xfe,0x01, - 0xee,0x11,0xfe,0x01, - 0x00,0xff,0xfe,0x01, - 0xfe,0x01,0xfe,0x01, - 0x13,0xee,0x3b,0xce, - 0x3f,0xc4,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0x7b,0x86,0x7b,0x86, - 0x3e,0xc1,0x08,0xf7, - 0x80,0x7f,0xcb,0x34, - 0x7f,0x80,0x3e,0xc1, - 0x00,0xff,0x00,0xff, - 0x9c,0x63,0x84,0x7b, - 0x81,0x7e,0xd3,0x2c, - 0xfe,0x01,0x7c,0x83, - 0x00,0xff,0x00,0xff, - 0xef,0x90,0xb0,0xc0, - 0xf0,0x80,0xf0,0x80, - 0xf8,0x80,0xf8,0x80, - 0x77,0xc8,0xd8,0x60, - 0x3d,0x01,0x03,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0xb3,0x02,0x0f,0x02, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0xbf,0x20,0xbf,0x20, - 0xf7,0x78,0xc3,0x44, - 0x80,0x83,0x83,0xc6, - 0xbb,0xc6,0x9b,0xe6, - 0xfd,0x04,0xfd,0x04, - 0xef,0x1e,0xc3,0x22, - 0x01,0xc1,0xc1,0x63, - 0xdd,0x63,0xd9,0x67, - 0xee,0x19,0xc6,0x39, - 0x42,0xbd,0x04,0xff, - 0x87,0xff,0xff,0x78, - 0xff,0x00,0x8e,0x00, - 0x33,0xce,0x33,0xce, - 0x33,0xce,0x33,0xce, - 0x97,0xee,0xcf,0x3c, - 0xfe,0x00,0x7c,0x00, - 0x04,0xfb,0x03,0xfc, - 0x00,0xff,0x10,0xef, - 0x90,0x6f,0x73,0x8c, - 0x7f,0x80,0x7f,0x80, - 0xa0,0x5f,0xc0,0x3f, - 0x00,0xff,0x04,0xfb, - 0x0d,0xf2,0xce,0x31, - 0xfe,0x01,0xfe,0x01, - 0xf8,0x40,0x78,0xc0, - 0xf8,0x80,0xf0,0x80, - 0xf0,0x00,0xe0,0x00, - 0xc0,0x00,0x00,0x00, - 0x02,0x03,0x02,0x03, - 0x06,0x03,0x07,0x01, - 0x07,0x01,0x03,0x00, - 0x01,0x00,0x00,0x00, - 0x9a,0xe6,0xb2,0xce, - 0xb2,0xce,0xb4,0xcc, - 0x48,0x78,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x59,0x67,0x4d,0x73, - 0x4d,0x73,0x2d,0x33, - 0x12,0x1e,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x7d,0x82,0x78,0x87, - 0x7f,0x80,0x0f,0xf0, - 0x43,0xbc,0x78,0x87, - 0x87,0x78,0x00,0xff, - 0xbe,0x41,0x1e,0xe1, - 0xee,0x11,0xf0,0x0f, - 0xc0,0x3f,0x00,0xff, - 0xe1,0x1e,0x00,0xff, - 0xbf,0x40,0xcf,0x30, - 0xf0,0x0f,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xfd,0x02,0xf3,0x0c, - 0x0f,0xf0,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x00,0x00,0x00,0x00, - 0x20,0x00,0x32,0x00, - 0x16,0x00,0x04,0x00, - 0x00,0x00,0x00,0x00, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0x68,0x10,0x28,0x10, - 0x80,0x30,0x88,0x60, - 0x40,0x80,0xa0,0x00, - 0xc0,0x00,0xa0,0x00, - 0xc9,0x3e,0x3c,0x03, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x73,0xfc,0x3c,0xc0, - 0xf0,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x38,0x00, - 0x44,0x00,0xba,0x00, - 0xc6,0x82,0xda,0xa6, - 0xda,0xa6,0xba,0xee, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x2c,0x10,0x18,0x24, - 0x00,0x38,0x30,0x0c, - 0x6b,0x04,0xb7,0x08, - 0x5e,0x08,0x7c,0x0e, - 0x05,0x00,0x03,0x00, - 0x05,0x00,0x02,0x01, - 0x11,0x06,0x01,0x0c, - 0x14,0x08,0x16,0x08, - 0x01,0x00,0x28,0x00, - 0x51,0x00,0x41,0xbe, - 0x0c,0xf3,0xae,0x50, - 0xa6,0x00,0x00,0x00, - 0x80,0x00,0x02,0x00, - 0x55,0x00,0x1e,0xe0, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x01,0x00,0x82,0x00, - 0x55,0x00,0x9e,0x60, - 0xc0,0x3f,0x4c,0xb3, - 0x1c,0x00,0x18,0x00, - 0xec,0x06,0xbc,0x02, - 0x72,0x04,0xc3,0x1c, - 0xd1,0x2c,0x18,0xe0, - 0x08,0x60,0x40,0x00, - 0xf3,0x4c,0xf7,0x28, - 0xef,0x30,0xff,0x20, - 0xff,0x20,0xfa,0x25, - 0xfe,0x25,0xff,0x44, - 0xf1,0x0e,0xf1,0x0e, - 0xf9,0x06,0x7b,0x84, - 0x7f,0x84,0x7f,0x84, - 0xf9,0x06,0xfb,0x06, - 0xc7,0x38,0xcf,0x30, - 0x9f,0x60,0xbf,0x40, - 0xfd,0x02,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0x07,0xf8,0x8f,0x70, - 0x8f,0x70,0xa7,0x58, - 0xf5,0x0a,0xf6,0x09, - 0xfe,0x09,0x7f,0x88, - 0xf3,0x0e,0xf3,0x0e, - 0xfb,0x06,0x7f,0x84, - 0x7f,0x84,0x7f,0x84, - 0xff,0x04,0xfb,0x06, - 0xff,0x44,0xf3,0x4c, - 0xf1,0x4e,0xf9,0x46, - 0xfb,0x46,0xfb,0x46, - 0xfb,0x46,0xf2,0x4f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xba,0x47,0x6a,0x97, - 0x62,0x9f,0xf2,0x0f, - 0xff,0x08,0xe7,0x18, - 0xe3,0x1c,0xf3,0x0c, - 0xf7,0x0c,0xf7,0x0c, - 0xf5,0x0e,0xe4,0x1f, - 0xb3,0x4e,0xf1,0x0e, - 0xb1,0x4e,0xb8,0x47, - 0xda,0x27,0xea,0x17, - 0xe2,0x1f,0xc2,0x3f, - 0xff,0x08,0xe7,0x18, - 0x63,0x9c,0xb3,0x4c, - 0x77,0x8c,0xf7,0x0c, - 0xd5,0x2e,0xc4,0x3f, - 0xb3,0x4e,0xf3,0x0e, - 0xb3,0x4e,0xbb,0x46, - 0xdb,0x26,0xeb,0x16, - 0xf3,0x1e,0x73,0x9e, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x40,0xbf,0xcc,0x33, - 0x9c,0x00,0x18,0x00, - 0x38,0xc7,0x00,0xff, - 0x07,0xf8,0x3f,0xc0, - 0x7f,0x80,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0x9f,0x60,0x8f,0x30, - 0x2f,0x10,0x77,0x10, - 0xa0,0x00,0xc0,0x00, - 0xa0,0x00,0x40,0x80, - 0x88,0x60,0x80,0x30, - 0x28,0x10,0x68,0x10, - 0x05,0x00,0x03,0x00, - 0x05,0x00,0x02,0x01, - 0x11,0x06,0x01,0x0c, - 0x14,0x08,0x16,0x08, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0xeb,0x04, - 0x77,0x08,0x5e,0x08, - 0x10,0x0c,0x2c,0x10, - 0x18,0x24,0x00,0x38, - 0x30,0x0c,0x6b,0x04, - 0x77,0x08,0x5e,0x08, - 0xbc,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0x3c,0x0e,0x6c,0x06, - 0x57,0x08,0x3b,0x0c, - 0x30,0x0e,0x0c,0x10, - 0x26,0x18,0x10,0x0c, - 0xca,0x30,0x1c,0x60, - 0x68,0x10,0xe4,0x10, - 0xd8,0x20,0x3d,0x60, - 0xca,0x30,0x0e,0x10, - 0x16,0x08,0x14,0x08, - 0x01,0x0c,0x11,0x06, - 0x02,0x01,0x05,0x00, - 0x03,0x00,0x05,0x00, - 0x1b,0x10,0x1d,0x30, - 0x6b,0x10,0x76,0x08, - 0x3b,0x08,0x0e,0x38, - 0x7c,0x18,0xea,0x30, - 0x00,0x00,0x80,0x00, - 0xc2,0x10,0xd6,0x78, - 0x6c,0x9b,0xfd,0x0e, - 0xdf,0x00,0xf5,0x00, - 0x00,0x00,0x00,0x00, - 0x06,0x00,0x47,0x88, - 0xeb,0x9c,0x3c,0xdf, - 0xbf,0x78,0xab,0x00, - 0x68,0x10,0x28,0x10, - 0x80,0x30,0x88,0x60, - 0x40,0x80,0xa0,0x00, - 0xc0,0x00,0xa0,0x00 + 0x5c,0x63,0x33,0x3c,0x2d,0x10,0x5a,0x20,0xdd,0x20,0xbf,0x40,0xbf,0x40,0x1b,0x64, + 0x02,0xfe,0xcc,0x3c,0x74,0x08,0xfa,0x04,0xfb,0x04,0xfb,0x06,0xd3,0x2e,0xc6,0x3e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0x3c,0x03,0x0f,0x00, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x3c,0xc0,0xf0,0x00, + 0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82,0x44,0x92, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x44,0x28,0x82, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x17,0x10,0x17,0x30,0x67,0x10,0x77,0x08,0x3b,0x08,0x0b,0x38,0x7b,0x18,0xe7,0x30, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfc,0x0e,0xf4,0x06,0xf7,0x08,0xeb,0x0c,0xe0,0x0e,0xec,0x10,0xe6,0x18,0xe0,0x0c, + 0x63,0x9c,0x7d,0x82,0x7e,0x81,0xbb,0xc4,0xcf,0xfc,0x87,0xfc,0x82,0xff,0x48,0x77, + 0xda,0x3e,0x99,0x67,0x39,0xc7,0xa3,0x7f,0xbd,0x7f,0x21,0xff,0xc1,0xff,0x02,0xfe, + 0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00, + 0x44,0x92,0x38,0x44,0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00, + 0x0f,0x60,0x6f,0x10,0xef,0x10,0xcf,0x20,0x1f,0x60,0x0f,0x30,0x0f,0x10,0x07,0x10, + 0xec,0x10,0xd8,0x24,0xf8,0x18,0xac,0x4c,0x93,0x64,0xd7,0x28,0xee,0x08,0xec,0x0e, + 0x5c,0x63,0x3b,0x37,0x3c,0x0f,0x6f,0x18,0xcd,0x3a,0xc9,0x3e,0xc4,0x3f,0x60,0x1f, + 0x02,0xfe,0xcc,0xfc,0x7c,0xf0,0x76,0xf8,0x73,0xfc,0x73,0xfc,0x63,0xfc,0xc6,0xf8, + 0x00,0x03,0x03,0x0c,0x0d,0x10,0x1a,0x20,0x1d,0x20,0x3f,0x40,0x3f,0x40,0x1b,0x64, + 0x00,0xc0,0xc0,0x30,0x70,0x08,0xf8,0x04,0xf8,0x04,0xfa,0x06,0xd2,0x2e,0xc6,0x3e, + 0x07,0x30,0x77,0x10,0xd7,0x30,0x23,0x7c,0x31,0x4e,0x74,0x0b,0x66,0x19,0x02,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xc1,0x3e,0x8c,0x73,0x2e,0xd1,0x27,0x00,0x0f,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x7f,0x80,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfa,0xae, + 0xff,0x06,0xfd,0x1b,0xe6,0x31,0xf2,0x20,0xf8,0x20,0xe0,0x30,0xf0,0x40,0xe0,0x90, + 0xff,0xfb,0x35,0xce,0xbb,0x40,0x9a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xbe,0x4d,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xe0,0x5f,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xee,0xd5,0x3b,0xec,0x03,0x69,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0xf8,0xcf,0x36,0xc9,0x03,0x83,0x01,0x07,0x01,0x03,0x06,0x07,0x01, + 0xff,0x00,0xff,0x00,0xff,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xfe,0x01,0xf9,0x06,0xf1,0x0c,0xf4,0x08,0xe6,0x08, + 0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x80,0x7f,0x0c,0xf3,0x7c,0x80,0xf8,0x00, + 0xf4,0x06,0xf8,0x02,0xf8,0x04,0xe3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0xe7,0x5c,0xf7,0xcf,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xee,0xaa,0xfe,0x82,0xc6,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0x92,0xee, + 0xbb,0xef,0xaa,0xfe,0x29,0x7d,0x01,0x44,0x39,0x83,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xfc,0x20,0xf8,0x20,0xe0,0x38,0xf0,0x18,0xfc,0x20, + 0x0f,0x01,0x0f,0x02,0x03,0x06,0x0d,0x03,0x07,0x01,0x03,0x01,0x01,0x03,0x07,0x01, + 0xa2,0xde,0xa2,0xde,0x64,0x5c,0x74,0x4c,0x54,0x6c,0x44,0x7c,0x00,0x38,0x00,0x00, + 0xe0,0x30,0xf0,0x40,0xe0,0x90,0xc0,0xe0,0xe0,0x30,0xfc,0x10,0xf4,0x38,0xf8,0x20, + 0x0f,0x02,0x07,0x0c,0x0f,0x02,0x1f,0x02,0x1f,0x04,0x07,0x0c,0x1b,0x06,0x07,0x02, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xe0,0x38,0xf0,0x18,0xfc,0x20,0xec,0x30,0xe0,0x38,0xf0,0x40,0xd8,0x60,0xe0,0x30, + 0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03,0x1b,0x06, + 0xaa,0xfe,0xaa,0xfe,0x28,0x7c,0x00,0x44,0x38,0x82,0xc6,0x82,0xdb,0xa7,0xdb,0xa6, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6, + 0x00,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x7f,0x00,0x7f,0x00,0x7f,0x00, + 0xcf,0x80,0xf0,0x80,0xe0,0x80,0x60,0xc0,0xfe,0x40,0xa0,0xc0,0x40,0x80,0x80,0x00, + 0x79,0x01,0x07,0x01,0x01,0x01,0x03,0x02,0xcb,0x02,0x01,0x03,0x00,0x01,0x01,0x00, + 0xf0,0x40,0xc0,0x70,0xe0,0x30,0xf8,0x40,0xd8,0x60,0xc0,0x70,0xe0,0x80,0xb0,0xc0, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x22,0x14,0x41,0x22,0x49,0x1c,0x22,0x00,0x00,0x00,0x00,0x00,0x00, + 0xbb,0xc7,0xa2,0xde,0xa3,0xdf,0x67,0x5c,0x77,0x4f,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xba,0xc6,0xa2,0xde,0xa2,0xde,0xe4,0x5c,0xf4,0xcc,0x54,0x6c,0x44,0x7c,0x00,0x38, + 0xc0,0x60,0xf0,0x40,0xe4,0x40,0xce,0x60,0xff,0x73,0xff,0x4e,0xfb,0x46,0xf3,0x4e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x80,0x32,0xc4,0xab,0xdc,0xf5,0x7f,0xf3,0x0f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x30,0x00,0x70,0x80,0xe0,0x90,0x40,0xe0, + 0x00,0x00,0x0c,0x00,0x0e,0x01,0x06,0x09,0x01,0x1f,0x32,0x0e,0x1d,0x04,0x0e,0x1d, + 0x30,0x00,0x70,0x00,0x62,0x90,0x97,0xf8,0x9d,0x9a,0x6b,0x0f,0x10,0xe0,0x07,0xf8, + 0x00,0x00,0x00,0x00,0x06,0x80,0x07,0x88,0xcb,0x8c,0xed,0x9f,0x30,0x58,0xc4,0x73, + 0x0c,0x00,0x1c,0x00,0x58,0xe0,0x60,0xf8,0x80,0x8e,0x31,0x84,0x1f,0x68,0x0e,0xfc, + 0x40,0xe0,0xe0,0x90,0x70,0x80,0x30,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x04,0x00,0x0b,0x00,0x1c,0x18,0x1d,0x12, + 0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x20,0x00,0xd0,0x00,0x30,0x10,0xd0,0x30, + 0xeb,0x5c,0xf1,0x3e,0xe3,0x3c,0xf7,0x28,0xff,0x20,0xfb,0x44,0xff,0x44,0xff,0x44, + 0xf0,0x0f,0xe0,0x1f,0xe1,0x1e,0x47,0xbc,0x07,0xfc,0x8b,0x7c,0x99,0x76,0x9b,0x66, + 0x00,0x7c,0x00,0x82,0x00,0x82,0xc6,0x82,0xbe,0xc2,0xca,0xf6,0xaa,0xf6,0xaa,0xb6, + 0x00,0x3e,0x00,0x41,0x00,0x41,0x63,0x41,0x7d,0x43,0x53,0x6f,0x55,0x6f,0x55,0x6d, + 0x48,0x3b,0x14,0x33,0x18,0x37,0x79,0x16,0x75,0x0a,0x39,0x0a,0x0b,0x38,0x73,0x18, + 0x50,0xaf,0xf9,0x06,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x08,0x87,0x21,0xde,0x0b,0xf4,0x9f,0x60,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x04,0xf6,0x86,0x7e,0xd6,0x28,0xef,0x08,0xeb,0x0c,0xec,0x0e,0xec,0x10,0xe6,0x18, + 0x0d,0x0a,0x19,0x0e,0x1c,0x07,0x0c,0x03,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x10,0xf0,0x18,0xf0,0x38,0xe0,0xf0,0xc0,0xe0,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xb2,0x4f,0xb2,0x4f,0xcf,0x3c,0x7f,0x00,0x3e,0x00, + 0x93,0x6e,0x31,0xce,0x31,0xce,0x33,0xce,0xd3,0xef,0xcf,0x3c,0xff,0x00,0x7c,0x00, + 0x00,0x00,0x80,0x00,0xc2,0x10,0x96,0x78,0x0d,0x9b,0x6a,0x0e,0x91,0x60,0x04,0xfb, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0xfc,0xdf,0x38,0x78,0x84,0x03, + 0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20,0xa0,0x3f,0xbf,0x20,0xbf,0x20,0xbf,0x20, + 0x60,0x9f,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x06,0xf9,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01, + 0x05,0xfc,0xfd,0x04,0xfd,0x04,0xfd,0x04,0x05,0xfc,0xfd,0x04,0xfd,0x04,0xfd,0x04, + 0x00,0x00,0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xfb,0xaf, + 0x77,0x10,0x37,0x30,0xa3,0x34,0xcb,0x64,0x93,0x8c,0x47,0x38,0x87,0x78,0x17,0xe8, + 0xe0,0x0c,0xcc,0x10,0xf8,0x24,0xd0,0x18,0xa0,0x4c,0x93,0x64,0x97,0x68,0xde,0x28, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00, + 0x03,0x00,0x0d,0x00,0x31,0x00,0xd1,0x00,0x11,0x00,0x01,0x00,0x01,0x00,0x11,0x00, + 0xff,0x00,0x10,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x00,0x00,0x10,0x00,0x10,0x00, + 0xff,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00, + 0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00,0xaa,0x00,0xdd,0x00,0xaa,0x00,0xdd,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0xf0,0x00,0xac,0x00,0xdf,0x00, + 0x40,0xbf,0xee,0x11,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x38,0xc7,0x00,0xff,0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01,0x00,0xff,0xde,0x21,0xde,0x21,0xde,0x21, + 0x00,0x00,0x00,0x1e,0x1e,0x21,0x33,0x40,0x3f,0x21,0x7e,0x7f,0xe5,0x46,0xc7,0x5f, + 0x00,0x78,0x78,0x84,0xcc,0x02,0xf8,0x84,0x7c,0xfc,0xf6,0x0e,0x9b,0x06,0xf3,0x0e, + 0xbb,0xee,0xab,0xff,0x82,0xc6,0x39,0x83,0xc7,0x82,0xdb,0xa7,0xda,0xa6,0x92,0xee, + 0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x0e,0x01,0x07,0x09,0x02,0x07, + 0x00,0x00,0x00,0x00,0x80,0x00,0xc2,0x10,0xe6,0x78,0xf5,0x9b,0xff,0x0e,0xe7,0x1c, + 0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0x63,0x9c,0xa7,0xdf,0xfa,0x7f, + 0x00,0x80,0x11,0x80,0x10,0x80,0x01,0x80,0x01,0x80,0x01,0x80,0x11,0x80,0x12,0x81, + 0x11,0x00,0x11,0x00,0x11,0x00,0x12,0x01,0x19,0x06,0x25,0x1a,0x9c,0x63,0x7f,0x80, + 0x10,0x00,0x10,0x00,0x10,0x00,0x00,0xff,0xef,0x10,0xef,0x10,0x00,0xff,0xbe,0x41, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0x00,0xdd,0x00,0xaa,0x00,0x5d,0x80,0x9a,0x60,0xe5,0x18,0xf9,0x06,0xfe,0x01, + 0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80, + 0x00,0xff,0xff,0x00,0xef,0x10,0xff,0x00,0x00,0xff,0x7e,0x81,0x7e,0x81,0x7e,0x81, + 0xee,0x08,0xec,0x08,0xcd,0x2c,0xd5,0x26,0xc8,0x31,0xe2,0x1c,0xe8,0x17,0xf8,0x07, + 0xc2,0x5f,0xc0,0x5f,0xe0,0x60,0xfc,0x5f,0xef,0x50,0xe0,0x5f,0xdf,0x60,0xbf,0x7f, + 0xfb,0xf6,0xc3,0xfa,0x77,0x06,0x3f,0xfa,0xf7,0x0a,0x07,0xfa,0xfb,0x06,0xfd,0xfe, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0xc1,0x00,0xf1,0x00,0xad,0x00,0xdf,0x00,0xaa,0x01,0xdc,0x01,0xab,0x01,0xdd,0x00, + 0xfc,0x00,0x04,0x00,0x74,0x00,0x04,0x00,0xf8,0x04,0xf8,0x04,0xcc,0xfc,0x9f,0xf8, + 0xc5,0x32,0x09,0x66,0x6b,0x14,0xef,0x10,0xcf,0x20,0x3f,0x60,0xcf,0x30,0x0f,0x10, + 0xff,0x00,0xff,0x00,0xfe,0x01,0xf0,0x0e,0xe0,0x10,0xc0,0x20,0xb0,0x40,0x38,0x40, + 0xff,0x00,0xff,0x00,0x0f,0xf0,0x03,0x0c,0x01,0x02,0x01,0x02,0x05,0x02,0x0a,0x06, + 0x00,0x00,0xf7,0x00,0xf7,0x00,0xf7,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xc8,0x3f,0x42,0xbd,0x1b,0xe4,0x9b,0x64,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x6f,0x98, + 0x00,0xff,0x11,0xee,0x39,0xc6,0x7b,0x84,0x7f,0x84,0x7f,0x84,0x79,0x86,0x7b,0x86, + 0xca,0x3d,0x46,0xb9,0x0e,0xf9,0x9e,0x7d,0xfd,0x3f,0xbf,0x7f,0xff,0x7f,0x7f,0xff, + 0x00,0xff,0x11,0xee,0x3b,0xc6,0xd3,0xee,0xe7,0xfc,0xf7,0xfc,0xfd,0xfe,0xff,0xfe, + 0x1f,0x86,0xbf,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x48,0x81,0x48,0x81,0x48,0xc0,0x3f,0xc0,0x24,0xc0,0x24, + 0xbe,0x41,0xbf,0x7f,0xe0,0x3f,0xe7,0x3f,0xe4,0x3f,0xe3,0x3c,0xe0,0x3f,0xf0,0x1f, + 0xff,0x00,0xff,0xfc,0x07,0xfc,0xe7,0xfc,0x27,0xdc,0xf7,0x3c,0x37,0xfc,0x0f,0xf8, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfa,0x61,0xfd,0x39,0xff,0x27,0xfc,0x24,0xdc,0x24,0xfc,0x44,0xf8,0x48,0xf8,0x48, + 0xfc,0x03,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xaa,0xfe,0xaa,0xfe,0x00,0x44,0x38,0x82,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xc6, + 0x08,0x00,0x08,0x00,0x08,0x00,0x00,0xff,0xff,0x00,0xff,0x00,0xfd,0x02,0xff,0x00, + 0xca,0xf9,0x0c,0xf9,0x82,0x39,0xd4,0x09,0xaa,0x01,0xdc,0x01,0xaa,0x01,0x5c,0x81, + 0x3f,0x40,0xbf,0x00,0xdf,0x00,0xa3,0x40,0xc4,0x38,0xe0,0x1f,0xf8,0x07,0xff,0x00, + 0x12,0x0e,0xc2,0x3e,0xc1,0x3c,0x82,0x71,0x09,0x06,0x03,0xfc,0x0f,0xf0,0xff,0x00, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xfe,0x00,0x78,0x00, + 0x33,0xce,0x31,0xce,0x31,0xce,0x33,0xce,0xa3,0xdf,0xcf,0x3c,0xff,0x00,0x79,0x00, + 0x7d,0xff,0x6a,0xff,0xb0,0xff,0xc0,0x7f,0x4f,0xf0,0xff,0x80,0xff,0x00,0x78,0x00, + 0x7f,0xfe,0xaf,0xfe,0x1b,0xfe,0x05,0xfe,0xe3,0x1f,0xff,0x00,0xff,0x00,0x78,0x00, + 0x1d,0x12,0x3c,0x13,0x3e,0x09,0x3f,0x09,0x3f,0x09,0x3f,0x07,0x3f,0x00,0x3f,0x00, + 0xff,0x00,0x1f,0xe0,0xdf,0x20,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xf8,0x00, + 0xf0,0x1f,0xf0,0x1f,0xff,0x1f,0xff,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0x08,0xff,0x0f,0xf8,0xff,0xf8,0xff,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0xf8,0x07,0xfb,0x04,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0x1f,0x00, + 0xb8,0x48,0x3c,0xc8,0x7c,0x90,0xfc,0x90,0xfc,0x90,0xfc,0xe0,0xfc,0x00,0xfc,0x00, + 0x1f,0x86,0x3f,0x9c,0xff,0xe4,0x3f,0x24,0x3b,0x24,0x3f,0x22,0x1f,0x12,0x1f,0x12, + 0xff,0x00,0x81,0x7e,0x81,0x12,0x81,0x12,0x81,0x12,0x03,0xfc,0x03,0x24,0x03,0x24, + 0x07,0x02,0x03,0x02,0x03,0x06,0x0f,0x02,0x0f,0x01,0x07,0x01,0x01,0x07,0x0d,0x03, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x01,0x00,0x0e,0x00,0x10,0x00,0x20,0x00,0x70,0x00,0x38,0x40,0x3f,0x40,0x3f,0x40, + 0xf0,0x00,0x0c,0x00,0x02,0x00,0x00,0x02,0x04,0x02,0x08,0x06,0x12,0x0e,0xc2,0x3e, + 0x00,0xff,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0xff,0x7f,0x80,0x7b,0x84,0x7f,0x80, + 0x00,0xff,0xfe,0x01,0xde,0x21,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x00,0x00,0x00,0x00,0x00,0x00,0x40,0x00,0xc8,0x11,0xac,0x73,0xf4,0xdb,0xef,0x1f, + 0x1b,0x06,0x0f,0x02,0x07,0x02,0xd3,0x06,0xff,0x0e,0x73,0x9e,0xf3,0xfe,0xd3,0x3e, + 0xfb,0x04,0xff,0x00,0xfb,0x04,0xff,0x00,0xdf,0x20,0xdf,0x20,0xfb,0x04,0x9a,0x65, + 0xff,0x00,0x7d,0x82,0x6f,0x90,0xfd,0x02,0x6d,0x92,0xef,0x10,0xff,0x00,0xd9,0x26, + 0x80,0x00,0x00,0x80,0x80,0xc0,0xde,0x40,0x60,0xc0,0xe0,0x80,0xe0,0x80,0xf0,0x80, + 0x01,0x00,0x00,0x01,0x01,0x03,0xcb,0x02,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x1f,0x20,0x6f,0x10,0xf1,0x0e,0x7e,0x01,0x1f,0x00,0x40,0x00,0x60,0x00,0x20,0x00, + 0xc2,0x3e,0x84,0x7c,0x8e,0x78,0xf8,0xf0,0xf6,0x00,0x0e,0x00,0x8c,0x00,0x00,0x00, + 0x00,0x00,0xf0,0x00,0xf0,0x00,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0xff,0x7f,0x80,0x77,0x88,0x7f,0x80,0x00,0xff,0x7d,0x82,0x7d,0x82,0x7d,0x82, + 0x00,0xff,0xfe,0x01,0xee,0x11,0xfe,0x01,0x00,0xff,0xfe,0x01,0xfe,0x01,0xfe,0x01, + 0x13,0xee,0x3b,0xce,0x3f,0xc4,0x7f,0x84,0x7f,0x84,0x7f,0x84,0x7b,0x86,0x7b,0x86, + 0x3e,0xc1,0x08,0xf7,0x80,0x7f,0xcb,0x34,0x7f,0x80,0x3e,0xc1,0x00,0xff,0x00,0xff, + 0x9c,0x63,0x84,0x7b,0x81,0x7e,0xd3,0x2c,0xfe,0x01,0x7c,0x83,0x00,0xff,0x00,0xff, + 0xef,0x90,0xb0,0xc0,0xf0,0x80,0xf0,0x80,0xf8,0x80,0xf8,0x80,0x77,0xc8,0xd8,0x60, + 0x3d,0x01,0x03,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0xb3,0x02,0x0f,0x02, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0xbf,0x20,0xbf,0x20,0xf7,0x78,0xc3,0x44,0x80,0x83,0x83,0xc6,0xbb,0xc6,0x9b,0xe6, + 0xfd,0x04,0xfd,0x04,0xef,0x1e,0xc3,0x22,0x01,0xc1,0xc1,0x63,0xdd,0x63,0xd9,0x67, + 0xee,0x19,0xc6,0x39,0x42,0xbd,0x04,0xff,0x87,0xff,0xff,0x78,0xff,0x00,0x8e,0x00, + 0x33,0xce,0x33,0xce,0x33,0xce,0x33,0xce,0x97,0xee,0xcf,0x3c,0xfe,0x00,0x7c,0x00, + 0x04,0xfb,0x03,0xfc,0x00,0xff,0x10,0xef,0x90,0x6f,0x73,0x8c,0x7f,0x80,0x7f,0x80, + 0xa0,0x5f,0xc0,0x3f,0x00,0xff,0x04,0xfb,0x0d,0xf2,0xce,0x31,0xfe,0x01,0xfe,0x01, + 0xf8,0x40,0x78,0xc0,0xf8,0x80,0xf0,0x80,0xf0,0x00,0xe0,0x00,0xc0,0x00,0x00,0x00, + 0x02,0x03,0x02,0x03,0x06,0x03,0x07,0x01,0x07,0x01,0x03,0x00,0x01,0x00,0x00,0x00, + 0x9a,0xe6,0xb2,0xce,0xb2,0xce,0xb4,0xcc,0x48,0x78,0x00,0x00,0x00,0x00,0x00,0x00, + 0x59,0x67,0x4d,0x73,0x4d,0x73,0x2d,0x33,0x12,0x1e,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7d,0x82,0x78,0x87,0x7f,0x80,0x0f,0xf0,0x43,0xbc,0x78,0x87,0x87,0x78,0x00,0xff, + 0xbe,0x41,0x1e,0xe1,0xee,0x11,0xf0,0x0f,0xc0,0x3f,0x00,0xff,0xe1,0x1e,0x00,0xff, + 0xbf,0x40,0xcf,0x30,0xf0,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0xfd,0x02,0xf3,0x0c,0x0f,0xf0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00,0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0x68,0x10,0x28,0x10,0x80,0x30,0x88,0x60,0x40,0x80,0xa0,0x00,0xc0,0x00,0xa0,0x00, + 0xc9,0x3e,0x3c,0x03,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x73,0xfc,0x3c,0xc0,0xf0,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x38,0x00,0x44,0x00,0xba,0x00,0xc6,0x82,0xda,0xa6,0xda,0xa6,0xba,0xee, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00, + 0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0xb7,0x08,0x5e,0x08,0x7c,0x0e, + 0x05,0x00,0x03,0x00,0x05,0x00,0x02,0x01,0x11,0x06,0x01,0x0c,0x14,0x08,0x16,0x08, + 0x01,0x00,0x28,0x00,0x51,0x00,0x41,0xbe,0x0c,0xf3,0xae,0x50,0xa6,0x00,0x00,0x00, + 0x80,0x00,0x02,0x00,0x55,0x00,0x1e,0xe0,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x01,0x00,0x82,0x00,0x55,0x00,0x9e,0x60,0xc0,0x3f,0x4c,0xb3,0x1c,0x00,0x18,0x00, + 0xec,0x06,0xbc,0x02,0x72,0x04,0xc3,0x1c,0xd1,0x2c,0x18,0xe0,0x08,0x60,0x40,0x00, + 0xf3,0x4c,0xf7,0x28,0xef,0x30,0xff,0x20,0xff,0x20,0xfa,0x25,0xfe,0x25,0xff,0x44, + 0xf1,0x0e,0xf1,0x0e,0xf9,0x06,0x7b,0x84,0x7f,0x84,0x7f,0x84,0xf9,0x06,0xfb,0x06, + 0xc7,0x38,0xcf,0x30,0x9f,0x60,0xbf,0x40,0xfd,0x02,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0x07,0xf8,0x8f,0x70,0x8f,0x70,0xa7,0x58,0xf5,0x0a,0xf6,0x09,0xfe,0x09,0x7f,0x88, + 0xf3,0x0e,0xf3,0x0e,0xfb,0x06,0x7f,0x84,0x7f,0x84,0x7f,0x84,0xff,0x04,0xfb,0x06, + 0xff,0x44,0xf3,0x4c,0xf1,0x4e,0xf9,0x46,0xfb,0x46,0xfb,0x46,0xfb,0x46,0xf2,0x4f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xba,0x47,0x6a,0x97,0x62,0x9f,0xf2,0x0f, + 0xff,0x08,0xe7,0x18,0xe3,0x1c,0xf3,0x0c,0xf7,0x0c,0xf7,0x0c,0xf5,0x0e,0xe4,0x1f, + 0xb3,0x4e,0xf1,0x0e,0xb1,0x4e,0xb8,0x47,0xda,0x27,0xea,0x17,0xe2,0x1f,0xc2,0x3f, + 0xff,0x08,0xe7,0x18,0x63,0x9c,0xb3,0x4c,0x77,0x8c,0xf7,0x0c,0xd5,0x2e,0xc4,0x3f, + 0xb3,0x4e,0xf3,0x0e,0xb3,0x4e,0xbb,0x46,0xdb,0x26,0xeb,0x16,0xf3,0x1e,0x73,0x9e, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x40,0xbf,0xcc,0x33,0x9c,0x00,0x18,0x00, + 0x38,0xc7,0x00,0xff,0x07,0xf8,0x3f,0xc0,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x9f,0x60,0x8f,0x30,0x2f,0x10,0x77,0x10, + 0xa0,0x00,0xc0,0x00,0xa0,0x00,0x40,0x80,0x88,0x60,0x80,0x30,0x28,0x10,0x68,0x10, + 0x05,0x00,0x03,0x00,0x05,0x00,0x02,0x01,0x11,0x06,0x01,0x0c,0x14,0x08,0x16,0x08, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0xeb,0x04,0x77,0x08,0x5e,0x08, + 0x10,0x0c,0x2c,0x10,0x18,0x24,0x00,0x38,0x30,0x0c,0x6b,0x04,0x77,0x08,0x5e,0x08, + 0xbc,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0x3c,0x0e,0x6c,0x06,0x57,0x08,0x3b,0x0c,0x30,0x0e,0x0c,0x10,0x26,0x18,0x10,0x0c, + 0xca,0x30,0x1c,0x60,0x68,0x10,0xe4,0x10,0xd8,0x20,0x3d,0x60,0xca,0x30,0x0e,0x10, + 0x16,0x08,0x14,0x08,0x01,0x0c,0x11,0x06,0x02,0x01,0x05,0x00,0x03,0x00,0x05,0x00, + 0x1b,0x10,0x1d,0x30,0x6b,0x10,0x76,0x08,0x3b,0x08,0x0e,0x38,0x7c,0x18,0xea,0x30, + 0x00,0x00,0x80,0x00,0xc2,0x10,0xd6,0x78,0x6c,0x9b,0xfd,0x0e,0xdf,0x00,0xf5,0x00, + 0x00,0x00,0x00,0x00,0x06,0x00,0x47,0x88,0xeb,0x9c,0x3c,0xdf,0xbf,0x78,0xab,0x00, + 0x68,0x10,0x28,0x10,0x80,0x30,0x88,0x60,0x40,0x80,0xa0,0x00,0xc0,0x00,0xa0,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_largemap_2.c b/gbdk-support/png2asset/testing/ref/zgb_largemap_2.c @@ -19,3558 +19,228 @@ const palette_color_t zgb_largemap_2_palettes[16] = { }; const uint8_t zgb_largemap_2_tiles[7104] = { - 0xa3,0x9c, - 0x00,0x00, - 0xcc,0xc3, - 0x00,0x00, - 0xd2,0xef, - 0x00,0x00, - 0xa5,0xdf, - 0x00,0x00, - 0x22,0xdf, - 0x00,0x00, - 0x40,0xbf, - 0x00,0x00, - 0x40,0xbf, - 0x00,0x00, - 0xe4,0x9b, - 0x00,0x00, - 0xfd,0x01, - 0x00,0x00, - 0x33,0xc3, - 0x00,0x00, - 0x8b,0xf7, - 0x00,0x00, - 0x05,0xfb, - 0x00,0x00, - 0x04,0xfb, - 0x00,0x00, - 0x04,0xf9, - 0x00,0x00, - 0x2c,0xd1, - 0x00,0x00, - 0x39,0xc1, - 0x00,0x00, - 0xa3,0x9c, - 0x00,0x00, - 0xc4,0xc8, - 0x00,0x00, - 0xc3,0xf0, - 0x00,0x00, - 0x90,0xe7, - 0x00,0x00, - 0x32,0xc5, - 0x00,0x00, - 0x36,0xc1, - 0x00,0x00, - 0xc3,0xfc, - 0x00,0x00, - 0xf0,0xff, - 0x00,0x00, - 0xfd,0x01, - 0x00,0x00, - 0x33,0x03, - 0x00,0x00, - 0x83,0x0f, - 0x00,0x00, - 0x89,0x07, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0xc3,0x3f, - 0x00,0x00, - 0x0f,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xbb, - 0x00,0x00, - 0xd7,0x7d, - 0x00,0x00, - 0xbb,0x6d, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xbb, - 0x00,0x00, - 0xd7,0x7d, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xe8,0xef, - 0xff,0x00, - 0xe8,0xcf, - 0xff,0x00, - 0x98,0xef, - 0xff,0x00, - 0x88,0xf7, - 0xff,0x00, - 0xc4,0xf7, - 0xff,0x00, - 0xf4,0xc7, - 0xff,0x00, - 0x84,0xe7, - 0xff,0x00, - 0x18,0xcf, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x03,0xf1, - 0xff,0x00, - 0x0b,0xf9, - 0xff,0x00, - 0x08,0xf7, - 0xff,0x00, - 0x14,0xf3, - 0xff,0x00, - 0x1f,0xf1, - 0xff,0x00, - 0x13,0xef, - 0xff,0x00, - 0x19,0xe7, - 0xff,0x00, - 0x1f,0xf3, - 0xff,0x00, - 0x9c,0x63, - 0x00,0x00, - 0x82,0x7d, - 0x00,0x00, - 0x81,0x7e, - 0x00,0x00, - 0x44,0x3b, - 0x00,0x00, - 0x30,0x03, - 0x00,0x00, - 0x78,0x03, - 0x00,0x00, - 0x7d,0x00, - 0x00,0x00, - 0xb7,0x88, - 0x00,0x00, - 0x25,0xc1, - 0x00,0x00, - 0x66,0x98, - 0x00,0x00, - 0xc6,0x38, - 0x00,0x00, - 0x5c,0x80, - 0x00,0x00, - 0x42,0x80, - 0x00,0x00, - 0xde,0x00, - 0x00,0x00, - 0x3e,0x00, - 0x00,0x00, - 0xfd,0x01, - 0x00,0x00, - 0xc7,0xbb, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xbb,0x6d, - 0x00,0x00, - 0xc7,0xbb, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xf0,0x9f, - 0xff,0x00, - 0x90,0xef, - 0xff,0x00, - 0x10,0xef, - 0xff,0x00, - 0x30,0xdf, - 0xff,0x00, - 0xe0,0x9f, - 0xff,0x00, - 0xf0,0xcf, - 0xff,0x00, - 0xf0,0xef, - 0xff,0x00, - 0xf8,0xef, - 0xff,0x00, - 0x13,0xef, - 0xff,0x00, - 0x27,0xdb, - 0xff,0x00, - 0x07,0xe7, - 0xff,0x00, - 0x53,0xb3, - 0xff,0x00, - 0x6c,0x9b, - 0xff,0x00, - 0x28,0xd7, - 0xff,0x00, - 0x11,0xf7, - 0xff,0x00, - 0x13,0xf1, - 0xff,0x00, - 0xa3,0x9c, - 0x00,0x00, - 0xc4,0xc8, - 0x00,0x00, - 0xc3,0xf0, - 0x00,0x00, - 0x90,0xe7, - 0x00,0x00, - 0x32,0xc5, - 0x00,0x00, - 0x36,0xc1, - 0x00,0x00, - 0x3b,0xc0, - 0x00,0x00, - 0x9f,0xe0, - 0x00,0x00, - 0xfd,0x01, - 0x00,0x00, - 0x33,0x03, - 0x00,0x00, - 0x83,0x0f, - 0x00,0x00, - 0x89,0x07, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0x9c,0x03, - 0x00,0x00, - 0x39,0x07, - 0x00,0x00, - 0xff,0xfc, - 0x00,0x00, - 0xfc,0xf3, - 0x00,0x00, - 0xf2,0xef, - 0x00,0x00, - 0xe5,0xdf, - 0x00,0x00, - 0xe2,0xdf, - 0x00,0x00, - 0xc0,0xbf, - 0x00,0x00, - 0xc0,0xbf, - 0x00,0x00, - 0xe4,0x9b, - 0x00,0x00, - 0xff,0x3f, - 0x00,0x00, - 0x3f,0xcf, - 0x00,0x00, - 0x8f,0xf7, - 0x00,0x00, - 0x07,0xfb, - 0x00,0x00, - 0x07,0xfb, - 0x00,0x00, - 0x05,0xf9, - 0x00,0x00, - 0x2d,0xd1, - 0x00,0x00, - 0x39,0xc1, - 0x00,0x00, - 0xf8,0xcf, - 0xff,0x00, - 0x88,0xef, - 0xff,0x00, - 0x28,0xcf, - 0xff,0x00, - 0xdc,0x83, - 0xff,0x00, - 0xce,0xb1, - 0xff,0x00, - 0x8b,0xf4, - 0xff,0x00, - 0x99,0xe6, - 0xff,0x00, - 0xfd,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x3e,0xc1, - 0xff,0x00, - 0x73,0x8c, - 0xff,0x00, - 0xd1,0x2e, - 0xff,0x00, - 0xd8,0xff, - 0xff,0x00, - 0xf0,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x60,0x9f, - 0xff,0x00, - 0x70,0xcf, - 0xff,0x00, - 0xd0,0xef, - 0xff,0x00, - 0x88,0xef, - 0xff,0x00, - 0xc3,0xfc, - 0x00,0x00, - 0xf0,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x24,0x58, - 0x00,0xff, - 0x24,0x59, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x05,0x51, - 0x00,0xff, - 0x00,0xf9, - 0xff,0xff, - 0x02,0xe4, - 0xff,0xff, - 0x19,0xce, - 0xff,0xff, - 0x0d,0xdf, - 0xff,0xff, - 0x07,0xdf, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x1f,0x6f, - 0xff,0xff, - 0x00,0x04, - 0xff,0xff, - 0xca,0x31, - 0xff,0xff, - 0x44,0xbf, - 0xff,0xff, - 0x65,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0x41, - 0xff,0xff, - 0xb2,0x0c, - 0xff,0xff, - 0x51,0xaf, - 0xff,0xff, - 0x59,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0x1f, - 0xff,0xff, - 0xa0,0x40, - 0xff,0xff, - 0x33,0xcc, - 0xff,0xff, - 0x63,0xff, - 0xff,0xff, - 0xe7,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0x11, - 0xff,0xff, - 0x2a,0xc4, - 0xff,0xff, - 0x13,0xfc, - 0xff,0xff, - 0x96,0xff, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0x07, - 0xff,0xff, - 0x30,0xc9, - 0xff,0xff, - 0x36,0xfc, - 0xff,0xff, - 0x7c,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xbe,0x41, - 0xff,0x00, - 0xf3,0x0c, - 0xff,0x00, - 0x51,0xaf, - 0xff,0x00, - 0x59,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xe0,0x1f, - 0xff,0x00, - 0xbf,0x40, - 0xff,0x00, - 0x33,0xcc, - 0xff,0x00, - 0x63,0xff, - 0xff,0x00, - 0xe7,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x06,0xf9, - 0xff,0x00, - 0x0e,0xf3, - 0xff,0x00, - 0x0b,0xf7, - 0xff,0x00, - 0x19,0xf7, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x60,0x9f, - 0xff,0x00, - 0x7f,0x80, - 0xff,0x00, - 0xf3,0x0c, - 0xff,0x00, - 0x83,0x7f, - 0xff,0x00, - 0x07,0xff, - 0xff,0x00, - 0x0b,0xf9, - 0xff,0x00, - 0x07,0xfd, - 0xff,0x00, - 0x07,0xfb, - 0xff,0x00, - 0x1c,0xe3, - 0xff,0x00, - 0x2e,0xd3, - 0xff,0x00, - 0xe7,0x1f, - 0xff,0x00, - 0xf7,0x9f, - 0xff,0x00, - 0xbf,0xff, - 0xff,0x00, - 0x44,0x38, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x5c,0x20, - 0x00,0xff, - 0x18,0xa3, - 0x00,0xff, - 0x08,0x30, - 0x00,0xff, - 0xab,0x93, - 0x00,0xff, - 0xbb,0x83, - 0x00,0xff, - 0xff,0xc7, - 0x00,0xff, - 0x45,0x11, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0x7d,0x39, - 0x00,0xff, - 0xc7,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x6d,0x11, - 0x00,0xff, - 0x44,0x10, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0xd6,0x82, - 0x00,0xff, - 0xfe,0xbb, - 0x00,0xff, - 0xc6,0x7c, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x3f,0x1f, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x03,0xef, - 0xff,0xff, - 0x03,0xdf, - 0xff,0xff, - 0x07,0xdf, - 0xff,0xff, - 0x1f,0xc7, - 0xff,0xff, - 0x0f,0xe7, - 0xff,0xff, - 0x03,0xdf, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xf0,0xfe, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf2,0xfc, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfc,0xfe, - 0xff,0xff, - 0xfe,0xfc, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x9b,0xa3, - 0x00,0xff, - 0x8b,0xb3, - 0x00,0xff, - 0xab,0x93, - 0x00,0xff, - 0xbb,0x83, - 0x00,0xff, - 0xff,0xc7, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x1f,0x6f, - 0xff,0xff, - 0x3f,0x1f, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x03,0xef, - 0xff,0xff, - 0x0b,0xc7, - 0xff,0xff, - 0x07,0xdf, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf8,0xf3, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xe0,0xfd, - 0xff,0xff, - 0xe0,0xfb, - 0xff,0xff, - 0xf8,0xf3, - 0xff,0xff, - 0xe4,0xf9, - 0xff,0xff, - 0xf8,0xfd, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x1f,0xc7, - 0xff,0xff, - 0x0f,0xe7, - 0xff,0xff, - 0x03,0xdf, - 0xff,0xff, - 0x13,0xcf, - 0xff,0xff, - 0x1f,0xc7, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x27,0x9f, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf0,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfe,0xf8, - 0xff,0xff, - 0xf2,0xfc, - 0xff,0xff, - 0xe4,0xf9, - 0xff,0xff, - 0x55,0x01, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0xd7,0x83, - 0x00,0xff, - 0xff,0xbb, - 0x00,0xff, - 0xc7,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x24,0x58, - 0x00,0xff, - 0x24,0x59, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x30,0x7f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0x1f,0x7f, - 0xff,0xff, - 0x9f,0x3f, - 0xff,0xff, - 0x01,0xbf, - 0xff,0xff, - 0x5f,0x3f, - 0xff,0xff, - 0xbf,0x7f, - 0xff,0xff, - 0x7f,0xff, - 0xff,0xff, - 0x86,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0x34,0xfd, - 0xff,0xff, - 0xfe,0xfc, - 0xff,0xff, - 0xff,0xfe, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x3f,0x8f, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x07,0xbf, - 0xff,0xff, - 0x27,0x9f, - 0xff,0xff, - 0x3f,0x8f, - 0xff,0xff, - 0x1f,0x7f, - 0xff,0xff, - 0x4f,0x3f, - 0xff,0xff, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xdf,0xff, - 0x00,0x00, - 0xcd,0xff, - 0x00,0x00, - 0xe9,0xff, - 0x00,0x00, - 0xfb,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x44,0x38, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x5c,0x20, - 0x00,0xff, - 0x98,0xa3, - 0x00,0xff, - 0x88,0xb0, - 0x00,0xff, - 0xab,0x93, - 0x00,0xff, - 0xbb,0x83, - 0x00,0xff, - 0xff,0xc7, - 0x00,0xff, - 0x45,0x39, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x1b,0xa3, - 0x00,0xff, - 0x0b,0x33, - 0x00,0xff, - 0xab,0x93, - 0x00,0xff, - 0xbb,0x83, - 0x00,0xff, - 0xff,0xc7, - 0x00,0xff, - 0x3f,0x9f, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x1b,0xbf, - 0xff,0xff, - 0x31,0x9f, - 0xff,0xff, - 0x00,0x8c, - 0xff,0xff, - 0x00,0xb1, - 0xff,0xff, - 0x04,0xb9, - 0xff,0xff, - 0x0c,0xb1, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xef,0x7f, - 0xff,0xff, - 0xcd,0x3b, - 0xff,0xff, - 0x54,0x23, - 0xff,0xff, - 0x0a,0x80, - 0xff,0xff, - 0x0c,0xf0, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xcf,0xff, - 0xff,0xff, - 0x8f,0x7f, - 0xff,0xff, - 0x1f,0x6f, - 0xff,0xff, - 0xbf,0x1f, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf0,0xfe, - 0x7f,0x7f, - 0xf8,0xfe, - 0x7f,0x7f, - 0xfe,0xf8, - 0x7f,0x7f, - 0xf2,0xfc, - 0xff,0xff, - 0xe4,0xf9, - 0xff,0xff, - 0xff,0xff, - 0xff,0x00, - 0xf3,0xff, - 0xff,0x00, - 0xf1,0xfe, - 0xff,0x00, - 0xf9,0xf6, - 0xff,0x00, - 0xfe,0xe0, - 0xff,0x00, - 0xcd,0xf1, - 0xff,0x00, - 0xe2,0xfb, - 0xff,0x00, - 0xf1,0xe2, - 0xff,0x00, - 0xcf,0xff, - 0xff,0x00, - 0x8f,0xff, - 0xff,0x00, - 0x9d,0x6f, - 0xff,0x00, - 0x68,0x07, - 0xff,0x00, - 0x62,0x65, - 0xff,0x00, - 0x94,0xf0, - 0xff,0x00, - 0xef,0x1f, - 0xff,0x00, - 0xf8,0x07, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xf9,0x7f, - 0xff,0x00, - 0xf8,0x77, - 0xff,0x00, - 0x34,0x73, - 0xff,0x00, - 0x12,0x60, - 0xff,0x00, - 0xcf,0xa7, - 0xff,0x00, - 0x3b,0x8c, - 0xff,0x00, - 0xf3,0xff, - 0xff,0x00, - 0xe3,0xff, - 0xff,0x00, - 0xa7,0x1f, - 0xff,0x00, - 0x9f,0x07, - 0xff,0x00, - 0x7f,0x71, - 0xff,0x00, - 0xce,0x7b, - 0xff,0x00, - 0xe0,0x97, - 0xff,0x00, - 0xf1,0x03, - 0xff,0x00, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfc,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0xf4,0xff, - 0x00,0xff, - 0xe3,0xe7, - 0x00,0xff, - 0xe2,0xed, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0xdf,0xff, - 0x00,0xff, - 0x2f,0xff, - 0x00,0xff, - 0xcf,0xef, - 0x00,0xff, - 0x2f,0xcf, - 0x00,0xff, - 0x14,0xa3, - 0xff,0xff, - 0x0e,0xc1, - 0xff,0xff, - 0x1c,0xc3, - 0xff,0xff, - 0x08,0xd7, - 0xff,0xff, - 0x00,0xdf, - 0xff,0xff, - 0x04,0xbb, - 0xff,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x0f,0xf0, - 0xff,0xff, - 0x1f,0xe0, - 0xff,0xff, - 0x1e,0xe1, - 0xff,0xff, - 0xb8,0x43, - 0xff,0xff, - 0xf8,0x03, - 0xff,0xff, - 0x74,0x83, - 0xff,0xff, - 0x66,0x89, - 0xff,0xff, - 0x64,0x99, - 0xff,0xff, - 0xff,0x83, - 0x00,0xff, - 0xff,0x7d, - 0x00,0xff, - 0xff,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x41,0x3d, - 0x00,0xff, - 0x35,0x09, - 0x00,0xff, - 0x55,0x09, - 0x00,0xff, - 0x55,0x49, - 0x00,0xff, - 0xb7,0xc4, - 0xff,0x00, - 0xeb,0xcc, - 0xff,0x00, - 0xe7,0xc8, - 0xff,0x00, - 0x86,0xe9, - 0xff,0x00, - 0x8a,0xf5, - 0xff,0x00, - 0xc6,0xf5, - 0xff,0x00, - 0xf4,0xc7, - 0xff,0x00, - 0x8c,0xe7, - 0xff,0x00, - 0xaf,0x50, - 0xff,0x00, - 0x06,0xf9, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xf7,0x78, - 0xff,0x00, - 0xde,0x21, - 0xff,0x00, - 0xf4,0x0b, - 0xff,0x00, - 0x60,0x9f, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xfb,0x09, - 0xff,0x00, - 0x79,0x81, - 0xff,0x00, - 0x29,0xd7, - 0xff,0x00, - 0x10,0xf7, - 0xff,0x00, - 0x14,0xf3, - 0xff,0x00, - 0x13,0xf1, - 0xff,0x00, - 0x13,0xef, - 0xff,0x00, - 0x19,0xe7, - 0xff,0x00, - 0xf2,0xf5, - 0x00,0xff, - 0xe6,0xf1, - 0x00,0xff, - 0xe3,0xf8, - 0x00,0xff, - 0xf3,0xfc, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xef,0x0f, - 0x00,0xff, - 0xe7,0x0f, - 0x00,0xff, - 0xc7,0x1f, - 0x00,0xff, - 0x0f,0x3f, - 0x00,0xff, - 0x1f,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x0c,0xb3, - 0xff,0xff, - 0x0e,0xb1, - 0xff,0xff, - 0x4d,0xb0, - 0xff,0xff, - 0x4d,0xb0, - 0xff,0xff, - 0x30,0xc3, - 0xff,0xff, - 0x80,0xff, - 0xff,0xff, - 0xc1,0xff, - 0xff,0xff, - 0x6c,0x91, - 0xff,0xff, - 0xce,0x31, - 0xff,0xff, - 0xce,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0x2c,0x10, - 0xff,0xff, - 0x30,0xc3, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x83,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0x00, - 0x7f,0xff, - 0xff,0x00, - 0x3d,0xef, - 0xff,0x00, - 0x69,0x87, - 0xff,0x00, - 0xf2,0x64, - 0xff,0x00, - 0x95,0xf1, - 0xff,0x00, - 0x6e,0x9f, - 0xff,0x00, - 0xfb,0x04, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xf9,0xff, - 0xff,0x00, - 0xb8,0x77, - 0xff,0x00, - 0x14,0x63, - 0xff,0x00, - 0x03,0x20, - 0xff,0x00, - 0xc7,0x87, - 0xff,0x00, - 0x7b,0xfc, - 0xff,0x00, - 0x5f,0xc0, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x5f,0xc0, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x9f,0x60, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xf9,0x06, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x04,0x50, - 0x00,0xff, - 0x88,0xef, - 0xff,0x00, - 0xc8,0xcf, - 0xff,0x00, - 0x5c,0xcb, - 0xff,0x00, - 0x34,0x9b, - 0xff,0x00, - 0x6c,0x73, - 0xff,0x00, - 0xb8,0xc7, - 0xff,0x00, - 0x78,0x87, - 0xff,0x00, - 0xe8,0x17, - 0xff,0x00, - 0x1f,0xf3, - 0xff,0x00, - 0x33,0xef, - 0xff,0x00, - 0x07,0xdb, - 0xff,0x00, - 0x2f,0xe7, - 0xff,0x00, - 0x5f,0xb3, - 0xff,0x00, - 0x6c,0x9b, - 0xff,0x00, - 0x68,0x97, - 0xff,0x00, - 0x21,0xd7, - 0xff,0x00, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfc,0xff, - 0x00,0xff, - 0xf2,0xff, - 0x00,0xff, - 0xce,0xff, - 0x00,0xff, - 0x2e,0xff, - 0x00,0xff, - 0xfc,0xff, - 0x00,0xff, - 0xf2,0xff, - 0x00,0xff, - 0xce,0xff, - 0x00,0xff, - 0x2e,0xff, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0xfe,0xff, - 0x00,0xff, - 0xfe,0xff, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x53,0xff, - 0x00,0xff, - 0x20,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0x22,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0x22,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x53,0xff, - 0x00,0xff, - 0x20,0xff, - 0x00,0xff, - 0xbf,0x40, - 0xff,0x00, - 0x11,0xee, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xc7,0x38, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x38,0xc7, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x84,0x7b, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x84,0x7b, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0xff,0xff, - 0x00,0x00, - 0xff,0xe1, - 0x00,0x00, - 0xe1,0xde, - 0x00,0x00, - 0xcc,0xbf, - 0x00,0x00, - 0xc0,0xde, - 0x00,0x00, - 0x81,0x80, - 0x00,0x00, - 0x1a,0xb9, - 0x00,0x00, - 0x38,0xa0, - 0x00,0x00, - 0xff,0x87, - 0x00,0x00, - 0x87,0x7b, - 0x00,0x00, - 0x33,0xfd, - 0x00,0x00, - 0x07,0x7b, - 0x00,0x00, - 0x83,0x03, - 0x00,0x00, - 0x09,0xf1, - 0x00,0x00, - 0x64,0xf9, - 0x00,0x00, - 0x0c,0xf1, - 0x00,0x00, - 0x44,0x11, - 0x00,0xff, - 0x54,0x00, - 0x00,0xff, - 0x7d,0x39, - 0x00,0xff, - 0xc6,0x7c, - 0x00,0xff, - 0x38,0x7d, - 0x00,0xff, - 0x24,0x58, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x6d,0x11, - 0x00,0xff, - 0xc0,0x3f, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x7f,0xff, - 0xff,0xff, - 0x3d,0xef, - 0xff,0xff, - 0x19,0x87, - 0xff,0xff, - 0x0a,0x64, - 0xff,0xff, - 0x00,0xf1, - 0xff,0xff, - 0x18,0xe3, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xf9,0xff, - 0xff,0xff, - 0xb8,0x77, - 0xff,0xff, - 0x9c,0x63, - 0xff,0xff, - 0x58,0x20, - 0xff,0xff, - 0x05,0x80, - 0xff,0xff, - 0xff,0x7f, - 0x00,0xff, - 0xee,0x7f, - 0x00,0xff, - 0xef,0x7f, - 0x00,0xff, - 0xfe,0x7f, - 0x00,0xff, - 0xfe,0x7f, - 0x00,0xff, - 0xfe,0x7f, - 0x00,0xff, - 0xee,0x7f, - 0x00,0xff, - 0xed,0x7e, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0xed,0xfe, - 0x00,0xff, - 0xe6,0xf9, - 0x00,0xff, - 0xda,0xe5, - 0x00,0xff, - 0x63,0x9c, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x10,0xef, - 0x00,0xff, - 0x10,0xef, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x41,0xbe, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0x22,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0xa2,0x7f, - 0x00,0xff, - 0x65,0x9f, - 0x00,0xff, - 0x1a,0xe7, - 0x00,0xff, - 0x06,0xf9, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0xa3,0x7e, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x88,0x77, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x10,0xef, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x81,0x7e, - 0x00,0xff, - 0x81,0x7e, - 0x00,0xff, - 0x81,0x7e, - 0x00,0xff, - 0x11,0xf7, - 0xff,0x00, - 0x13,0xf7, - 0xff,0x00, - 0x32,0xd3, - 0xff,0x00, - 0x2a,0xd9, - 0xff,0x00, - 0x37,0xce, - 0xff,0x00, - 0x1d,0xe3, - 0xff,0x00, - 0x17,0xe8, - 0xff,0x00, - 0x07,0xf8, - 0xff,0x00, - 0x3d,0xa0, - 0x00,0x00, - 0x3f,0xa0, - 0x00,0x00, - 0x1f,0x9f, - 0x00,0x00, - 0x03,0xa0, - 0x00,0x00, - 0x10,0xaf, - 0x00,0x00, - 0x1f,0xa0, - 0x00,0x00, - 0x20,0x9f, - 0x00,0x00, - 0x40,0x80, - 0x00,0x00, - 0x04,0x09, - 0x00,0x00, - 0x3c,0x05, - 0x00,0x00, - 0x88,0xf9, - 0x00,0x00, - 0xc0,0x05, - 0x00,0x00, - 0x08,0xf5, - 0x00,0x00, - 0xf8,0x05, - 0x00,0x00, - 0x04,0xf9, - 0x00,0x00, - 0x02,0x01, - 0x00,0x00, - 0x55,0x01, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0xff,0xbb, - 0x00,0xff, - 0xc7,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x45,0x11, - 0x00,0xff, - 0x3e,0xff, - 0x00,0xff, - 0x0e,0xff, - 0x00,0xff, - 0x52,0xff, - 0x00,0xff, - 0x20,0xff, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x54,0xfe, - 0x00,0xff, - 0x22,0xff, - 0x00,0xff, - 0x03,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0x8b,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0x07,0xfb, - 0x00,0xff, - 0x07,0xfb, - 0x00,0xff, - 0x33,0x03, - 0x00,0xff, - 0x60,0x07, - 0x00,0xff, - 0x3a,0xcd, - 0xff,0x00, - 0xf6,0x99, - 0xff,0x00, - 0x94,0xeb, - 0xff,0x00, - 0x10,0xef, - 0xff,0x00, - 0x30,0xdf, - 0xff,0x00, - 0xc0,0x9f, - 0xff,0x00, - 0x30,0xcf, - 0xff,0x00, - 0xf0,0xef, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x0f,0xf1, - 0xff,0x00, - 0x1f,0xef, - 0xff,0x00, - 0x3f,0xdf, - 0xff,0x00, - 0x4f,0xbf, - 0xff,0x00, - 0xc7,0xbf, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xf0,0x0f, - 0xff,0x00, - 0xfc,0xf3, - 0xff,0x00, - 0xfe,0xfd, - 0xff,0x00, - 0xfe,0xfd, - 0xff,0x00, - 0xfa,0xfd, - 0xff,0x00, - 0xf5,0xf9, - 0xff,0x00, - 0xff,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x37,0xc0, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0xe4,0x1b, - 0xff,0xff, - 0x64,0x9b, - 0xff,0xff, - 0x02,0xfd, - 0xff,0xff, - 0x09,0xf6, - 0xff,0xff, - 0x01,0xf6, - 0xff,0xff, - 0x90,0x67, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xee,0x11, - 0xff,0xff, - 0xc6,0x39, - 0xff,0xff, - 0x84,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x86,0x79, - 0xff,0xff, - 0x84,0x79, - 0xff,0xff, - 0x35,0xc2, - 0xff,0xff, - 0xb9,0x46, - 0xff,0xff, - 0xf1,0x06, - 0xff,0xff, - 0x61,0x82, - 0xff,0xff, - 0x02,0xc0, - 0xff,0xff, - 0x40,0x80, - 0xff,0xff, - 0x00,0x80, - 0xff,0xff, - 0x80,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xee,0x11, - 0xff,0xff, - 0xc4,0x39, - 0xff,0xff, - 0x2c,0x11, - 0xff,0xff, - 0x18,0x03, - 0xff,0xff, - 0x08,0x03, - 0xff,0xff, - 0x02,0x01, - 0xff,0xff, - 0x00,0x01, - 0xff,0xff, - 0xe0,0x79, - 0x00,0xff, - 0x40,0x63, - 0x00,0xff, - 0x00,0x1b, - 0x00,0xff, - 0xc0,0xdb, - 0x00,0xff, - 0xc4,0xdb, - 0x00,0xff, - 0xc0,0xdd, - 0x00,0xff, - 0xe0,0xed, - 0x00,0xff, - 0xe0,0xed, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x7e,0x81, - 0x00,0xff, - 0x7e,0xb7, - 0x00,0xff, - 0x7e,0xb7, - 0x00,0xff, - 0x7e,0xb7, - 0x00,0xff, - 0x3f,0xc0, - 0x00,0xff, - 0x3f,0xdb, - 0x00,0xff, - 0x3f,0xdb, - 0x00,0xff, - 0x41,0xbe, - 0x00,0xff, - 0x40,0x80, - 0x00,0xff, - 0x1f,0xc0, - 0x00,0xff, - 0x18,0xc0, - 0x00,0xff, - 0x1b,0xc0, - 0x00,0xff, - 0x1c,0xc3, - 0x00,0xff, - 0x1f,0xc0, - 0x00,0xff, - 0x0f,0xe0, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x03, - 0x00,0xff, - 0xf8,0x03, - 0x00,0xff, - 0x18,0x03, - 0x00,0xff, - 0xd8,0x23, - 0x00,0xff, - 0x08,0xc3, - 0x00,0xff, - 0xc8,0x03, - 0x00,0xff, - 0xf0,0x07, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x05,0x9e, - 0x00,0xff, - 0x02,0xc6, - 0x00,0xff, - 0x00,0xd8, - 0x00,0xff, - 0x03,0xdb, - 0x00,0xff, - 0x23,0xdb, - 0x00,0xff, - 0x03,0xbb, - 0x00,0xff, - 0x07,0xb7, - 0x00,0xff, - 0x07,0xb7, - 0x00,0xff, - 0x03,0xfc, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x55,0x01, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0xff,0xbb, - 0x00,0xff, - 0xc7,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x45,0x39, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x02,0xfd, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x35,0x06, - 0x00,0xff, - 0xf3,0x06, - 0x00,0xff, - 0x7d,0xc6, - 0x00,0xff, - 0x2b,0xf6, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0xa3,0x7e, - 0x00,0xff, - 0xc0,0xbf, - 0xff,0x00, - 0x40,0xff, - 0xff,0x00, - 0x20,0xff, - 0xff,0x00, - 0x5c,0xbf, - 0xff,0x00, - 0x3b,0xc7, - 0xff,0x00, - 0x1f,0xe0, - 0xff,0x00, - 0x07,0xf8, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xed,0xf1, - 0xff,0x00, - 0x3d,0xc1, - 0xff,0x00, - 0x3e,0xc3, - 0xff,0x00, - 0x7d,0x8e, - 0xff,0x00, - 0xf6,0xf9, - 0xff,0x00, - 0xfc,0x03, - 0xff,0x00, - 0xf0,0x0f, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x11,0xe6, - 0xff,0xff, - 0x39,0xc6, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0xfb,0x00, - 0xff,0xff, - 0x78,0x00, - 0xff,0xff, - 0x00,0x87, - 0xff,0xff, - 0x01,0xff, - 0xff,0xff, - 0x87,0xff, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0xce,0x31, - 0xff,0xff, - 0xce,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0x5c,0x20, - 0xff,0xff, - 0x30,0xc3, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x86,0xff, - 0xff,0xff, - 0x82,0x00, - 0xff,0xff, - 0x95,0x00, - 0xff,0xff, - 0x4f,0x00, - 0xff,0xff, - 0x3f,0x80, - 0xff,0xff, - 0xb0,0x0f, - 0xff,0xff, - 0x00,0x7f, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x87,0xff, - 0xff,0xff, - 0x80,0x01, - 0xff,0xff, - 0x50,0x01, - 0xff,0xff, - 0xe4,0x01, - 0xff,0xff, - 0xfa,0x01, - 0xff,0xff, - 0x1c,0xe0, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x87,0xff, - 0xff,0xff, - 0xe2,0xed, - 0x00,0xff, - 0xc3,0xec, - 0x00,0xff, - 0xc1,0xf6, - 0x00,0xff, - 0xc0,0xf6, - 0x00,0xff, - 0xc0,0xf6, - 0x00,0xff, - 0xc0,0xf8, - 0x00,0xff, - 0xc0,0xff, - 0x00,0xff, - 0xc0,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xe0,0x1f, - 0x00,0xff, - 0x20,0xdf, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x07,0xff, - 0x00,0xff, - 0x0f,0xe0, - 0x00,0xff, - 0x0f,0xe0, - 0x00,0xff, - 0x00,0xe0, - 0x00,0xff, - 0x00,0x0f, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xf7,0x00, - 0x00,0xff, - 0xf0,0x07, - 0x00,0xff, - 0x00,0x07, - 0x00,0xff, - 0x00,0xf0, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xe0,0x79, - 0x00,0xff, - 0xc0,0x63, - 0x00,0xff, - 0x00,0x1b, - 0x00,0xff, - 0xc0,0xdb, - 0x00,0xff, - 0xc4,0xdb, - 0x00,0xff, - 0xc0,0xdd, - 0x00,0xff, - 0xe0,0xed, - 0x00,0xff, - 0xe0,0xed, - 0x00,0xff, - 0xf8,0xfd, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf0,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfe,0xf8, - 0xff,0xff, - 0xf2,0xfc, - 0xff,0xff, - 0x35,0xcf, - 0xff,0xff, - 0xe3,0x9f, - 0xff,0xff, - 0x97,0xef, - 0xff,0xff, - 0x1b,0xef, - 0xff,0xff, - 0x27,0xdf, - 0xff,0xff, - 0xc2,0x9f, - 0xff,0xff, - 0x35,0xcf, - 0xff,0xff, - 0xf1,0xef, - 0xff,0xff, - 0xef,0xf3, - 0xff,0xff, - 0xd3,0xef, - 0xff,0xff, - 0xe7,0xdb, - 0xff,0xff, - 0xff,0xc7, - 0xff,0xff, - 0xcf,0xf3, - 0xff,0xff, - 0x14,0xfb, - 0xff,0xff, - 0x88,0xf7, - 0xff,0xff, - 0xa1,0xf7, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xf1,0xff, - 0xff,0xff, - 0xef,0xff, - 0xff,0xff, - 0xdf,0xff, - 0xff,0xff, - 0x8f,0xff, - 0xff,0xff, - 0xc7,0xbf, - 0xff,0xff, - 0xc0,0xbf, - 0xff,0xff, - 0xc0,0xbf, - 0xff,0xff, - 0x0f,0xff, - 0xff,0xff, - 0xf3,0xff, - 0xff,0xff, - 0xfd,0xff, - 0xff,0xff, - 0xff,0xfd, - 0xff,0xff, - 0xfb,0xfd, - 0xff,0xff, - 0xf7,0xf9, - 0xff,0xff, - 0xed,0xf1, - 0xff,0xff, - 0x3d,0xc1, - 0xff,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x84,0x7b, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xbf,0xff, - 0xff,0xff, - 0x37,0xee, - 0xff,0xff, - 0x53,0x8c, - 0xff,0xff, - 0x0b,0x24, - 0xff,0xff, - 0x10,0xe0, - 0xff,0xff, - 0xe4,0xf9, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf8,0xfd, - 0xff,0xff, - 0x2c,0xf9, - 0xff,0xff, - 0x00,0xf1, - 0xff,0xff, - 0x8c,0x61, - 0xff,0xff, - 0x0c,0x01, - 0xff,0xff, - 0x2c,0xc1, - 0xff,0xff, - 0x04,0xfb, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x04,0xfb, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x20,0xdf, - 0xff,0x00, - 0x20,0xdf, - 0xff,0x00, - 0x04,0xfb, - 0xff,0x00, - 0x65,0x9a, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x82,0x7d, - 0xff,0x00, - 0x90,0x6f, - 0xff,0x00, - 0x02,0xfd, - 0xff,0x00, - 0x92,0x6d, - 0xff,0x00, - 0x10,0xef, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x26,0xd9, - 0xff,0x00, - 0x7f,0xff, - 0xff,0xff, - 0xff,0x7f, - 0xff,0xff, - 0x7f,0x3f, - 0xff,0xff, - 0x21,0xbf, - 0xff,0xff, - 0x9f,0x3f, - 0xff,0xff, - 0x1f,0x7f, - 0xff,0xff, - 0x1f,0x7f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xff,0xfe, - 0xff,0xff, - 0xfe,0xfc, - 0xff,0xff, - 0x34,0xfd, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xe4,0xef, - 0xff,0xff, - 0xe2,0xcf, - 0xff,0xff, - 0x94,0xef, - 0xff,0xff, - 0x89,0xf7, - 0xff,0xff, - 0xc4,0xf7, - 0xff,0xff, - 0xf1,0xc7, - 0xff,0xff, - 0x83,0xe7, - 0xff,0xff, - 0x15,0xcf, - 0xff,0xff, - 0x43,0xf1, - 0xff,0xff, - 0x93,0xf9, - 0xff,0xff, - 0xa8,0xf7, - 0xff,0xff, - 0xc4,0xf3, - 0xff,0xff, - 0xcf,0xf1, - 0xff,0xff, - 0xf3,0xef, - 0xff,0xff, - 0xd9,0xe7, - 0xff,0xff, - 0xef,0xf3, - 0xff,0xff, - 0xe0,0xdf, - 0xff,0xff, - 0x90,0xef, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x81,0xfe, - 0xff,0xff, - 0xe0,0xff, - 0xff,0xff, - 0xbf,0xff, - 0xff,0xff, - 0x9f,0xff, - 0xff,0xff, - 0xdf,0xff, - 0xff,0xff, - 0x3d,0xc1, - 0xff,0xff, - 0x7b,0x83, - 0xff,0xff, - 0x71,0x87, - 0xff,0xff, - 0x07,0x0f, - 0xff,0xff, - 0x09,0xff, - 0xff,0xff, - 0xf1,0xff, - 0xff,0xff, - 0x73,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x88,0x77, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x82,0x7d, - 0x00,0xff, - 0x82,0x7d, - 0x00,0xff, - 0x82,0x7d, - 0x00,0xff, - 0xec,0x11, - 0xff,0xff, - 0xc4,0x31, - 0xff,0xff, - 0xc0,0x3b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x84,0x79, - 0xff,0xff, - 0x84,0x79, - 0xff,0xff, - 0xc1,0x3e, - 0xff,0x00, - 0xf7,0x08, - 0xff,0x00, - 0x7f,0x80, - 0xff,0x00, - 0x34,0xcb, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0xc1,0x3e, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x63,0x9c, - 0xff,0x00, - 0x7b,0x84, - 0xff,0x00, - 0x7e,0x81, - 0xff,0x00, - 0x2c,0xd3, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x83,0x7c, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x10,0x6f, - 0xff,0xff, - 0x4f,0x3f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0x07,0x7f, - 0xff,0xff, - 0x07,0x7f, - 0xff,0xff, - 0x88,0x37, - 0xff,0xff, - 0x27,0x9f, - 0xff,0xff, - 0xc2,0xfe, - 0xff,0xff, - 0xfc,0xfe, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xfd,0xfc, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0x4c,0xfd, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xf3,0x0c, - 0xff,0x00, - 0x51,0xaf, - 0xff,0x00, - 0x59,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x08,0x87, - 0x00,0xff, - 0x3c,0xbb, - 0x00,0xff, - 0x7f,0x7c, - 0x00,0xff, - 0x7c,0x39, - 0x00,0xff, - 0x44,0x39, - 0x00,0xff, - 0x64,0x19, - 0x00,0xff, - 0x11,0xe6, - 0xff,0xff, - 0x39,0xc6, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0xfb,0x00, - 0xff,0xff, - 0x78,0x00, - 0xff,0xff, - 0x00,0x87, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x71,0xff, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0x68,0x11, - 0xff,0xff, - 0x30,0xc3, - 0xff,0xff, - 0x01,0xff, - 0xff,0xff, - 0x83,0xff, - 0xff,0xff, - 0xfb,0x04, - 0xff,0x00, - 0xfc,0x03, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xef,0x10, - 0xff,0x00, - 0x6f,0x90, - 0xff,0x00, - 0x8c,0x73, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x5f,0xa0, - 0xff,0x00, - 0x3f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xfb,0x04, - 0xff,0x00, - 0xf2,0x0d, - 0xff,0x00, - 0x31,0xce, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x07,0xbf, - 0xff,0xff, - 0x87,0x3f, - 0xff,0xff, - 0x07,0x7f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0x0f,0xff, - 0xff,0xff, - 0x1f,0xff, - 0xff,0xff, - 0x3f,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xfd,0xfc, - 0xff,0xff, - 0xfd,0xfc, - 0xff,0xff, - 0xf9,0xfc, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfc,0xff, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x65,0x19, - 0x00,0xff, - 0x4d,0x31, - 0x00,0xff, - 0x4d,0x31, - 0x00,0xff, - 0x4b,0x33, - 0x00,0xff, - 0xb7,0x87, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x82,0x7d, - 0xff,0x00, - 0x87,0x78, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0xf0,0x0f, - 0xff,0x00, - 0xbc,0x43, - 0xff,0x00, - 0x87,0x78, - 0xff,0x00, - 0x78,0x87, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x41,0xbe, - 0xff,0x00, - 0xe1,0x1e, - 0xff,0x00, - 0x11,0xee, - 0xff,0x00, - 0x0f,0xf0, - 0xff,0x00, - 0x3f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x1e,0xe1, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x40,0xbf, - 0xff,0x00, - 0x30,0xcf, - 0xff,0x00, - 0x0f,0xf0, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xdf,0xff, - 0xff,0xff, - 0xcd,0xff, - 0xff,0xff, - 0xe9,0xff, - 0xff,0xff, - 0xfb,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xe9,0xf7, - 0xff,0xff, - 0xeb,0xf7, - 0xff,0xff, - 0xfe,0xf3, - 0xff,0xff, - 0xee,0xf9, - 0xff,0xff, - 0xfd,0xfe, - 0xff,0xff, - 0xfa,0xff, - 0xff,0xff, - 0xfc,0xff, - 0xff,0xff, - 0xfa,0xff, - 0xff,0xff, - 0x36,0xc1, - 0x00,0x00, - 0xc3,0xfc, - 0x00,0x00, - 0xf0,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0xc3,0x3f, - 0x00,0x00, - 0x0f,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x14, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0xfb, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x45,0x11, - 0x00,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xd3,0xef, - 0xff,0xff, - 0xe7,0xdb, - 0xff,0xff, - 0xff,0xc7, - 0xff,0xff, - 0xcf,0xf3, - 0xff,0xff, - 0x94,0xfb, - 0xff,0xff, - 0x48,0xf7, - 0xff,0xff, - 0xa1,0xf7, - 0xff,0xff, - 0x83,0xf1, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xd7,0xff, - 0xff,0xff, - 0xae,0xff, - 0xff,0xff, - 0xbe,0x41, - 0xff,0xff, - 0xf3,0x0c, - 0xff,0xff, - 0x51,0xaf, - 0xff,0xff, - 0x59,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x7f,0xff, - 0xff,0xff, - 0xfd,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0xe1,0x1f, - 0xff,0xff, - 0xbf,0x40, - 0xff,0xff, - 0x33,0xcc, - 0xff,0xff, - 0x63,0xff, - 0xff,0xff, - 0xe7,0xff, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0x7d,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0x61,0x9f, - 0xff,0xff, - 0x3f,0xc0, - 0xff,0xff, - 0xb3,0x4c, - 0xff,0xff, - 0xe3,0xff, - 0xff,0xff, - 0xe7,0xff, - 0xff,0xff, - 0x13,0xf9, - 0xff,0xff, - 0x43,0xfd, - 0xff,0xff, - 0x8d,0xfb, - 0xff,0xff, - 0x3c,0xe3, - 0xff,0xff, - 0x2e,0xd3, - 0xff,0xff, - 0xe7,0x1f, - 0xff,0xff, - 0xf7,0x9f, - 0xff,0xff, - 0xbf,0xff, - 0xff,0xff, - 0x0c,0xb3, - 0xff,0xff, - 0x08,0xd7, - 0xff,0xff, - 0x10,0xcf, - 0xff,0xff, - 0x00,0xdf, - 0xff,0xff, - 0x00,0xdf, - 0xff,0xff, - 0x05,0xda, - 0xff,0xff, - 0x01,0xda, - 0xff,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x06,0xf9, - 0xff,0xff, - 0x84,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x06,0xf9, - 0xff,0xff, - 0x04,0xf9, - 0xff,0xff, - 0x38,0xc7, - 0xff,0xff, - 0x30,0xcf, - 0xff,0xff, - 0x60,0x9f, - 0xff,0xff, - 0x40,0xbf, - 0xff,0xff, - 0x02,0xfd, - 0xff,0xff, - 0x09,0xf6, - 0xff,0xff, - 0x01,0xf6, - 0xff,0xff, - 0x80,0x77, - 0xff,0xff, - 0xf8,0x07, - 0xff,0xff, - 0x70,0x8f, - 0xff,0xff, - 0x70,0x8f, - 0xff,0xff, - 0x58,0xa7, - 0xff,0xff, - 0x0a,0xf5, - 0xff,0xff, - 0x09,0xf6, - 0xff,0xff, - 0x01,0xf6, - 0xff,0xff, - 0x80,0x77, - 0xff,0xff, - 0x0c,0xf1, - 0xff,0xff, - 0x0c,0xf1, - 0xff,0xff, - 0x04,0xf9, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x00,0xfb, - 0xff,0xff, - 0x04,0xf9, - 0xff,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x0c,0xb3, - 0xff,0xff, - 0x0e,0xb1, - 0xff,0xff, - 0x06,0xb9, - 0xff,0xff, - 0x04,0xb9, - 0xff,0xff, - 0x04,0xb9, - 0xff,0xff, - 0x04,0xb9, - 0xff,0xff, - 0x0d,0xb0, - 0xff,0xff, - 0x4c,0xb1, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x4e,0xb1, - 0xff,0xff, - 0x47,0xb8, - 0xff,0xff, - 0x45,0xb8, - 0xff,0xff, - 0x95,0x68, - 0xff,0xff, - 0x9d,0x60, - 0xff,0xff, - 0x0d,0xf0, - 0xff,0xff, - 0x00,0xf7, - 0xff,0xff, - 0x18,0xe7, - 0xff,0xff, - 0x1c,0xe3, - 0xff,0xff, - 0x0c,0xf3, - 0xff,0xff, - 0x08,0xf3, - 0xff,0xff, - 0x08,0xf3, - 0xff,0xff, - 0x0a,0xf1, - 0xff,0xff, - 0x1b,0xe0, - 0xff,0xff, - 0x4c,0xb1, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x4e,0xb1, - 0xff,0xff, - 0x47,0xb8, - 0xff,0xff, - 0x25,0xd8, - 0xff,0xff, - 0x15,0xe8, - 0xff,0xff, - 0x1d,0xe0, - 0xff,0xff, - 0x3d,0xc0, - 0xff,0xff, - 0x00,0xf7, - 0xff,0xff, - 0x18,0xe7, - 0xff,0xff, - 0x9c,0x63, - 0xff,0xff, - 0x4c,0xb3, - 0xff,0xff, - 0x88,0x73, - 0xff,0xff, - 0x08,0xf3, - 0xff,0xff, - 0x2a,0xd1, - 0xff,0xff, - 0x3b,0xc0, - 0xff,0xff, - 0x4c,0xb1, - 0xff,0xff, - 0x0c,0xf1, - 0xff,0xff, - 0x4c,0xb1, - 0xff,0xff, - 0x44,0xb9, - 0xff,0xff, - 0x24,0xd9, - 0xff,0xff, - 0x14,0xe9, - 0xff,0xff, - 0x0c,0xe1, - 0xff,0xff, - 0x8c,0x61, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xbf,0x40, - 0xff,0x00, - 0x33,0xcc, - 0xff,0x00, - 0x63,0xff, - 0xff,0x00, - 0xe7,0xff, - 0xff,0x00, - 0xc7,0x38, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xf8,0x07, - 0xff,0x00, - 0xc0,0x3f, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x60,0x9f, - 0xff,0x00, - 0x70,0xcf, - 0xff,0x00, - 0xd0,0xef, - 0xff,0x00, - 0x88,0xef, - 0xff,0x00, - 0x5f,0xff, - 0x00,0x00, - 0x3f,0xff, - 0x00,0x00, - 0x5f,0xff, - 0x00,0x00, - 0xbf,0x7f, - 0x00,0x00, - 0x77,0x9f, - 0x00,0x00, - 0x7f,0xcf, - 0x00,0x00, - 0xd7,0xef, - 0x00,0x00, - 0x97,0xef, - 0x00,0x00, - 0xef,0xf3, - 0x00,0x00, - 0xd3,0xef, - 0x00,0x00, - 0xe7,0xdb, - 0x00,0x00, - 0xff,0xc7, - 0x00,0x00, - 0xcf,0xf3, - 0x00,0x00, - 0x14,0xfb, - 0x00,0x00, - 0x88,0xf7, - 0x00,0x00, - 0xa1,0xf7, - 0x00,0x00, - 0xef,0xf3, - 0x00,0x00, - 0xd3,0xef, - 0x00,0x00, - 0xe7,0xdb, - 0x00,0x00, - 0xff,0xc7, - 0x00,0x00, - 0xcf,0xf3, - 0x00,0x00, - 0x94,0xfb, - 0x00,0x00, - 0x88,0xf7, - 0x00,0x00, - 0xa1,0xf7, - 0x00,0x00, - 0x43,0xf1, - 0x00,0x00, - 0x93,0xf9, - 0x00,0x00, - 0xa8,0xf7, - 0x00,0x00, - 0xc4,0xf3, - 0x00,0x00, - 0xcf,0xf1, - 0x00,0x00, - 0xf3,0xef, - 0x00,0x00, - 0xd9,0xe7, - 0x00,0x00, - 0xef,0xf3, - 0x00,0x00, - 0xc3,0xf1, - 0x00,0x00, - 0x93,0xf9, - 0x00,0x00, - 0xa8,0xf7, - 0x00,0x00, - 0xc4,0xf3, - 0x00,0x00, - 0xcf,0xf1, - 0x00,0x00, - 0xf3,0xef, - 0x00,0x00, - 0xd9,0xe7, - 0x00,0x00, - 0xef,0xf3, - 0x00,0x00, - 0x35,0xcf, - 0x00,0x00, - 0xe3,0x9f, - 0x00,0x00, - 0x97,0xef, - 0x00,0x00, - 0x1b,0xef, - 0x00,0x00, - 0x27,0xdf, - 0x00,0x00, - 0xc2,0x9f, - 0x00,0x00, - 0x35,0xcf, - 0x00,0x00, - 0xf1,0xef, - 0x00,0x00, - 0xe4,0xef, - 0x00,0x00, - 0xe2,0xcf, - 0x00,0x00, - 0x94,0xef, - 0x00,0x00, - 0x89,0xf7, - 0x00,0x00, - 0xc4,0xf7, - 0x00,0x00, - 0xf1,0xc7, - 0x00,0x00, - 0x83,0xe7, - 0x00,0x00, - 0x15,0xcf, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x7f,0xff, - 0x00,0x00, - 0x3d,0xef, - 0x00,0x00, - 0x29,0x87, - 0x00,0x00, - 0x93,0x64, - 0x00,0x00, - 0x02,0xf1, - 0x00,0x00, - 0x20,0xff, - 0x00,0x00, - 0x0a,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xf9,0xff, - 0x00,0x00, - 0xb8,0x77, - 0x00,0x00, - 0x14,0x63, - 0x00,0x00, - 0xc3,0x20, - 0x00,0x00, - 0x40,0x87, - 0x00,0x00, - 0x54,0xff, - 0x00,0x00 + 0xa3,0x9c,0x00,0x00,0xcc,0xc3,0x00,0x00,0xd2,0xef,0x00,0x00,0xa5,0xdf,0x00,0x00,0x22,0xdf,0x00,0x00,0x40,0xbf,0x00,0x00,0x40,0xbf,0x00,0x00,0xe4,0x9b,0x00,0x00, + 0xfd,0x01,0x00,0x00,0x33,0xc3,0x00,0x00,0x8b,0xf7,0x00,0x00,0x05,0xfb,0x00,0x00,0x04,0xfb,0x00,0x00,0x04,0xf9,0x00,0x00,0x2c,0xd1,0x00,0x00,0x39,0xc1,0x00,0x00, + 0xa3,0x9c,0x00,0x00,0xc4,0xc8,0x00,0x00,0xc3,0xf0,0x00,0x00,0x90,0xe7,0x00,0x00,0x32,0xc5,0x00,0x00,0x36,0xc1,0x00,0x00,0xc3,0xfc,0x00,0x00,0xf0,0xff,0x00,0x00, + 0xfd,0x01,0x00,0x00,0x33,0x03,0x00,0x00,0x83,0x0f,0x00,0x00,0x89,0x07,0x00,0x00,0x8c,0x03,0x00,0x00,0x8c,0x03,0x00,0x00,0xc3,0x3f,0x00,0x00,0x0f,0xff,0x00,0x00, + 0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xbb,0x00,0x00,0xd7,0x7d,0x00,0x00,0xbb,0x6d,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xbb,0x00,0x00,0xd7,0x7d,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xe8,0xef,0xff,0x00,0xe8,0xcf,0xff,0x00,0x98,0xef,0xff,0x00,0x88,0xf7,0xff,0x00,0xc4,0xf7,0xff,0x00,0xf4,0xc7,0xff,0x00,0x84,0xe7,0xff,0x00,0x18,0xcf,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x03,0xf1,0xff,0x00,0x0b,0xf9,0xff,0x00,0x08,0xf7,0xff,0x00,0x14,0xf3,0xff,0x00,0x1f,0xf1,0xff,0x00,0x13,0xef,0xff,0x00,0x19,0xe7,0xff,0x00,0x1f,0xf3,0xff,0x00, + 0x9c,0x63,0x00,0x00,0x82,0x7d,0x00,0x00,0x81,0x7e,0x00,0x00,0x44,0x3b,0x00,0x00,0x30,0x03,0x00,0x00,0x78,0x03,0x00,0x00,0x7d,0x00,0x00,0x00,0xb7,0x88,0x00,0x00, + 0x25,0xc1,0x00,0x00,0x66,0x98,0x00,0x00,0xc6,0x38,0x00,0x00,0x5c,0x80,0x00,0x00,0x42,0x80,0x00,0x00,0xde,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0xfd,0x01,0x00,0x00, + 0xc7,0xbb,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xbb,0x6d,0x00,0x00,0xc7,0xbb,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00, + 0xf0,0x9f,0xff,0x00,0x90,0xef,0xff,0x00,0x10,0xef,0xff,0x00,0x30,0xdf,0xff,0x00,0xe0,0x9f,0xff,0x00,0xf0,0xcf,0xff,0x00,0xf0,0xef,0xff,0x00,0xf8,0xef,0xff,0x00, + 0x13,0xef,0xff,0x00,0x27,0xdb,0xff,0x00,0x07,0xe7,0xff,0x00,0x53,0xb3,0xff,0x00,0x6c,0x9b,0xff,0x00,0x28,0xd7,0xff,0x00,0x11,0xf7,0xff,0x00,0x13,0xf1,0xff,0x00, + 0xa3,0x9c,0x00,0x00,0xc4,0xc8,0x00,0x00,0xc3,0xf0,0x00,0x00,0x90,0xe7,0x00,0x00,0x32,0xc5,0x00,0x00,0x36,0xc1,0x00,0x00,0x3b,0xc0,0x00,0x00,0x9f,0xe0,0x00,0x00, + 0xfd,0x01,0x00,0x00,0x33,0x03,0x00,0x00,0x83,0x0f,0x00,0x00,0x89,0x07,0x00,0x00,0x8c,0x03,0x00,0x00,0x8c,0x03,0x00,0x00,0x9c,0x03,0x00,0x00,0x39,0x07,0x00,0x00, + 0xff,0xfc,0x00,0x00,0xfc,0xf3,0x00,0x00,0xf2,0xef,0x00,0x00,0xe5,0xdf,0x00,0x00,0xe2,0xdf,0x00,0x00,0xc0,0xbf,0x00,0x00,0xc0,0xbf,0x00,0x00,0xe4,0x9b,0x00,0x00, + 0xff,0x3f,0x00,0x00,0x3f,0xcf,0x00,0x00,0x8f,0xf7,0x00,0x00,0x07,0xfb,0x00,0x00,0x07,0xfb,0x00,0x00,0x05,0xf9,0x00,0x00,0x2d,0xd1,0x00,0x00,0x39,0xc1,0x00,0x00, + 0xf8,0xcf,0xff,0x00,0x88,0xef,0xff,0x00,0x28,0xcf,0xff,0x00,0xdc,0x83,0xff,0x00,0xce,0xb1,0xff,0x00,0x8b,0xf4,0xff,0x00,0x99,0xe6,0xff,0x00,0xfd,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x3e,0xc1,0xff,0x00,0x73,0x8c,0xff,0x00,0xd1,0x2e,0xff,0x00,0xd8,0xff,0xff,0x00,0xf0,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x80,0x7f,0xff,0x00,0x60,0x9f,0xff,0x00,0x70,0xcf,0xff,0x00,0xd0,0xef,0xff,0x00,0x88,0xef,0xff,0x00, + 0xc3,0xfc,0x00,0x00,0xf0,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x24,0x58,0x00,0xff,0x24,0x59,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x05,0x51,0x00,0xff, + 0x00,0xf9,0xff,0xff,0x02,0xe4,0xff,0xff,0x19,0xce,0xff,0xff,0x0d,0xdf,0xff,0xff,0x07,0xdf,0xff,0xff,0x1f,0xcf,0xff,0xff,0x0f,0xbf,0xff,0xff,0x1f,0x6f,0xff,0xff, + 0x00,0x04,0xff,0xff,0xca,0x31,0xff,0xff,0x44,0xbf,0xff,0xff,0x65,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x41,0xff,0xff,0xb2,0x0c,0xff,0xff,0x51,0xaf,0xff,0xff,0x59,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x1f,0xff,0xff,0xa0,0x40,0xff,0xff,0x33,0xcc,0xff,0xff,0x63,0xff,0xff,0xff,0xe7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x11,0xff,0xff,0x2a,0xc4,0xff,0xff,0x13,0xfc,0xff,0xff,0x96,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0xff,0xff,0xff,0x00,0x07,0xff,0xff,0x30,0xc9,0xff,0xff,0x36,0xfc,0xff,0xff,0x7c,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf8,0xfe,0xff,0xff, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xbe,0x41,0xff,0x00,0xf3,0x0c,0xff,0x00,0x51,0xaf,0xff,0x00,0x59,0xff,0xff,0x00,0xff,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xe0,0x1f,0xff,0x00,0xbf,0x40,0xff,0x00,0x33,0xcc,0xff,0x00,0x63,0xff,0xff,0x00,0xe7,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x01,0xfe,0xff,0x00,0x06,0xf9,0xff,0x00,0x0e,0xf3,0xff,0x00,0x0b,0xf7,0xff,0x00,0x19,0xf7,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x60,0x9f,0xff,0x00,0x7f,0x80,0xff,0x00,0xf3,0x0c,0xff,0x00,0x83,0x7f,0xff,0x00,0x07,0xff,0xff,0x00, + 0x0b,0xf9,0xff,0x00,0x07,0xfd,0xff,0x00,0x07,0xfb,0xff,0x00,0x1c,0xe3,0xff,0x00,0x2e,0xd3,0xff,0x00,0xe7,0x1f,0xff,0x00,0xf7,0x9f,0xff,0x00,0xbf,0xff,0xff,0x00, + 0x44,0x38,0x00,0xff,0x5d,0x21,0x00,0xff,0x5c,0x20,0x00,0xff,0x18,0xa3,0x00,0xff,0x08,0x30,0x00,0xff,0xab,0x93,0x00,0xff,0xbb,0x83,0x00,0xff,0xff,0xc7,0x00,0xff, + 0x45,0x11,0x00,0xff,0x55,0x01,0x00,0xff,0x7d,0x39,0x00,0xff,0xc7,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff,0x6d,0x11,0x00,0xff, + 0x44,0x10,0x00,0xff,0x55,0x01,0x00,0xff,0xd6,0x82,0x00,0xff,0xfe,0xbb,0x00,0xff,0xc6,0x7c,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff, + 0x3f,0x1f,0xff,0xff,0x1f,0xcf,0xff,0xff,0x03,0xef,0xff,0xff,0x03,0xdf,0xff,0xff,0x07,0xdf,0xff,0xff,0x1f,0xc7,0xff,0xff,0x0f,0xe7,0xff,0xff,0x03,0xdf,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf0,0xfe,0xff,0xff,0xf0,0xfd,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf2,0xfc,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfc,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xf8,0xfe,0xff,0xff, + 0x5d,0x21,0x00,0xff,0x5d,0x21,0x00,0xff,0x9b,0xa3,0x00,0xff,0x8b,0xb3,0x00,0xff,0xab,0x93,0x00,0xff,0xbb,0x83,0x00,0xff,0xff,0xc7,0x00,0xff,0xff,0xff,0x00,0xff, + 0x1f,0xcf,0xff,0xff,0x0f,0xbf,0xff,0xff,0x1f,0x6f,0xff,0xff,0x3f,0x1f,0xff,0xff,0x1f,0xcf,0xff,0xff,0x03,0xef,0xff,0xff,0x0b,0xc7,0xff,0xff,0x07,0xdf,0xff,0xff, + 0xf0,0xfd,0xff,0xff,0xf8,0xf3,0xff,0xff,0xf0,0xfd,0xff,0xff,0xe0,0xfd,0xff,0xff,0xe0,0xfb,0xff,0xff,0xf8,0xf3,0xff,0xff,0xe4,0xf9,0xff,0xff,0xf8,0xfd,0xff,0xff, + 0xff,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff, + 0x1f,0xc7,0xff,0xff,0x0f,0xe7,0xff,0xff,0x03,0xdf,0xff,0xff,0x13,0xcf,0xff,0xff,0x1f,0xc7,0xff,0xff,0x0f,0xbf,0xff,0xff,0x27,0x9f,0xff,0xff,0x1f,0xcf,0xff,0xff, + 0xfc,0xfd,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf0,0xfd,0xff,0xff,0xf0,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfe,0xf8,0xff,0xff,0xf2,0xfc,0xff,0xff,0xe4,0xf9,0xff,0xff, + 0x55,0x01,0x00,0xff,0x55,0x01,0x00,0xff,0xd7,0x83,0x00,0xff,0xff,0xbb,0x00,0xff,0xc7,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x24,0x58,0x00,0xff,0x24,0x59,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff, + 0xff,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff, + 0x30,0x7f,0xff,0xff,0x0f,0x7f,0xff,0xff,0x1f,0x7f,0xff,0xff,0x9f,0x3f,0xff,0xff,0x01,0xbf,0xff,0xff,0x5f,0x3f,0xff,0xff,0xbf,0x7f,0xff,0xff,0x7f,0xff,0xff,0xff, + 0x86,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfc,0xfd,0xff,0xff,0x34,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xff, + 0x0f,0xbf,0xff,0xff,0x3f,0x8f,0xff,0xff,0x1f,0xcf,0xff,0xff,0x07,0xbf,0xff,0xff,0x27,0x9f,0xff,0xff,0x3f,0x8f,0xff,0xff,0x1f,0x7f,0xff,0xff,0x4f,0x3f,0xff,0xff, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xdf,0xff,0x00,0x00,0xcd,0xff,0x00,0x00,0xe9,0xff,0x00,0x00,0xfb,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0x44,0x38,0x00,0xff,0x5d,0x21,0x00,0xff,0x5c,0x20,0x00,0xff,0x98,0xa3,0x00,0xff,0x88,0xb0,0x00,0xff,0xab,0x93,0x00,0xff,0xbb,0x83,0x00,0xff,0xff,0xc7,0x00,0xff, + 0x45,0x39,0x00,0xff,0x5d,0x21,0x00,0xff,0x5d,0x21,0x00,0xff,0x1b,0xa3,0x00,0xff,0x0b,0x33,0x00,0xff,0xab,0x93,0x00,0xff,0xbb,0x83,0x00,0xff,0xff,0xc7,0x00,0xff, + 0x3f,0x9f,0xff,0xff,0x0f,0xbf,0xff,0xff,0x1b,0xbf,0xff,0xff,0x31,0x9f,0xff,0xff,0x00,0x8c,0xff,0xff,0x00,0xb1,0xff,0xff,0x04,0xb9,0xff,0xff,0x0c,0xb1,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xef,0x7f,0xff,0xff,0xcd,0x3b,0xff,0xff,0x54,0x23,0xff,0xff,0x0a,0x80,0xff,0xff,0x0c,0xf0,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xcf,0xff,0xff,0xff,0x8f,0x7f,0xff,0xff,0x1f,0x6f,0xff,0xff,0xbf,0x1f,0xff,0xff, + 0xfc,0xfd,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf0,0xfd,0xff,0xff,0xf0,0xfe,0x7f,0x7f,0xf8,0xfe,0x7f,0x7f,0xfe,0xf8,0x7f,0x7f,0xf2,0xfc,0xff,0xff,0xe4,0xf9,0xff,0xff, + 0xff,0xff,0xff,0x00,0xf3,0xff,0xff,0x00,0xf1,0xfe,0xff,0x00,0xf9,0xf6,0xff,0x00,0xfe,0xe0,0xff,0x00,0xcd,0xf1,0xff,0x00,0xe2,0xfb,0xff,0x00,0xf1,0xe2,0xff,0x00, + 0xcf,0xff,0xff,0x00,0x8f,0xff,0xff,0x00,0x9d,0x6f,0xff,0x00,0x68,0x07,0xff,0x00,0x62,0x65,0xff,0x00,0x94,0xf0,0xff,0x00,0xef,0x1f,0xff,0x00,0xf8,0x07,0xff,0x00, + 0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xf9,0x7f,0xff,0x00,0xf8,0x77,0xff,0x00,0x34,0x73,0xff,0x00,0x12,0x60,0xff,0x00,0xcf,0xa7,0xff,0x00,0x3b,0x8c,0xff,0x00, + 0xf3,0xff,0xff,0x00,0xe3,0xff,0xff,0x00,0xa7,0x1f,0xff,0x00,0x9f,0x07,0xff,0x00,0x7f,0x71,0xff,0x00,0xce,0x7b,0xff,0x00,0xe0,0x97,0xff,0x00,0xf1,0x03,0xff,0x00, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xfc,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0xf4,0xff,0x00,0xff,0xe3,0xe7,0x00,0xff,0xe2,0xed,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x3f,0xff,0x00,0xff,0xdf,0xff,0x00,0xff,0x2f,0xff,0x00,0xff,0xcf,0xef,0x00,0xff,0x2f,0xcf,0x00,0xff, + 0x14,0xa3,0xff,0xff,0x0e,0xc1,0xff,0xff,0x1c,0xc3,0xff,0xff,0x08,0xd7,0xff,0xff,0x00,0xdf,0xff,0xff,0x04,0xbb,0xff,0xff,0x00,0xbb,0xff,0xff,0x00,0xbb,0xff,0xff, + 0x0f,0xf0,0xff,0xff,0x1f,0xe0,0xff,0xff,0x1e,0xe1,0xff,0xff,0xb8,0x43,0xff,0xff,0xf8,0x03,0xff,0xff,0x74,0x83,0xff,0xff,0x66,0x89,0xff,0xff,0x64,0x99,0xff,0xff, + 0xff,0x83,0x00,0xff,0xff,0x7d,0x00,0xff,0xff,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x41,0x3d,0x00,0xff,0x35,0x09,0x00,0xff,0x55,0x09,0x00,0xff,0x55,0x49,0x00,0xff, + 0xb7,0xc4,0xff,0x00,0xeb,0xcc,0xff,0x00,0xe7,0xc8,0xff,0x00,0x86,0xe9,0xff,0x00,0x8a,0xf5,0xff,0x00,0xc6,0xf5,0xff,0x00,0xf4,0xc7,0xff,0x00,0x8c,0xe7,0xff,0x00, + 0xaf,0x50,0xff,0x00,0x06,0xf9,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xf7,0x78,0xff,0x00,0xde,0x21,0xff,0x00,0xf4,0x0b,0xff,0x00,0x60,0x9f,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xfb,0x09,0xff,0x00,0x79,0x81,0xff,0x00,0x29,0xd7,0xff,0x00,0x10,0xf7,0xff,0x00,0x14,0xf3,0xff,0x00,0x13,0xf1,0xff,0x00,0x13,0xef,0xff,0x00,0x19,0xe7,0xff,0x00, + 0xf2,0xf5,0x00,0xff,0xe6,0xf1,0x00,0xff,0xe3,0xf8,0x00,0xff,0xf3,0xfc,0x00,0xff,0xf8,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xef,0x0f,0x00,0xff,0xe7,0x0f,0x00,0xff,0xc7,0x1f,0x00,0xff,0x0f,0x3f,0x00,0xff,0x1f,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x00,0xbb,0xff,0xff,0x0c,0xb3,0xff,0xff,0x0e,0xb1,0xff,0xff,0x4d,0xb0,0xff,0xff,0x4d,0xb0,0xff,0xff,0x30,0xc3,0xff,0xff,0x80,0xff,0xff,0xff,0xc1,0xff,0xff,0xff, + 0x6c,0x91,0xff,0xff,0xce,0x31,0xff,0xff,0xce,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0x2c,0x10,0xff,0xff,0x30,0xc3,0xff,0xff,0x00,0xff,0xff,0xff,0x83,0xff,0xff,0xff, + 0xff,0xff,0xff,0x00,0x7f,0xff,0xff,0x00,0x3d,0xef,0xff,0x00,0x69,0x87,0xff,0x00,0xf2,0x64,0xff,0x00,0x95,0xf1,0xff,0x00,0x6e,0x9f,0xff,0x00,0xfb,0x04,0xff,0x00, + 0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xf9,0xff,0xff,0x00,0xb8,0x77,0xff,0x00,0x14,0x63,0xff,0x00,0x03,0x20,0xff,0x00,0xc7,0x87,0xff,0x00,0x7b,0xfc,0xff,0x00, + 0x5f,0xc0,0x00,0xff,0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff,0x5f,0xc0,0x00,0xff,0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff, + 0x9f,0x60,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xf9,0x06,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0xff,0x00,0x00,0xff,0x01,0xfe,0x00,0xff,0x21,0xde,0x00,0xff,0x01,0xfe,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x04,0x50,0x00,0xff, + 0x88,0xef,0xff,0x00,0xc8,0xcf,0xff,0x00,0x5c,0xcb,0xff,0x00,0x34,0x9b,0xff,0x00,0x6c,0x73,0xff,0x00,0xb8,0xc7,0xff,0x00,0x78,0x87,0xff,0x00,0xe8,0x17,0xff,0x00, + 0x1f,0xf3,0xff,0x00,0x33,0xef,0xff,0x00,0x07,0xdb,0xff,0x00,0x2f,0xe7,0xff,0x00,0x5f,0xb3,0xff,0x00,0x6c,0x9b,0xff,0x00,0x68,0x97,0xff,0x00,0x21,0xd7,0xff,0x00, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xfc,0xff,0x00,0xff,0xf2,0xff,0x00,0xff,0xce,0xff,0x00,0xff,0x2e,0xff,0x00,0xff, + 0xfc,0xff,0x00,0xff,0xf2,0xff,0x00,0xff,0xce,0xff,0x00,0xff,0x2e,0xff,0x00,0xff,0xee,0xff,0x00,0xff,0xfe,0xff,0x00,0xff,0xfe,0xff,0x00,0xff,0xee,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xef,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff, + 0x3f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x53,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0x22,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0x22,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x3f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x53,0xff,0x00,0xff,0x20,0xff,0x00,0xff, + 0xbf,0x40,0xff,0x00,0x11,0xee,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0x38,0xc7,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x84,0x7b,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x84,0x7b,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xff,0x00,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0xff,0x00,0x00,0xff,0x21,0xde,0x00,0xff,0x21,0xde,0x00,0xff,0x21,0xde,0x00,0xff, + 0xff,0xff,0x00,0x00,0xff,0xe1,0x00,0x00,0xe1,0xde,0x00,0x00,0xcc,0xbf,0x00,0x00,0xc0,0xde,0x00,0x00,0x81,0x80,0x00,0x00,0x1a,0xb9,0x00,0x00,0x38,0xa0,0x00,0x00, + 0xff,0x87,0x00,0x00,0x87,0x7b,0x00,0x00,0x33,0xfd,0x00,0x00,0x07,0x7b,0x00,0x00,0x83,0x03,0x00,0x00,0x09,0xf1,0x00,0x00,0x64,0xf9,0x00,0x00,0x0c,0xf1,0x00,0x00, + 0x44,0x11,0x00,0xff,0x54,0x00,0x00,0xff,0x7d,0x39,0x00,0xff,0xc6,0x7c,0x00,0xff,0x38,0x7d,0x00,0xff,0x24,0x58,0x00,0xff,0x25,0x59,0x00,0xff,0x6d,0x11,0x00,0xff, + 0xc0,0x3f,0xff,0x00,0x80,0x7f,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0xff,0xff,0x3d,0xef,0xff,0xff,0x19,0x87,0xff,0xff,0x0a,0x64,0xff,0xff,0x00,0xf1,0xff,0xff,0x18,0xe3,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xff,0xff,0xb8,0x77,0xff,0xff,0x9c,0x63,0xff,0xff,0x58,0x20,0xff,0xff,0x05,0x80,0xff,0xff, + 0xff,0x7f,0x00,0xff,0xee,0x7f,0x00,0xff,0xef,0x7f,0x00,0xff,0xfe,0x7f,0x00,0xff,0xfe,0x7f,0x00,0xff,0xfe,0x7f,0x00,0xff,0xee,0x7f,0x00,0xff,0xed,0x7e,0x00,0xff, + 0xee,0xff,0x00,0xff,0xee,0xff,0x00,0xff,0xee,0xff,0x00,0xff,0xed,0xfe,0x00,0xff,0xe6,0xf9,0x00,0xff,0xda,0xe5,0x00,0xff,0x63,0x9c,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xef,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0x10,0xef,0x00,0xff,0x10,0xef,0x00,0xff,0xff,0x00,0x00,0xff,0x41,0xbe,0x00,0xff, + 0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x55,0xff,0x00,0xff,0x22,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0xa2,0x7f,0x00,0xff,0x65,0x9f,0x00,0xff,0x1a,0xe7,0x00,0xff,0x06,0xf9,0x00,0xff,0x01,0xfe,0x00,0xff, + 0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x55,0xfe,0x00,0xff,0xa3,0x7e,0x00,0xff, + 0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x88,0x77,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xef,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0x81,0x7e,0x00,0xff,0x81,0x7e,0x00,0xff,0x81,0x7e,0x00,0xff, + 0x11,0xf7,0xff,0x00,0x13,0xf7,0xff,0x00,0x32,0xd3,0xff,0x00,0x2a,0xd9,0xff,0x00,0x37,0xce,0xff,0x00,0x1d,0xe3,0xff,0x00,0x17,0xe8,0xff,0x00,0x07,0xf8,0xff,0x00, + 0x3d,0xa0,0x00,0x00,0x3f,0xa0,0x00,0x00,0x1f,0x9f,0x00,0x00,0x03,0xa0,0x00,0x00,0x10,0xaf,0x00,0x00,0x1f,0xa0,0x00,0x00,0x20,0x9f,0x00,0x00,0x40,0x80,0x00,0x00, + 0x04,0x09,0x00,0x00,0x3c,0x05,0x00,0x00,0x88,0xf9,0x00,0x00,0xc0,0x05,0x00,0x00,0x08,0xf5,0x00,0x00,0xf8,0x05,0x00,0x00,0x04,0xf9,0x00,0x00,0x02,0x01,0x00,0x00, + 0x55,0x01,0x00,0xff,0x55,0x01,0x00,0xff,0xff,0xbb,0x00,0xff,0xc7,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff,0x45,0x11,0x00,0xff, + 0x3e,0xff,0x00,0xff,0x0e,0xff,0x00,0xff,0x52,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x54,0xfe,0x00,0xff,0x22,0xff,0x00,0xff, + 0x03,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0x8b,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0x07,0xfb,0x00,0xff,0x07,0xfb,0x00,0xff,0x33,0x03,0x00,0xff,0x60,0x07,0x00,0xff, + 0x3a,0xcd,0xff,0x00,0xf6,0x99,0xff,0x00,0x94,0xeb,0xff,0x00,0x10,0xef,0xff,0x00,0x30,0xdf,0xff,0x00,0xc0,0x9f,0xff,0x00,0x30,0xcf,0xff,0x00,0xf0,0xef,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x01,0xfe,0xff,0x00,0x0f,0xf1,0xff,0x00,0x1f,0xef,0xff,0x00,0x3f,0xdf,0xff,0x00,0x4f,0xbf,0xff,0x00,0xc7,0xbf,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xf0,0x0f,0xff,0x00,0xfc,0xf3,0xff,0x00,0xfe,0xfd,0xff,0x00,0xfe,0xfd,0xff,0x00,0xfa,0xfd,0xff,0x00,0xf5,0xf9,0xff,0x00, + 0xff,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x37,0xc0,0xff,0xff,0xbd,0x42,0xff,0xff,0xe4,0x1b,0xff,0xff,0x64,0x9b,0xff,0xff,0x02,0xfd,0xff,0xff,0x09,0xf6,0xff,0xff,0x01,0xf6,0xff,0xff,0x90,0x67,0xff,0xff, + 0xff,0x00,0xff,0xff,0xee,0x11,0xff,0xff,0xc6,0x39,0xff,0xff,0x84,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x86,0x79,0xff,0xff,0x84,0x79,0xff,0xff, + 0x35,0xc2,0xff,0xff,0xb9,0x46,0xff,0xff,0xf1,0x06,0xff,0xff,0x61,0x82,0xff,0xff,0x02,0xc0,0xff,0xff,0x40,0x80,0xff,0xff,0x00,0x80,0xff,0xff,0x80,0x00,0xff,0xff, + 0xff,0x00,0xff,0xff,0xee,0x11,0xff,0xff,0xc4,0x39,0xff,0xff,0x2c,0x11,0xff,0xff,0x18,0x03,0xff,0xff,0x08,0x03,0xff,0xff,0x02,0x01,0xff,0xff,0x00,0x01,0xff,0xff, + 0xe0,0x79,0x00,0xff,0x40,0x63,0x00,0xff,0x00,0x1b,0x00,0xff,0xc0,0xdb,0x00,0xff,0xc4,0xdb,0x00,0xff,0xc0,0xdd,0x00,0xff,0xe0,0xed,0x00,0xff,0xe0,0xed,0x00,0xff, + 0x00,0xff,0x00,0xff,0x7e,0x81,0x00,0xff,0x7e,0xb7,0x00,0xff,0x7e,0xb7,0x00,0xff,0x7e,0xb7,0x00,0xff,0x3f,0xc0,0x00,0xff,0x3f,0xdb,0x00,0xff,0x3f,0xdb,0x00,0xff, + 0x41,0xbe,0x00,0xff,0x40,0x80,0x00,0xff,0x1f,0xc0,0x00,0xff,0x18,0xc0,0x00,0xff,0x1b,0xc0,0x00,0xff,0x1c,0xc3,0x00,0xff,0x1f,0xc0,0x00,0xff,0x0f,0xe0,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0x03,0x00,0xff,0xf8,0x03,0x00,0xff,0x18,0x03,0x00,0xff,0xd8,0x23,0x00,0xff,0x08,0xc3,0x00,0xff,0xc8,0x03,0x00,0xff,0xf0,0x07,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x05,0x9e,0x00,0xff,0x02,0xc6,0x00,0xff,0x00,0xd8,0x00,0xff,0x03,0xdb,0x00,0xff,0x23,0xdb,0x00,0xff,0x03,0xbb,0x00,0xff,0x07,0xb7,0x00,0xff,0x07,0xb7,0x00,0xff, + 0x03,0xfc,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x55,0x01,0x00,0xff,0x55,0x01,0x00,0xff,0xff,0xbb,0x00,0xff,0xc7,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff,0x45,0x39,0x00,0xff, + 0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x02,0xfd,0x00,0xff,0x00,0xff,0x00,0xff, + 0x35,0x06,0x00,0xff,0xf3,0x06,0x00,0xff,0x7d,0xc6,0x00,0xff,0x2b,0xf6,0x00,0xff,0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x55,0xfe,0x00,0xff,0xa3,0x7e,0x00,0xff, + 0xc0,0xbf,0xff,0x00,0x40,0xff,0xff,0x00,0x20,0xff,0xff,0x00,0x5c,0xbf,0xff,0x00,0x3b,0xc7,0xff,0x00,0x1f,0xe0,0xff,0x00,0x07,0xf8,0xff,0x00,0x00,0xff,0xff,0x00, + 0xed,0xf1,0xff,0x00,0x3d,0xc1,0xff,0x00,0x3e,0xc3,0xff,0x00,0x7d,0x8e,0xff,0x00,0xf6,0xf9,0xff,0x00,0xfc,0x03,0xff,0x00,0xf0,0x0f,0xff,0x00,0x00,0xff,0xff,0x00, + 0x11,0xe6,0xff,0xff,0x39,0xc6,0xff,0xff,0xbd,0x42,0xff,0xff,0xfb,0x00,0xff,0xff,0x78,0x00,0xff,0xff,0x00,0x87,0xff,0xff,0x01,0xff,0xff,0xff,0x87,0xff,0xff,0xff, + 0xcc,0x31,0xff,0xff,0xce,0x31,0xff,0xff,0xce,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0x5c,0x20,0xff,0xff,0x30,0xc3,0xff,0xff,0x00,0xff,0xff,0xff,0x86,0xff,0xff,0xff, + 0x82,0x00,0xff,0xff,0x95,0x00,0xff,0xff,0x4f,0x00,0xff,0xff,0x3f,0x80,0xff,0xff,0xb0,0x0f,0xff,0xff,0x00,0x7f,0xff,0xff,0x00,0xff,0xff,0xff,0x87,0xff,0xff,0xff, + 0x80,0x01,0xff,0xff,0x50,0x01,0xff,0xff,0xe4,0x01,0xff,0xff,0xfa,0x01,0xff,0xff,0x1c,0xe0,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x87,0xff,0xff,0xff, + 0xe2,0xed,0x00,0xff,0xc3,0xec,0x00,0xff,0xc1,0xf6,0x00,0xff,0xc0,0xf6,0x00,0xff,0xc0,0xf6,0x00,0xff,0xc0,0xf8,0x00,0xff,0xc0,0xff,0x00,0xff,0xc0,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0xe0,0x1f,0x00,0xff,0x20,0xdf,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x07,0xff,0x00,0xff, + 0x0f,0xe0,0x00,0xff,0x0f,0xe0,0x00,0xff,0x00,0xe0,0x00,0xff,0x00,0x0f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xf7,0x00,0x00,0xff,0xf0,0x07,0x00,0xff,0x00,0x07,0x00,0xff,0x00,0xf0,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xe0,0x79,0x00,0xff,0xc0,0x63,0x00,0xff,0x00,0x1b,0x00,0xff,0xc0,0xdb,0x00,0xff,0xc4,0xdb,0x00,0xff,0xc0,0xdd,0x00,0xff,0xe0,0xed,0x00,0xff,0xe0,0xed,0x00,0xff, + 0xf8,0xfd,0xff,0xff,0xfc,0xfd,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf0,0xfd,0xff,0xff,0xf0,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfe,0xf8,0xff,0xff,0xf2,0xfc,0xff,0xff, + 0x35,0xcf,0xff,0xff,0xe3,0x9f,0xff,0xff,0x97,0xef,0xff,0xff,0x1b,0xef,0xff,0xff,0x27,0xdf,0xff,0xff,0xc2,0x9f,0xff,0xff,0x35,0xcf,0xff,0xff,0xf1,0xef,0xff,0xff, + 0xef,0xf3,0xff,0xff,0xd3,0xef,0xff,0xff,0xe7,0xdb,0xff,0xff,0xff,0xc7,0xff,0xff,0xcf,0xf3,0xff,0xff,0x14,0xfb,0xff,0xff,0x88,0xf7,0xff,0xff,0xa1,0xf7,0xff,0xff, + 0xfe,0xff,0xff,0xff,0xf1,0xff,0xff,0xff,0xef,0xff,0xff,0xff,0xdf,0xff,0xff,0xff,0x8f,0xff,0xff,0xff,0xc7,0xbf,0xff,0xff,0xc0,0xbf,0xff,0xff,0xc0,0xbf,0xff,0xff, + 0x0f,0xff,0xff,0xff,0xf3,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xfb,0xfd,0xff,0xff,0xf7,0xf9,0xff,0xff,0xed,0xf1,0xff,0xff,0x3d,0xc1,0xff,0xff, + 0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x84,0x7b,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xff,0x00,0x00,0xff,0x01,0xfe,0x00,0xff,0x21,0xde,0x00,0xff,0x01,0xfe,0x00,0xff,0xff,0x00,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xbf,0xff,0xff,0xff,0x37,0xee,0xff,0xff,0x53,0x8c,0xff,0xff,0x0b,0x24,0xff,0xff,0x10,0xe0,0xff,0xff, + 0xe4,0xf9,0xff,0xff,0xf0,0xfd,0xff,0xff,0xf8,0xfd,0xff,0xff,0x2c,0xf9,0xff,0xff,0x00,0xf1,0xff,0xff,0x8c,0x61,0xff,0xff,0x0c,0x01,0xff,0xff,0x2c,0xc1,0xff,0xff, + 0x04,0xfb,0xff,0x00,0x00,0xff,0xff,0x00,0x04,0xfb,0xff,0x00,0x00,0xff,0xff,0x00,0x20,0xdf,0xff,0x00,0x20,0xdf,0xff,0x00,0x04,0xfb,0xff,0x00,0x65,0x9a,0xff,0x00, + 0x00,0xff,0xff,0x00,0x82,0x7d,0xff,0x00,0x90,0x6f,0xff,0x00,0x02,0xfd,0xff,0x00,0x92,0x6d,0xff,0x00,0x10,0xef,0xff,0x00,0x00,0xff,0xff,0x00,0x26,0xd9,0xff,0x00, + 0x7f,0xff,0xff,0xff,0xff,0x7f,0xff,0xff,0x7f,0x3f,0xff,0xff,0x21,0xbf,0xff,0xff,0x9f,0x3f,0xff,0xff,0x1f,0x7f,0xff,0xff,0x1f,0x7f,0xff,0xff,0x0f,0x7f,0xff,0xff, + 0xfe,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0x34,0xfd,0xff,0xff,0xfc,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff, + 0xe4,0xef,0xff,0xff,0xe2,0xcf,0xff,0xff,0x94,0xef,0xff,0xff,0x89,0xf7,0xff,0xff,0xc4,0xf7,0xff,0xff,0xf1,0xc7,0xff,0xff,0x83,0xe7,0xff,0xff,0x15,0xcf,0xff,0xff, + 0x43,0xf1,0xff,0xff,0x93,0xf9,0xff,0xff,0xa8,0xf7,0xff,0xff,0xc4,0xf3,0xff,0xff,0xcf,0xf1,0xff,0xff,0xf3,0xef,0xff,0xff,0xd9,0xe7,0xff,0xff,0xef,0xf3,0xff,0xff, + 0xe0,0xdf,0xff,0xff,0x90,0xef,0xff,0xff,0x0e,0xf1,0xff,0xff,0x81,0xfe,0xff,0xff,0xe0,0xff,0xff,0xff,0xbf,0xff,0xff,0xff,0x9f,0xff,0xff,0xff,0xdf,0xff,0xff,0xff, + 0x3d,0xc1,0xff,0xff,0x7b,0x83,0xff,0xff,0x71,0x87,0xff,0xff,0x07,0x0f,0xff,0xff,0x09,0xff,0xff,0xff,0xf1,0xff,0xff,0xff,0x73,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x88,0x77,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x82,0x7d,0x00,0xff,0x82,0x7d,0x00,0xff,0x82,0x7d,0x00,0xff, + 0xec,0x11,0xff,0xff,0xc4,0x31,0xff,0xff,0xc0,0x3b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x84,0x79,0xff,0xff,0x84,0x79,0xff,0xff, + 0xc1,0x3e,0xff,0x00,0xf7,0x08,0xff,0x00,0x7f,0x80,0xff,0x00,0x34,0xcb,0xff,0x00,0x80,0x7f,0xff,0x00,0xc1,0x3e,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x63,0x9c,0xff,0x00,0x7b,0x84,0xff,0x00,0x7e,0x81,0xff,0x00,0x2c,0xd3,0xff,0x00,0x01,0xfe,0xff,0x00,0x83,0x7c,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x10,0x6f,0xff,0xff,0x4f,0x3f,0xff,0xff,0x0f,0x7f,0xff,0xff,0x0f,0x7f,0xff,0xff,0x07,0x7f,0xff,0xff,0x07,0x7f,0xff,0xff,0x88,0x37,0xff,0xff,0x27,0x9f,0xff,0xff, + 0xc2,0xfe,0xff,0xff,0xfc,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfd,0xfc,0xff,0xff,0xfc,0xfd,0xff,0xff,0xfc,0xfd,0xff,0xff,0x4c,0xfd,0xff,0xff,0xf0,0xfd,0xff,0xff, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xf3,0x0c,0xff,0x00,0x51,0xaf,0xff,0x00,0x59,0xff,0xff,0x00,0xff,0xff,0xff,0x00, + 0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff,0x08,0x87,0x00,0xff,0x3c,0xbb,0x00,0xff,0x7f,0x7c,0x00,0xff,0x7c,0x39,0x00,0xff,0x44,0x39,0x00,0xff,0x64,0x19,0x00,0xff, + 0x11,0xe6,0xff,0xff,0x39,0xc6,0xff,0xff,0xbd,0x42,0xff,0xff,0xfb,0x00,0xff,0xff,0x78,0x00,0xff,0xff,0x00,0x87,0xff,0xff,0x00,0xff,0xff,0xff,0x71,0xff,0xff,0xff, + 0xcc,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0x68,0x11,0xff,0xff,0x30,0xc3,0xff,0xff,0x01,0xff,0xff,0xff,0x83,0xff,0xff,0xff, + 0xfb,0x04,0xff,0x00,0xfc,0x03,0xff,0x00,0xff,0x00,0xff,0x00,0xef,0x10,0xff,0x00,0x6f,0x90,0xff,0x00,0x8c,0x73,0xff,0x00,0x80,0x7f,0xff,0x00,0x80,0x7f,0xff,0x00, + 0x5f,0xa0,0xff,0x00,0x3f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xfb,0x04,0xff,0x00,0xf2,0x0d,0xff,0x00,0x31,0xce,0xff,0x00,0x01,0xfe,0xff,0x00,0x01,0xfe,0xff,0x00, + 0x07,0xbf,0xff,0xff,0x87,0x3f,0xff,0xff,0x07,0x7f,0xff,0xff,0x0f,0x7f,0xff,0xff,0x0f,0xff,0xff,0xff,0x1f,0xff,0xff,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xfd,0xfc,0xff,0xff,0xfd,0xfc,0xff,0xff,0xf9,0xfc,0xff,0xff,0xf8,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfc,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x65,0x19,0x00,0xff,0x4d,0x31,0x00,0xff,0x4d,0x31,0x00,0xff,0x4b,0x33,0x00,0xff,0xb7,0x87,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x82,0x7d,0xff,0x00,0x87,0x78,0xff,0x00,0x80,0x7f,0xff,0x00,0xf0,0x0f,0xff,0x00,0xbc,0x43,0xff,0x00,0x87,0x78,0xff,0x00,0x78,0x87,0xff,0x00,0xff,0x00,0xff,0x00, + 0x41,0xbe,0xff,0x00,0xe1,0x1e,0xff,0x00,0x11,0xee,0xff,0x00,0x0f,0xf0,0xff,0x00,0x3f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0x1e,0xe1,0xff,0x00,0xff,0x00,0xff,0x00, + 0x40,0xbf,0xff,0x00,0x30,0xcf,0xff,0x00,0x0f,0xf0,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdf,0xff,0xff,0xff,0xcd,0xff,0xff,0xff,0xe9,0xff,0xff,0xff,0xfb,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xe9,0xf7,0xff,0xff,0xeb,0xf7,0xff,0xff,0xfe,0xf3,0xff,0xff,0xee,0xf9,0xff,0xff,0xfd,0xfe,0xff,0xff,0xfa,0xff,0xff,0xff,0xfc,0xff,0xff,0xff,0xfa,0xff,0xff,0xff, + 0x36,0xc1,0x00,0x00,0xc3,0xfc,0x00,0x00,0xf0,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0x8c,0x03,0x00,0x00,0xc3,0x3f,0x00,0x00,0x0f,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x14,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0xfb,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff,0x45,0x11,0x00,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xd3,0xef,0xff,0xff,0xe7,0xdb,0xff,0xff,0xff,0xc7,0xff,0xff,0xcf,0xf3,0xff,0xff,0x94,0xfb,0xff,0xff,0x48,0xf7,0xff,0xff,0xa1,0xf7,0xff,0xff,0x83,0xf1,0xff,0xff, + 0xfe,0xff,0xff,0xff,0xd7,0xff,0xff,0xff,0xae,0xff,0xff,0xff,0xbe,0x41,0xff,0xff,0xf3,0x0c,0xff,0xff,0x51,0xaf,0xff,0xff,0x59,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x7f,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0xe1,0x1f,0xff,0xff,0xbf,0x40,0xff,0xff,0x33,0xcc,0xff,0xff,0x63,0xff,0xff,0xff,0xe7,0xff,0xff,0xff, + 0xfe,0xff,0xff,0xff,0x7d,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x61,0x9f,0xff,0xff,0x3f,0xc0,0xff,0xff,0xb3,0x4c,0xff,0xff,0xe3,0xff,0xff,0xff,0xe7,0xff,0xff,0xff, + 0x13,0xf9,0xff,0xff,0x43,0xfd,0xff,0xff,0x8d,0xfb,0xff,0xff,0x3c,0xe3,0xff,0xff,0x2e,0xd3,0xff,0xff,0xe7,0x1f,0xff,0xff,0xf7,0x9f,0xff,0xff,0xbf,0xff,0xff,0xff, + 0x0c,0xb3,0xff,0xff,0x08,0xd7,0xff,0xff,0x10,0xcf,0xff,0xff,0x00,0xdf,0xff,0xff,0x00,0xdf,0xff,0xff,0x05,0xda,0xff,0xff,0x01,0xda,0xff,0xff,0x00,0xbb,0xff,0xff, + 0x0e,0xf1,0xff,0xff,0x0e,0xf1,0xff,0xff,0x06,0xf9,0xff,0xff,0x84,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x06,0xf9,0xff,0xff,0x04,0xf9,0xff,0xff, + 0x38,0xc7,0xff,0xff,0x30,0xcf,0xff,0xff,0x60,0x9f,0xff,0xff,0x40,0xbf,0xff,0xff,0x02,0xfd,0xff,0xff,0x09,0xf6,0xff,0xff,0x01,0xf6,0xff,0xff,0x80,0x77,0xff,0xff, + 0xf8,0x07,0xff,0xff,0x70,0x8f,0xff,0xff,0x70,0x8f,0xff,0xff,0x58,0xa7,0xff,0xff,0x0a,0xf5,0xff,0xff,0x09,0xf6,0xff,0xff,0x01,0xf6,0xff,0xff,0x80,0x77,0xff,0xff, + 0x0c,0xf1,0xff,0xff,0x0c,0xf1,0xff,0xff,0x04,0xf9,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x00,0xfb,0xff,0xff,0x04,0xf9,0xff,0xff, + 0x00,0xbb,0xff,0xff,0x0c,0xb3,0xff,0xff,0x0e,0xb1,0xff,0xff,0x06,0xb9,0xff,0xff,0x04,0xb9,0xff,0xff,0x04,0xb9,0xff,0xff,0x04,0xb9,0xff,0xff,0x0d,0xb0,0xff,0xff, + 0x4c,0xb1,0xff,0xff,0x0e,0xf1,0xff,0xff,0x4e,0xb1,0xff,0xff,0x47,0xb8,0xff,0xff,0x45,0xb8,0xff,0xff,0x95,0x68,0xff,0xff,0x9d,0x60,0xff,0xff,0x0d,0xf0,0xff,0xff, + 0x00,0xf7,0xff,0xff,0x18,0xe7,0xff,0xff,0x1c,0xe3,0xff,0xff,0x0c,0xf3,0xff,0xff,0x08,0xf3,0xff,0xff,0x08,0xf3,0xff,0xff,0x0a,0xf1,0xff,0xff,0x1b,0xe0,0xff,0xff, + 0x4c,0xb1,0xff,0xff,0x0e,0xf1,0xff,0xff,0x4e,0xb1,0xff,0xff,0x47,0xb8,0xff,0xff,0x25,0xd8,0xff,0xff,0x15,0xe8,0xff,0xff,0x1d,0xe0,0xff,0xff,0x3d,0xc0,0xff,0xff, + 0x00,0xf7,0xff,0xff,0x18,0xe7,0xff,0xff,0x9c,0x63,0xff,0xff,0x4c,0xb3,0xff,0xff,0x88,0x73,0xff,0xff,0x08,0xf3,0xff,0xff,0x2a,0xd1,0xff,0xff,0x3b,0xc0,0xff,0xff, + 0x4c,0xb1,0xff,0xff,0x0c,0xf1,0xff,0xff,0x4c,0xb1,0xff,0xff,0x44,0xb9,0xff,0xff,0x24,0xd9,0xff,0xff,0x14,0xe9,0xff,0xff,0x0c,0xe1,0xff,0xff,0x8c,0x61,0xff,0xff, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xbf,0x40,0xff,0x00,0x33,0xcc,0xff,0x00,0x63,0xff,0xff,0x00,0xe7,0xff,0xff,0x00, + 0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0xf8,0x07,0xff,0x00,0xc0,0x3f,0xff,0x00,0x80,0x7f,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x60,0x9f,0xff,0x00,0x70,0xcf,0xff,0x00,0xd0,0xef,0xff,0x00,0x88,0xef,0xff,0x00, + 0x5f,0xff,0x00,0x00,0x3f,0xff,0x00,0x00,0x5f,0xff,0x00,0x00,0xbf,0x7f,0x00,0x00,0x77,0x9f,0x00,0x00,0x7f,0xcf,0x00,0x00,0xd7,0xef,0x00,0x00,0x97,0xef,0x00,0x00, + 0xef,0xf3,0x00,0x00,0xd3,0xef,0x00,0x00,0xe7,0xdb,0x00,0x00,0xff,0xc7,0x00,0x00,0xcf,0xf3,0x00,0x00,0x14,0xfb,0x00,0x00,0x88,0xf7,0x00,0x00,0xa1,0xf7,0x00,0x00, + 0xef,0xf3,0x00,0x00,0xd3,0xef,0x00,0x00,0xe7,0xdb,0x00,0x00,0xff,0xc7,0x00,0x00,0xcf,0xf3,0x00,0x00,0x94,0xfb,0x00,0x00,0x88,0xf7,0x00,0x00,0xa1,0xf7,0x00,0x00, + 0x43,0xf1,0x00,0x00,0x93,0xf9,0x00,0x00,0xa8,0xf7,0x00,0x00,0xc4,0xf3,0x00,0x00,0xcf,0xf1,0x00,0x00,0xf3,0xef,0x00,0x00,0xd9,0xe7,0x00,0x00,0xef,0xf3,0x00,0x00, + 0xc3,0xf1,0x00,0x00,0x93,0xf9,0x00,0x00,0xa8,0xf7,0x00,0x00,0xc4,0xf3,0x00,0x00,0xcf,0xf1,0x00,0x00,0xf3,0xef,0x00,0x00,0xd9,0xe7,0x00,0x00,0xef,0xf3,0x00,0x00, + 0x35,0xcf,0x00,0x00,0xe3,0x9f,0x00,0x00,0x97,0xef,0x00,0x00,0x1b,0xef,0x00,0x00,0x27,0xdf,0x00,0x00,0xc2,0x9f,0x00,0x00,0x35,0xcf,0x00,0x00,0xf1,0xef,0x00,0x00, + 0xe4,0xef,0x00,0x00,0xe2,0xcf,0x00,0x00,0x94,0xef,0x00,0x00,0x89,0xf7,0x00,0x00,0xc4,0xf7,0x00,0x00,0xf1,0xc7,0x00,0x00,0x83,0xe7,0x00,0x00,0x15,0xcf,0x00,0x00, + 0xff,0xff,0x00,0x00,0x7f,0xff,0x00,0x00,0x3d,0xef,0x00,0x00,0x29,0x87,0x00,0x00,0x93,0x64,0x00,0x00,0x02,0xf1,0x00,0x00,0x20,0xff,0x00,0x00,0x0a,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xf9,0xff,0x00,0x00,0xb8,0x77,0x00,0x00,0x14,0x63,0x00,0x00,0xc3,0x20,0x00,0x00,0x40,0x87,0x00,0x00,0x54,0xff,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_largemap_3_attribs_smsgg.c b/gbdk-support/png2asset/testing/ref/zgb_largemap_3_attribs_smsgg.c @@ -19,3558 +19,228 @@ const palette_color_t zgb_largemap_3_attribs_smsgg_palettes[16] = { }; const uint8_t zgb_largemap_3_attribs_smsgg_tiles[7104] = { - 0xa3,0x9c, - 0x00,0x00, - 0xcc,0xc3, - 0x00,0x00, - 0xd2,0xef, - 0x00,0x00, - 0xa5,0xdf, - 0x00,0x00, - 0x22,0xdf, - 0x00,0x00, - 0x40,0xbf, - 0x00,0x00, - 0x40,0xbf, - 0x00,0x00, - 0xe4,0x9b, - 0x00,0x00, - 0xfd,0x01, - 0x00,0x00, - 0x33,0xc3, - 0x00,0x00, - 0x8b,0xf7, - 0x00,0x00, - 0x05,0xfb, - 0x00,0x00, - 0x04,0xfb, - 0x00,0x00, - 0x04,0xf9, - 0x00,0x00, - 0x2c,0xd1, - 0x00,0x00, - 0x39,0xc1, - 0x00,0x00, - 0xa3,0x9c, - 0x00,0x00, - 0xc4,0xc8, - 0x00,0x00, - 0xc3,0xf0, - 0x00,0x00, - 0x90,0xe7, - 0x00,0x00, - 0x32,0xc5, - 0x00,0x00, - 0x36,0xc1, - 0x00,0x00, - 0xc3,0xfc, - 0x00,0x00, - 0xf0,0xff, - 0x00,0x00, - 0xfd,0x01, - 0x00,0x00, - 0x33,0x03, - 0x00,0x00, - 0x83,0x0f, - 0x00,0x00, - 0x89,0x07, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0xc3,0x3f, - 0x00,0x00, - 0x0f,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xbb, - 0x00,0x00, - 0xd7,0x7d, - 0x00,0x00, - 0xbb,0x6d, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xbb, - 0x00,0x00, - 0xd7,0x7d, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xe8,0xef, - 0xff,0x00, - 0xe8,0xcf, - 0xff,0x00, - 0x98,0xef, - 0xff,0x00, - 0x88,0xf7, - 0xff,0x00, - 0xc4,0xf7, - 0xff,0x00, - 0xf4,0xc7, - 0xff,0x00, - 0x84,0xe7, - 0xff,0x00, - 0x18,0xcf, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x03,0xf1, - 0xff,0x00, - 0x0b,0xf9, - 0xff,0x00, - 0x08,0xf7, - 0xff,0x00, - 0x14,0xf3, - 0xff,0x00, - 0x1f,0xf1, - 0xff,0x00, - 0x13,0xef, - 0xff,0x00, - 0x19,0xe7, - 0xff,0x00, - 0x1f,0xf3, - 0xff,0x00, - 0x9c,0x63, - 0x00,0x00, - 0x82,0x7d, - 0x00,0x00, - 0x81,0x7e, - 0x00,0x00, - 0x44,0x3b, - 0x00,0x00, - 0x30,0x03, - 0x00,0x00, - 0x78,0x03, - 0x00,0x00, - 0x7d,0x00, - 0x00,0x00, - 0xb7,0x88, - 0x00,0x00, - 0x25,0xc1, - 0x00,0x00, - 0x66,0x98, - 0x00,0x00, - 0xc6,0x38, - 0x00,0x00, - 0x5c,0x80, - 0x00,0x00, - 0x42,0x80, - 0x00,0x00, - 0xde,0x00, - 0x00,0x00, - 0x3e,0x00, - 0x00,0x00, - 0xfd,0x01, - 0x00,0x00, - 0xc7,0xbb, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xbb,0x6d, - 0x00,0x00, - 0xc7,0xbb, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xf0,0x9f, - 0xff,0x00, - 0x90,0xef, - 0xff,0x00, - 0x10,0xef, - 0xff,0x00, - 0x30,0xdf, - 0xff,0x00, - 0xe0,0x9f, - 0xff,0x00, - 0xf0,0xcf, - 0xff,0x00, - 0xf0,0xef, - 0xff,0x00, - 0xf8,0xef, - 0xff,0x00, - 0x13,0xef, - 0xff,0x00, - 0x27,0xdb, - 0xff,0x00, - 0x07,0xe7, - 0xff,0x00, - 0x53,0xb3, - 0xff,0x00, - 0x6c,0x9b, - 0xff,0x00, - 0x28,0xd7, - 0xff,0x00, - 0x11,0xf7, - 0xff,0x00, - 0x13,0xf1, - 0xff,0x00, - 0xa3,0x9c, - 0x00,0x00, - 0xc4,0xc8, - 0x00,0x00, - 0xc3,0xf0, - 0x00,0x00, - 0x90,0xe7, - 0x00,0x00, - 0x32,0xc5, - 0x00,0x00, - 0x36,0xc1, - 0x00,0x00, - 0x3b,0xc0, - 0x00,0x00, - 0x9f,0xe0, - 0x00,0x00, - 0xfd,0x01, - 0x00,0x00, - 0x33,0x03, - 0x00,0x00, - 0x83,0x0f, - 0x00,0x00, - 0x89,0x07, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0x9c,0x03, - 0x00,0x00, - 0x39,0x07, - 0x00,0x00, - 0xff,0xfc, - 0x00,0x00, - 0xfc,0xf3, - 0x00,0x00, - 0xf2,0xef, - 0x00,0x00, - 0xe5,0xdf, - 0x00,0x00, - 0xe2,0xdf, - 0x00,0x00, - 0xc0,0xbf, - 0x00,0x00, - 0xc0,0xbf, - 0x00,0x00, - 0xe4,0x9b, - 0x00,0x00, - 0xff,0x3f, - 0x00,0x00, - 0x3f,0xcf, - 0x00,0x00, - 0x8f,0xf7, - 0x00,0x00, - 0x07,0xfb, - 0x00,0x00, - 0x07,0xfb, - 0x00,0x00, - 0x05,0xf9, - 0x00,0x00, - 0x2d,0xd1, - 0x00,0x00, - 0x39,0xc1, - 0x00,0x00, - 0xf8,0xcf, - 0xff,0x00, - 0x88,0xef, - 0xff,0x00, - 0x28,0xcf, - 0xff,0x00, - 0xdc,0x83, - 0xff,0x00, - 0xce,0xb1, - 0xff,0x00, - 0x8b,0xf4, - 0xff,0x00, - 0x99,0xe6, - 0xff,0x00, - 0xfd,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x3e,0xc1, - 0xff,0x00, - 0x73,0x8c, - 0xff,0x00, - 0xd1,0x2e, - 0xff,0x00, - 0xd8,0xff, - 0xff,0x00, - 0xf0,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x60,0x9f, - 0xff,0x00, - 0x70,0xcf, - 0xff,0x00, - 0xd0,0xef, - 0xff,0x00, - 0x88,0xef, - 0xff,0x00, - 0xc3,0xfc, - 0x00,0x00, - 0xf0,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x24,0x58, - 0x00,0xff, - 0x24,0x59, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x05,0x51, - 0x00,0xff, - 0x00,0xf9, - 0xff,0xff, - 0x02,0xe4, - 0xff,0xff, - 0x19,0xce, - 0xff,0xff, - 0x0d,0xdf, - 0xff,0xff, - 0x07,0xdf, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x1f,0x6f, - 0xff,0xff, - 0x00,0x04, - 0xff,0xff, - 0xca,0x31, - 0xff,0xff, - 0x44,0xbf, - 0xff,0xff, - 0x65,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0x41, - 0xff,0xff, - 0xb2,0x0c, - 0xff,0xff, - 0x51,0xaf, - 0xff,0xff, - 0x59,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0x1f, - 0xff,0xff, - 0xa0,0x40, - 0xff,0xff, - 0x33,0xcc, - 0xff,0xff, - 0x63,0xff, - 0xff,0xff, - 0xe7,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0x11, - 0xff,0xff, - 0x2a,0xc4, - 0xff,0xff, - 0x13,0xfc, - 0xff,0xff, - 0x96,0xff, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0x07, - 0xff,0xff, - 0x30,0xc9, - 0xff,0xff, - 0x36,0xfc, - 0xff,0xff, - 0x7c,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xbe,0x41, - 0xff,0x00, - 0xf3,0x0c, - 0xff,0x00, - 0x51,0xaf, - 0xff,0x00, - 0x59,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xe0,0x1f, - 0xff,0x00, - 0xbf,0x40, - 0xff,0x00, - 0x33,0xcc, - 0xff,0x00, - 0x63,0xff, - 0xff,0x00, - 0xe7,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x06,0xf9, - 0xff,0x00, - 0x0e,0xf3, - 0xff,0x00, - 0x0b,0xf7, - 0xff,0x00, - 0x19,0xf7, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x60,0x9f, - 0xff,0x00, - 0x7f,0x80, - 0xff,0x00, - 0xf3,0x0c, - 0xff,0x00, - 0x83,0x7f, - 0xff,0x00, - 0x07,0xff, - 0xff,0x00, - 0x0b,0xf9, - 0xff,0x00, - 0x07,0xfd, - 0xff,0x00, - 0x07,0xfb, - 0xff,0x00, - 0x1c,0xe3, - 0xff,0x00, - 0x2e,0xd3, - 0xff,0x00, - 0xe7,0x1f, - 0xff,0x00, - 0xf7,0x9f, - 0xff,0x00, - 0xbf,0xff, - 0xff,0x00, - 0x44,0x38, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x5c,0x20, - 0x00,0xff, - 0x18,0xa3, - 0x00,0xff, - 0x08,0x30, - 0x00,0xff, - 0xab,0x93, - 0x00,0xff, - 0xbb,0x83, - 0x00,0xff, - 0xff,0xc7, - 0x00,0xff, - 0x45,0x11, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0x7d,0x39, - 0x00,0xff, - 0xc7,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x6d,0x11, - 0x00,0xff, - 0x44,0x10, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0xd6,0x82, - 0x00,0xff, - 0xfe,0xbb, - 0x00,0xff, - 0xc6,0x7c, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x3f,0x1f, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x03,0xef, - 0xff,0xff, - 0x03,0xdf, - 0xff,0xff, - 0x07,0xdf, - 0xff,0xff, - 0x1f,0xc7, - 0xff,0xff, - 0x0f,0xe7, - 0xff,0xff, - 0x03,0xdf, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xf0,0xfe, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf2,0xfc, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfc,0xfe, - 0xff,0xff, - 0xfe,0xfc, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x9b,0xa3, - 0x00,0xff, - 0x8b,0xb3, - 0x00,0xff, - 0xab,0x93, - 0x00,0xff, - 0xbb,0x83, - 0x00,0xff, - 0xff,0xc7, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x1f,0x6f, - 0xff,0xff, - 0x3f,0x1f, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x03,0xef, - 0xff,0xff, - 0x0b,0xc7, - 0xff,0xff, - 0x07,0xdf, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf8,0xf3, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xe0,0xfd, - 0xff,0xff, - 0xe0,0xfb, - 0xff,0xff, - 0xf8,0xf3, - 0xff,0xff, - 0xe4,0xf9, - 0xff,0xff, - 0xf8,0xfd, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x1f,0xc7, - 0xff,0xff, - 0x0f,0xe7, - 0xff,0xff, - 0x03,0xdf, - 0xff,0xff, - 0x13,0xcf, - 0xff,0xff, - 0x1f,0xc7, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x27,0x9f, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf0,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfe,0xf8, - 0xff,0xff, - 0xf2,0xfc, - 0xff,0xff, - 0xe4,0xf9, - 0xff,0xff, - 0x55,0x01, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0xd7,0x83, - 0x00,0xff, - 0xff,0xbb, - 0x00,0xff, - 0xc7,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x24,0x58, - 0x00,0xff, - 0x24,0x59, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x80,0xff, - 0x00,0xff, - 0x30,0x7f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0x1f,0x7f, - 0xff,0xff, - 0x9f,0x3f, - 0xff,0xff, - 0x01,0xbf, - 0xff,0xff, - 0x5f,0x3f, - 0xff,0xff, - 0xbf,0x7f, - 0xff,0xff, - 0x7f,0xff, - 0xff,0xff, - 0x86,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0x34,0xfd, - 0xff,0xff, - 0xfe,0xfc, - 0xff,0xff, - 0xff,0xfe, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x3f,0x8f, - 0xff,0xff, - 0x1f,0xcf, - 0xff,0xff, - 0x07,0xbf, - 0xff,0xff, - 0x27,0x9f, - 0xff,0xff, - 0x3f,0x8f, - 0xff,0xff, - 0x1f,0x7f, - 0xff,0xff, - 0x4f,0x3f, - 0xff,0xff, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xdf,0xff, - 0x00,0x00, - 0xcd,0xff, - 0x00,0x00, - 0xe9,0xff, - 0x00,0x00, - 0xfb,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xdd, - 0x00,0x00, - 0xeb,0xbe, - 0x00,0x00, - 0xdd,0xb6, - 0x00,0x00, - 0xe3,0xdd, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x44,0x38, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x5c,0x20, - 0x00,0xff, - 0x98,0xa3, - 0x00,0xff, - 0x88,0xb0, - 0x00,0xff, - 0xab,0x93, - 0x00,0xff, - 0xbb,0x83, - 0x00,0xff, - 0xff,0xc7, - 0x00,0xff, - 0x45,0x39, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x5d,0x21, - 0x00,0xff, - 0x1b,0xa3, - 0x00,0xff, - 0x0b,0x33, - 0x00,0xff, - 0xab,0x93, - 0x00,0xff, - 0xbb,0x83, - 0x00,0xff, - 0xff,0xc7, - 0x00,0xff, - 0x3f,0x9f, - 0xff,0xff, - 0x0f,0xbf, - 0xff,0xff, - 0x1b,0xbf, - 0xff,0xff, - 0x31,0x9f, - 0xff,0xff, - 0x00,0x8c, - 0xff,0xff, - 0x00,0xb1, - 0xff,0xff, - 0x04,0xb9, - 0xff,0xff, - 0x0c,0xb1, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xef,0x7f, - 0xff,0xff, - 0xcd,0x3b, - 0xff,0xff, - 0x54,0x23, - 0xff,0xff, - 0x0a,0x80, - 0xff,0xff, - 0x0c,0xf0, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xcf,0xff, - 0xff,0xff, - 0x8f,0x7f, - 0xff,0xff, - 0x1f,0x6f, - 0xff,0xff, - 0xbf,0x1f, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf0,0xfe, - 0x7f,0x7f, - 0xf8,0xfe, - 0x7f,0x7f, - 0xfe,0xf8, - 0x7f,0x7f, - 0xf2,0xfc, - 0xff,0xff, - 0xe4,0xf9, - 0xff,0xff, - 0xff,0xff, - 0xff,0x00, - 0xf3,0xff, - 0xff,0x00, - 0xf1,0xfe, - 0xff,0x00, - 0xf9,0xf6, - 0xff,0x00, - 0xfe,0xe0, - 0xff,0x00, - 0xcd,0xf1, - 0xff,0x00, - 0xe2,0xfb, - 0xff,0x00, - 0xf1,0xe2, - 0xff,0x00, - 0xcf,0xff, - 0xff,0x00, - 0x8f,0xff, - 0xff,0x00, - 0x9d,0x6f, - 0xff,0x00, - 0x68,0x07, - 0xff,0x00, - 0x62,0x65, - 0xff,0x00, - 0x94,0xf0, - 0xff,0x00, - 0xef,0x1f, - 0xff,0x00, - 0xf8,0x07, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xf9,0x7f, - 0xff,0x00, - 0xf8,0x77, - 0xff,0x00, - 0x34,0x73, - 0xff,0x00, - 0x12,0x60, - 0xff,0x00, - 0xcf,0xa7, - 0xff,0x00, - 0x3b,0x8c, - 0xff,0x00, - 0xf3,0xff, - 0xff,0x00, - 0xe3,0xff, - 0xff,0x00, - 0xa7,0x1f, - 0xff,0x00, - 0x9f,0x07, - 0xff,0x00, - 0x7f,0x71, - 0xff,0x00, - 0xce,0x7b, - 0xff,0x00, - 0xe0,0x97, - 0xff,0x00, - 0xf1,0x03, - 0xff,0x00, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfc,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0xf4,0xff, - 0x00,0xff, - 0xe3,0xe7, - 0x00,0xff, - 0xe2,0xed, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0xdf,0xff, - 0x00,0xff, - 0x2f,0xff, - 0x00,0xff, - 0xcf,0xef, - 0x00,0xff, - 0x2f,0xcf, - 0x00,0xff, - 0x14,0xa3, - 0xff,0xff, - 0x0e,0xc1, - 0xff,0xff, - 0x1c,0xc3, - 0xff,0xff, - 0x08,0xd7, - 0xff,0xff, - 0x00,0xdf, - 0xff,0xff, - 0x04,0xbb, - 0xff,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x0f,0xf0, - 0xff,0xff, - 0x1f,0xe0, - 0xff,0xff, - 0x1e,0xe1, - 0xff,0xff, - 0xb8,0x43, - 0xff,0xff, - 0xf8,0x03, - 0xff,0xff, - 0x74,0x83, - 0xff,0xff, - 0x66,0x89, - 0xff,0xff, - 0x64,0x99, - 0xff,0xff, - 0xff,0x83, - 0x00,0xff, - 0xff,0x7d, - 0x00,0xff, - 0xff,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x41,0x3d, - 0x00,0xff, - 0x35,0x09, - 0x00,0xff, - 0x55,0x09, - 0x00,0xff, - 0x55,0x49, - 0x00,0xff, - 0xb7,0xc4, - 0xff,0x00, - 0xeb,0xcc, - 0xff,0x00, - 0xe7,0xc8, - 0xff,0x00, - 0x86,0xe9, - 0xff,0x00, - 0x8a,0xf5, - 0xff,0x00, - 0xc6,0xf5, - 0xff,0x00, - 0xf4,0xc7, - 0xff,0x00, - 0x8c,0xe7, - 0xff,0x00, - 0xaf,0x50, - 0xff,0x00, - 0x06,0xf9, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xf7,0x78, - 0xff,0x00, - 0xde,0x21, - 0xff,0x00, - 0xf4,0x0b, - 0xff,0x00, - 0x60,0x9f, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xfb,0x09, - 0xff,0x00, - 0x79,0x81, - 0xff,0x00, - 0x29,0xd7, - 0xff,0x00, - 0x10,0xf7, - 0xff,0x00, - 0x14,0xf3, - 0xff,0x00, - 0x13,0xf1, - 0xff,0x00, - 0x13,0xef, - 0xff,0x00, - 0x19,0xe7, - 0xff,0x00, - 0xf2,0xf5, - 0x00,0xff, - 0xe6,0xf1, - 0x00,0xff, - 0xe3,0xf8, - 0x00,0xff, - 0xf3,0xfc, - 0x00,0xff, - 0xf8,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xef,0x0f, - 0x00,0xff, - 0xe7,0x0f, - 0x00,0xff, - 0xc7,0x1f, - 0x00,0xff, - 0x0f,0x3f, - 0x00,0xff, - 0x1f,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x0c,0xb3, - 0xff,0xff, - 0x0e,0xb1, - 0xff,0xff, - 0x4d,0xb0, - 0xff,0xff, - 0x4d,0xb0, - 0xff,0xff, - 0x30,0xc3, - 0xff,0xff, - 0x80,0xff, - 0xff,0xff, - 0xc1,0xff, - 0xff,0xff, - 0x6c,0x91, - 0xff,0xff, - 0xce,0x31, - 0xff,0xff, - 0xce,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0x2c,0x10, - 0xff,0xff, - 0x30,0xc3, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x83,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0x00, - 0x7f,0xff, - 0xff,0x00, - 0x3d,0xef, - 0xff,0x00, - 0x69,0x87, - 0xff,0x00, - 0xf2,0x64, - 0xff,0x00, - 0x95,0xf1, - 0xff,0x00, - 0x6e,0x9f, - 0xff,0x00, - 0xfb,0x04, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xf9,0xff, - 0xff,0x00, - 0xb8,0x77, - 0xff,0x00, - 0x14,0x63, - 0xff,0x00, - 0x03,0x20, - 0xff,0x00, - 0xc7,0x87, - 0xff,0x00, - 0x7b,0xfc, - 0xff,0x00, - 0x5f,0xc0, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x5f,0xc0, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x9f,0x60, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xf9,0x06, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x04,0x50, - 0x00,0xff, - 0x88,0xef, - 0xff,0x00, - 0xc8,0xcf, - 0xff,0x00, - 0x5c,0xcb, - 0xff,0x00, - 0x34,0x9b, - 0xff,0x00, - 0x6c,0x73, - 0xff,0x00, - 0xb8,0xc7, - 0xff,0x00, - 0x78,0x87, - 0xff,0x00, - 0xe8,0x17, - 0xff,0x00, - 0x1f,0xf3, - 0xff,0x00, - 0x33,0xef, - 0xff,0x00, - 0x07,0xdb, - 0xff,0x00, - 0x2f,0xe7, - 0xff,0x00, - 0x5f,0xb3, - 0xff,0x00, - 0x6c,0x9b, - 0xff,0x00, - 0x68,0x97, - 0xff,0x00, - 0x21,0xd7, - 0xff,0x00, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfc,0xff, - 0x00,0xff, - 0xf2,0xff, - 0x00,0xff, - 0xce,0xff, - 0x00,0xff, - 0x2e,0xff, - 0x00,0xff, - 0xfc,0xff, - 0x00,0xff, - 0xf2,0xff, - 0x00,0xff, - 0xce,0xff, - 0x00,0xff, - 0x2e,0xff, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0xfe,0xff, - 0x00,0xff, - 0xfe,0xff, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x53,0xff, - 0x00,0xff, - 0x20,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0x22,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0x22,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x53,0xff, - 0x00,0xff, - 0x20,0xff, - 0x00,0xff, - 0xbf,0x40, - 0xff,0x00, - 0x11,0xee, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xc7,0x38, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x38,0xc7, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x84,0x7b, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x84,0x7b, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0xff,0xff, - 0x00,0x00, - 0xff,0xe1, - 0x00,0x00, - 0xe1,0xde, - 0x00,0x00, - 0xcc,0xbf, - 0x00,0x00, - 0xc0,0xde, - 0x00,0x00, - 0x81,0x80, - 0x00,0x00, - 0x1a,0xb9, - 0x00,0x00, - 0x38,0xa0, - 0x00,0x00, - 0xff,0x87, - 0x00,0x00, - 0x87,0x7b, - 0x00,0x00, - 0x33,0xfd, - 0x00,0x00, - 0x07,0x7b, - 0x00,0x00, - 0x83,0x03, - 0x00,0x00, - 0x09,0xf1, - 0x00,0x00, - 0x64,0xf9, - 0x00,0x00, - 0x0c,0xf1, - 0x00,0x00, - 0x44,0x11, - 0x00,0xff, - 0x54,0x00, - 0x00,0xff, - 0x7d,0x39, - 0x00,0xff, - 0xc6,0x7c, - 0x00,0xff, - 0x38,0x7d, - 0x00,0xff, - 0x24,0x58, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x6d,0x11, - 0x00,0xff, - 0xc0,0x3f, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x7f,0xff, - 0xff,0xff, - 0x3d,0xef, - 0xff,0xff, - 0x19,0x87, - 0xff,0xff, - 0x0a,0x64, - 0xff,0xff, - 0x00,0xf1, - 0xff,0xff, - 0x18,0xe3, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xf9,0xff, - 0xff,0xff, - 0xb8,0x77, - 0xff,0xff, - 0x9c,0x63, - 0xff,0xff, - 0x58,0x20, - 0xff,0xff, - 0x05,0x80, - 0xff,0xff, - 0xff,0x7f, - 0x00,0xff, - 0xee,0x7f, - 0x00,0xff, - 0xef,0x7f, - 0x00,0xff, - 0xfe,0x7f, - 0x00,0xff, - 0xfe,0x7f, - 0x00,0xff, - 0xfe,0x7f, - 0x00,0xff, - 0xee,0x7f, - 0x00,0xff, - 0xed,0x7e, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0xee,0xff, - 0x00,0xff, - 0xed,0xfe, - 0x00,0xff, - 0xe6,0xf9, - 0x00,0xff, - 0xda,0xe5, - 0x00,0xff, - 0x63,0x9c, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xef,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x10,0xef, - 0x00,0xff, - 0x10,0xef, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x41,0xbe, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0x22,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0xa2,0x7f, - 0x00,0xff, - 0x65,0x9f, - 0x00,0xff, - 0x1a,0xe7, - 0x00,0xff, - 0x06,0xf9, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0xa3,0x7e, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x88,0x77, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x10,0xef, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x81,0x7e, - 0x00,0xff, - 0x81,0x7e, - 0x00,0xff, - 0x81,0x7e, - 0x00,0xff, - 0x11,0xf7, - 0xff,0x00, - 0x13,0xf7, - 0xff,0x00, - 0x32,0xd3, - 0xff,0x00, - 0x2a,0xd9, - 0xff,0x00, - 0x37,0xce, - 0xff,0x00, - 0x1d,0xe3, - 0xff,0x00, - 0x17,0xe8, - 0xff,0x00, - 0x07,0xf8, - 0xff,0x00, - 0x3d,0xa0, - 0x00,0x00, - 0x3f,0xa0, - 0x00,0x00, - 0x1f,0x9f, - 0x00,0x00, - 0x03,0xa0, - 0x00,0x00, - 0x10,0xaf, - 0x00,0x00, - 0x1f,0xa0, - 0x00,0x00, - 0x20,0x9f, - 0x00,0x00, - 0x40,0x80, - 0x00,0x00, - 0x04,0x09, - 0x00,0x00, - 0x3c,0x05, - 0x00,0x00, - 0x88,0xf9, - 0x00,0x00, - 0xc0,0x05, - 0x00,0x00, - 0x08,0xf5, - 0x00,0x00, - 0xf8,0x05, - 0x00,0x00, - 0x04,0xf9, - 0x00,0x00, - 0x02,0x01, - 0x00,0x00, - 0x55,0x01, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0xff,0xbb, - 0x00,0xff, - 0xc7,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x45,0x11, - 0x00,0xff, - 0x3e,0xff, - 0x00,0xff, - 0x0e,0xff, - 0x00,0xff, - 0x52,0xff, - 0x00,0xff, - 0x20,0xff, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x54,0xfe, - 0x00,0xff, - 0x22,0xff, - 0x00,0xff, - 0x03,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0x8b,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0x07,0xfb, - 0x00,0xff, - 0x07,0xfb, - 0x00,0xff, - 0x33,0x03, - 0x00,0xff, - 0x60,0x07, - 0x00,0xff, - 0x3a,0xcd, - 0xff,0x00, - 0xf6,0x99, - 0xff,0x00, - 0x94,0xeb, - 0xff,0x00, - 0x10,0xef, - 0xff,0x00, - 0x30,0xdf, - 0xff,0x00, - 0xc0,0x9f, - 0xff,0x00, - 0x30,0xcf, - 0xff,0x00, - 0xf0,0xef, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x0f,0xf1, - 0xff,0x00, - 0x1f,0xef, - 0xff,0x00, - 0x3f,0xdf, - 0xff,0x00, - 0x4f,0xbf, - 0xff,0x00, - 0xc7,0xbf, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xf0,0x0f, - 0xff,0x00, - 0xfc,0xf3, - 0xff,0x00, - 0xfe,0xfd, - 0xff,0x00, - 0xfe,0xfd, - 0xff,0x00, - 0xfa,0xfd, - 0xff,0x00, - 0xf5,0xf9, - 0xff,0x00, - 0xff,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0x08,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x37,0xc0, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0xe4,0x1b, - 0xff,0xff, - 0x64,0x9b, - 0xff,0xff, - 0x02,0xfd, - 0xff,0xff, - 0x09,0xf6, - 0xff,0xff, - 0x01,0xf6, - 0xff,0xff, - 0x90,0x67, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xee,0x11, - 0xff,0xff, - 0xc6,0x39, - 0xff,0xff, - 0x84,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x86,0x79, - 0xff,0xff, - 0x84,0x79, - 0xff,0xff, - 0x35,0xc2, - 0xff,0xff, - 0xb9,0x46, - 0xff,0xff, - 0xf1,0x06, - 0xff,0xff, - 0x61,0x82, - 0xff,0xff, - 0x02,0xc0, - 0xff,0xff, - 0x40,0x80, - 0xff,0xff, - 0x00,0x80, - 0xff,0xff, - 0x80,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xee,0x11, - 0xff,0xff, - 0xc4,0x39, - 0xff,0xff, - 0x2c,0x11, - 0xff,0xff, - 0x18,0x03, - 0xff,0xff, - 0x08,0x03, - 0xff,0xff, - 0x02,0x01, - 0xff,0xff, - 0x00,0x01, - 0xff,0xff, - 0xe0,0x79, - 0x00,0xff, - 0x40,0x63, - 0x00,0xff, - 0x00,0x1b, - 0x00,0xff, - 0xc0,0xdb, - 0x00,0xff, - 0xc4,0xdb, - 0x00,0xff, - 0xc0,0xdd, - 0x00,0xff, - 0xe0,0xed, - 0x00,0xff, - 0xe0,0xed, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x7e,0x81, - 0x00,0xff, - 0x7e,0xb7, - 0x00,0xff, - 0x7e,0xb7, - 0x00,0xff, - 0x7e,0xb7, - 0x00,0xff, - 0x3f,0xc0, - 0x00,0xff, - 0x3f,0xdb, - 0x00,0xff, - 0x3f,0xdb, - 0x00,0xff, - 0x41,0xbe, - 0x00,0xff, - 0x40,0x80, - 0x00,0xff, - 0x1f,0xc0, - 0x00,0xff, - 0x18,0xc0, - 0x00,0xff, - 0x1b,0xc0, - 0x00,0xff, - 0x1c,0xc3, - 0x00,0xff, - 0x1f,0xc0, - 0x00,0xff, - 0x0f,0xe0, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x03, - 0x00,0xff, - 0xf8,0x03, - 0x00,0xff, - 0x18,0x03, - 0x00,0xff, - 0xd8,0x23, - 0x00,0xff, - 0x08,0xc3, - 0x00,0xff, - 0xc8,0x03, - 0x00,0xff, - 0xf0,0x07, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x05,0x9e, - 0x00,0xff, - 0x02,0xc6, - 0x00,0xff, - 0x00,0xd8, - 0x00,0xff, - 0x03,0xdb, - 0x00,0xff, - 0x23,0xdb, - 0x00,0xff, - 0x03,0xbb, - 0x00,0xff, - 0x07,0xb7, - 0x00,0xff, - 0x07,0xb7, - 0x00,0xff, - 0x03,0xfc, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x55,0x01, - 0x00,0xff, - 0x55,0x01, - 0x00,0xff, - 0xff,0xbb, - 0x00,0xff, - 0xc7,0x7d, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x45,0x39, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xf7,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x02,0xfd, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x35,0x06, - 0x00,0xff, - 0xf3,0x06, - 0x00,0xff, - 0x7d,0xc6, - 0x00,0xff, - 0x2b,0xf6, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0x23,0xfe, - 0x00,0xff, - 0x55,0xfe, - 0x00,0xff, - 0xa3,0x7e, - 0x00,0xff, - 0xc0,0xbf, - 0xff,0x00, - 0x40,0xff, - 0xff,0x00, - 0x20,0xff, - 0xff,0x00, - 0x5c,0xbf, - 0xff,0x00, - 0x3b,0xc7, - 0xff,0x00, - 0x1f,0xe0, - 0xff,0x00, - 0x07,0xf8, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xed,0xf1, - 0xff,0x00, - 0x3d,0xc1, - 0xff,0x00, - 0x3e,0xc3, - 0xff,0x00, - 0x7d,0x8e, - 0xff,0x00, - 0xf6,0xf9, - 0xff,0x00, - 0xfc,0x03, - 0xff,0x00, - 0xf0,0x0f, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x11,0xe6, - 0xff,0xff, - 0x39,0xc6, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0xfb,0x00, - 0xff,0xff, - 0x78,0x00, - 0xff,0xff, - 0x00,0x87, - 0xff,0xff, - 0x01,0xff, - 0xff,0xff, - 0x87,0xff, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0xce,0x31, - 0xff,0xff, - 0xce,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0x5c,0x20, - 0xff,0xff, - 0x30,0xc3, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x86,0xff, - 0xff,0xff, - 0x82,0x00, - 0xff,0xff, - 0x95,0x00, - 0xff,0xff, - 0x4f,0x00, - 0xff,0xff, - 0x3f,0x80, - 0xff,0xff, - 0xb0,0x0f, - 0xff,0xff, - 0x00,0x7f, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x87,0xff, - 0xff,0xff, - 0x80,0x01, - 0xff,0xff, - 0x50,0x01, - 0xff,0xff, - 0xe4,0x01, - 0xff,0xff, - 0xfa,0x01, - 0xff,0xff, - 0x1c,0xe0, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x87,0xff, - 0xff,0xff, - 0xe2,0xed, - 0x00,0xff, - 0xc3,0xec, - 0x00,0xff, - 0xc1,0xf6, - 0x00,0xff, - 0xc0,0xf6, - 0x00,0xff, - 0xc0,0xf6, - 0x00,0xff, - 0xc0,0xf8, - 0x00,0xff, - 0xc0,0xff, - 0x00,0xff, - 0xc0,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xe0,0x1f, - 0x00,0xff, - 0x20,0xdf, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x07,0xff, - 0x00,0xff, - 0x0f,0xe0, - 0x00,0xff, - 0x0f,0xe0, - 0x00,0xff, - 0x00,0xe0, - 0x00,0xff, - 0x00,0x0f, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xf7,0x00, - 0x00,0xff, - 0xf0,0x07, - 0x00,0xff, - 0x00,0x07, - 0x00,0xff, - 0x00,0xf0, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xe0,0x79, - 0x00,0xff, - 0xc0,0x63, - 0x00,0xff, - 0x00,0x1b, - 0x00,0xff, - 0xc0,0xdb, - 0x00,0xff, - 0xc4,0xdb, - 0x00,0xff, - 0xc0,0xdd, - 0x00,0xff, - 0xe0,0xed, - 0x00,0xff, - 0xe0,0xed, - 0x00,0xff, - 0xf8,0xfd, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfc,0xf9, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf0,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfe,0xf8, - 0xff,0xff, - 0xf2,0xfc, - 0xff,0xff, - 0x35,0xcf, - 0xff,0xff, - 0xe3,0x9f, - 0xff,0xff, - 0x97,0xef, - 0xff,0xff, - 0x1b,0xef, - 0xff,0xff, - 0x27,0xdf, - 0xff,0xff, - 0xc2,0x9f, - 0xff,0xff, - 0x35,0xcf, - 0xff,0xff, - 0xf1,0xef, - 0xff,0xff, - 0xef,0xf3, - 0xff,0xff, - 0xd3,0xef, - 0xff,0xff, - 0xe7,0xdb, - 0xff,0xff, - 0xff,0xc7, - 0xff,0xff, - 0xcf,0xf3, - 0xff,0xff, - 0x14,0xfb, - 0xff,0xff, - 0x88,0xf7, - 0xff,0xff, - 0xa1,0xf7, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xf1,0xff, - 0xff,0xff, - 0xef,0xff, - 0xff,0xff, - 0xdf,0xff, - 0xff,0xff, - 0x8f,0xff, - 0xff,0xff, - 0xc7,0xbf, - 0xff,0xff, - 0xc0,0xbf, - 0xff,0xff, - 0xc0,0xbf, - 0xff,0xff, - 0x0f,0xff, - 0xff,0xff, - 0xf3,0xff, - 0xff,0xff, - 0xfd,0xff, - 0xff,0xff, - 0xff,0xfd, - 0xff,0xff, - 0xfb,0xfd, - 0xff,0xff, - 0xf7,0xf9, - 0xff,0xff, - 0xed,0xf1, - 0xff,0xff, - 0x3d,0xc1, - 0xff,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x84,0x7b, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x21,0xde, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0x01,0xfe, - 0x00,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xbf,0xff, - 0xff,0xff, - 0x37,0xee, - 0xff,0xff, - 0x53,0x8c, - 0xff,0xff, - 0x0b,0x24, - 0xff,0xff, - 0x10,0xe0, - 0xff,0xff, - 0xe4,0xf9, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0xf8,0xfd, - 0xff,0xff, - 0x2c,0xf9, - 0xff,0xff, - 0x00,0xf1, - 0xff,0xff, - 0x8c,0x61, - 0xff,0xff, - 0x0c,0x01, - 0xff,0xff, - 0x2c,0xc1, - 0xff,0xff, - 0x04,0xfb, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x04,0xfb, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x20,0xdf, - 0xff,0x00, - 0x20,0xdf, - 0xff,0x00, - 0x04,0xfb, - 0xff,0x00, - 0x65,0x9a, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x82,0x7d, - 0xff,0x00, - 0x90,0x6f, - 0xff,0x00, - 0x02,0xfd, - 0xff,0x00, - 0x92,0x6d, - 0xff,0x00, - 0x10,0xef, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x26,0xd9, - 0xff,0x00, - 0x7f,0xff, - 0xff,0xff, - 0xff,0x7f, - 0xff,0xff, - 0x7f,0x3f, - 0xff,0xff, - 0x21,0xbf, - 0xff,0xff, - 0x9f,0x3f, - 0xff,0xff, - 0x1f,0x7f, - 0xff,0xff, - 0x1f,0x7f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xff,0xfe, - 0xff,0xff, - 0xfe,0xfc, - 0xff,0xff, - 0x34,0xfd, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xe4,0xef, - 0xff,0xff, - 0xe2,0xcf, - 0xff,0xff, - 0x94,0xef, - 0xff,0xff, - 0x89,0xf7, - 0xff,0xff, - 0xc4,0xf7, - 0xff,0xff, - 0xf1,0xc7, - 0xff,0xff, - 0x83,0xe7, - 0xff,0xff, - 0x15,0xcf, - 0xff,0xff, - 0x43,0xf1, - 0xff,0xff, - 0x93,0xf9, - 0xff,0xff, - 0xa8,0xf7, - 0xff,0xff, - 0xc4,0xf3, - 0xff,0xff, - 0xcf,0xf1, - 0xff,0xff, - 0xf3,0xef, - 0xff,0xff, - 0xd9,0xe7, - 0xff,0xff, - 0xef,0xf3, - 0xff,0xff, - 0xe0,0xdf, - 0xff,0xff, - 0x90,0xef, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x81,0xfe, - 0xff,0xff, - 0xe0,0xff, - 0xff,0xff, - 0xbf,0xff, - 0xff,0xff, - 0x9f,0xff, - 0xff,0xff, - 0xdf,0xff, - 0xff,0xff, - 0x3d,0xc1, - 0xff,0xff, - 0x7b,0x83, - 0xff,0xff, - 0x71,0x87, - 0xff,0xff, - 0x07,0x0f, - 0xff,0xff, - 0x09,0xff, - 0xff,0xff, - 0xf1,0xff, - 0xff,0xff, - 0x73,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0x0f,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0x88,0x77, - 0x00,0xff, - 0x80,0x7f, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0x82,0x7d, - 0x00,0xff, - 0x82,0x7d, - 0x00,0xff, - 0x82,0x7d, - 0x00,0xff, - 0xec,0x11, - 0xff,0xff, - 0xc4,0x31, - 0xff,0xff, - 0xc0,0x3b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x84,0x79, - 0xff,0xff, - 0x84,0x79, - 0xff,0xff, - 0xc1,0x3e, - 0xff,0x00, - 0xf7,0x08, - 0xff,0x00, - 0x7f,0x80, - 0xff,0x00, - 0x34,0xcb, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0xc1,0x3e, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x63,0x9c, - 0xff,0x00, - 0x7b,0x84, - 0xff,0x00, - 0x7e,0x81, - 0xff,0x00, - 0x2c,0xd3, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x83,0x7c, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x10,0x6f, - 0xff,0xff, - 0x4f,0x3f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0x07,0x7f, - 0xff,0xff, - 0x07,0x7f, - 0xff,0xff, - 0x88,0x37, - 0xff,0xff, - 0x27,0x9f, - 0xff,0xff, - 0xc2,0xfe, - 0xff,0xff, - 0xfc,0xfe, - 0xff,0xff, - 0xfe,0xfe, - 0xff,0xff, - 0xfd,0xfc, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0xfc,0xfd, - 0xff,0xff, - 0x4c,0xfd, - 0xff,0xff, - 0xf0,0xfd, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xf3,0x0c, - 0xff,0x00, - 0x51,0xaf, - 0xff,0x00, - 0x59,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0x40,0xdf, - 0x00,0xff, - 0x40,0xdf, - 0x00,0xff, - 0x08,0x87, - 0x00,0xff, - 0x3c,0xbb, - 0x00,0xff, - 0x7f,0x7c, - 0x00,0xff, - 0x7c,0x39, - 0x00,0xff, - 0x44,0x39, - 0x00,0xff, - 0x64,0x19, - 0x00,0xff, - 0x11,0xe6, - 0xff,0xff, - 0x39,0xc6, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0xfb,0x00, - 0xff,0xff, - 0x78,0x00, - 0xff,0xff, - 0x00,0x87, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x71,0xff, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0xcc,0x31, - 0xff,0xff, - 0x68,0x11, - 0xff,0xff, - 0x30,0xc3, - 0xff,0xff, - 0x01,0xff, - 0xff,0xff, - 0x83,0xff, - 0xff,0xff, - 0xfb,0x04, - 0xff,0x00, - 0xfc,0x03, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xef,0x10, - 0xff,0x00, - 0x6f,0x90, - 0xff,0x00, - 0x8c,0x73, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x5f,0xa0, - 0xff,0x00, - 0x3f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xfb,0x04, - 0xff,0x00, - 0xf2,0x0d, - 0xff,0x00, - 0x31,0xce, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x01,0xfe, - 0xff,0x00, - 0x07,0xbf, - 0xff,0xff, - 0x87,0x3f, - 0xff,0xff, - 0x07,0x7f, - 0xff,0xff, - 0x0f,0x7f, - 0xff,0xff, - 0x0f,0xff, - 0xff,0xff, - 0x1f,0xff, - 0xff,0xff, - 0x3f,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xfd,0xfc, - 0xff,0xff, - 0xfd,0xfc, - 0xff,0xff, - 0xf9,0xfc, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0xff, - 0xfc,0xff, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x65,0x19, - 0x00,0xff, - 0x4d,0x31, - 0x00,0xff, - 0x4d,0x31, - 0x00,0xff, - 0x4b,0x33, - 0x00,0xff, - 0xb7,0x87, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x82,0x7d, - 0xff,0x00, - 0x87,0x78, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0xf0,0x0f, - 0xff,0x00, - 0xbc,0x43, - 0xff,0x00, - 0x87,0x78, - 0xff,0x00, - 0x78,0x87, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x41,0xbe, - 0xff,0x00, - 0xe1,0x1e, - 0xff,0x00, - 0x11,0xee, - 0xff,0x00, - 0x0f,0xf0, - 0xff,0x00, - 0x3f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x1e,0xe1, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x40,0xbf, - 0xff,0x00, - 0x30,0xcf, - 0xff,0x00, - 0x0f,0xf0, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xdf,0xff, - 0xff,0xff, - 0xcd,0xff, - 0xff,0xff, - 0xe9,0xff, - 0xff,0xff, - 0xfb,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xe9,0xf7, - 0xff,0xff, - 0xeb,0xf7, - 0xff,0xff, - 0xfe,0xf3, - 0xff,0xff, - 0xee,0xf9, - 0xff,0xff, - 0xfd,0xfe, - 0xff,0xff, - 0xfa,0xff, - 0xff,0xff, - 0xfc,0xff, - 0xff,0xff, - 0xfa,0xff, - 0xff,0xff, - 0x36,0xc1, - 0x00,0x00, - 0xc3,0xfc, - 0x00,0x00, - 0xf0,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x8c,0x03, - 0x00,0x00, - 0xc3,0x3f, - 0x00,0x00, - 0x0f,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x14, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0xfb, - 0xc7,0xff, - 0x00,0xff, - 0xbb,0xff, - 0x00,0xff, - 0x45,0xff, - 0x00,0xff, - 0x39,0x7d, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x25,0x59, - 0x00,0xff, - 0x45,0x11, - 0x00,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xd3,0xef, - 0xff,0xff, - 0xe7,0xdb, - 0xff,0xff, - 0xff,0xc7, - 0xff,0xff, - 0xcf,0xf3, - 0xff,0xff, - 0x94,0xfb, - 0xff,0xff, - 0x48,0xf7, - 0xff,0xff, - 0xa1,0xf7, - 0xff,0xff, - 0x83,0xf1, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0xd7,0xff, - 0xff,0xff, - 0xae,0xff, - 0xff,0xff, - 0xbe,0x41, - 0xff,0xff, - 0xf3,0x0c, - 0xff,0xff, - 0x51,0xaf, - 0xff,0xff, - 0x59,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x7f,0xff, - 0xff,0xff, - 0xfd,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0xe1,0x1f, - 0xff,0xff, - 0xbf,0x40, - 0xff,0xff, - 0x33,0xcc, - 0xff,0xff, - 0x63,0xff, - 0xff,0xff, - 0xe7,0xff, - 0xff,0xff, - 0xfe,0xff, - 0xff,0xff, - 0x7d,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0x61,0x9f, - 0xff,0xff, - 0x3f,0xc0, - 0xff,0xff, - 0xb3,0x4c, - 0xff,0xff, - 0xe3,0xff, - 0xff,0xff, - 0xe7,0xff, - 0xff,0xff, - 0x13,0xf9, - 0xff,0xff, - 0x43,0xfd, - 0xff,0xff, - 0x8d,0xfb, - 0xff,0xff, - 0x3c,0xe3, - 0xff,0xff, - 0x2e,0xd3, - 0xff,0xff, - 0xe7,0x1f, - 0xff,0xff, - 0xf7,0x9f, - 0xff,0xff, - 0xbf,0xff, - 0xff,0xff, - 0x0c,0xb3, - 0xff,0xff, - 0x08,0xd7, - 0xff,0xff, - 0x10,0xcf, - 0xff,0xff, - 0x00,0xdf, - 0xff,0xff, - 0x00,0xdf, - 0xff,0xff, - 0x05,0xda, - 0xff,0xff, - 0x01,0xda, - 0xff,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x06,0xf9, - 0xff,0xff, - 0x84,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x06,0xf9, - 0xff,0xff, - 0x04,0xf9, - 0xff,0xff, - 0x38,0xc7, - 0xff,0xff, - 0x30,0xcf, - 0xff,0xff, - 0x60,0x9f, - 0xff,0xff, - 0x40,0xbf, - 0xff,0xff, - 0x02,0xfd, - 0xff,0xff, - 0x09,0xf6, - 0xff,0xff, - 0x01,0xf6, - 0xff,0xff, - 0x80,0x77, - 0xff,0xff, - 0xf8,0x07, - 0xff,0xff, - 0x70,0x8f, - 0xff,0xff, - 0x70,0x8f, - 0xff,0xff, - 0x58,0xa7, - 0xff,0xff, - 0x0a,0xf5, - 0xff,0xff, - 0x09,0xf6, - 0xff,0xff, - 0x01,0xf6, - 0xff,0xff, - 0x80,0x77, - 0xff,0xff, - 0x0c,0xf1, - 0xff,0xff, - 0x0c,0xf1, - 0xff,0xff, - 0x04,0xf9, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x80,0x7b, - 0xff,0xff, - 0x00,0xfb, - 0xff,0xff, - 0x04,0xf9, - 0xff,0xff, - 0x00,0xbb, - 0xff,0xff, - 0x0c,0xb3, - 0xff,0xff, - 0x0e,0xb1, - 0xff,0xff, - 0x06,0xb9, - 0xff,0xff, - 0x04,0xb9, - 0xff,0xff, - 0x04,0xb9, - 0xff,0xff, - 0x04,0xb9, - 0xff,0xff, - 0x0d,0xb0, - 0xff,0xff, - 0x4c,0xb1, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x4e,0xb1, - 0xff,0xff, - 0x47,0xb8, - 0xff,0xff, - 0x45,0xb8, - 0xff,0xff, - 0x95,0x68, - 0xff,0xff, - 0x9d,0x60, - 0xff,0xff, - 0x0d,0xf0, - 0xff,0xff, - 0x00,0xf7, - 0xff,0xff, - 0x18,0xe7, - 0xff,0xff, - 0x1c,0xe3, - 0xff,0xff, - 0x0c,0xf3, - 0xff,0xff, - 0x08,0xf3, - 0xff,0xff, - 0x08,0xf3, - 0xff,0xff, - 0x0a,0xf1, - 0xff,0xff, - 0x1b,0xe0, - 0xff,0xff, - 0x4c,0xb1, - 0xff,0xff, - 0x0e,0xf1, - 0xff,0xff, - 0x4e,0xb1, - 0xff,0xff, - 0x47,0xb8, - 0xff,0xff, - 0x25,0xd8, - 0xff,0xff, - 0x15,0xe8, - 0xff,0xff, - 0x1d,0xe0, - 0xff,0xff, - 0x3d,0xc0, - 0xff,0xff, - 0x00,0xf7, - 0xff,0xff, - 0x18,0xe7, - 0xff,0xff, - 0x9c,0x63, - 0xff,0xff, - 0x4c,0xb3, - 0xff,0xff, - 0x88,0x73, - 0xff,0xff, - 0x08,0xf3, - 0xff,0xff, - 0x2a,0xd1, - 0xff,0xff, - 0x3b,0xc0, - 0xff,0xff, - 0x4c,0xb1, - 0xff,0xff, - 0x0c,0xf1, - 0xff,0xff, - 0x4c,0xb1, - 0xff,0xff, - 0x44,0xb9, - 0xff,0xff, - 0x24,0xd9, - 0xff,0xff, - 0x14,0xe9, - 0xff,0xff, - 0x0c,0xe1, - 0xff,0xff, - 0x8c,0x61, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0xbf,0x40, - 0xff,0x00, - 0x33,0xcc, - 0xff,0x00, - 0x63,0xff, - 0xff,0x00, - 0xe7,0xff, - 0xff,0x00, - 0xc7,0x38, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xf8,0x07, - 0xff,0x00, - 0xc0,0x3f, - 0xff,0x00, - 0x80,0x7f, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0xff, - 0xff,0x00, - 0x60,0x9f, - 0xff,0x00, - 0x70,0xcf, - 0xff,0x00, - 0xd0,0xef, - 0xff,0x00, - 0x88,0xef, - 0xff,0x00, - 0x5f,0xff, - 0x00,0x00, - 0x3f,0xff, - 0x00,0x00, - 0x5f,0xff, - 0x00,0x00, - 0xbf,0x7f, - 0x00,0x00, - 0x77,0x9f, - 0x00,0x00, - 0x7f,0xcf, - 0x00,0x00, - 0xd7,0xef, - 0x00,0x00, - 0x97,0xef, - 0x00,0x00, - 0xef,0xf3, - 0x00,0x00, - 0xd3,0xef, - 0x00,0x00, - 0xe7,0xdb, - 0x00,0x00, - 0xff,0xc7, - 0x00,0x00, - 0xcf,0xf3, - 0x00,0x00, - 0x14,0xfb, - 0x00,0x00, - 0x88,0xf7, - 0x00,0x00, - 0xa1,0xf7, - 0x00,0x00, - 0xef,0xf3, - 0x00,0x00, - 0xd3,0xef, - 0x00,0x00, - 0xe7,0xdb, - 0x00,0x00, - 0xff,0xc7, - 0x00,0x00, - 0xcf,0xf3, - 0x00,0x00, - 0x94,0xfb, - 0x00,0x00, - 0x88,0xf7, - 0x00,0x00, - 0xa1,0xf7, - 0x00,0x00, - 0x43,0xf1, - 0x00,0x00, - 0x93,0xf9, - 0x00,0x00, - 0xa8,0xf7, - 0x00,0x00, - 0xc4,0xf3, - 0x00,0x00, - 0xcf,0xf1, - 0x00,0x00, - 0xf3,0xef, - 0x00,0x00, - 0xd9,0xe7, - 0x00,0x00, - 0xef,0xf3, - 0x00,0x00, - 0xc3,0xf1, - 0x00,0x00, - 0x93,0xf9, - 0x00,0x00, - 0xa8,0xf7, - 0x00,0x00, - 0xc4,0xf3, - 0x00,0x00, - 0xcf,0xf1, - 0x00,0x00, - 0xf3,0xef, - 0x00,0x00, - 0xd9,0xe7, - 0x00,0x00, - 0xef,0xf3, - 0x00,0x00, - 0x35,0xcf, - 0x00,0x00, - 0xe3,0x9f, - 0x00,0x00, - 0x97,0xef, - 0x00,0x00, - 0x1b,0xef, - 0x00,0x00, - 0x27,0xdf, - 0x00,0x00, - 0xc2,0x9f, - 0x00,0x00, - 0x35,0xcf, - 0x00,0x00, - 0xf1,0xef, - 0x00,0x00, - 0xe4,0xef, - 0x00,0x00, - 0xe2,0xcf, - 0x00,0x00, - 0x94,0xef, - 0x00,0x00, - 0x89,0xf7, - 0x00,0x00, - 0xc4,0xf7, - 0x00,0x00, - 0xf1,0xc7, - 0x00,0x00, - 0x83,0xe7, - 0x00,0x00, - 0x15,0xcf, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x7f,0xff, - 0x00,0x00, - 0x3d,0xef, - 0x00,0x00, - 0x29,0x87, - 0x00,0x00, - 0x93,0x64, - 0x00,0x00, - 0x02,0xf1, - 0x00,0x00, - 0x20,0xff, - 0x00,0x00, - 0x0a,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xf9,0xff, - 0x00,0x00, - 0xb8,0x77, - 0x00,0x00, - 0x14,0x63, - 0x00,0x00, - 0xc3,0x20, - 0x00,0x00, - 0x40,0x87, - 0x00,0x00, - 0x54,0xff, - 0x00,0x00 + 0xa3,0x9c,0x00,0x00,0xcc,0xc3,0x00,0x00,0xd2,0xef,0x00,0x00,0xa5,0xdf,0x00,0x00,0x22,0xdf,0x00,0x00,0x40,0xbf,0x00,0x00,0x40,0xbf,0x00,0x00,0xe4,0x9b,0x00,0x00, + 0xfd,0x01,0x00,0x00,0x33,0xc3,0x00,0x00,0x8b,0xf7,0x00,0x00,0x05,0xfb,0x00,0x00,0x04,0xfb,0x00,0x00,0x04,0xf9,0x00,0x00,0x2c,0xd1,0x00,0x00,0x39,0xc1,0x00,0x00, + 0xa3,0x9c,0x00,0x00,0xc4,0xc8,0x00,0x00,0xc3,0xf0,0x00,0x00,0x90,0xe7,0x00,0x00,0x32,0xc5,0x00,0x00,0x36,0xc1,0x00,0x00,0xc3,0xfc,0x00,0x00,0xf0,0xff,0x00,0x00, + 0xfd,0x01,0x00,0x00,0x33,0x03,0x00,0x00,0x83,0x0f,0x00,0x00,0x89,0x07,0x00,0x00,0x8c,0x03,0x00,0x00,0x8c,0x03,0x00,0x00,0xc3,0x3f,0x00,0x00,0x0f,0xff,0x00,0x00, + 0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xbb,0x00,0x00,0xd7,0x7d,0x00,0x00,0xbb,0x6d,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xbb,0x00,0x00,0xd7,0x7d,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xe8,0xef,0xff,0x00,0xe8,0xcf,0xff,0x00,0x98,0xef,0xff,0x00,0x88,0xf7,0xff,0x00,0xc4,0xf7,0xff,0x00,0xf4,0xc7,0xff,0x00,0x84,0xe7,0xff,0x00,0x18,0xcf,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x03,0xf1,0xff,0x00,0x0b,0xf9,0xff,0x00,0x08,0xf7,0xff,0x00,0x14,0xf3,0xff,0x00,0x1f,0xf1,0xff,0x00,0x13,0xef,0xff,0x00,0x19,0xe7,0xff,0x00,0x1f,0xf3,0xff,0x00, + 0x9c,0x63,0x00,0x00,0x82,0x7d,0x00,0x00,0x81,0x7e,0x00,0x00,0x44,0x3b,0x00,0x00,0x30,0x03,0x00,0x00,0x78,0x03,0x00,0x00,0x7d,0x00,0x00,0x00,0xb7,0x88,0x00,0x00, + 0x25,0xc1,0x00,0x00,0x66,0x98,0x00,0x00,0xc6,0x38,0x00,0x00,0x5c,0x80,0x00,0x00,0x42,0x80,0x00,0x00,0xde,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0xfd,0x01,0x00,0x00, + 0xc7,0xbb,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xbb,0x6d,0x00,0x00,0xc7,0xbb,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00, + 0xf0,0x9f,0xff,0x00,0x90,0xef,0xff,0x00,0x10,0xef,0xff,0x00,0x30,0xdf,0xff,0x00,0xe0,0x9f,0xff,0x00,0xf0,0xcf,0xff,0x00,0xf0,0xef,0xff,0x00,0xf8,0xef,0xff,0x00, + 0x13,0xef,0xff,0x00,0x27,0xdb,0xff,0x00,0x07,0xe7,0xff,0x00,0x53,0xb3,0xff,0x00,0x6c,0x9b,0xff,0x00,0x28,0xd7,0xff,0x00,0x11,0xf7,0xff,0x00,0x13,0xf1,0xff,0x00, + 0xa3,0x9c,0x00,0x00,0xc4,0xc8,0x00,0x00,0xc3,0xf0,0x00,0x00,0x90,0xe7,0x00,0x00,0x32,0xc5,0x00,0x00,0x36,0xc1,0x00,0x00,0x3b,0xc0,0x00,0x00,0x9f,0xe0,0x00,0x00, + 0xfd,0x01,0x00,0x00,0x33,0x03,0x00,0x00,0x83,0x0f,0x00,0x00,0x89,0x07,0x00,0x00,0x8c,0x03,0x00,0x00,0x8c,0x03,0x00,0x00,0x9c,0x03,0x00,0x00,0x39,0x07,0x00,0x00, + 0xff,0xfc,0x00,0x00,0xfc,0xf3,0x00,0x00,0xf2,0xef,0x00,0x00,0xe5,0xdf,0x00,0x00,0xe2,0xdf,0x00,0x00,0xc0,0xbf,0x00,0x00,0xc0,0xbf,0x00,0x00,0xe4,0x9b,0x00,0x00, + 0xff,0x3f,0x00,0x00,0x3f,0xcf,0x00,0x00,0x8f,0xf7,0x00,0x00,0x07,0xfb,0x00,0x00,0x07,0xfb,0x00,0x00,0x05,0xf9,0x00,0x00,0x2d,0xd1,0x00,0x00,0x39,0xc1,0x00,0x00, + 0xf8,0xcf,0xff,0x00,0x88,0xef,0xff,0x00,0x28,0xcf,0xff,0x00,0xdc,0x83,0xff,0x00,0xce,0xb1,0xff,0x00,0x8b,0xf4,0xff,0x00,0x99,0xe6,0xff,0x00,0xfd,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x3e,0xc1,0xff,0x00,0x73,0x8c,0xff,0x00,0xd1,0x2e,0xff,0x00,0xd8,0xff,0xff,0x00,0xf0,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x80,0x7f,0xff,0x00,0x60,0x9f,0xff,0x00,0x70,0xcf,0xff,0x00,0xd0,0xef,0xff,0x00,0x88,0xef,0xff,0x00, + 0xc3,0xfc,0x00,0x00,0xf0,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x24,0x58,0x00,0xff,0x24,0x59,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x05,0x51,0x00,0xff, + 0x00,0xf9,0xff,0xff,0x02,0xe4,0xff,0xff,0x19,0xce,0xff,0xff,0x0d,0xdf,0xff,0xff,0x07,0xdf,0xff,0xff,0x1f,0xcf,0xff,0xff,0x0f,0xbf,0xff,0xff,0x1f,0x6f,0xff,0xff, + 0x00,0x04,0xff,0xff,0xca,0x31,0xff,0xff,0x44,0xbf,0xff,0xff,0x65,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x41,0xff,0xff,0xb2,0x0c,0xff,0xff,0x51,0xaf,0xff,0xff,0x59,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x1f,0xff,0xff,0xa0,0x40,0xff,0xff,0x33,0xcc,0xff,0xff,0x63,0xff,0xff,0xff,0xe7,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x11,0xff,0xff,0x2a,0xc4,0xff,0xff,0x13,0xfc,0xff,0xff,0x96,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0xff,0xff,0xff,0x00,0x07,0xff,0xff,0x30,0xc9,0xff,0xff,0x36,0xfc,0xff,0xff,0x7c,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf8,0xfe,0xff,0xff, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xbe,0x41,0xff,0x00,0xf3,0x0c,0xff,0x00,0x51,0xaf,0xff,0x00,0x59,0xff,0xff,0x00,0xff,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xe0,0x1f,0xff,0x00,0xbf,0x40,0xff,0x00,0x33,0xcc,0xff,0x00,0x63,0xff,0xff,0x00,0xe7,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x01,0xfe,0xff,0x00,0x06,0xf9,0xff,0x00,0x0e,0xf3,0xff,0x00,0x0b,0xf7,0xff,0x00,0x19,0xf7,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x60,0x9f,0xff,0x00,0x7f,0x80,0xff,0x00,0xf3,0x0c,0xff,0x00,0x83,0x7f,0xff,0x00,0x07,0xff,0xff,0x00, + 0x0b,0xf9,0xff,0x00,0x07,0xfd,0xff,0x00,0x07,0xfb,0xff,0x00,0x1c,0xe3,0xff,0x00,0x2e,0xd3,0xff,0x00,0xe7,0x1f,0xff,0x00,0xf7,0x9f,0xff,0x00,0xbf,0xff,0xff,0x00, + 0x44,0x38,0x00,0xff,0x5d,0x21,0x00,0xff,0x5c,0x20,0x00,0xff,0x18,0xa3,0x00,0xff,0x08,0x30,0x00,0xff,0xab,0x93,0x00,0xff,0xbb,0x83,0x00,0xff,0xff,0xc7,0x00,0xff, + 0x45,0x11,0x00,0xff,0x55,0x01,0x00,0xff,0x7d,0x39,0x00,0xff,0xc7,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff,0x6d,0x11,0x00,0xff, + 0x44,0x10,0x00,0xff,0x55,0x01,0x00,0xff,0xd6,0x82,0x00,0xff,0xfe,0xbb,0x00,0xff,0xc6,0x7c,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff, + 0x3f,0x1f,0xff,0xff,0x1f,0xcf,0xff,0xff,0x03,0xef,0xff,0xff,0x03,0xdf,0xff,0xff,0x07,0xdf,0xff,0xff,0x1f,0xc7,0xff,0xff,0x0f,0xe7,0xff,0xff,0x03,0xdf,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xf0,0xfe,0xff,0xff,0xf0,0xfd,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf2,0xfc,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfc,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0xf8,0xfe,0xff,0xff, + 0x5d,0x21,0x00,0xff,0x5d,0x21,0x00,0xff,0x9b,0xa3,0x00,0xff,0x8b,0xb3,0x00,0xff,0xab,0x93,0x00,0xff,0xbb,0x83,0x00,0xff,0xff,0xc7,0x00,0xff,0xff,0xff,0x00,0xff, + 0x1f,0xcf,0xff,0xff,0x0f,0xbf,0xff,0xff,0x1f,0x6f,0xff,0xff,0x3f,0x1f,0xff,0xff,0x1f,0xcf,0xff,0xff,0x03,0xef,0xff,0xff,0x0b,0xc7,0xff,0xff,0x07,0xdf,0xff,0xff, + 0xf0,0xfd,0xff,0xff,0xf8,0xf3,0xff,0xff,0xf0,0xfd,0xff,0xff,0xe0,0xfd,0xff,0xff,0xe0,0xfb,0xff,0xff,0xf8,0xf3,0xff,0xff,0xe4,0xf9,0xff,0xff,0xf8,0xfd,0xff,0xff, + 0xff,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff, + 0x1f,0xc7,0xff,0xff,0x0f,0xe7,0xff,0xff,0x03,0xdf,0xff,0xff,0x13,0xcf,0xff,0xff,0x1f,0xc7,0xff,0xff,0x0f,0xbf,0xff,0xff,0x27,0x9f,0xff,0xff,0x1f,0xcf,0xff,0xff, + 0xfc,0xfd,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf0,0xfd,0xff,0xff,0xf0,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfe,0xf8,0xff,0xff,0xf2,0xfc,0xff,0xff,0xe4,0xf9,0xff,0xff, + 0x55,0x01,0x00,0xff,0x55,0x01,0x00,0xff,0xd7,0x83,0x00,0xff,0xff,0xbb,0x00,0xff,0xc7,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x24,0x58,0x00,0xff,0x24,0x59,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff, + 0xff,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xf8,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x80,0xff,0x00,0xff, + 0x30,0x7f,0xff,0xff,0x0f,0x7f,0xff,0xff,0x1f,0x7f,0xff,0xff,0x9f,0x3f,0xff,0xff,0x01,0xbf,0xff,0xff,0x5f,0x3f,0xff,0xff,0xbf,0x7f,0xff,0xff,0x7f,0xff,0xff,0xff, + 0x86,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfc,0xfd,0xff,0xff,0x34,0xfd,0xff,0xff,0xfe,0xfc,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xff,0xff,0xff, + 0x0f,0xbf,0xff,0xff,0x3f,0x8f,0xff,0xff,0x1f,0xcf,0xff,0xff,0x07,0xbf,0xff,0xff,0x27,0x9f,0xff,0xff,0x3f,0x8f,0xff,0xff,0x1f,0x7f,0xff,0xff,0x4f,0x3f,0xff,0xff, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xdf,0xff,0x00,0x00,0xcd,0xff,0x00,0x00,0xe9,0xff,0x00,0x00,0xfb,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xdd,0x00,0x00,0xeb,0xbe,0x00,0x00,0xdd,0xb6,0x00,0x00,0xe3,0xdd,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0x44,0x38,0x00,0xff,0x5d,0x21,0x00,0xff,0x5c,0x20,0x00,0xff,0x98,0xa3,0x00,0xff,0x88,0xb0,0x00,0xff,0xab,0x93,0x00,0xff,0xbb,0x83,0x00,0xff,0xff,0xc7,0x00,0xff, + 0x45,0x39,0x00,0xff,0x5d,0x21,0x00,0xff,0x5d,0x21,0x00,0xff,0x1b,0xa3,0x00,0xff,0x0b,0x33,0x00,0xff,0xab,0x93,0x00,0xff,0xbb,0x83,0x00,0xff,0xff,0xc7,0x00,0xff, + 0x3f,0x9f,0xff,0xff,0x0f,0xbf,0xff,0xff,0x1b,0xbf,0xff,0xff,0x31,0x9f,0xff,0xff,0x00,0x8c,0xff,0xff,0x00,0xb1,0xff,0xff,0x04,0xb9,0xff,0xff,0x0c,0xb1,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xef,0x7f,0xff,0xff,0xcd,0x3b,0xff,0xff,0x54,0x23,0xff,0xff,0x0a,0x80,0xff,0xff,0x0c,0xf0,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xcf,0xff,0xff,0xff,0x8f,0x7f,0xff,0xff,0x1f,0x6f,0xff,0xff,0xbf,0x1f,0xff,0xff, + 0xfc,0xfd,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf0,0xfd,0xff,0xff,0xf0,0xfe,0x7f,0x7f,0xf8,0xfe,0x7f,0x7f,0xfe,0xf8,0x7f,0x7f,0xf2,0xfc,0xff,0xff,0xe4,0xf9,0xff,0xff, + 0xff,0xff,0xff,0x00,0xf3,0xff,0xff,0x00,0xf1,0xfe,0xff,0x00,0xf9,0xf6,0xff,0x00,0xfe,0xe0,0xff,0x00,0xcd,0xf1,0xff,0x00,0xe2,0xfb,0xff,0x00,0xf1,0xe2,0xff,0x00, + 0xcf,0xff,0xff,0x00,0x8f,0xff,0xff,0x00,0x9d,0x6f,0xff,0x00,0x68,0x07,0xff,0x00,0x62,0x65,0xff,0x00,0x94,0xf0,0xff,0x00,0xef,0x1f,0xff,0x00,0xf8,0x07,0xff,0x00, + 0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xf9,0x7f,0xff,0x00,0xf8,0x77,0xff,0x00,0x34,0x73,0xff,0x00,0x12,0x60,0xff,0x00,0xcf,0xa7,0xff,0x00,0x3b,0x8c,0xff,0x00, + 0xf3,0xff,0xff,0x00,0xe3,0xff,0xff,0x00,0xa7,0x1f,0xff,0x00,0x9f,0x07,0xff,0x00,0x7f,0x71,0xff,0x00,0xce,0x7b,0xff,0x00,0xe0,0x97,0xff,0x00,0xf1,0x03,0xff,0x00, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xfc,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0xf4,0xff,0x00,0xff,0xe3,0xe7,0x00,0xff,0xe2,0xed,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x3f,0xff,0x00,0xff,0xdf,0xff,0x00,0xff,0x2f,0xff,0x00,0xff,0xcf,0xef,0x00,0xff,0x2f,0xcf,0x00,0xff, + 0x14,0xa3,0xff,0xff,0x0e,0xc1,0xff,0xff,0x1c,0xc3,0xff,0xff,0x08,0xd7,0xff,0xff,0x00,0xdf,0xff,0xff,0x04,0xbb,0xff,0xff,0x00,0xbb,0xff,0xff,0x00,0xbb,0xff,0xff, + 0x0f,0xf0,0xff,0xff,0x1f,0xe0,0xff,0xff,0x1e,0xe1,0xff,0xff,0xb8,0x43,0xff,0xff,0xf8,0x03,0xff,0xff,0x74,0x83,0xff,0xff,0x66,0x89,0xff,0xff,0x64,0x99,0xff,0xff, + 0xff,0x83,0x00,0xff,0xff,0x7d,0x00,0xff,0xff,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x41,0x3d,0x00,0xff,0x35,0x09,0x00,0xff,0x55,0x09,0x00,0xff,0x55,0x49,0x00,0xff, + 0xb7,0xc4,0xff,0x00,0xeb,0xcc,0xff,0x00,0xe7,0xc8,0xff,0x00,0x86,0xe9,0xff,0x00,0x8a,0xf5,0xff,0x00,0xc6,0xf5,0xff,0x00,0xf4,0xc7,0xff,0x00,0x8c,0xe7,0xff,0x00, + 0xaf,0x50,0xff,0x00,0x06,0xf9,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xf7,0x78,0xff,0x00,0xde,0x21,0xff,0x00,0xf4,0x0b,0xff,0x00,0x60,0x9f,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xfb,0x09,0xff,0x00,0x79,0x81,0xff,0x00,0x29,0xd7,0xff,0x00,0x10,0xf7,0xff,0x00,0x14,0xf3,0xff,0x00,0x13,0xf1,0xff,0x00,0x13,0xef,0xff,0x00,0x19,0xe7,0xff,0x00, + 0xf2,0xf5,0x00,0xff,0xe6,0xf1,0x00,0xff,0xe3,0xf8,0x00,0xff,0xf3,0xfc,0x00,0xff,0xf8,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xef,0x0f,0x00,0xff,0xe7,0x0f,0x00,0xff,0xc7,0x1f,0x00,0xff,0x0f,0x3f,0x00,0xff,0x1f,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x00,0xbb,0xff,0xff,0x0c,0xb3,0xff,0xff,0x0e,0xb1,0xff,0xff,0x4d,0xb0,0xff,0xff,0x4d,0xb0,0xff,0xff,0x30,0xc3,0xff,0xff,0x80,0xff,0xff,0xff,0xc1,0xff,0xff,0xff, + 0x6c,0x91,0xff,0xff,0xce,0x31,0xff,0xff,0xce,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0x2c,0x10,0xff,0xff,0x30,0xc3,0xff,0xff,0x00,0xff,0xff,0xff,0x83,0xff,0xff,0xff, + 0xff,0xff,0xff,0x00,0x7f,0xff,0xff,0x00,0x3d,0xef,0xff,0x00,0x69,0x87,0xff,0x00,0xf2,0x64,0xff,0x00,0x95,0xf1,0xff,0x00,0x6e,0x9f,0xff,0x00,0xfb,0x04,0xff,0x00, + 0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xf9,0xff,0xff,0x00,0xb8,0x77,0xff,0x00,0x14,0x63,0xff,0x00,0x03,0x20,0xff,0x00,0xc7,0x87,0xff,0x00,0x7b,0xfc,0xff,0x00, + 0x5f,0xc0,0x00,0xff,0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff,0x5f,0xc0,0x00,0xff,0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff, + 0x9f,0x60,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xf9,0x06,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0xff,0x00,0x00,0xff,0x01,0xfe,0x00,0xff,0x21,0xde,0x00,0xff,0x01,0xfe,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x04,0x50,0x00,0xff, + 0x88,0xef,0xff,0x00,0xc8,0xcf,0xff,0x00,0x5c,0xcb,0xff,0x00,0x34,0x9b,0xff,0x00,0x6c,0x73,0xff,0x00,0xb8,0xc7,0xff,0x00,0x78,0x87,0xff,0x00,0xe8,0x17,0xff,0x00, + 0x1f,0xf3,0xff,0x00,0x33,0xef,0xff,0x00,0x07,0xdb,0xff,0x00,0x2f,0xe7,0xff,0x00,0x5f,0xb3,0xff,0x00,0x6c,0x9b,0xff,0x00,0x68,0x97,0xff,0x00,0x21,0xd7,0xff,0x00, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xfc,0xff,0x00,0xff,0xf2,0xff,0x00,0xff,0xce,0xff,0x00,0xff,0x2e,0xff,0x00,0xff, + 0xfc,0xff,0x00,0xff,0xf2,0xff,0x00,0xff,0xce,0xff,0x00,0xff,0x2e,0xff,0x00,0xff,0xee,0xff,0x00,0xff,0xfe,0xff,0x00,0xff,0xfe,0xff,0x00,0xff,0xee,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xef,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff, + 0x3f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x53,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0x22,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0x22,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x3f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x53,0xff,0x00,0xff,0x20,0xff,0x00,0xff, + 0xbf,0x40,0xff,0x00,0x11,0xee,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0x38,0xc7,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x84,0x7b,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x84,0x7b,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xff,0x00,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0xff,0x00,0x00,0xff,0x21,0xde,0x00,0xff,0x21,0xde,0x00,0xff,0x21,0xde,0x00,0xff, + 0xff,0xff,0x00,0x00,0xff,0xe1,0x00,0x00,0xe1,0xde,0x00,0x00,0xcc,0xbf,0x00,0x00,0xc0,0xde,0x00,0x00,0x81,0x80,0x00,0x00,0x1a,0xb9,0x00,0x00,0x38,0xa0,0x00,0x00, + 0xff,0x87,0x00,0x00,0x87,0x7b,0x00,0x00,0x33,0xfd,0x00,0x00,0x07,0x7b,0x00,0x00,0x83,0x03,0x00,0x00,0x09,0xf1,0x00,0x00,0x64,0xf9,0x00,0x00,0x0c,0xf1,0x00,0x00, + 0x44,0x11,0x00,0xff,0x54,0x00,0x00,0xff,0x7d,0x39,0x00,0xff,0xc6,0x7c,0x00,0xff,0x38,0x7d,0x00,0xff,0x24,0x58,0x00,0xff,0x25,0x59,0x00,0xff,0x6d,0x11,0x00,0xff, + 0xc0,0x3f,0xff,0x00,0x80,0x7f,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x7f,0xff,0xff,0xff,0x3d,0xef,0xff,0xff,0x19,0x87,0xff,0xff,0x0a,0x64,0xff,0xff,0x00,0xf1,0xff,0xff,0x18,0xe3,0xff,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xff,0xff,0xb8,0x77,0xff,0xff,0x9c,0x63,0xff,0xff,0x58,0x20,0xff,0xff,0x05,0x80,0xff,0xff, + 0xff,0x7f,0x00,0xff,0xee,0x7f,0x00,0xff,0xef,0x7f,0x00,0xff,0xfe,0x7f,0x00,0xff,0xfe,0x7f,0x00,0xff,0xfe,0x7f,0x00,0xff,0xee,0x7f,0x00,0xff,0xed,0x7e,0x00,0xff, + 0xee,0xff,0x00,0xff,0xee,0xff,0x00,0xff,0xee,0xff,0x00,0xff,0xed,0xfe,0x00,0xff,0xe6,0xf9,0x00,0xff,0xda,0xe5,0x00,0xff,0x63,0x9c,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xef,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xef,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0x10,0xef,0x00,0xff,0x10,0xef,0x00,0xff,0xff,0x00,0x00,0xff,0x41,0xbe,0x00,0xff, + 0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x55,0xff,0x00,0xff,0x22,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0xa2,0x7f,0x00,0xff,0x65,0x9f,0x00,0xff,0x1a,0xe7,0x00,0xff,0x06,0xf9,0x00,0xff,0x01,0xfe,0x00,0xff, + 0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x55,0xfe,0x00,0xff,0xa3,0x7e,0x00,0xff, + 0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x88,0x77,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xef,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0x81,0x7e,0x00,0xff,0x81,0x7e,0x00,0xff,0x81,0x7e,0x00,0xff, + 0x11,0xf7,0xff,0x00,0x13,0xf7,0xff,0x00,0x32,0xd3,0xff,0x00,0x2a,0xd9,0xff,0x00,0x37,0xce,0xff,0x00,0x1d,0xe3,0xff,0x00,0x17,0xe8,0xff,0x00,0x07,0xf8,0xff,0x00, + 0x3d,0xa0,0x00,0x00,0x3f,0xa0,0x00,0x00,0x1f,0x9f,0x00,0x00,0x03,0xa0,0x00,0x00,0x10,0xaf,0x00,0x00,0x1f,0xa0,0x00,0x00,0x20,0x9f,0x00,0x00,0x40,0x80,0x00,0x00, + 0x04,0x09,0x00,0x00,0x3c,0x05,0x00,0x00,0x88,0xf9,0x00,0x00,0xc0,0x05,0x00,0x00,0x08,0xf5,0x00,0x00,0xf8,0x05,0x00,0x00,0x04,0xf9,0x00,0x00,0x02,0x01,0x00,0x00, + 0x55,0x01,0x00,0xff,0x55,0x01,0x00,0xff,0xff,0xbb,0x00,0xff,0xc7,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff,0x45,0x11,0x00,0xff, + 0x3e,0xff,0x00,0xff,0x0e,0xff,0x00,0xff,0x52,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x54,0xfe,0x00,0xff,0x22,0xff,0x00,0xff, + 0x03,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0x8b,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0x07,0xfb,0x00,0xff,0x07,0xfb,0x00,0xff,0x33,0x03,0x00,0xff,0x60,0x07,0x00,0xff, + 0x3a,0xcd,0xff,0x00,0xf6,0x99,0xff,0x00,0x94,0xeb,0xff,0x00,0x10,0xef,0xff,0x00,0x30,0xdf,0xff,0x00,0xc0,0x9f,0xff,0x00,0x30,0xcf,0xff,0x00,0xf0,0xef,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x01,0xfe,0xff,0x00,0x0f,0xf1,0xff,0x00,0x1f,0xef,0xff,0x00,0x3f,0xdf,0xff,0x00,0x4f,0xbf,0xff,0x00,0xc7,0xbf,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xf0,0x0f,0xff,0x00,0xfc,0xf3,0xff,0x00,0xfe,0xfd,0xff,0x00,0xfe,0xfd,0xff,0x00,0xfa,0xfd,0xff,0x00,0xf5,0xf9,0xff,0x00, + 0xff,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x37,0xc0,0xff,0xff,0xbd,0x42,0xff,0xff,0xe4,0x1b,0xff,0xff,0x64,0x9b,0xff,0xff,0x02,0xfd,0xff,0xff,0x09,0xf6,0xff,0xff,0x01,0xf6,0xff,0xff,0x90,0x67,0xff,0xff, + 0xff,0x00,0xff,0xff,0xee,0x11,0xff,0xff,0xc6,0x39,0xff,0xff,0x84,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x86,0x79,0xff,0xff,0x84,0x79,0xff,0xff, + 0x35,0xc2,0xff,0xff,0xb9,0x46,0xff,0xff,0xf1,0x06,0xff,0xff,0x61,0x82,0xff,0xff,0x02,0xc0,0xff,0xff,0x40,0x80,0xff,0xff,0x00,0x80,0xff,0xff,0x80,0x00,0xff,0xff, + 0xff,0x00,0xff,0xff,0xee,0x11,0xff,0xff,0xc4,0x39,0xff,0xff,0x2c,0x11,0xff,0xff,0x18,0x03,0xff,0xff,0x08,0x03,0xff,0xff,0x02,0x01,0xff,0xff,0x00,0x01,0xff,0xff, + 0xe0,0x79,0x00,0xff,0x40,0x63,0x00,0xff,0x00,0x1b,0x00,0xff,0xc0,0xdb,0x00,0xff,0xc4,0xdb,0x00,0xff,0xc0,0xdd,0x00,0xff,0xe0,0xed,0x00,0xff,0xe0,0xed,0x00,0xff, + 0x00,0xff,0x00,0xff,0x7e,0x81,0x00,0xff,0x7e,0xb7,0x00,0xff,0x7e,0xb7,0x00,0xff,0x7e,0xb7,0x00,0xff,0x3f,0xc0,0x00,0xff,0x3f,0xdb,0x00,0xff,0x3f,0xdb,0x00,0xff, + 0x41,0xbe,0x00,0xff,0x40,0x80,0x00,0xff,0x1f,0xc0,0x00,0xff,0x18,0xc0,0x00,0xff,0x1b,0xc0,0x00,0xff,0x1c,0xc3,0x00,0xff,0x1f,0xc0,0x00,0xff,0x0f,0xe0,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0x03,0x00,0xff,0xf8,0x03,0x00,0xff,0x18,0x03,0x00,0xff,0xd8,0x23,0x00,0xff,0x08,0xc3,0x00,0xff,0xc8,0x03,0x00,0xff,0xf0,0x07,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x05,0x9e,0x00,0xff,0x02,0xc6,0x00,0xff,0x00,0xd8,0x00,0xff,0x03,0xdb,0x00,0xff,0x23,0xdb,0x00,0xff,0x03,0xbb,0x00,0xff,0x07,0xb7,0x00,0xff,0x07,0xb7,0x00,0xff, + 0x03,0xfc,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x55,0x01,0x00,0xff,0x55,0x01,0x00,0xff,0xff,0xbb,0x00,0xff,0xc7,0x7d,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff,0x45,0x39,0x00,0xff, + 0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xf7,0xff,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x02,0xfd,0x00,0xff,0x00,0xff,0x00,0xff, + 0x35,0x06,0x00,0xff,0xf3,0x06,0x00,0xff,0x7d,0xc6,0x00,0xff,0x2b,0xf6,0x00,0xff,0x55,0xfe,0x00,0xff,0x23,0xfe,0x00,0xff,0x55,0xfe,0x00,0xff,0xa3,0x7e,0x00,0xff, + 0xc0,0xbf,0xff,0x00,0x40,0xff,0xff,0x00,0x20,0xff,0xff,0x00,0x5c,0xbf,0xff,0x00,0x3b,0xc7,0xff,0x00,0x1f,0xe0,0xff,0x00,0x07,0xf8,0xff,0x00,0x00,0xff,0xff,0x00, + 0xed,0xf1,0xff,0x00,0x3d,0xc1,0xff,0x00,0x3e,0xc3,0xff,0x00,0x7d,0x8e,0xff,0x00,0xf6,0xf9,0xff,0x00,0xfc,0x03,0xff,0x00,0xf0,0x0f,0xff,0x00,0x00,0xff,0xff,0x00, + 0x11,0xe6,0xff,0xff,0x39,0xc6,0xff,0xff,0xbd,0x42,0xff,0xff,0xfb,0x00,0xff,0xff,0x78,0x00,0xff,0xff,0x00,0x87,0xff,0xff,0x01,0xff,0xff,0xff,0x87,0xff,0xff,0xff, + 0xcc,0x31,0xff,0xff,0xce,0x31,0xff,0xff,0xce,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0x5c,0x20,0xff,0xff,0x30,0xc3,0xff,0xff,0x00,0xff,0xff,0xff,0x86,0xff,0xff,0xff, + 0x82,0x00,0xff,0xff,0x95,0x00,0xff,0xff,0x4f,0x00,0xff,0xff,0x3f,0x80,0xff,0xff,0xb0,0x0f,0xff,0xff,0x00,0x7f,0xff,0xff,0x00,0xff,0xff,0xff,0x87,0xff,0xff,0xff, + 0x80,0x01,0xff,0xff,0x50,0x01,0xff,0xff,0xe4,0x01,0xff,0xff,0xfa,0x01,0xff,0xff,0x1c,0xe0,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x87,0xff,0xff,0xff, + 0xe2,0xed,0x00,0xff,0xc3,0xec,0x00,0xff,0xc1,0xf6,0x00,0xff,0xc0,0xf6,0x00,0xff,0xc0,0xf6,0x00,0xff,0xc0,0xf8,0x00,0xff,0xc0,0xff,0x00,0xff,0xc0,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0xe0,0x1f,0x00,0xff,0x20,0xdf,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x07,0xff,0x00,0xff, + 0x0f,0xe0,0x00,0xff,0x0f,0xe0,0x00,0xff,0x00,0xe0,0x00,0xff,0x00,0x0f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xf7,0x00,0x00,0xff,0xf0,0x07,0x00,0xff,0x00,0x07,0x00,0xff,0x00,0xf0,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xe0,0x79,0x00,0xff,0xc0,0x63,0x00,0xff,0x00,0x1b,0x00,0xff,0xc0,0xdb,0x00,0xff,0xc4,0xdb,0x00,0xff,0xc0,0xdd,0x00,0xff,0xe0,0xed,0x00,0xff,0xe0,0xed,0x00,0xff, + 0xf8,0xfd,0xff,0xff,0xfc,0xfd,0xff,0xff,0xfc,0xf9,0xff,0xff,0xf0,0xfd,0xff,0xff,0xf0,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfe,0xf8,0xff,0xff,0xf2,0xfc,0xff,0xff, + 0x35,0xcf,0xff,0xff,0xe3,0x9f,0xff,0xff,0x97,0xef,0xff,0xff,0x1b,0xef,0xff,0xff,0x27,0xdf,0xff,0xff,0xc2,0x9f,0xff,0xff,0x35,0xcf,0xff,0xff,0xf1,0xef,0xff,0xff, + 0xef,0xf3,0xff,0xff,0xd3,0xef,0xff,0xff,0xe7,0xdb,0xff,0xff,0xff,0xc7,0xff,0xff,0xcf,0xf3,0xff,0xff,0x14,0xfb,0xff,0xff,0x88,0xf7,0xff,0xff,0xa1,0xf7,0xff,0xff, + 0xfe,0xff,0xff,0xff,0xf1,0xff,0xff,0xff,0xef,0xff,0xff,0xff,0xdf,0xff,0xff,0xff,0x8f,0xff,0xff,0xff,0xc7,0xbf,0xff,0xff,0xc0,0xbf,0xff,0xff,0xc0,0xbf,0xff,0xff, + 0x0f,0xff,0xff,0xff,0xf3,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xff,0xfd,0xff,0xff,0xfb,0xfd,0xff,0xff,0xf7,0xf9,0xff,0xff,0xed,0xf1,0xff,0xff,0x3d,0xc1,0xff,0xff, + 0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x84,0x7b,0x00,0xff,0x80,0x7f,0x00,0xff, + 0xff,0x00,0x00,0xff,0x01,0xfe,0x00,0xff,0x21,0xde,0x00,0xff,0x01,0xfe,0x00,0xff,0xff,0x00,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff,0x01,0xfe,0x00,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xbf,0xff,0xff,0xff,0x37,0xee,0xff,0xff,0x53,0x8c,0xff,0xff,0x0b,0x24,0xff,0xff,0x10,0xe0,0xff,0xff, + 0xe4,0xf9,0xff,0xff,0xf0,0xfd,0xff,0xff,0xf8,0xfd,0xff,0xff,0x2c,0xf9,0xff,0xff,0x00,0xf1,0xff,0xff,0x8c,0x61,0xff,0xff,0x0c,0x01,0xff,0xff,0x2c,0xc1,0xff,0xff, + 0x04,0xfb,0xff,0x00,0x00,0xff,0xff,0x00,0x04,0xfb,0xff,0x00,0x00,0xff,0xff,0x00,0x20,0xdf,0xff,0x00,0x20,0xdf,0xff,0x00,0x04,0xfb,0xff,0x00,0x65,0x9a,0xff,0x00, + 0x00,0xff,0xff,0x00,0x82,0x7d,0xff,0x00,0x90,0x6f,0xff,0x00,0x02,0xfd,0xff,0x00,0x92,0x6d,0xff,0x00,0x10,0xef,0xff,0x00,0x00,0xff,0xff,0x00,0x26,0xd9,0xff,0x00, + 0x7f,0xff,0xff,0xff,0xff,0x7f,0xff,0xff,0x7f,0x3f,0xff,0xff,0x21,0xbf,0xff,0xff,0x9f,0x3f,0xff,0xff,0x1f,0x7f,0xff,0xff,0x1f,0x7f,0xff,0xff,0x0f,0x7f,0xff,0xff, + 0xfe,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xfe,0xfc,0xff,0xff,0x34,0xfd,0xff,0xff,0xfc,0xfd,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff, + 0xe4,0xef,0xff,0xff,0xe2,0xcf,0xff,0xff,0x94,0xef,0xff,0xff,0x89,0xf7,0xff,0xff,0xc4,0xf7,0xff,0xff,0xf1,0xc7,0xff,0xff,0x83,0xe7,0xff,0xff,0x15,0xcf,0xff,0xff, + 0x43,0xf1,0xff,0xff,0x93,0xf9,0xff,0xff,0xa8,0xf7,0xff,0xff,0xc4,0xf3,0xff,0xff,0xcf,0xf1,0xff,0xff,0xf3,0xef,0xff,0xff,0xd9,0xe7,0xff,0xff,0xef,0xf3,0xff,0xff, + 0xe0,0xdf,0xff,0xff,0x90,0xef,0xff,0xff,0x0e,0xf1,0xff,0xff,0x81,0xfe,0xff,0xff,0xe0,0xff,0xff,0xff,0xbf,0xff,0xff,0xff,0x9f,0xff,0xff,0xff,0xdf,0xff,0xff,0xff, + 0x3d,0xc1,0xff,0xff,0x7b,0x83,0xff,0xff,0x71,0x87,0xff,0xff,0x07,0x0f,0xff,0xff,0x09,0xff,0xff,0xff,0xf1,0xff,0xff,0xff,0x73,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0x0f,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0x00,0x00,0xff,0x80,0x7f,0x00,0xff,0x88,0x77,0x00,0xff,0x80,0x7f,0x00,0xff,0xff,0x00,0x00,0xff,0x82,0x7d,0x00,0xff,0x82,0x7d,0x00,0xff,0x82,0x7d,0x00,0xff, + 0xec,0x11,0xff,0xff,0xc4,0x31,0xff,0xff,0xc0,0x3b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x84,0x79,0xff,0xff,0x84,0x79,0xff,0xff, + 0xc1,0x3e,0xff,0x00,0xf7,0x08,0xff,0x00,0x7f,0x80,0xff,0x00,0x34,0xcb,0xff,0x00,0x80,0x7f,0xff,0x00,0xc1,0x3e,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x63,0x9c,0xff,0x00,0x7b,0x84,0xff,0x00,0x7e,0x81,0xff,0x00,0x2c,0xd3,0xff,0x00,0x01,0xfe,0xff,0x00,0x83,0x7c,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x10,0x6f,0xff,0xff,0x4f,0x3f,0xff,0xff,0x0f,0x7f,0xff,0xff,0x0f,0x7f,0xff,0xff,0x07,0x7f,0xff,0xff,0x07,0x7f,0xff,0xff,0x88,0x37,0xff,0xff,0x27,0x9f,0xff,0xff, + 0xc2,0xfe,0xff,0xff,0xfc,0xfe,0xff,0xff,0xfe,0xfe,0xff,0xff,0xfd,0xfc,0xff,0xff,0xfc,0xfd,0xff,0xff,0xfc,0xfd,0xff,0xff,0x4c,0xfd,0xff,0xff,0xf0,0xfd,0xff,0xff, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xf3,0x0c,0xff,0x00,0x51,0xaf,0xff,0x00,0x59,0xff,0xff,0x00,0xff,0xff,0xff,0x00, + 0x40,0xdf,0x00,0xff,0x40,0xdf,0x00,0xff,0x08,0x87,0x00,0xff,0x3c,0xbb,0x00,0xff,0x7f,0x7c,0x00,0xff,0x7c,0x39,0x00,0xff,0x44,0x39,0x00,0xff,0x64,0x19,0x00,0xff, + 0x11,0xe6,0xff,0xff,0x39,0xc6,0xff,0xff,0xbd,0x42,0xff,0xff,0xfb,0x00,0xff,0xff,0x78,0x00,0xff,0xff,0x00,0x87,0xff,0xff,0x00,0xff,0xff,0xff,0x71,0xff,0xff,0xff, + 0xcc,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0xcc,0x31,0xff,0xff,0x68,0x11,0xff,0xff,0x30,0xc3,0xff,0xff,0x01,0xff,0xff,0xff,0x83,0xff,0xff,0xff, + 0xfb,0x04,0xff,0x00,0xfc,0x03,0xff,0x00,0xff,0x00,0xff,0x00,0xef,0x10,0xff,0x00,0x6f,0x90,0xff,0x00,0x8c,0x73,0xff,0x00,0x80,0x7f,0xff,0x00,0x80,0x7f,0xff,0x00, + 0x5f,0xa0,0xff,0x00,0x3f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xfb,0x04,0xff,0x00,0xf2,0x0d,0xff,0x00,0x31,0xce,0xff,0x00,0x01,0xfe,0xff,0x00,0x01,0xfe,0xff,0x00, + 0x07,0xbf,0xff,0xff,0x87,0x3f,0xff,0xff,0x07,0x7f,0xff,0xff,0x0f,0x7f,0xff,0xff,0x0f,0xff,0xff,0xff,0x1f,0xff,0xff,0xff,0x3f,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xfd,0xfc,0xff,0xff,0xfd,0xfc,0xff,0xff,0xf9,0xfc,0xff,0xff,0xf8,0xfe,0xff,0xff,0xf8,0xfe,0xff,0xff,0xfc,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x65,0x19,0x00,0xff,0x4d,0x31,0x00,0xff,0x4d,0x31,0x00,0xff,0x4b,0x33,0x00,0xff,0xb7,0x87,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x82,0x7d,0xff,0x00,0x87,0x78,0xff,0x00,0x80,0x7f,0xff,0x00,0xf0,0x0f,0xff,0x00,0xbc,0x43,0xff,0x00,0x87,0x78,0xff,0x00,0x78,0x87,0xff,0x00,0xff,0x00,0xff,0x00, + 0x41,0xbe,0xff,0x00,0xe1,0x1e,0xff,0x00,0x11,0xee,0xff,0x00,0x0f,0xf0,0xff,0x00,0x3f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0x1e,0xe1,0xff,0x00,0xff,0x00,0xff,0x00, + 0x40,0xbf,0xff,0x00,0x30,0xcf,0xff,0x00,0x0f,0xf0,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xdf,0xff,0xff,0xff,0xcd,0xff,0xff,0xff,0xe9,0xff,0xff,0xff,0xfb,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xe9,0xf7,0xff,0xff,0xeb,0xf7,0xff,0xff,0xfe,0xf3,0xff,0xff,0xee,0xf9,0xff,0xff,0xfd,0xfe,0xff,0xff,0xfa,0xff,0xff,0xff,0xfc,0xff,0xff,0xff,0xfa,0xff,0xff,0xff, + 0x36,0xc1,0x00,0x00,0xc3,0xfc,0x00,0x00,0xf0,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0x8c,0x03,0x00,0x00,0xc3,0x3f,0x00,0x00,0x0f,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x14,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0xfb,0xc7,0xff,0x00,0xff,0xbb,0xff,0x00,0xff,0x45,0xff,0x00,0xff,0x39,0x7d,0x00,0xff,0x25,0x59,0x00,0xff,0x25,0x59,0x00,0xff,0x45,0x11,0x00,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xd3,0xef,0xff,0xff,0xe7,0xdb,0xff,0xff,0xff,0xc7,0xff,0xff,0xcf,0xf3,0xff,0xff,0x94,0xfb,0xff,0xff,0x48,0xf7,0xff,0xff,0xa1,0xf7,0xff,0xff,0x83,0xf1,0xff,0xff, + 0xfe,0xff,0xff,0xff,0xd7,0xff,0xff,0xff,0xae,0xff,0xff,0xff,0xbe,0x41,0xff,0xff,0xf3,0x0c,0xff,0xff,0x51,0xaf,0xff,0xff,0x59,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x7f,0xff,0xff,0xff,0xfd,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0xe1,0x1f,0xff,0xff,0xbf,0x40,0xff,0xff,0x33,0xcc,0xff,0xff,0x63,0xff,0xff,0xff,0xe7,0xff,0xff,0xff, + 0xfe,0xff,0xff,0xff,0x7d,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x61,0x9f,0xff,0xff,0x3f,0xc0,0xff,0xff,0xb3,0x4c,0xff,0xff,0xe3,0xff,0xff,0xff,0xe7,0xff,0xff,0xff, + 0x13,0xf9,0xff,0xff,0x43,0xfd,0xff,0xff,0x8d,0xfb,0xff,0xff,0x3c,0xe3,0xff,0xff,0x2e,0xd3,0xff,0xff,0xe7,0x1f,0xff,0xff,0xf7,0x9f,0xff,0xff,0xbf,0xff,0xff,0xff, + 0x0c,0xb3,0xff,0xff,0x08,0xd7,0xff,0xff,0x10,0xcf,0xff,0xff,0x00,0xdf,0xff,0xff,0x00,0xdf,0xff,0xff,0x05,0xda,0xff,0xff,0x01,0xda,0xff,0xff,0x00,0xbb,0xff,0xff, + 0x0e,0xf1,0xff,0xff,0x0e,0xf1,0xff,0xff,0x06,0xf9,0xff,0xff,0x84,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x06,0xf9,0xff,0xff,0x04,0xf9,0xff,0xff, + 0x38,0xc7,0xff,0xff,0x30,0xcf,0xff,0xff,0x60,0x9f,0xff,0xff,0x40,0xbf,0xff,0xff,0x02,0xfd,0xff,0xff,0x09,0xf6,0xff,0xff,0x01,0xf6,0xff,0xff,0x80,0x77,0xff,0xff, + 0xf8,0x07,0xff,0xff,0x70,0x8f,0xff,0xff,0x70,0x8f,0xff,0xff,0x58,0xa7,0xff,0xff,0x0a,0xf5,0xff,0xff,0x09,0xf6,0xff,0xff,0x01,0xf6,0xff,0xff,0x80,0x77,0xff,0xff, + 0x0c,0xf1,0xff,0xff,0x0c,0xf1,0xff,0xff,0x04,0xf9,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x80,0x7b,0xff,0xff,0x00,0xfb,0xff,0xff,0x04,0xf9,0xff,0xff, + 0x00,0xbb,0xff,0xff,0x0c,0xb3,0xff,0xff,0x0e,0xb1,0xff,0xff,0x06,0xb9,0xff,0xff,0x04,0xb9,0xff,0xff,0x04,0xb9,0xff,0xff,0x04,0xb9,0xff,0xff,0x0d,0xb0,0xff,0xff, + 0x4c,0xb1,0xff,0xff,0x0e,0xf1,0xff,0xff,0x4e,0xb1,0xff,0xff,0x47,0xb8,0xff,0xff,0x45,0xb8,0xff,0xff,0x95,0x68,0xff,0xff,0x9d,0x60,0xff,0xff,0x0d,0xf0,0xff,0xff, + 0x00,0xf7,0xff,0xff,0x18,0xe7,0xff,0xff,0x1c,0xe3,0xff,0xff,0x0c,0xf3,0xff,0xff,0x08,0xf3,0xff,0xff,0x08,0xf3,0xff,0xff,0x0a,0xf1,0xff,0xff,0x1b,0xe0,0xff,0xff, + 0x4c,0xb1,0xff,0xff,0x0e,0xf1,0xff,0xff,0x4e,0xb1,0xff,0xff,0x47,0xb8,0xff,0xff,0x25,0xd8,0xff,0xff,0x15,0xe8,0xff,0xff,0x1d,0xe0,0xff,0xff,0x3d,0xc0,0xff,0xff, + 0x00,0xf7,0xff,0xff,0x18,0xe7,0xff,0xff,0x9c,0x63,0xff,0xff,0x4c,0xb3,0xff,0xff,0x88,0x73,0xff,0xff,0x08,0xf3,0xff,0xff,0x2a,0xd1,0xff,0xff,0x3b,0xc0,0xff,0xff, + 0x4c,0xb1,0xff,0xff,0x0c,0xf1,0xff,0xff,0x4c,0xb1,0xff,0xff,0x44,0xb9,0xff,0xff,0x24,0xd9,0xff,0xff,0x14,0xe9,0xff,0xff,0x0c,0xe1,0xff,0xff,0x8c,0x61,0xff,0xff, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xbf,0x40,0xff,0x00,0x33,0xcc,0xff,0x00,0x63,0xff,0xff,0x00,0xe7,0xff,0xff,0x00, + 0xc7,0x38,0xff,0x00,0xff,0x00,0xff,0x00,0xf8,0x07,0xff,0x00,0xc0,0x3f,0xff,0x00,0x80,0x7f,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00, + 0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x60,0x9f,0xff,0x00,0x70,0xcf,0xff,0x00,0xd0,0xef,0xff,0x00,0x88,0xef,0xff,0x00, + 0x5f,0xff,0x00,0x00,0x3f,0xff,0x00,0x00,0x5f,0xff,0x00,0x00,0xbf,0x7f,0x00,0x00,0x77,0x9f,0x00,0x00,0x7f,0xcf,0x00,0x00,0xd7,0xef,0x00,0x00,0x97,0xef,0x00,0x00, + 0xef,0xf3,0x00,0x00,0xd3,0xef,0x00,0x00,0xe7,0xdb,0x00,0x00,0xff,0xc7,0x00,0x00,0xcf,0xf3,0x00,0x00,0x14,0xfb,0x00,0x00,0x88,0xf7,0x00,0x00,0xa1,0xf7,0x00,0x00, + 0xef,0xf3,0x00,0x00,0xd3,0xef,0x00,0x00,0xe7,0xdb,0x00,0x00,0xff,0xc7,0x00,0x00,0xcf,0xf3,0x00,0x00,0x94,0xfb,0x00,0x00,0x88,0xf7,0x00,0x00,0xa1,0xf7,0x00,0x00, + 0x43,0xf1,0x00,0x00,0x93,0xf9,0x00,0x00,0xa8,0xf7,0x00,0x00,0xc4,0xf3,0x00,0x00,0xcf,0xf1,0x00,0x00,0xf3,0xef,0x00,0x00,0xd9,0xe7,0x00,0x00,0xef,0xf3,0x00,0x00, + 0xc3,0xf1,0x00,0x00,0x93,0xf9,0x00,0x00,0xa8,0xf7,0x00,0x00,0xc4,0xf3,0x00,0x00,0xcf,0xf1,0x00,0x00,0xf3,0xef,0x00,0x00,0xd9,0xe7,0x00,0x00,0xef,0xf3,0x00,0x00, + 0x35,0xcf,0x00,0x00,0xe3,0x9f,0x00,0x00,0x97,0xef,0x00,0x00,0x1b,0xef,0x00,0x00,0x27,0xdf,0x00,0x00,0xc2,0x9f,0x00,0x00,0x35,0xcf,0x00,0x00,0xf1,0xef,0x00,0x00, + 0xe4,0xef,0x00,0x00,0xe2,0xcf,0x00,0x00,0x94,0xef,0x00,0x00,0x89,0xf7,0x00,0x00,0xc4,0xf7,0x00,0x00,0xf1,0xc7,0x00,0x00,0x83,0xe7,0x00,0x00,0x15,0xcf,0x00,0x00, + 0xff,0xff,0x00,0x00,0x7f,0xff,0x00,0x00,0x3d,0xef,0x00,0x00,0x29,0x87,0x00,0x00,0x93,0x64,0x00,0x00,0x02,0xf1,0x00,0x00,0x20,0xff,0x00,0x00,0x0a,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xf9,0xff,0x00,0x00,0xb8,0x77,0x00,0x00,0x14,0x63,0x00,0x00,0xc3,0x20,0x00,0x00,0x40,0x87,0x00,0x00,0x54,0xff,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_largemap_4_attribs_gbc.c b/gbdk-support/png2asset/testing/ref/zgb_largemap_4_attribs_gbc.c @@ -22,846 +22,216 @@ const palette_color_t zgb_largemap_4_attribs_gbc_palettes[16] = { }; const uint8_t zgb_largemap_4_attribs_gbc_tiles[3360] = { - 0xa3,0x9c,0xcc,0xc3, - 0xd2,0xef,0xa5,0xdf, - 0x22,0xdf,0x40,0xbf, - 0x40,0xbf,0xe4,0x9b, - 0xfd,0x01,0x33,0xc3, - 0x8b,0xf7,0x05,0xfb, - 0x04,0xfb,0x04,0xf9, - 0x2c,0xd1,0x39,0xc1, - 0xa3,0x9c,0xc4,0xc8, - 0xc3,0xf0,0x90,0xe7, - 0x32,0xc5,0x36,0xc1, - 0xc3,0xfc,0xf0,0xff, - 0xfd,0x01,0x33,0x03, - 0x83,0x0f,0x89,0x07, - 0x8c,0x03,0x8c,0x03, - 0xc3,0x3f,0x0f,0xff, - 0xff,0xdd,0xeb,0xbe, - 0xdd,0xb6,0xe3,0xdd, - 0xff,0xff,0xff,0xbb, - 0xd7,0x7d,0xbb,0x6d, - 0xff,0xff,0xff,0xdd, - 0xeb,0xbe,0xdd,0xb6, - 0xe3,0xdd,0xff,0xff, - 0xff,0xbb,0xd7,0x7d, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xe8,0xef,0xe8,0xcf, - 0x98,0xef,0x88,0xf7, - 0xc4,0xf7,0xf4,0xc7, - 0x84,0xe7,0x18,0xcf, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x03,0xf1,0x0b,0xf9, - 0x08,0xf7,0x14,0xf3, - 0x1f,0xf1,0x13,0xef, - 0x19,0xe7,0x1f,0xf3, - 0x9c,0x63,0x82,0x7d, - 0x81,0x7e,0x44,0x3b, - 0x30,0x03,0x78,0x03, - 0x7d,0x00,0xb7,0x88, - 0x25,0xc1,0x66,0x98, - 0xc6,0x38,0x5c,0x80, - 0x42,0x80,0xde,0x00, - 0x3e,0x00,0xfd,0x01, - 0xc7,0xbb,0xff,0xff, - 0xff,0xdd,0xeb,0xbe, - 0xdd,0xb6,0xe3,0xdd, - 0xff,0xff,0xff,0xff, - 0xbb,0x6d,0xc7,0xbb, - 0xff,0xff,0xff,0xdd, - 0xeb,0xbe,0xdd,0xb6, - 0xe3,0xdd,0xff,0xff, - 0xf0,0x9f,0x90,0xef, - 0x10,0xef,0x30,0xdf, - 0xe0,0x9f,0xf0,0xcf, - 0xf0,0xef,0xf8,0xef, - 0x13,0xef,0x27,0xdb, - 0x07,0xe7,0x53,0xb3, - 0x6c,0x9b,0x28,0xd7, - 0x11,0xf7,0x13,0xf1, - 0xa3,0x9c,0xc4,0xc8, - 0xc3,0xf0,0x90,0xe7, - 0x32,0xc5,0x36,0xc1, - 0x3b,0xc0,0x9f,0xe0, - 0xfd,0x01,0x33,0x03, - 0x83,0x0f,0x89,0x07, - 0x8c,0x03,0x8c,0x03, - 0x9c,0x03,0x39,0x07, - 0xff,0xfc,0xfc,0xf3, - 0xf2,0xef,0xe5,0xdf, - 0xe2,0xdf,0xc0,0xbf, - 0xc0,0xbf,0xe4,0x9b, - 0xff,0x3f,0x3f,0xcf, - 0x8f,0xf7,0x07,0xfb, - 0x07,0xfb,0x05,0xf9, - 0x2d,0xd1,0x39,0xc1, - 0xf8,0xcf,0x88,0xef, - 0x28,0xcf,0xdc,0x83, - 0xce,0xb1,0x8b,0xf4, - 0x99,0xe6,0xfd,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x3e,0xc1, - 0x73,0x8c,0xd1,0x2e, - 0xd8,0xff,0xf0,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x80,0x7f, - 0x60,0x9f,0x70,0xcf, - 0xd0,0xef,0x88,0xef, - 0xc3,0xfc,0xf0,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xc7,0xff,0xbb,0xff, - 0x45,0xff,0x39,0x7d, - 0x24,0x58,0x24,0x59, - 0xff,0xff,0xff,0xff, - 0xc7,0xff,0xbb,0xff, - 0x45,0xff,0x39,0x7d, - 0x25,0x59,0x05,0x51, - 0x00,0xf9,0x02,0xe4, - 0x19,0xce,0x0d,0xdf, - 0x07,0xdf,0x1f,0xcf, - 0x0f,0xbf,0x1f,0x6f, - 0x00,0x04,0xca,0x31, - 0x44,0xbf,0x65,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0x41,0xb2,0x0c, - 0x51,0xaf,0x59,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0x1f,0xa0,0x40, - 0x33,0xcc,0x63,0xff, - 0xe7,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0x11,0x2a,0xc4, - 0x13,0xfc,0x96,0xff, - 0xfe,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xff,0x00,0x07, - 0x30,0xc9,0x36,0xfc, - 0x7c,0xfe,0xf8,0xfe, - 0xfc,0xf9,0xf8,0xfe, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0xbe,0x41, - 0xf3,0x0c,0x51,0xaf, - 0x59,0xff,0xff,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0xe0,0x1f, - 0xbf,0x40,0x33,0xcc, - 0x63,0xff,0xe7,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x01,0xfe, - 0x06,0xf9,0x0e,0xf3, - 0x0b,0xf7,0x19,0xf7, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x60,0x9f, - 0x7f,0x80,0xf3,0x0c, - 0x83,0x7f,0x07,0xff, - 0x0b,0xf9,0x07,0xfd, - 0x07,0xfb,0x1c,0xe3, - 0x2e,0xd3,0xe7,0x1f, - 0xf7,0x9f,0xbf,0xff, - 0x44,0x38,0x5d,0x21, - 0x5c,0x20,0x18,0xa3, - 0x08,0x30,0xab,0x93, - 0xbb,0x83,0xff,0xc7, - 0x45,0x11,0x55,0x01, - 0x7d,0x39,0xc7,0x7d, - 0x39,0x7d,0x25,0x59, - 0x25,0x59,0x6d,0x11, - 0x44,0x10,0x55,0x01, - 0xd6,0x82,0xfe,0xbb, - 0xc6,0x7c,0x39,0x7d, - 0x25,0x59,0x25,0x59, - 0x3f,0x1f,0x1f,0xcf, - 0x03,0xef,0x03,0xdf, - 0x07,0xdf,0x1f,0xc7, - 0x0f,0xe7,0x03,0xdf, - 0xf0,0xfe,0xf0,0xfd, - 0xfc,0xf9,0xf2,0xfc, - 0xf8,0xfe,0xfc,0xfe, - 0xfe,0xfc,0xf8,0xfe, - 0x5d,0x21,0x5d,0x21, - 0x9b,0xa3,0x8b,0xb3, - 0xab,0x93,0xbb,0x83, - 0xff,0xc7,0xff,0xff, - 0x1f,0xcf,0x0f,0xbf, - 0x1f,0x6f,0x3f,0x1f, - 0x1f,0xcf,0x03,0xef, - 0x0b,0xc7,0x07,0xdf, - 0xf0,0xfd,0xf8,0xf3, - 0xf0,0xfd,0xe0,0xfd, - 0xe0,0xfb,0xf8,0xf3, - 0xe4,0xf9,0xf8,0xfd, - 0xff,0xff,0x0f,0xff, - 0x0f,0xff,0x0f,0xff, - 0xff,0xff,0x80,0xff, - 0x80,0xff,0x80,0xff, - 0xff,0xff,0xf8,0xff, - 0xf8,0xff,0xf8,0xff, - 0xff,0xff,0x80,0xff, - 0x80,0xff,0x80,0xff, - 0x1f,0xc7,0x0f,0xe7, - 0x03,0xdf,0x13,0xcf, - 0x1f,0xc7,0x0f,0xbf, - 0x27,0x9f,0x1f,0xcf, - 0xfc,0xfd,0xfc,0xf9, - 0xf0,0xfd,0xf0,0xfe, - 0xf8,0xfe,0xfe,0xf8, - 0xf2,0xfc,0xe4,0xf9, - 0x55,0x01,0x55,0x01, - 0xd7,0x83,0xff,0xbb, - 0xc7,0x7d,0x39,0x7d, - 0x24,0x58,0x24,0x59, - 0xff,0xff,0xff,0xff, - 0xc7,0xff,0xbb,0xff, - 0x45,0xff,0x39,0x7d, - 0x25,0x59,0x25,0x59, - 0xff,0xff,0xf8,0xff, - 0xf8,0xff,0xf8,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x08,0xff, - 0x08,0xff,0x08,0xff, - 0xff,0xff,0x80,0xff, - 0x80,0xff,0x80,0xff, - 0x30,0x7f,0x0f,0x7f, - 0x1f,0x7f,0x9f,0x3f, - 0x01,0xbf,0x5f,0x3f, - 0xbf,0x7f,0x7f,0xff, - 0x86,0xfe,0xf8,0xfe, - 0xfe,0xfe,0xfc,0xfd, - 0x34,0xfd,0xfe,0xfc, - 0xff,0xfe,0xfe,0xff, - 0x0f,0xbf,0x3f,0x8f, - 0x1f,0xcf,0x07,0xbf, - 0x27,0x9f,0x3f,0x8f, - 0x1f,0x7f,0x4f,0x3f, - 0xff,0xff,0xff,0xff, - 0xdf,0xff,0xcd,0xff, - 0xe9,0xff,0xfb,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xdd, - 0xeb,0xbe,0xdd,0xb6, - 0xe3,0xdd,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x44,0x38,0x5d,0x21, - 0x5c,0x20,0x98,0xa3, - 0x88,0xb0,0xab,0x93, - 0xbb,0x83,0xff,0xc7, - 0x45,0x39,0x5d,0x21, - 0x5d,0x21,0x1b,0xa3, - 0x0b,0x33,0xab,0x93, - 0xbb,0x83,0xff,0xc7, - 0x3f,0x9f,0x0f,0xbf, - 0x1b,0xbf,0x31,0x9f, - 0x00,0x8c,0x00,0xb1, - 0x04,0xb9,0x0c,0xb1, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xef,0x7f, - 0xcd,0x3b,0x54,0x23, - 0x0a,0x80,0x0c,0xf0, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xcf,0xff,0x8f,0x7f, - 0x1f,0x6f,0xbf,0x1f, - 0xff,0xff,0xf3,0xff, - 0xf1,0xfe,0xf9,0xf6, - 0xfe,0xe0,0xcd,0xf1, - 0xe2,0xfb,0xf1,0xe2, - 0xcf,0xff,0x8f,0xff, - 0x9d,0x6f,0x68,0x07, - 0x62,0x65,0x94,0xf0, - 0xef,0x1f,0xf8,0x07, - 0xff,0xff,0xff,0xff, - 0xf9,0x7f,0xf8,0x77, - 0x34,0x73,0x12,0x60, - 0xcf,0xa7,0x3b,0x8c, - 0xf3,0xff,0xe3,0xff, - 0xa7,0x1f,0x9f,0x07, - 0x7f,0x71,0xce,0x7b, - 0xe0,0x97,0xf1,0x03, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfc,0xff, - 0xfb,0xff,0xf4,0xff, - 0xe3,0xe7,0xe2,0xed, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0x3f,0xff, - 0xdf,0xff,0x2f,0xff, - 0xcf,0xef,0x2f,0xcf, - 0x14,0xa3,0x0e,0xc1, - 0x1c,0xc3,0x08,0xd7, - 0x00,0xdf,0x04,0xbb, - 0x00,0xbb,0x00,0xbb, - 0x0f,0xf0,0x1f,0xe0, - 0x1e,0xe1,0xb8,0x43, - 0xf8,0x03,0x74,0x83, - 0x66,0x89,0x64,0x99, - 0xff,0x83,0xff,0x7d, - 0xff,0x7d,0x39,0x7d, - 0x41,0x3d,0x35,0x09, - 0x55,0x09,0x55,0x49, - 0xb7,0xc4,0xeb,0xcc, - 0xe7,0xc8,0x86,0xe9, - 0x8a,0xf5,0xc6,0xf5, - 0xf4,0xc7,0x8c,0xe7, - 0xaf,0x50,0x06,0xf9, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0xf7,0x78,0xde,0x21, - 0xf4,0x0b,0x60,0x9f, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0xfb,0x09,0x79,0x81, - 0x29,0xd7,0x10,0xf7, - 0x14,0xf3,0x13,0xf1, - 0x13,0xef,0x19,0xe7, - 0xf2,0xf5,0xe6,0xf1, - 0xe3,0xf8,0xf3,0xfc, - 0xf8,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xef,0x0f,0xe7,0x0f, - 0xc7,0x1f,0x0f,0x3f, - 0x1f,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x00,0xbb,0x0c,0xb3, - 0x0e,0xb1,0x4d,0xb0, - 0x4d,0xb0,0x30,0xc3, - 0x80,0xff,0xc1,0xff, - 0x6c,0x91,0xce,0x31, - 0xce,0x31,0xcc,0x31, - 0x2c,0x10,0x30,0xc3, - 0x00,0xff,0x83,0xff, - 0xff,0xff,0x7f,0xff, - 0x3d,0xef,0x69,0x87, - 0xf2,0x64,0x95,0xf1, - 0x6e,0x9f,0xfb,0x04, - 0xff,0xff,0xff,0xff, - 0xf9,0xff,0xb8,0x77, - 0x14,0x63,0x03,0x20, - 0xc7,0x87,0x7b,0xfc, - 0x5f,0xc0,0x40,0xdf, - 0x40,0xdf,0x40,0xdf, - 0x5f,0xc0,0x40,0xdf, - 0x40,0xdf,0x40,0xdf, - 0x9f,0x60,0x80,0x7f, - 0x80,0x7f,0x80,0x7f, - 0xff,0x00,0x80,0x7f, - 0x80,0x7f,0x80,0x7f, - 0xf9,0x06,0x01,0xfe, - 0x01,0xfe,0x01,0xfe, - 0xff,0x00,0x01,0xfe, - 0x21,0xde,0x01,0xfe, - 0xff,0xff,0xff,0xff, - 0xc7,0xff,0xbb,0xff, - 0x45,0xff,0x39,0x7d, - 0x25,0x59,0x04,0x50, - 0x88,0xef,0xc8,0xcf, - 0x5c,0xcb,0x34,0x9b, - 0x6c,0x73,0xb8,0xc7, - 0x78,0x87,0xe8,0x17, - 0x1f,0xf3,0x33,0xef, - 0x07,0xdb,0x2f,0xe7, - 0x5f,0xb3,0x6c,0x9b, - 0x68,0x97,0x21,0xd7, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xfc,0xff,0xf2,0xff, - 0xce,0xff,0x2e,0xff, - 0xfc,0xff,0xf2,0xff, - 0xce,0xff,0x2e,0xff, - 0xee,0xff,0xfe,0xff, - 0xfe,0xff,0xee,0xff, - 0x00,0xff,0xef,0xff, - 0xef,0xff,0xff,0xff, - 0xef,0xff,0xff,0xff, - 0xef,0xff,0xef,0xff, - 0x00,0xff,0xf7,0xff, - 0xf7,0xff,0xf7,0xff, - 0xf7,0xff,0xf7,0xff, - 0xf7,0xff,0xf7,0xff, - 0x3f,0xff,0x0f,0xff, - 0x53,0xff,0x20,0xff, - 0x55,0xff,0x22,0xff, - 0x55,0xff,0x22,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x3f,0xff,0x0f,0xff, - 0x53,0xff,0x20,0xff, - 0xbf,0x40,0x11,0xee, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0xc7,0x38,0xff,0x00, - 0x38,0xc7,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0xff,0x00,0x80,0x7f, - 0x84,0x7b,0x80,0x7f, - 0xff,0x00,0x80,0x7f, - 0x84,0x7b,0x80,0x7f, - 0xff,0x00,0x01,0xfe, - 0x01,0xfe,0x01,0xfe, - 0xff,0x00,0x21,0xde, - 0x21,0xde,0x21,0xde, - 0xff,0xff,0xff,0xe1, - 0xe1,0xde,0xcc,0xbf, - 0xc0,0xde,0x81,0x80, - 0x1a,0xb9,0x38,0xa0, - 0xff,0x87,0x87,0x7b, - 0x33,0xfd,0x07,0x7b, - 0x83,0x03,0x09,0xf1, - 0x64,0xf9,0x0c,0xf1, - 0x44,0x11,0x54,0x00, - 0x7d,0x39,0xc6,0x7c, - 0x38,0x7d,0x24,0x58, - 0x25,0x59,0x6d,0x11, - 0xc0,0x3f,0x80,0x7f, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0xff,0xff,0xff,0xff, - 0x7f,0xff,0x3d,0xef, - 0x19,0x87,0x0a,0x64, - 0x00,0xf1,0x18,0xe3, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xf9,0xff, - 0xb8,0x77,0x9c,0x63, - 0x58,0x20,0x05,0x80, - 0xff,0x7f,0xee,0x7f, - 0xef,0x7f,0xfe,0x7f, - 0xfe,0x7f,0xfe,0x7f, - 0xee,0x7f,0xed,0x7e, - 0xee,0xff,0xee,0xff, - 0xee,0xff,0xed,0xfe, - 0xe6,0xf9,0xda,0xe5, - 0x63,0x9c,0x80,0x7f, - 0xef,0xff,0xef,0xff, - 0xef,0xff,0xff,0x00, - 0x10,0xef,0x10,0xef, - 0xff,0x00,0x41,0xbe, - 0xf7,0xff,0xf7,0xff, - 0xf7,0xff,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x55,0xff,0x22,0xff, - 0x55,0xff,0xa2,0x7f, - 0x65,0x9f,0x1a,0xe7, - 0x06,0xf9,0x01,0xfe, - 0x55,0xfe,0x23,0xfe, - 0x55,0xfe,0x23,0xfe, - 0x55,0xfe,0x23,0xfe, - 0x55,0xfe,0xa3,0x7e, - 0xff,0x00,0x80,0x7f, - 0x88,0x77,0x80,0x7f, - 0xff,0x00,0x80,0x7f, - 0x80,0x7f,0x80,0x7f, - 0xff,0x00,0x00,0xff, - 0x10,0xef,0x00,0xff, - 0xff,0x00,0x81,0x7e, - 0x81,0x7e,0x81,0x7e, - 0x11,0xf7,0x13,0xf7, - 0x32,0xd3,0x2a,0xd9, - 0x37,0xce,0x1d,0xe3, - 0x17,0xe8,0x07,0xf8, - 0x3d,0xa0,0x3f,0xa0, - 0x1f,0x9f,0x03,0xa0, - 0x10,0xaf,0x1f,0xa0, - 0x20,0x9f,0x40,0x80, - 0x04,0x09,0x3c,0x05, - 0x88,0xf9,0xc0,0x05, - 0x08,0xf5,0xf8,0x05, - 0x04,0xf9,0x02,0x01, - 0x55,0x01,0x55,0x01, - 0xff,0xbb,0xc7,0x7d, - 0x39,0x7d,0x25,0x59, - 0x25,0x59,0x45,0x11, - 0x3e,0xff,0x0e,0xff, - 0x52,0xff,0x20,0xff, - 0x55,0xfe,0x23,0xfe, - 0x54,0xfe,0x22,0xff, - 0x03,0xff,0xfb,0xff, - 0x8b,0xff,0xfb,0xff, - 0x07,0xfb,0x07,0xfb, - 0x33,0x03,0x60,0x07, - 0x3a,0xcd,0xf6,0x99, - 0x94,0xeb,0x10,0xef, - 0x30,0xdf,0xc0,0x9f, - 0x30,0xcf,0xf0,0xef, - 0x00,0xff,0x00,0xff, - 0x01,0xfe,0x0f,0xf1, - 0x1f,0xef,0x3f,0xdf, - 0x4f,0xbf,0xc7,0xbf, - 0x00,0xff,0x00,0xff, - 0xf0,0x0f,0xfc,0xf3, - 0xfe,0xfd,0xfe,0xfd, - 0xfa,0xfd,0xf5,0xf9, - 0xff,0xff,0x08,0xff, - 0x08,0xff,0x08,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x37,0xc0,0xbd,0x42, - 0xe4,0x1b,0x64,0x9b, - 0x02,0xfd,0x09,0xf6, - 0x01,0xf6,0x90,0x67, - 0xff,0x00,0xee,0x11, - 0xc6,0x39,0x84,0x7b, - 0x80,0x7b,0x80,0x7b, - 0x86,0x79,0x84,0x79, - 0x35,0xc2,0xb9,0x46, - 0xf1,0x06,0x61,0x82, - 0x02,0xc0,0x40,0x80, - 0x00,0x80,0x80,0x00, - 0xff,0x00,0xee,0x11, - 0xc4,0x39,0x2c,0x11, - 0x18,0x03,0x08,0x03, - 0x02,0x01,0x00,0x01, - 0xe0,0x79,0x40,0x63, - 0x00,0x1b,0xc0,0xdb, - 0xc4,0xdb,0xc0,0xdd, - 0xe0,0xed,0xe0,0xed, - 0x00,0xff,0x7e,0x81, - 0x7e,0xb7,0x7e,0xb7, - 0x7e,0xb7,0x3f,0xc0, - 0x3f,0xdb,0x3f,0xdb, - 0x41,0xbe,0x40,0x80, - 0x1f,0xc0,0x18,0xc0, - 0x1b,0xc0,0x1c,0xc3, - 0x1f,0xc0,0x0f,0xe0, - 0x00,0xff,0x00,0x03, - 0xf8,0x03,0x18,0x03, - 0xd8,0x23,0x08,0xc3, - 0xc8,0x03,0xf0,0x07, - 0x05,0x9e,0x02,0xc6, - 0x00,0xd8,0x03,0xdb, - 0x23,0xdb,0x03,0xbb, - 0x07,0xb7,0x07,0xb7, - 0x03,0xfc,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x55,0x01,0x55,0x01, - 0xff,0xbb,0xc7,0x7d, - 0x39,0x7d,0x25,0x59, - 0x25,0x59,0x45,0x39, - 0xf7,0xff,0xf7,0xff, - 0xf7,0xff,0xff,0x00, - 0x00,0xff,0x00,0xff, - 0x02,0xfd,0x00,0xff, - 0x35,0x06,0xf3,0x06, - 0x7d,0xc6,0x2b,0xf6, - 0x55,0xfe,0x23,0xfe, - 0x55,0xfe,0xa3,0x7e, - 0xc0,0xbf,0x40,0xff, - 0x20,0xff,0x5c,0xbf, - 0x3b,0xc7,0x1f,0xe0, - 0x07,0xf8,0x00,0xff, - 0xed,0xf1,0x3d,0xc1, - 0x3e,0xc3,0x7d,0x8e, - 0xf6,0xf9,0xfc,0x03, - 0xf0,0x0f,0x00,0xff, - 0x11,0xe6,0x39,0xc6, - 0xbd,0x42,0xfb,0x00, - 0x78,0x00,0x00,0x87, - 0x01,0xff,0x87,0xff, - 0xcc,0x31,0xce,0x31, - 0xce,0x31,0xcc,0x31, - 0x5c,0x20,0x30,0xc3, - 0x00,0xff,0x86,0xff, - 0x82,0x00,0x95,0x00, - 0x4f,0x00,0x3f,0x80, - 0xb0,0x0f,0x00,0x7f, - 0x00,0xff,0x87,0xff, - 0x80,0x01,0x50,0x01, - 0xe4,0x01,0xfa,0x01, - 0x1c,0xe0,0x00,0xff, - 0x00,0xff,0x87,0xff, - 0xe2,0xed,0xc3,0xec, - 0xc1,0xf6,0xc0,0xf6, - 0xc0,0xf6,0xc0,0xf8, - 0xc0,0xff,0xc0,0xff, - 0x00,0xff,0xe0,0x1f, - 0x20,0xdf,0x00,0x00, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x07,0xff, - 0x0f,0xe0,0x0f,0xe0, - 0x00,0xe0,0x00,0x0f, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0xff,0xff, - 0xf7,0x00,0xf0,0x07, - 0x00,0x07,0x00,0xf0, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0xff,0xff, - 0xe0,0x79,0xc0,0x63, - 0x00,0x1b,0xc0,0xdb, - 0xc4,0xdb,0xc0,0xdd, - 0xe0,0xed,0xe0,0xed, - 0xf8,0xfd,0xfc,0xfd, - 0xfc,0xf9,0xf0,0xfd, - 0xf0,0xfe,0xf8,0xfe, - 0xfe,0xf8,0xf2,0xfc, - 0x35,0xcf,0xe3,0x9f, - 0x97,0xef,0x1b,0xef, - 0x27,0xdf,0xc2,0x9f, - 0x35,0xcf,0xf1,0xef, - 0xef,0xf3,0xd3,0xef, - 0xe7,0xdb,0xff,0xc7, - 0xcf,0xf3,0x14,0xfb, - 0x88,0xf7,0xa1,0xf7, - 0xfe,0xff,0xf1,0xff, - 0xef,0xff,0xdf,0xff, - 0x8f,0xff,0xc7,0xbf, - 0xc0,0xbf,0xc0,0xbf, - 0x0f,0xff,0xf3,0xff, - 0xfd,0xff,0xff,0xfd, - 0xfb,0xfd,0xf7,0xf9, - 0xed,0xf1,0x3d,0xc1, - 0xff,0x00,0x80,0x7f, - 0x80,0x7f,0x80,0x7f, - 0xff,0x00,0x80,0x7f, - 0x84,0x7b,0x80,0x7f, - 0xff,0x00,0x01,0xfe, - 0x21,0xde,0x01,0xfe, - 0xff,0x00,0x01,0xfe, - 0x01,0xfe,0x01,0xfe, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xbf,0xff, - 0x37,0xee,0x53,0x8c, - 0x0b,0x24,0x10,0xe0, - 0xe4,0xf9,0xf0,0xfd, - 0xf8,0xfd,0x2c,0xf9, - 0x00,0xf1,0x8c,0x61, - 0x0c,0x01,0x2c,0xc1, - 0x04,0xfb,0x00,0xff, - 0x04,0xfb,0x00,0xff, - 0x20,0xdf,0x20,0xdf, - 0x04,0xfb,0x65,0x9a, - 0x00,0xff,0x82,0x7d, - 0x90,0x6f,0x02,0xfd, - 0x92,0x6d,0x10,0xef, - 0x00,0xff,0x26,0xd9, - 0x7f,0xff,0xff,0x7f, - 0x7f,0x3f,0x21,0xbf, - 0x9f,0x3f,0x1f,0x7f, - 0x1f,0x7f,0x0f,0x7f, - 0xfe,0xff,0xff,0xfe, - 0xfe,0xfc,0x34,0xfd, - 0xfc,0xfd,0xfe,0xfe, - 0xfe,0xfe,0xfe,0xfe, - 0xe4,0xef,0xe2,0xcf, - 0x94,0xef,0x89,0xf7, - 0xc4,0xf7,0xf1,0xc7, - 0x83,0xe7,0x15,0xcf, - 0x43,0xf1,0x93,0xf9, - 0xa8,0xf7,0xc4,0xf3, - 0xcf,0xf1,0xf3,0xef, - 0xd9,0xe7,0xef,0xf3, - 0xe0,0xdf,0x90,0xef, - 0x0e,0xf1,0x81,0xfe, - 0xe0,0xff,0xbf,0xff, - 0x9f,0xff,0xdf,0xff, - 0x3d,0xc1,0x7b,0x83, - 0x71,0x87,0x07,0x0f, - 0x09,0xff,0xf1,0xff, - 0x73,0xff,0xff,0xff, - 0xff,0xff,0x0f,0xff, - 0x0f,0xff,0x0f,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0x00,0x80,0x7f, - 0x88,0x77,0x80,0x7f, - 0xff,0x00,0x82,0x7d, - 0x82,0x7d,0x82,0x7d, - 0xec,0x11,0xc4,0x31, - 0xc0,0x3b,0x80,0x7b, - 0x80,0x7b,0x80,0x7b, - 0x84,0x79,0x84,0x79, - 0xc1,0x3e,0xf7,0x08, - 0x7f,0x80,0x34,0xcb, - 0x80,0x7f,0xc1,0x3e, - 0xff,0x00,0xff,0x00, - 0x63,0x9c,0x7b,0x84, - 0x7e,0x81,0x2c,0xd3, - 0x01,0xfe,0x83,0x7c, - 0xff,0x00,0xff,0x00, - 0x10,0x6f,0x4f,0x3f, - 0x0f,0x7f,0x0f,0x7f, - 0x07,0x7f,0x07,0x7f, - 0x88,0x37,0x27,0x9f, - 0xc2,0xfe,0xfc,0xfe, - 0xfe,0xfe,0xfd,0xfc, - 0xfc,0xfd,0xfc,0xfd, - 0x4c,0xfd,0xf0,0xfd, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0xf3,0x0c,0x51,0xaf, - 0x59,0xff,0xff,0xff, - 0x40,0xdf,0x40,0xdf, - 0x08,0x87,0x3c,0xbb, - 0x7f,0x7c,0x7c,0x39, - 0x44,0x39,0x64,0x19, - 0x11,0xe6,0x39,0xc6, - 0xbd,0x42,0xfb,0x00, - 0x78,0x00,0x00,0x87, - 0x00,0xff,0x71,0xff, - 0xcc,0x31,0xcc,0x31, - 0xcc,0x31,0xcc,0x31, - 0x68,0x11,0x30,0xc3, - 0x01,0xff,0x83,0xff, - 0xfb,0x04,0xfc,0x03, - 0xff,0x00,0xef,0x10, - 0x6f,0x90,0x8c,0x73, - 0x80,0x7f,0x80,0x7f, - 0x5f,0xa0,0x3f,0xc0, - 0xff,0x00,0xfb,0x04, - 0xf2,0x0d,0x31,0xce, - 0x01,0xfe,0x01,0xfe, - 0x07,0xbf,0x87,0x3f, - 0x07,0x7f,0x0f,0x7f, - 0x0f,0xff,0x1f,0xff, - 0x3f,0xff,0xff,0xff, - 0xfd,0xfc,0xfd,0xfc, - 0xf9,0xfc,0xf8,0xfe, - 0xf8,0xfe,0xfc,0xff, - 0xfe,0xff,0xff,0xff, - 0x65,0x19,0x4d,0x31, - 0x4d,0x31,0x4b,0x33, - 0xb7,0x87,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x82,0x7d,0x87,0x78, - 0x80,0x7f,0xf0,0x0f, - 0xbc,0x43,0x87,0x78, - 0x78,0x87,0xff,0x00, - 0x41,0xbe,0xe1,0x1e, - 0x11,0xee,0x0f,0xf0, - 0x3f,0xc0,0xff,0x00, - 0x1e,0xe1,0xff,0x00, - 0x40,0xbf,0x30,0xcf, - 0x0f,0xf0,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0xe9,0xf7,0xeb,0xf7, - 0xfe,0xf3,0xee,0xf9, - 0xfd,0xfe,0xfa,0xff, - 0xfc,0xff,0xfa,0xff, - 0x36,0xc1,0xc3,0xfc, - 0xf0,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0x8c,0x03,0xc3,0x3f, - 0x0f,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xc7,0xff, - 0xbb,0xff,0x45,0xff, - 0x39,0x7d,0x25,0x59, - 0x25,0x59,0x45,0x11, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xff,0xff, - 0xff,0xff,0xfe,0xff, - 0xff,0xff,0xff,0xff, - 0xd3,0xef,0xe7,0xdb, - 0xff,0xc7,0xcf,0xf3, - 0x94,0xfb,0x48,0xf7, - 0xa1,0xf7,0x83,0xf1, - 0xfe,0xff,0xd7,0xff, - 0xae,0xff,0xbe,0x41, - 0xf3,0x0c,0x51,0xaf, - 0x59,0xff,0xff,0xff, - 0x7f,0xff,0xfd,0xff, - 0xaa,0xff,0xe1,0x1f, - 0xbf,0x40,0x33,0xcc, - 0x63,0xff,0xe7,0xff, - 0xfe,0xff,0x7d,0xff, - 0xaa,0xff,0x61,0x9f, - 0x3f,0xc0,0xb3,0x4c, - 0xe3,0xff,0xe7,0xff, - 0x13,0xf9,0x43,0xfd, - 0x8d,0xfb,0x3c,0xe3, - 0x2e,0xd3,0xe7,0x1f, - 0xf7,0x9f,0xbf,0xff, - 0x0c,0xb3,0x08,0xd7, - 0x10,0xcf,0x00,0xdf, - 0x00,0xdf,0x05,0xda, - 0x01,0xda,0x00,0xbb, - 0x0e,0xf1,0x0e,0xf1, - 0x06,0xf9,0x84,0x7b, - 0x80,0x7b,0x80,0x7b, - 0x06,0xf9,0x04,0xf9, - 0x38,0xc7,0x30,0xcf, - 0x60,0x9f,0x40,0xbf, - 0x02,0xfd,0x09,0xf6, - 0x01,0xf6,0x80,0x77, - 0xf8,0x07,0x70,0x8f, - 0x70,0x8f,0x58,0xa7, - 0x0a,0xf5,0x09,0xf6, - 0x01,0xf6,0x80,0x77, - 0x0c,0xf1,0x0c,0xf1, - 0x04,0xf9,0x80,0x7b, - 0x80,0x7b,0x80,0x7b, - 0x00,0xfb,0x04,0xf9, - 0x00,0xbb,0x0c,0xb3, - 0x0e,0xb1,0x06,0xb9, - 0x04,0xb9,0x04,0xb9, - 0x04,0xb9,0x0d,0xb0, - 0x4c,0xb1,0x0e,0xf1, - 0x4e,0xb1,0x47,0xb8, - 0x45,0xb8,0x95,0x68, - 0x9d,0x60,0x0d,0xf0, - 0x00,0xf7,0x18,0xe7, - 0x1c,0xe3,0x0c,0xf3, - 0x08,0xf3,0x08,0xf3, - 0x0a,0xf1,0x1b,0xe0, - 0x4c,0xb1,0x0e,0xf1, - 0x4e,0xb1,0x47,0xb8, - 0x25,0xd8,0x15,0xe8, - 0x1d,0xe0,0x3d,0xc0, - 0x00,0xf7,0x18,0xe7, - 0x9c,0x63,0x4c,0xb3, - 0x88,0x73,0x08,0xf3, - 0x2a,0xd1,0x3b,0xc0, - 0x4c,0xb1,0x0c,0xf1, - 0x4c,0xb1,0x44,0xb9, - 0x24,0xd9,0x14,0xe9, - 0x0c,0xe1,0x8c,0x61, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0xbf,0x40,0x33,0xcc, - 0x63,0xff,0xe7,0xff, - 0xc7,0x38,0xff,0x00, - 0xf8,0x07,0xc0,0x3f, - 0x80,0x7f,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x60,0x9f,0x70,0xcf, - 0xd0,0xef,0x88,0xef, - 0xef,0xf3,0xd3,0xef, - 0xe7,0xdb,0xff,0xc7, - 0xcf,0xf3,0x94,0xfb, - 0x88,0xf7,0xa1,0xf7, - 0xc3,0xf1,0x93,0xf9, - 0xa8,0xf7,0xc4,0xf3, - 0xcf,0xf1,0xf3,0xef, - 0xd9,0xe7,0xef,0xf3, - 0xff,0xff,0x7f,0xff, - 0x3d,0xef,0x29,0x87, - 0x93,0x64,0x02,0xf1, - 0x20,0xff,0x0a,0xff, - 0xff,0xff,0xff,0xff, - 0xf9,0xff,0xb8,0x77, - 0x14,0x63,0xc3,0x20, - 0x40,0x87,0x54,0xff + 0xa3,0x9c,0xcc,0xc3,0xd2,0xef,0xa5,0xdf,0x22,0xdf,0x40,0xbf,0x40,0xbf,0xe4,0x9b, + 0xfd,0x01,0x33,0xc3,0x8b,0xf7,0x05,0xfb,0x04,0xfb,0x04,0xf9,0x2c,0xd1,0x39,0xc1, + 0xa3,0x9c,0xc4,0xc8,0xc3,0xf0,0x90,0xe7,0x32,0xc5,0x36,0xc1,0xc3,0xfc,0xf0,0xff, + 0xfd,0x01,0x33,0x03,0x83,0x0f,0x89,0x07,0x8c,0x03,0x8c,0x03,0xc3,0x3f,0x0f,0xff, + 0xff,0xdd,0xeb,0xbe,0xdd,0xb6,0xe3,0xdd,0xff,0xff,0xff,0xbb,0xd7,0x7d,0xbb,0x6d, + 0xff,0xff,0xff,0xdd,0xeb,0xbe,0xdd,0xb6,0xe3,0xdd,0xff,0xff,0xff,0xbb,0xd7,0x7d, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xe8,0xef,0xe8,0xcf,0x98,0xef,0x88,0xf7,0xc4,0xf7,0xf4,0xc7,0x84,0xe7,0x18,0xcf, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x03,0xf1,0x0b,0xf9,0x08,0xf7,0x14,0xf3,0x1f,0xf1,0x13,0xef,0x19,0xe7,0x1f,0xf3, + 0x9c,0x63,0x82,0x7d,0x81,0x7e,0x44,0x3b,0x30,0x03,0x78,0x03,0x7d,0x00,0xb7,0x88, + 0x25,0xc1,0x66,0x98,0xc6,0x38,0x5c,0x80,0x42,0x80,0xde,0x00,0x3e,0x00,0xfd,0x01, + 0xc7,0xbb,0xff,0xff,0xff,0xdd,0xeb,0xbe,0xdd,0xb6,0xe3,0xdd,0xff,0xff,0xff,0xff, + 0xbb,0x6d,0xc7,0xbb,0xff,0xff,0xff,0xdd,0xeb,0xbe,0xdd,0xb6,0xe3,0xdd,0xff,0xff, + 0xf0,0x9f,0x90,0xef,0x10,0xef,0x30,0xdf,0xe0,0x9f,0xf0,0xcf,0xf0,0xef,0xf8,0xef, + 0x13,0xef,0x27,0xdb,0x07,0xe7,0x53,0xb3,0x6c,0x9b,0x28,0xd7,0x11,0xf7,0x13,0xf1, + 0xa3,0x9c,0xc4,0xc8,0xc3,0xf0,0x90,0xe7,0x32,0xc5,0x36,0xc1,0x3b,0xc0,0x9f,0xe0, + 0xfd,0x01,0x33,0x03,0x83,0x0f,0x89,0x07,0x8c,0x03,0x8c,0x03,0x9c,0x03,0x39,0x07, + 0xff,0xfc,0xfc,0xf3,0xf2,0xef,0xe5,0xdf,0xe2,0xdf,0xc0,0xbf,0xc0,0xbf,0xe4,0x9b, + 0xff,0x3f,0x3f,0xcf,0x8f,0xf7,0x07,0xfb,0x07,0xfb,0x05,0xf9,0x2d,0xd1,0x39,0xc1, + 0xf8,0xcf,0x88,0xef,0x28,0xcf,0xdc,0x83,0xce,0xb1,0x8b,0xf4,0x99,0xe6,0xfd,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x3e,0xc1,0x73,0x8c,0xd1,0x2e,0xd8,0xff,0xf0,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x80,0x7f,0x60,0x9f,0x70,0xcf,0xd0,0xef,0x88,0xef, + 0xc3,0xfc,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xff,0xc7,0xff,0xbb,0xff,0x45,0xff,0x39,0x7d,0x24,0x58,0x24,0x59, + 0xff,0xff,0xff,0xff,0xc7,0xff,0xbb,0xff,0x45,0xff,0x39,0x7d,0x25,0x59,0x05,0x51, + 0x00,0xf9,0x02,0xe4,0x19,0xce,0x0d,0xdf,0x07,0xdf,0x1f,0xcf,0x0f,0xbf,0x1f,0x6f, + 0x00,0x04,0xca,0x31,0x44,0xbf,0x65,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x41,0xb2,0x0c,0x51,0xaf,0x59,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x1f,0xa0,0x40,0x33,0xcc,0x63,0xff,0xe7,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0x11,0x2a,0xc4,0x13,0xfc,0x96,0xff,0xfe,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0xff,0x00,0x07,0x30,0xc9,0x36,0xfc,0x7c,0xfe,0xf8,0xfe,0xfc,0xf9,0xf8,0xfe, + 0x00,0xff,0x00,0xff,0x00,0xff,0xbe,0x41,0xf3,0x0c,0x51,0xaf,0x59,0xff,0xff,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0xe0,0x1f,0xbf,0x40,0x33,0xcc,0x63,0xff,0xe7,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x01,0xfe,0x06,0xf9,0x0e,0xf3,0x0b,0xf7,0x19,0xf7, + 0x00,0xff,0x00,0xff,0x00,0xff,0x60,0x9f,0x7f,0x80,0xf3,0x0c,0x83,0x7f,0x07,0xff, + 0x0b,0xf9,0x07,0xfd,0x07,0xfb,0x1c,0xe3,0x2e,0xd3,0xe7,0x1f,0xf7,0x9f,0xbf,0xff, + 0x44,0x38,0x5d,0x21,0x5c,0x20,0x18,0xa3,0x08,0x30,0xab,0x93,0xbb,0x83,0xff,0xc7, + 0x45,0x11,0x55,0x01,0x7d,0x39,0xc7,0x7d,0x39,0x7d,0x25,0x59,0x25,0x59,0x6d,0x11, + 0x44,0x10,0x55,0x01,0xd6,0x82,0xfe,0xbb,0xc6,0x7c,0x39,0x7d,0x25,0x59,0x25,0x59, + 0x3f,0x1f,0x1f,0xcf,0x03,0xef,0x03,0xdf,0x07,0xdf,0x1f,0xc7,0x0f,0xe7,0x03,0xdf, + 0xf0,0xfe,0xf0,0xfd,0xfc,0xf9,0xf2,0xfc,0xf8,0xfe,0xfc,0xfe,0xfe,0xfc,0xf8,0xfe, + 0x5d,0x21,0x5d,0x21,0x9b,0xa3,0x8b,0xb3,0xab,0x93,0xbb,0x83,0xff,0xc7,0xff,0xff, + 0x1f,0xcf,0x0f,0xbf,0x1f,0x6f,0x3f,0x1f,0x1f,0xcf,0x03,0xef,0x0b,0xc7,0x07,0xdf, + 0xf0,0xfd,0xf8,0xf3,0xf0,0xfd,0xe0,0xfd,0xe0,0xfb,0xf8,0xf3,0xe4,0xf9,0xf8,0xfd, + 0xff,0xff,0x0f,0xff,0x0f,0xff,0x0f,0xff,0xff,0xff,0x80,0xff,0x80,0xff,0x80,0xff, + 0xff,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xff,0xff,0x80,0xff,0x80,0xff,0x80,0xff, + 0x1f,0xc7,0x0f,0xe7,0x03,0xdf,0x13,0xcf,0x1f,0xc7,0x0f,0xbf,0x27,0x9f,0x1f,0xcf, + 0xfc,0xfd,0xfc,0xf9,0xf0,0xfd,0xf0,0xfe,0xf8,0xfe,0xfe,0xf8,0xf2,0xfc,0xe4,0xf9, + 0x55,0x01,0x55,0x01,0xd7,0x83,0xff,0xbb,0xc7,0x7d,0x39,0x7d,0x24,0x58,0x24,0x59, + 0xff,0xff,0xff,0xff,0xc7,0xff,0xbb,0xff,0x45,0xff,0x39,0x7d,0x25,0x59,0x25,0x59, + 0xff,0xff,0xf8,0xff,0xf8,0xff,0xf8,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0x08,0xff,0x08,0xff,0x08,0xff,0xff,0xff,0x80,0xff,0x80,0xff,0x80,0xff, + 0x30,0x7f,0x0f,0x7f,0x1f,0x7f,0x9f,0x3f,0x01,0xbf,0x5f,0x3f,0xbf,0x7f,0x7f,0xff, + 0x86,0xfe,0xf8,0xfe,0xfe,0xfe,0xfc,0xfd,0x34,0xfd,0xfe,0xfc,0xff,0xfe,0xfe,0xff, + 0x0f,0xbf,0x3f,0x8f,0x1f,0xcf,0x07,0xbf,0x27,0x9f,0x3f,0x8f,0x1f,0x7f,0x4f,0x3f, + 0xff,0xff,0xff,0xff,0xdf,0xff,0xcd,0xff,0xe9,0xff,0xfb,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xff,0xdd,0xeb,0xbe,0xdd,0xb6,0xe3,0xdd,0xff,0xff,0xff,0xff,0xff,0xff, + 0x44,0x38,0x5d,0x21,0x5c,0x20,0x98,0xa3,0x88,0xb0,0xab,0x93,0xbb,0x83,0xff,0xc7, + 0x45,0x39,0x5d,0x21,0x5d,0x21,0x1b,0xa3,0x0b,0x33,0xab,0x93,0xbb,0x83,0xff,0xc7, + 0x3f,0x9f,0x0f,0xbf,0x1b,0xbf,0x31,0x9f,0x00,0x8c,0x00,0xb1,0x04,0xb9,0x0c,0xb1, + 0xff,0xff,0xff,0xff,0xff,0xff,0xef,0x7f,0xcd,0x3b,0x54,0x23,0x0a,0x80,0x0c,0xf0, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xcf,0xff,0x8f,0x7f,0x1f,0x6f,0xbf,0x1f, + 0xff,0xff,0xf3,0xff,0xf1,0xfe,0xf9,0xf6,0xfe,0xe0,0xcd,0xf1,0xe2,0xfb,0xf1,0xe2, + 0xcf,0xff,0x8f,0xff,0x9d,0x6f,0x68,0x07,0x62,0x65,0x94,0xf0,0xef,0x1f,0xf8,0x07, + 0xff,0xff,0xff,0xff,0xf9,0x7f,0xf8,0x77,0x34,0x73,0x12,0x60,0xcf,0xa7,0x3b,0x8c, + 0xf3,0xff,0xe3,0xff,0xa7,0x1f,0x9f,0x07,0x7f,0x71,0xce,0x7b,0xe0,0x97,0xf1,0x03, + 0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xff,0xfb,0xff,0xf4,0xff,0xe3,0xe7,0xe2,0xed, + 0xff,0xff,0xff,0xff,0xff,0xff,0x3f,0xff,0xdf,0xff,0x2f,0xff,0xcf,0xef,0x2f,0xcf, + 0x14,0xa3,0x0e,0xc1,0x1c,0xc3,0x08,0xd7,0x00,0xdf,0x04,0xbb,0x00,0xbb,0x00,0xbb, + 0x0f,0xf0,0x1f,0xe0,0x1e,0xe1,0xb8,0x43,0xf8,0x03,0x74,0x83,0x66,0x89,0x64,0x99, + 0xff,0x83,0xff,0x7d,0xff,0x7d,0x39,0x7d,0x41,0x3d,0x35,0x09,0x55,0x09,0x55,0x49, + 0xb7,0xc4,0xeb,0xcc,0xe7,0xc8,0x86,0xe9,0x8a,0xf5,0xc6,0xf5,0xf4,0xc7,0x8c,0xe7, + 0xaf,0x50,0x06,0xf9,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0xf7,0x78,0xde,0x21,0xf4,0x0b,0x60,0x9f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0xfb,0x09,0x79,0x81,0x29,0xd7,0x10,0xf7,0x14,0xf3,0x13,0xf1,0x13,0xef,0x19,0xe7, + 0xf2,0xf5,0xe6,0xf1,0xe3,0xf8,0xf3,0xfc,0xf8,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xef,0x0f,0xe7,0x0f,0xc7,0x1f,0x0f,0x3f,0x1f,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x00,0xbb,0x0c,0xb3,0x0e,0xb1,0x4d,0xb0,0x4d,0xb0,0x30,0xc3,0x80,0xff,0xc1,0xff, + 0x6c,0x91,0xce,0x31,0xce,0x31,0xcc,0x31,0x2c,0x10,0x30,0xc3,0x00,0xff,0x83,0xff, + 0xff,0xff,0x7f,0xff,0x3d,0xef,0x69,0x87,0xf2,0x64,0x95,0xf1,0x6e,0x9f,0xfb,0x04, + 0xff,0xff,0xff,0xff,0xf9,0xff,0xb8,0x77,0x14,0x63,0x03,0x20,0xc7,0x87,0x7b,0xfc, + 0x5f,0xc0,0x40,0xdf,0x40,0xdf,0x40,0xdf,0x5f,0xc0,0x40,0xdf,0x40,0xdf,0x40,0xdf, + 0x9f,0x60,0x80,0x7f,0x80,0x7f,0x80,0x7f,0xff,0x00,0x80,0x7f,0x80,0x7f,0x80,0x7f, + 0xf9,0x06,0x01,0xfe,0x01,0xfe,0x01,0xfe,0xff,0x00,0x01,0xfe,0x21,0xde,0x01,0xfe, + 0xff,0xff,0xff,0xff,0xc7,0xff,0xbb,0xff,0x45,0xff,0x39,0x7d,0x25,0x59,0x04,0x50, + 0x88,0xef,0xc8,0xcf,0x5c,0xcb,0x34,0x9b,0x6c,0x73,0xb8,0xc7,0x78,0x87,0xe8,0x17, + 0x1f,0xf3,0x33,0xef,0x07,0xdb,0x2f,0xe7,0x5f,0xb3,0x6c,0x9b,0x68,0x97,0x21,0xd7, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfc,0xff,0xf2,0xff,0xce,0xff,0x2e,0xff, + 0xfc,0xff,0xf2,0xff,0xce,0xff,0x2e,0xff,0xee,0xff,0xfe,0xff,0xfe,0xff,0xee,0xff, + 0x00,0xff,0xef,0xff,0xef,0xff,0xff,0xff,0xef,0xff,0xff,0xff,0xef,0xff,0xef,0xff, + 0x00,0xff,0xf7,0xff,0xf7,0xff,0xf7,0xff,0xf7,0xff,0xf7,0xff,0xf7,0xff,0xf7,0xff, + 0x3f,0xff,0x0f,0xff,0x53,0xff,0x20,0xff,0x55,0xff,0x22,0xff,0x55,0xff,0x22,0xff, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0x3f,0xff,0x0f,0xff,0x53,0xff,0x20,0xff, + 0xbf,0x40,0x11,0xee,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0xc7,0x38,0xff,0x00,0x38,0xc7,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0xff,0x00,0x80,0x7f,0x84,0x7b,0x80,0x7f,0xff,0x00,0x80,0x7f,0x84,0x7b,0x80,0x7f, + 0xff,0x00,0x01,0xfe,0x01,0xfe,0x01,0xfe,0xff,0x00,0x21,0xde,0x21,0xde,0x21,0xde, + 0xff,0xff,0xff,0xe1,0xe1,0xde,0xcc,0xbf,0xc0,0xde,0x81,0x80,0x1a,0xb9,0x38,0xa0, + 0xff,0x87,0x87,0x7b,0x33,0xfd,0x07,0x7b,0x83,0x03,0x09,0xf1,0x64,0xf9,0x0c,0xf1, + 0x44,0x11,0x54,0x00,0x7d,0x39,0xc6,0x7c,0x38,0x7d,0x24,0x58,0x25,0x59,0x6d,0x11, + 0xc0,0x3f,0x80,0x7f,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0xff,0xff,0xff,0xff,0x7f,0xff,0x3d,0xef,0x19,0x87,0x0a,0x64,0x00,0xf1,0x18,0xe3, + 0xff,0xff,0xff,0xff,0xff,0xff,0xf9,0xff,0xb8,0x77,0x9c,0x63,0x58,0x20,0x05,0x80, + 0xff,0x7f,0xee,0x7f,0xef,0x7f,0xfe,0x7f,0xfe,0x7f,0xfe,0x7f,0xee,0x7f,0xed,0x7e, + 0xee,0xff,0xee,0xff,0xee,0xff,0xed,0xfe,0xe6,0xf9,0xda,0xe5,0x63,0x9c,0x80,0x7f, + 0xef,0xff,0xef,0xff,0xef,0xff,0xff,0x00,0x10,0xef,0x10,0xef,0xff,0x00,0x41,0xbe, + 0xf7,0xff,0xf7,0xff,0xf7,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x55,0xff,0x22,0xff,0x55,0xff,0xa2,0x7f,0x65,0x9f,0x1a,0xe7,0x06,0xf9,0x01,0xfe, + 0x55,0xfe,0x23,0xfe,0x55,0xfe,0x23,0xfe,0x55,0xfe,0x23,0xfe,0x55,0xfe,0xa3,0x7e, + 0xff,0x00,0x80,0x7f,0x88,0x77,0x80,0x7f,0xff,0x00,0x80,0x7f,0x80,0x7f,0x80,0x7f, + 0xff,0x00,0x00,0xff,0x10,0xef,0x00,0xff,0xff,0x00,0x81,0x7e,0x81,0x7e,0x81,0x7e, + 0x11,0xf7,0x13,0xf7,0x32,0xd3,0x2a,0xd9,0x37,0xce,0x1d,0xe3,0x17,0xe8,0x07,0xf8, + 0x3d,0xa0,0x3f,0xa0,0x1f,0x9f,0x03,0xa0,0x10,0xaf,0x1f,0xa0,0x20,0x9f,0x40,0x80, + 0x04,0x09,0x3c,0x05,0x88,0xf9,0xc0,0x05,0x08,0xf5,0xf8,0x05,0x04,0xf9,0x02,0x01, + 0x55,0x01,0x55,0x01,0xff,0xbb,0xc7,0x7d,0x39,0x7d,0x25,0x59,0x25,0x59,0x45,0x11, + 0x3e,0xff,0x0e,0xff,0x52,0xff,0x20,0xff,0x55,0xfe,0x23,0xfe,0x54,0xfe,0x22,0xff, + 0x03,0xff,0xfb,0xff,0x8b,0xff,0xfb,0xff,0x07,0xfb,0x07,0xfb,0x33,0x03,0x60,0x07, + 0x3a,0xcd,0xf6,0x99,0x94,0xeb,0x10,0xef,0x30,0xdf,0xc0,0x9f,0x30,0xcf,0xf0,0xef, + 0x00,0xff,0x00,0xff,0x01,0xfe,0x0f,0xf1,0x1f,0xef,0x3f,0xdf,0x4f,0xbf,0xc7,0xbf, + 0x00,0xff,0x00,0xff,0xf0,0x0f,0xfc,0xf3,0xfe,0xfd,0xfe,0xfd,0xfa,0xfd,0xf5,0xf9, + 0xff,0xff,0x08,0xff,0x08,0xff,0x08,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x37,0xc0,0xbd,0x42,0xe4,0x1b,0x64,0x9b,0x02,0xfd,0x09,0xf6,0x01,0xf6,0x90,0x67, + 0xff,0x00,0xee,0x11,0xc6,0x39,0x84,0x7b,0x80,0x7b,0x80,0x7b,0x86,0x79,0x84,0x79, + 0x35,0xc2,0xb9,0x46,0xf1,0x06,0x61,0x82,0x02,0xc0,0x40,0x80,0x00,0x80,0x80,0x00, + 0xff,0x00,0xee,0x11,0xc4,0x39,0x2c,0x11,0x18,0x03,0x08,0x03,0x02,0x01,0x00,0x01, + 0xe0,0x79,0x40,0x63,0x00,0x1b,0xc0,0xdb,0xc4,0xdb,0xc0,0xdd,0xe0,0xed,0xe0,0xed, + 0x00,0xff,0x7e,0x81,0x7e,0xb7,0x7e,0xb7,0x7e,0xb7,0x3f,0xc0,0x3f,0xdb,0x3f,0xdb, + 0x41,0xbe,0x40,0x80,0x1f,0xc0,0x18,0xc0,0x1b,0xc0,0x1c,0xc3,0x1f,0xc0,0x0f,0xe0, + 0x00,0xff,0x00,0x03,0xf8,0x03,0x18,0x03,0xd8,0x23,0x08,0xc3,0xc8,0x03,0xf0,0x07, + 0x05,0x9e,0x02,0xc6,0x00,0xd8,0x03,0xdb,0x23,0xdb,0x03,0xbb,0x07,0xb7,0x07,0xb7, + 0x03,0xfc,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x55,0x01,0x55,0x01,0xff,0xbb,0xc7,0x7d,0x39,0x7d,0x25,0x59,0x25,0x59,0x45,0x39, + 0xf7,0xff,0xf7,0xff,0xf7,0xff,0xff,0x00,0x00,0xff,0x00,0xff,0x02,0xfd,0x00,0xff, + 0x35,0x06,0xf3,0x06,0x7d,0xc6,0x2b,0xf6,0x55,0xfe,0x23,0xfe,0x55,0xfe,0xa3,0x7e, + 0xc0,0xbf,0x40,0xff,0x20,0xff,0x5c,0xbf,0x3b,0xc7,0x1f,0xe0,0x07,0xf8,0x00,0xff, + 0xed,0xf1,0x3d,0xc1,0x3e,0xc3,0x7d,0x8e,0xf6,0xf9,0xfc,0x03,0xf0,0x0f,0x00,0xff, + 0x11,0xe6,0x39,0xc6,0xbd,0x42,0xfb,0x00,0x78,0x00,0x00,0x87,0x01,0xff,0x87,0xff, + 0xcc,0x31,0xce,0x31,0xce,0x31,0xcc,0x31,0x5c,0x20,0x30,0xc3,0x00,0xff,0x86,0xff, + 0x82,0x00,0x95,0x00,0x4f,0x00,0x3f,0x80,0xb0,0x0f,0x00,0x7f,0x00,0xff,0x87,0xff, + 0x80,0x01,0x50,0x01,0xe4,0x01,0xfa,0x01,0x1c,0xe0,0x00,0xff,0x00,0xff,0x87,0xff, + 0xe2,0xed,0xc3,0xec,0xc1,0xf6,0xc0,0xf6,0xc0,0xf6,0xc0,0xf8,0xc0,0xff,0xc0,0xff, + 0x00,0xff,0xe0,0x1f,0x20,0xdf,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x07,0xff, + 0x0f,0xe0,0x0f,0xe0,0x00,0xe0,0x00,0x0f,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff, + 0xf7,0x00,0xf0,0x07,0x00,0x07,0x00,0xf0,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff, + 0xe0,0x79,0xc0,0x63,0x00,0x1b,0xc0,0xdb,0xc4,0xdb,0xc0,0xdd,0xe0,0xed,0xe0,0xed, + 0xf8,0xfd,0xfc,0xfd,0xfc,0xf9,0xf0,0xfd,0xf0,0xfe,0xf8,0xfe,0xfe,0xf8,0xf2,0xfc, + 0x35,0xcf,0xe3,0x9f,0x97,0xef,0x1b,0xef,0x27,0xdf,0xc2,0x9f,0x35,0xcf,0xf1,0xef, + 0xef,0xf3,0xd3,0xef,0xe7,0xdb,0xff,0xc7,0xcf,0xf3,0x14,0xfb,0x88,0xf7,0xa1,0xf7, + 0xfe,0xff,0xf1,0xff,0xef,0xff,0xdf,0xff,0x8f,0xff,0xc7,0xbf,0xc0,0xbf,0xc0,0xbf, + 0x0f,0xff,0xf3,0xff,0xfd,0xff,0xff,0xfd,0xfb,0xfd,0xf7,0xf9,0xed,0xf1,0x3d,0xc1, + 0xff,0x00,0x80,0x7f,0x80,0x7f,0x80,0x7f,0xff,0x00,0x80,0x7f,0x84,0x7b,0x80,0x7f, + 0xff,0x00,0x01,0xfe,0x21,0xde,0x01,0xfe,0xff,0x00,0x01,0xfe,0x01,0xfe,0x01,0xfe, + 0xff,0xff,0xff,0xff,0xff,0xff,0xbf,0xff,0x37,0xee,0x53,0x8c,0x0b,0x24,0x10,0xe0, + 0xe4,0xf9,0xf0,0xfd,0xf8,0xfd,0x2c,0xf9,0x00,0xf1,0x8c,0x61,0x0c,0x01,0x2c,0xc1, + 0x04,0xfb,0x00,0xff,0x04,0xfb,0x00,0xff,0x20,0xdf,0x20,0xdf,0x04,0xfb,0x65,0x9a, + 0x00,0xff,0x82,0x7d,0x90,0x6f,0x02,0xfd,0x92,0x6d,0x10,0xef,0x00,0xff,0x26,0xd9, + 0x7f,0xff,0xff,0x7f,0x7f,0x3f,0x21,0xbf,0x9f,0x3f,0x1f,0x7f,0x1f,0x7f,0x0f,0x7f, + 0xfe,0xff,0xff,0xfe,0xfe,0xfc,0x34,0xfd,0xfc,0xfd,0xfe,0xfe,0xfe,0xfe,0xfe,0xfe, + 0xe4,0xef,0xe2,0xcf,0x94,0xef,0x89,0xf7,0xc4,0xf7,0xf1,0xc7,0x83,0xe7,0x15,0xcf, + 0x43,0xf1,0x93,0xf9,0xa8,0xf7,0xc4,0xf3,0xcf,0xf1,0xf3,0xef,0xd9,0xe7,0xef,0xf3, + 0xe0,0xdf,0x90,0xef,0x0e,0xf1,0x81,0xfe,0xe0,0xff,0xbf,0xff,0x9f,0xff,0xdf,0xff, + 0x3d,0xc1,0x7b,0x83,0x71,0x87,0x07,0x0f,0x09,0xff,0xf1,0xff,0x73,0xff,0xff,0xff, + 0xff,0xff,0x0f,0xff,0x0f,0xff,0x0f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0x00,0x80,0x7f,0x88,0x77,0x80,0x7f,0xff,0x00,0x82,0x7d,0x82,0x7d,0x82,0x7d, + 0xec,0x11,0xc4,0x31,0xc0,0x3b,0x80,0x7b,0x80,0x7b,0x80,0x7b,0x84,0x79,0x84,0x79, + 0xc1,0x3e,0xf7,0x08,0x7f,0x80,0x34,0xcb,0x80,0x7f,0xc1,0x3e,0xff,0x00,0xff,0x00, + 0x63,0x9c,0x7b,0x84,0x7e,0x81,0x2c,0xd3,0x01,0xfe,0x83,0x7c,0xff,0x00,0xff,0x00, + 0x10,0x6f,0x4f,0x3f,0x0f,0x7f,0x0f,0x7f,0x07,0x7f,0x07,0x7f,0x88,0x37,0x27,0x9f, + 0xc2,0xfe,0xfc,0xfe,0xfe,0xfe,0xfd,0xfc,0xfc,0xfd,0xfc,0xfd,0x4c,0xfd,0xf0,0xfd, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xf3,0x0c,0x51,0xaf,0x59,0xff,0xff,0xff, + 0x40,0xdf,0x40,0xdf,0x08,0x87,0x3c,0xbb,0x7f,0x7c,0x7c,0x39,0x44,0x39,0x64,0x19, + 0x11,0xe6,0x39,0xc6,0xbd,0x42,0xfb,0x00,0x78,0x00,0x00,0x87,0x00,0xff,0x71,0xff, + 0xcc,0x31,0xcc,0x31,0xcc,0x31,0xcc,0x31,0x68,0x11,0x30,0xc3,0x01,0xff,0x83,0xff, + 0xfb,0x04,0xfc,0x03,0xff,0x00,0xef,0x10,0x6f,0x90,0x8c,0x73,0x80,0x7f,0x80,0x7f, + 0x5f,0xa0,0x3f,0xc0,0xff,0x00,0xfb,0x04,0xf2,0x0d,0x31,0xce,0x01,0xfe,0x01,0xfe, + 0x07,0xbf,0x87,0x3f,0x07,0x7f,0x0f,0x7f,0x0f,0xff,0x1f,0xff,0x3f,0xff,0xff,0xff, + 0xfd,0xfc,0xfd,0xfc,0xf9,0xfc,0xf8,0xfe,0xf8,0xfe,0xfc,0xff,0xfe,0xff,0xff,0xff, + 0x65,0x19,0x4d,0x31,0x4d,0x31,0x4b,0x33,0xb7,0x87,0xff,0xff,0xff,0xff,0xff,0xff, + 0x82,0x7d,0x87,0x78,0x80,0x7f,0xf0,0x0f,0xbc,0x43,0x87,0x78,0x78,0x87,0xff,0x00, + 0x41,0xbe,0xe1,0x1e,0x11,0xee,0x0f,0xf0,0x3f,0xc0,0xff,0x00,0x1e,0xe1,0xff,0x00, + 0x40,0xbf,0x30,0xcf,0x0f,0xf0,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0xe9,0xf7,0xeb,0xf7,0xfe,0xf3,0xee,0xf9,0xfd,0xfe,0xfa,0xff,0xfc,0xff,0xfa,0xff, + 0x36,0xc1,0xc3,0xfc,0xf0,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0x8c,0x03,0xc3,0x3f,0x0f,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0xc7,0xff,0xbb,0xff,0x45,0xff,0x39,0x7d,0x25,0x59,0x25,0x59,0x45,0x11, + 0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xff,0xfe,0xff,0xff,0xff,0xff,0xff, + 0xd3,0xef,0xe7,0xdb,0xff,0xc7,0xcf,0xf3,0x94,0xfb,0x48,0xf7,0xa1,0xf7,0x83,0xf1, + 0xfe,0xff,0xd7,0xff,0xae,0xff,0xbe,0x41,0xf3,0x0c,0x51,0xaf,0x59,0xff,0xff,0xff, + 0x7f,0xff,0xfd,0xff,0xaa,0xff,0xe1,0x1f,0xbf,0x40,0x33,0xcc,0x63,0xff,0xe7,0xff, + 0xfe,0xff,0x7d,0xff,0xaa,0xff,0x61,0x9f,0x3f,0xc0,0xb3,0x4c,0xe3,0xff,0xe7,0xff, + 0x13,0xf9,0x43,0xfd,0x8d,0xfb,0x3c,0xe3,0x2e,0xd3,0xe7,0x1f,0xf7,0x9f,0xbf,0xff, + 0x0c,0xb3,0x08,0xd7,0x10,0xcf,0x00,0xdf,0x00,0xdf,0x05,0xda,0x01,0xda,0x00,0xbb, + 0x0e,0xf1,0x0e,0xf1,0x06,0xf9,0x84,0x7b,0x80,0x7b,0x80,0x7b,0x06,0xf9,0x04,0xf9, + 0x38,0xc7,0x30,0xcf,0x60,0x9f,0x40,0xbf,0x02,0xfd,0x09,0xf6,0x01,0xf6,0x80,0x77, + 0xf8,0x07,0x70,0x8f,0x70,0x8f,0x58,0xa7,0x0a,0xf5,0x09,0xf6,0x01,0xf6,0x80,0x77, + 0x0c,0xf1,0x0c,0xf1,0x04,0xf9,0x80,0x7b,0x80,0x7b,0x80,0x7b,0x00,0xfb,0x04,0xf9, + 0x00,0xbb,0x0c,0xb3,0x0e,0xb1,0x06,0xb9,0x04,0xb9,0x04,0xb9,0x04,0xb9,0x0d,0xb0, + 0x4c,0xb1,0x0e,0xf1,0x4e,0xb1,0x47,0xb8,0x45,0xb8,0x95,0x68,0x9d,0x60,0x0d,0xf0, + 0x00,0xf7,0x18,0xe7,0x1c,0xe3,0x0c,0xf3,0x08,0xf3,0x08,0xf3,0x0a,0xf1,0x1b,0xe0, + 0x4c,0xb1,0x0e,0xf1,0x4e,0xb1,0x47,0xb8,0x25,0xd8,0x15,0xe8,0x1d,0xe0,0x3d,0xc0, + 0x00,0xf7,0x18,0xe7,0x9c,0x63,0x4c,0xb3,0x88,0x73,0x08,0xf3,0x2a,0xd1,0x3b,0xc0, + 0x4c,0xb1,0x0c,0xf1,0x4c,0xb1,0x44,0xb9,0x24,0xd9,0x14,0xe9,0x0c,0xe1,0x8c,0x61, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xbf,0x40,0x33,0xcc,0x63,0xff,0xe7,0xff, + 0xc7,0x38,0xff,0x00,0xf8,0x07,0xc0,0x3f,0x80,0x7f,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x60,0x9f,0x70,0xcf,0xd0,0xef,0x88,0xef, + 0xef,0xf3,0xd3,0xef,0xe7,0xdb,0xff,0xc7,0xcf,0xf3,0x94,0xfb,0x88,0xf7,0xa1,0xf7, + 0xc3,0xf1,0x93,0xf9,0xa8,0xf7,0xc4,0xf3,0xcf,0xf1,0xf3,0xef,0xd9,0xe7,0xef,0xf3, + 0xff,0xff,0x7f,0xff,0x3d,0xef,0x29,0x87,0x93,0x64,0x02,0xf1,0x20,0xff,0x0a,0xff, + 0xff,0xff,0xff,0xff,0xf9,0xff,0xb8,0x77,0x14,0x63,0xc3,0x20,0x40,0x87,0x54,0xff }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_nums_map_1.c b/gbdk-support/png2asset/testing/ref/zgb_nums_map_1.c @@ -14,166 +14,46 @@ const palette_color_t zgb_nums_map_1_palettes[4] = { }; const uint8_t zgb_nums_map_1_tiles[640] = { - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x69,0x00,0x29,0x00, - 0x66,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x62,0x00,0x21,0x00, - 0x61,0x00,0x21,0x00, - 0x61,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x62,0x00,0x24,0x00, - 0x6f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x66,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x65,0x00,0x25,0x00, - 0x65,0x00,0x27,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x2a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x64,0x00,0x24,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x37,0x00,0x15,0x00, - 0x37,0x00,0x11,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x62,0x00,0x21,0x00,0x61,0x00,0x21,0x00,0x61,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x66,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x64,0x00,0x24,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x37,0x00,0x15,0x00,0x37,0x00,0x11,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_nums_map_2.c b/gbdk-support/png2asset/testing/ref/zgb_nums_map_2.c @@ -14,126 +14,36 @@ const palette_color_t zgb_nums_map_2_palettes[4] = { }; const uint8_t zgb_nums_map_2_tiles[480] = { - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x69,0x00,0x29,0x00, - 0x66,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x62,0x00,0x21,0x00, - 0x61,0x00,0x21,0x00, - 0x61,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x62,0x00,0x24,0x00, - 0x6f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x66,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x65,0x00,0x25,0x00, - 0x65,0x00,0x27,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x2a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x64,0x00,0x24,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x37,0x00,0x15,0x00, - 0x37,0x00,0x11,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x62,0x00,0x21,0x00,0x61,0x00,0x21,0x00,0x61,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x66,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x64,0x00,0x24,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x37,0x00,0x15,0x00,0x37,0x00,0x11,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_nums_map_3.c b/gbdk-support/png2asset/testing/ref/zgb_nums_map_3.c @@ -14,126 +14,36 @@ const palette_color_t zgb_nums_map_3_palettes[4] = { }; const uint8_t zgb_nums_map_3_tiles[480] = { - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_nums_map_4.c b/gbdk-support/png2asset/testing/ref/zgb_nums_map_4.c @@ -14,86 +14,26 @@ const palette_color_t zgb_nums_map_4_palettes[4] = { }; const uint8_t zgb_nums_map_4_tiles[320] = { - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_nums_map_5.c b/gbdk-support/png2asset/testing/ref/zgb_nums_map_5.c @@ -14,166 +14,46 @@ const palette_color_t zgb_nums_map_5_palettes[4] = { }; const uint8_t zgb_nums_map_5_tiles[640] = { - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x69,0x00,0x29,0x00, - 0x66,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x62,0x00,0x21,0x00, - 0x61,0x00,0x21,0x00, - 0x61,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x62,0x00,0x24,0x00, - 0x6f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x66,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x65,0x00,0x25,0x00, - 0x65,0x00,0x27,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x2a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x64,0x00,0x24,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x37,0x00,0x15,0x00, - 0x37,0x00,0x11,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x62,0x00,0x21,0x00,0x61,0x00,0x21,0x00,0x61,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x66,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x64,0x00,0x24,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x37,0x00,0x15,0x00,0x37,0x00,0x11,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_nums_map_6.c b/gbdk-support/png2asset/testing/ref/zgb_nums_map_6.c @@ -14,126 +14,36 @@ const palette_color_t zgb_nums_map_6_palettes[4] = { }; const uint8_t zgb_nums_map_6_tiles[480] = { - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x69,0x00,0x29,0x00, - 0x66,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x62,0x00,0x21,0x00, - 0x61,0x00,0x21,0x00, - 0x61,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x62,0x00,0x24,0x00, - 0x6f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x66,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x65,0x00,0x25,0x00, - 0x65,0x00,0x27,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x22,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x28,0x00, - 0x6e,0x00,0x2a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x64,0x00,0x24,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x2a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x37,0x00,0x15,0x00, - 0x37,0x00,0x11,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x69,0x00,0x29,0x00,0x66,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x62,0x00,0x21,0x00,0x61,0x00,0x21,0x00,0x61,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x62,0x00,0x24,0x00,0x6f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x66,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x65,0x00,0x25,0x00,0x65,0x00,0x27,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x22,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x28,0x00,0x6e,0x00,0x2a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x64,0x00,0x24,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x2a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x37,0x00,0x15,0x00,0x37,0x00,0x11,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_nums_map_7.c b/gbdk-support/png2asset/testing/ref/zgb_nums_map_7.c @@ -14,166 +14,46 @@ const palette_color_t zgb_nums_map_7_palettes[4] = { }; const uint8_t zgb_nums_map_7_tiles[640] = { - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x30,0x00, - 0x10,0x00,0x10,0x00, - 0x10,0x00,0x10,0x00, - 0x38,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x10,0x00,0x20,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x18,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x24,0x00, - 0x24,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x3c,0x00, - 0x04,0x00,0x04,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x20,0x00,0x38,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x04,0x00,0x08,0x00, - 0x08,0x00,0x10,0x00, - 0x20,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x18,0x00, - 0x24,0x00,0x24,0x00, - 0x3c,0x00,0x00,0x00, - 0x00,0x00,0x3c,0x00, - 0x24,0x00,0x24,0x00, - 0x1c,0x00,0x04,0x00, - 0x04,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x30,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x10,0x00,0x38,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x18,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x3c,0x00,0x04,0x00,0x04,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x20,0x00,0x38,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x04,0x00,0x08,0x00,0x08,0x00,0x10,0x00,0x20,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x18,0x00,0x24,0x00,0x24,0x00,0x3c,0x00,0x00,0x00, + 0x00,0x00,0x3c,0x00,0x24,0x00,0x24,0x00,0x1c,0x00,0x04,0x00,0x04,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_nums_map_8.c b/gbdk-support/png2asset/testing/ref/zgb_nums_map_8.c @@ -14,86 +14,26 @@ const palette_color_t zgb_nums_map_8_palettes[4] = { }; const uint8_t zgb_nums_map_8_tiles[320] = { - 0x00,0x00,0x00,0x00, - 0x4c,0x00,0x52,0x00, - 0x52,0x00,0x52,0x00, - 0x0c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x24,0x00,0x22,0x00, - 0x22,0x00,0x22,0x00, - 0x22,0x00,0x02,0x00, - 0x00,0x00,0x40,0x00, - 0x5e,0x00,0x42,0x00, - 0x44,0x00,0x48,0x00, - 0x1e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x4c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0a,0x00,0x2a,0x00, - 0x2a,0x00,0x2e,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x44,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x50,0x00, - 0x5c,0x00,0x54,0x00, - 0x5c,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x5c,0x00,0x44,0x00, - 0x48,0x00,0x48,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x54,0x00, - 0x48,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x2e,0x00,0x2a,0x00, - 0x2e,0x00,0x22,0x00, - 0x22,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x66,0x00,0x29,0x00, - 0x49,0x00,0x69,0x00, - 0x06,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x72,0x00,0x11,0x00, - 0x21,0x00,0x31,0x00, - 0x01,0x00,0x01,0x00, - 0x00,0x00,0x00,0x00, - 0x6f,0x00,0x21,0x00, - 0x42,0x00,0x64,0x00, - 0x0f,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x6e,0x00,0x22,0x00, - 0x46,0x00,0x62,0x00, - 0x0e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x05,0x00,0x65,0x00, - 0x25,0x00,0x47,0x00, - 0x61,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x42,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x68,0x00, - 0x2e,0x00,0x4a,0x00, - 0x6e,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x0e,0x00,0x62,0x00, - 0x24,0x00,0x44,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x04,0x00,0x6a,0x00, - 0x24,0x00,0x4a,0x00, - 0x64,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x07,0x00,0x35,0x00, - 0x17,0x00,0x21,0x00, - 0x31,0x00,0x00,0x00 + 0x00,0x00,0x00,0x00,0x4c,0x00,0x52,0x00,0x52,0x00,0x52,0x00,0x0c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x24,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x22,0x00,0x02,0x00, + 0x00,0x00,0x40,0x00,0x5e,0x00,0x42,0x00,0x44,0x00,0x48,0x00,0x1e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x4c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0a,0x00,0x2a,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x44,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x50,0x00,0x5c,0x00,0x54,0x00,0x5c,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x5c,0x00,0x44,0x00,0x48,0x00,0x48,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x54,0x00,0x48,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x2e,0x00,0x2a,0x00,0x2e,0x00,0x22,0x00,0x22,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x66,0x00,0x29,0x00,0x49,0x00,0x69,0x00,0x06,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x72,0x00,0x11,0x00,0x21,0x00,0x31,0x00,0x01,0x00,0x01,0x00, + 0x00,0x00,0x00,0x00,0x6f,0x00,0x21,0x00,0x42,0x00,0x64,0x00,0x0f,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x6e,0x00,0x22,0x00,0x46,0x00,0x62,0x00,0x0e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x05,0x00,0x65,0x00,0x25,0x00,0x47,0x00,0x61,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x42,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x68,0x00,0x2e,0x00,0x4a,0x00,0x6e,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x0e,0x00,0x62,0x00,0x24,0x00,0x44,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x04,0x00,0x6a,0x00,0x24,0x00,0x4a,0x00,0x64,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x07,0x00,0x35,0x00,0x17,0x00,0x21,0x00,0x31,0x00,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_sgb_border_1.c b/gbdk-support/png2asset/testing/ref/zgb_sgb_border_1.c @@ -19,1718 +19,113 @@ const palette_color_t zgb_sgb_border_1_palettes[16] = { }; const uint8_t zgb_sgb_border_1_tiles[3424] = { - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x3f,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xfe,0x03, - 0xfb,0x0f, - 0xfc,0x1c, - 0xf0,0x30, - 0xe1,0x61, - 0xa2,0x63, - 0xc4,0xc7, - 0x49,0xcf, - 0x01,0x00, - 0x04,0x03, - 0x00,0x0f, - 0x00,0x1f, - 0x01,0x3e, - 0x43,0x3c, - 0x07,0x78, - 0x8f,0x70, - 0x7f,0x7f, - 0x80,0x80, - 0x00,0x00, - 0x38,0x3f, - 0x80,0xff, - 0x1c,0xfc, - 0xc0,0xc0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x3f,0xc0, - 0xff,0x00, - 0xfc,0x03, - 0xc0,0x3f, - 0x00,0xff, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0x00, - 0xff,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xfe,0x01, - 0xfe,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x4a,0x4e, - 0x82,0x8e, - 0x90,0x9c, - 0x94,0x9c, - 0x94,0x9c, - 0x84,0x9c, - 0x80,0x98, - 0x80,0x98, - 0x0e,0xf1, - 0x0e,0xf1, - 0x1c,0xe3, - 0x1c,0xe3, - 0x1c,0xe3, - 0x1c,0xe3, - 0x18,0xe7, - 0x18,0xe7, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x06,0x0f, - 0x00,0x0b, - 0x00,0x09, - 0x00,0x0b, - 0x06,0x0f, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x01,0xf0, - 0x02,0xf4, - 0x00,0xf6, - 0x02,0xf4, - 0x01,0xf0, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x31,0x7b, - 0x00,0x79, - 0x00,0x49, - 0x00,0x79, - 0x30,0x79, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x48,0x84, - 0x30,0x86, - 0x00,0xb6, - 0x30,0x86, - 0x48,0x86, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x01,0x81, - 0x00,0x03, - 0x03,0x03, - 0x00,0x03, - 0x00,0x02, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x7e, - 0x02,0xfc, - 0x00,0xfc, - 0x01,0xfc, - 0x00,0xfd, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x40,0x47, - 0x05,0xe7, - 0xe0,0xed, - 0x0a,0xef, - 0x00,0x28, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x05,0xb8, - 0xa2,0x18, - 0x08,0x12, - 0x40,0x10, - 0x00,0xd7, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x11,0x3b, - 0x00,0x12, - 0x01,0x93, - 0x80,0x92, - 0x00,0x92, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xc4, - 0x00,0xed, - 0x80,0x6c, - 0x00,0x6d, - 0x00,0x6d, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xd6, - 0x02,0xd7, - 0x80,0xd3, - 0x02,0xd7, - 0x00,0xd6, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x42,0x29, - 0x85,0x28, - 0x42,0x2c, - 0x45,0x28, - 0x82,0x29, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0xc1, - 0x80,0xc1, - 0x01,0x81, - 0x80,0xc1, - 0x00,0xc0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x80,0x3e, - 0x40,0x3e, - 0x80,0x7e, - 0x41,0x3e, - 0x80,0x3f, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x15, - 0x00,0x14, - 0x10,0xf4, - 0xa0,0xf4, - 0x00,0xa4, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0xea, - 0x00,0xeb, - 0xa0,0x0b, - 0x50,0x0b, - 0x00,0x5b, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x80,0xd2, - 0x00,0x92, - 0x0c,0x9e, - 0x00,0x92, - 0x00,0x92, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x2d, - 0x00,0x6d, - 0x00,0x61, - 0x00,0x6d, - 0x00,0x6d, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x05,0x0f, - 0x00,0x0c, - 0x00,0x0f, - 0x00,0x03, - 0x0a,0x0f, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x08,0xf0, - 0x04,0xf3, - 0x09,0xf0, - 0x02,0xfc, - 0x01,0xf0, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x22,0x77, - 0x00,0x24, - 0x01,0x27, - 0x00,0x24, - 0x02,0x27, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x88, - 0x00,0xdb, - 0x00,0xd8, - 0x00,0xdb, - 0x00,0xd8, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x21,0x7b, - 0x00,0x5a, - 0x30,0x7b, - 0x00,0x5a, - 0x01,0x5b, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x08,0x84, - 0x10,0xa5, - 0x08,0x84, - 0x08,0xa5, - 0x10,0xa4, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x18,0xbc, - 0x00,0x3c, - 0x80,0xa4, - 0x00,0x3c, - 0x18,0xbc, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x24,0x43, - 0x18,0xc3, - 0x00,0x5b, - 0x18,0xc3, - 0x24,0x43, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x0a,0x1e, - 0x00,0x18, - 0x00,0x1e, - 0x00,0x06, - 0x14,0x1e, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x10,0xe1, - 0x08,0xe7, - 0x12,0xe1, - 0x04,0xf9, - 0x02,0xe1, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x64,0xf4, - 0x00,0xf4, - 0x00,0x94, - 0x00,0xf7, - 0x63,0xf7, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x90,0x0b, - 0x60,0x0b, - 0x00,0x6b, - 0x63,0x08, - 0x94,0x08, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x84,0xa5, - 0x00,0xb5, - 0x18,0xbd, - 0x00,0xad, - 0x20,0xa5, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x5a, - 0x00,0x4a, - 0x00,0x42, - 0x00,0x52, - 0x80,0x5a, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0xc0,0xe0, - 0x00,0x60, - 0x00,0x20, - 0x00,0x60, - 0xc0,0xe0, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x20,0x1f, - 0x40,0x9f, - 0x00,0xdf, - 0x40,0x9f, - 0x20,0x1f, - 0x00,0xff, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0xff,0x01, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x80,0x98, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x18,0xe7, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x01, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3c,0x3c, - 0x68,0x44, - 0xd4,0x83, - 0xc4,0x83, - 0xed,0x83, - 0x39,0x45, - 0x02,0x7a, - 0x18,0x3c, - 0x00,0xff, - 0x38,0xc7, - 0x6d,0x82, - 0x7d,0x82, - 0x7c,0x82, - 0x38,0xc6, - 0x40,0xbd, - 0x24,0xc3, - 0x00,0x00, - 0x00,0x00, - 0x40,0xee, - 0x2e,0xae, - 0xc0,0xea, - 0x2e,0xae, - 0x40,0xea, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x2a,0x11, - 0x00,0x51, - 0x20,0x15, - 0x00,0x51, - 0x20,0x15, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0xee,0xee, - 0x00,0x44, - 0x00,0x44, - 0x00,0x44, - 0x44,0x44, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x11, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xbb, - 0x00,0xff, - 0x00,0x00, - 0x00,0x00, - 0x66,0xee, - 0x00,0x8a, - 0xec,0xee, - 0x02,0x8e, - 0x60,0xea, - 0x00,0x00, - 0x00,0xff, - 0x00,0xff, - 0x00,0x11, - 0x00,0x75, - 0x02,0x11, - 0x04,0x71, - 0x00,0x15, - 0x00,0xff, - 0x03,0x03, - 0x03,0x03, - 0xa3,0xa3, - 0x03,0xe3, - 0xe3,0xe3, - 0x03,0x43, - 0x03,0x43, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0x5f, - 0x40,0x1f, - 0x00,0x1f, - 0x00,0xbf, - 0x00,0xbf, - 0x00,0xff, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x7f,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x29,0x39, - 0x2a,0x3b, - 0x2a,0x3b, - 0x0a,0x3b, - 0x03,0x33, - 0x43,0x73, - 0x52,0x73, - 0x54,0x77, - 0x38,0xc7, - 0x39,0xc6, - 0x39,0xc6, - 0x39,0xc6, - 0x30,0xce, - 0x70,0x8e, - 0x70,0x8e, - 0x72,0x8c, - 0x7f,0x80, - 0x7f,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x01, - 0x01,0x01, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x01,0xfe, - 0x01,0xfe, - 0x14,0x77, - 0x07,0x66, - 0xa7,0xe6, - 0xa9,0xee, - 0x2b,0xec, - 0x0f,0xcc, - 0x4f,0xcc, - 0x53,0xdc, - 0x72,0x8c, - 0x60,0x9c, - 0xe0,0x1c, - 0xe4,0x18, - 0xe4,0x18, - 0xc0,0x38, - 0xc0,0x38, - 0xc8,0x30, - 0x00,0x01, - 0x02,0x03, - 0x00,0x03, - 0x01,0x07, - 0x08,0x0e, - 0x00,0x0c, - 0x04,0x1c, - 0x21,0x39, - 0x01,0xfe, - 0x03,0xfc, - 0x03,0xfc, - 0x07,0xf8, - 0x0e,0xf1, - 0x0c,0xf3, - 0x1c,0xe3, - 0x38,0xc7, - 0x17,0x98, - 0x9f,0x98, - 0x2f,0x30, - 0x3f,0x30, - 0x5f,0x60, - 0x5f,0x60, - 0xff,0xc0, - 0x3f,0xc0, - 0x88,0x70, - 0x80,0x70, - 0x10,0xe0, - 0x00,0xe0, - 0x20,0xc0, - 0x00,0xc0, - 0x00,0x80, - 0x80,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x03,0x03, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0x03,0xfc, - 0x00,0x00, - 0x00,0x00, - 0x00,0x01, - 0x00,0x03, - 0x08,0x0f, - 0x02,0x1e, - 0x40,0x78, - 0x11,0xf1, - 0x00,0xff, - 0x00,0xff, - 0x01,0xfe, - 0x03,0xfc, - 0x0f,0xf0, - 0x1e,0xe1, - 0x78,0x87, - 0xf0,0x0f, - 0x41,0x71, - 0x93,0xf3, - 0x26,0xe7, - 0x49,0xce, - 0x13,0x1c, - 0x27,0x38, - 0x6f,0x70, - 0xff,0xc0, - 0x70,0x8f, - 0xf0,0x0e, - 0xe0,0x1c, - 0xc4,0x38, - 0x08,0xf0, - 0x10,0xe0, - 0x00,0xc0, - 0x00,0x80, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x07,0x07, - 0xe0,0xff, - 0x03,0xff, - 0xf0,0xf0, - 0x01,0x01, - 0x7e,0x7f, - 0x8c,0xff, - 0x00,0xff, - 0x07,0xf8, - 0xff,0x00, - 0xff,0x00, - 0xf0,0x0f, - 0x00,0xff, - 0x01,0xfe, - 0x70,0x80, - 0x30,0x3f, - 0x03,0xff, - 0x38,0xf8, - 0x81,0x81, - 0x1e,0x1f, - 0xe6,0xff, - 0x6f,0xf0, - 0x7f,0x80, - 0x3f,0xc0, - 0xff,0x00, - 0xf8,0x07, - 0x80,0x7f, - 0x01,0xfe, - 0x18,0xe0, - 0x80,0x00, - 0x00,0x00, - 0x42,0xc3, - 0x0e,0x0f, - 0x33,0x3c, - 0xdf,0xf0, - 0x7f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xc1,0x3e, - 0x00,0xfc, - 0x08,0xf0, - 0x20,0xc0, - 0x80,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7f,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x01, - 0x03,0x03, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1c,0x7f, - 0xff,0xff, - 0xf3,0xff, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x08, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x07, - 0xc7,0xc7, - 0x87,0xcf, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0x80,0x80, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x10,0x38, - 0x30,0x38, - 0x38,0x78, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x0c, - 0x08,0x1c, - 0x1c,0x1c, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1f,0x1f, - 0x1f,0x1f, - 0x1f,0x3f, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xe0,0xf0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1e,0x1f, - 0x1f,0x1f, - 0x1b,0x1f, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x80, - 0xc0,0xe0, - 0xe0,0xf1, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x42, - 0xff,0x01, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x08,0x3c, - 0x7e,0xfe, - 0xff,0xff, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0xff,0x40, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x60,0x70, - 0x30,0x70, - 0x30,0x38, - 0xff,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x40, - 0xff,0x08, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x18,0x38, - 0x30,0x38, - 0x30,0x70, - 0xf0,0xff, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3f,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x70,0x78, - 0x78,0x78, - 0x78,0x7c, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xec,0xee, - 0xec,0xee, - 0xe0,0xe0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x60,0x70, - 0xf8,0xf8, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x0e,0x0e, - 0x0e,0x0e, - 0xff,0x08, - 0xff,0x00, - 0xff,0x00, - 0xff,0x02, - 0xff,0x20, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0x07,0x07, - 0x0e,0x0f, - 0x0c,0x1e, - 0x1c,0x1c, - 0x18,0x1c, - 0x18,0x38, - 0x38,0x38, - 0x38,0x38, - 0xff,0x63, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x01, - 0xff,0x80, - 0x00,0x80, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3e,0x7e, - 0x7e,0x7e, - 0xff,0x40, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x22, - 0xff,0x00, - 0xff,0x04, - 0xff,0x47, - 0x0f,0x8f, - 0x0f,0x0f, - 0x0f,0x1f, - 0x1d,0x1f, - 0x1d,0x1d, - 0x18,0x3d, - 0x38,0x39, - 0x30,0x38, - 0xff,0x40, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x21, - 0xff,0x00, - 0x80,0x80, - 0x80,0x80, - 0x80,0xc0, - 0x80,0xc0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xc0,0xe1, - 0xff,0x04, - 0xff,0x04, - 0xff,0x80, - 0xff,0x00, - 0xff,0x00, - 0xff,0x03, - 0xff,0x02, - 0xff,0x20, - 0x38,0x78, - 0x78,0x78, - 0x78,0x7c, - 0x78,0xfc, - 0x7c,0xfc, - 0xdc,0xfc, - 0xdc,0xfd, - 0xcd,0xdf, - 0xff,0x00, - 0xff,0x42, - 0xff,0x02, - 0xff,0x82, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x10, - 0x1c,0x3c, - 0x3c,0x3c, - 0x3c,0x7c, - 0x7c,0x7c, - 0x6c,0xfe, - 0xcc,0xfe, - 0xcc,0xde, - 0x8e,0xce, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x40, - 0xff,0x40, - 0x18,0x38, - 0x18,0x38, - 0x38,0x38, - 0x30,0x38, - 0x30,0x38, - 0x3f,0x3f, - 0x3f,0x3f, - 0x3f,0x3f, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc0,0xe0, - 0xc0,0xc0, - 0x80,0xc0, - 0xff,0x04, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x46, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0x18,0x38, - 0x18,0x38, - 0x38,0x38, - 0x30,0x38, - 0x30,0x39, - 0x3f,0x3f, - 0x3f,0x7f, - 0x3f,0x7f, - 0xff,0x02, - 0xff,0x80, - 0xff,0x80, - 0xff,0x04, - 0xff,0x10, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0x71,0xf1, - 0x71,0x73, - 0x71,0x73, - 0x63,0xf3, - 0xe3,0xe7, - 0xc3,0xe7, - 0xe3,0xe7, - 0xe7,0xf7, - 0xff,0x00, - 0xff,0x20, - 0xff,0x04, - 0xff,0x40, - 0xff,0x00, - 0xff,0x80, - 0xff,0x80, - 0xff,0x04, - 0xe7,0xff, - 0xc3,0xc7, - 0x83,0xc3, - 0x83,0x83, - 0x03,0x83, - 0x03,0x03, - 0x03,0x03, - 0x03,0x03, - 0xff,0x80, - 0xff,0x80, - 0xff,0x25, - 0xff,0x00, - 0xff,0x02, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0x30,0x38, - 0x18,0x38, - 0x18,0x98, - 0x18,0x9d, - 0x8d,0x9d, - 0x8f,0x8f, - 0x8f,0x8f, - 0x06,0x8f, - 0xff,0x80, - 0xff,0x10, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x80, - 0x60,0x70, - 0x60,0xe0, - 0xc0,0xe0, - 0xc0,0xc0, - 0x80,0xc0, - 0x80,0x80, - 0x00,0x80, - 0x00,0x00, - 0xff,0x02, - 0xff,0x08, - 0xff,0x01, - 0xff,0x04, - 0xff,0x00, - 0xff,0x02, - 0xff,0x00, - 0xff,0x00, - 0x74,0x7c, - 0x74,0x76, - 0x72,0x76, - 0x72,0x73, - 0x71,0x73, - 0x71,0x71, - 0x70,0x71, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xe0,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0xee,0xee, - 0x00,0x00, - 0xff,0x08, - 0xff,0x00, - 0xff,0x08, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xe0,0xe6, - 0xfe,0xff, - 0xe6,0xf7, - 0xe7,0xe7, - 0xe7,0xe7, - 0xe7,0xe7, - 0xe7,0xe7, - 0x00,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x61,0x73, - 0x63,0x77, - 0x63,0x77, - 0x67,0x77, - 0x63,0x77, - 0x63,0x77, - 0x61,0x73, - 0x00,0x00, - 0xff,0x00, - 0xff,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xe3,0xf3, - 0x33,0x3b, - 0x33,0x3b, - 0xfb,0xfb, - 0x03,0x03, - 0x13,0x3b, - 0xe3,0xf3, - 0x00,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x20, - 0xff,0x40, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x80,0x98, - 0xf8,0xfd, - 0x98,0xdd, - 0x9d,0x9d, - 0x9c,0x9d, - 0x9c,0x9d, - 0x9c,0x9c, - 0x00,0x00, - 0xff,0x00, - 0xff,0x30, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x30, - 0xff,0x00, - 0xff,0x00, - 0x7e,0xfe, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0xce,0xce, - 0x7e,0xfe, - 0x00,0x00, - 0xff,0x00, - 0xff,0x18, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x18, - 0xff,0x00, - 0xff,0x00, - 0x3c,0x7e, - 0x66,0xe7, - 0x66,0xe7, - 0xe7,0xe7, - 0x66,0xe7, - 0x66,0xe7, - 0x3c,0x7e, - 0x00,0x00, - 0xff,0x00, - 0xff,0x04, - 0xff,0x04, - 0xff,0x00, - 0xff,0x21, - 0xff,0x00, - 0xff,0x00, - 0xff,0x04, - 0x38,0x38, - 0x38,0x38, - 0x38,0x38, - 0x18,0x3c, - 0x1c,0x1e, - 0x0f,0x1f, - 0x07,0x0f, - 0x01,0x03, - 0xff,0x00, - 0xff,0x02, - 0xff,0x00, - 0xff,0x20, - 0xff,0x44, - 0xff,0x01, - 0xff,0x00, - 0xff,0x10, - 0x7c,0xfe, - 0x0c,0x1c, - 0x1c,0x1c, - 0x18,0x1c, - 0x38,0x38, - 0x78,0xf8, - 0xf0,0xf9, - 0xc1,0xe1, - 0xff,0x00, - 0xff,0x00, - 0xff,0x8f, - 0xff,0x10, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0x3f,0x7f, - 0x7f,0x7f, - 0x60,0x70, - 0x60,0xe0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xc0,0xc0, - 0xc0,0xc0, - 0xff,0x00, - 0xff,0x00, - 0xff,0x12, - 0xff,0x10, - 0xff,0x80, - 0xff,0x80, - 0xff,0x0c, - 0xff,0x08, - 0xc0,0xe1, - 0xe1,0xe1, - 0x61,0xe1, - 0x61,0xe3, - 0x61,0x73, - 0x63,0x73, - 0x73,0x73, - 0x33,0x77, - 0xff,0x00, - 0xff,0x10, - 0xff,0x00, - 0xff,0x40, - 0xff,0x01, - 0xff,0x08, - 0xff,0x0a, - 0xff,0x80, - 0xcd,0xdf, - 0x8f,0xcf, - 0x8f,0xcf, - 0x86,0x8f, - 0x86,0x8e, - 0x04,0x86, - 0x04,0x84, - 0x00,0x04, - 0xff,0x50, - 0xff,0x01, - 0xff,0x81, - 0xff,0x01, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0xff,0x08, - 0x8e,0x8e, - 0x0e,0x8e, - 0x0e,0x0e, - 0x06,0x0e, - 0x06,0x0f, - 0x06,0x0f, - 0x06,0x07, - 0x07,0x07, - 0xff,0x08, - 0xff,0x08, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0xff,0x80, - 0x30,0x70, - 0x30,0x70, - 0x30,0x70, - 0x60,0x70, - 0x60,0x70, - 0x7f,0x7f, - 0x7f,0x7f, - 0x7f,0x7f, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xe0,0xf0, - 0xe0,0xe0, - 0xc0,0xe0, - 0xff,0x09, - 0xff,0x08, - 0xff,0x80, - 0xff,0x80, - 0xff,0x0c, - 0xff,0x00, - 0xff,0x00, - 0xff,0x01, - 0x70,0x70, - 0x70,0x70, - 0x70,0x70, - 0x60,0x70, - 0x61,0xf3, - 0x7f,0xff, - 0xff,0xff, - 0xf8,0xfe, - 0xff,0x00, - 0xff,0x80, - 0xff,0x80, - 0xff,0x00, - 0xff,0x14, - 0xff,0x00, - 0xff,0x02, - 0xff,0x81, - 0x77,0xf7, - 0x77,0x77, - 0x73,0x77, - 0x63,0xf7, - 0xe3,0xe3, - 0xc3,0xe3, - 0x81,0xc1, - 0x00,0x00, - 0xff,0x04, - 0xff,0x00, - 0xff,0x88, - 0xff,0x10, - 0xff,0x21, - 0xff,0x00, - 0xff,0x00, - 0xff,0x08, - 0x03,0x03, - 0x03,0x07, - 0x07,0x07, - 0x06,0x8f, - 0x8e,0xde, - 0xfc,0xfe, - 0xf8,0xfc, - 0x40,0xf0, - 0xff,0x08, - 0xff,0x88, - 0xff,0x81, - 0xff,0x01, - 0xff,0x00, - 0xff,0x00, - 0xff,0x10, - 0xff,0x10, - 0x06,0x87, - 0x06,0x07, - 0x06,0x0e, - 0x06,0x0e, - 0x0e,0x0e, - 0x0e,0x0e, - 0x0c,0x0e, - 0x0c,0x0e, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0x00,0x00, - 0x00,0x00, - 0x1c,0x3e, - 0x08,0x08, - 0x08,0x08, - 0x08,0x08, - 0x08,0x08, - 0x00,0x08, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0xff,0x00, - 0xff,0x00, - 0xff,0x20, - 0x00,0x00, - 0x00,0x00, - 0x00,0x88, - 0x88,0xd8, - 0xd8,0xd8, - 0xa8,0xf8, - 0xa8,0xa8, - 0x00,0x88 + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xfe,0x03,0xfb,0x0f,0xfc,0x1c,0xf0,0x30,0xe1,0x61,0xa2,0x63,0xc4,0xc7,0x49,0xcf,0x01,0x00,0x04,0x03,0x00,0x0f,0x00,0x1f,0x01,0x3e,0x43,0x3c,0x07,0x78,0x8f,0x70, + 0x7f,0x7f,0x80,0x80,0x00,0x00,0x38,0x3f,0x80,0xff,0x1c,0xfc,0xc0,0xc0,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x3f,0xc0,0xff,0x00,0xfc,0x03,0xc0,0x3f,0x00,0xff, + 0xff,0xff,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0x00,0xff,0x00,0x00,0xff,0x00,0xff,0x00,0xff, + 0xfe,0x01,0xfe,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x4a,0x4e,0x82,0x8e,0x90,0x9c,0x94,0x9c,0x94,0x9c,0x84,0x9c,0x80,0x98,0x80,0x98,0x0e,0xf1,0x0e,0xf1,0x1c,0xe3,0x1c,0xe3,0x1c,0xe3,0x1c,0xe3,0x18,0xe7,0x18,0xe7, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x06,0x0f,0x00,0x0b,0x00,0x09,0x00,0x0b,0x06,0x0f,0x00,0x00,0x00,0xff,0x00,0xff,0x01,0xf0,0x02,0xf4,0x00,0xf6,0x02,0xf4,0x01,0xf0,0x00,0xff, + 0x00,0x00,0x00,0x00,0x31,0x7b,0x00,0x79,0x00,0x49,0x00,0x79,0x30,0x79,0x00,0x00,0x00,0xff,0x00,0xff,0x48,0x84,0x30,0x86,0x00,0xb6,0x30,0x86,0x48,0x86,0x00,0xff, + 0x00,0x00,0x00,0x00,0x01,0x81,0x00,0x03,0x03,0x03,0x00,0x03,0x00,0x02,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x7e,0x02,0xfc,0x00,0xfc,0x01,0xfc,0x00,0xfd,0x00,0xff, + 0x00,0x00,0x00,0x00,0x40,0x47,0x05,0xe7,0xe0,0xed,0x0a,0xef,0x00,0x28,0x00,0x00,0x00,0xff,0x00,0xff,0x05,0xb8,0xa2,0x18,0x08,0x12,0x40,0x10,0x00,0xd7,0x00,0xff, + 0x00,0x00,0x00,0x00,0x11,0x3b,0x00,0x12,0x01,0x93,0x80,0x92,0x00,0x92,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xc4,0x00,0xed,0x80,0x6c,0x00,0x6d,0x00,0x6d,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0xd6,0x02,0xd7,0x80,0xd3,0x02,0xd7,0x00,0xd6,0x00,0x00,0x00,0xff,0x00,0xff,0x42,0x29,0x85,0x28,0x42,0x2c,0x45,0x28,0x82,0x29,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0xc1,0x80,0xc1,0x01,0x81,0x80,0xc1,0x00,0xc0,0x00,0x00,0x00,0xff,0x00,0xff,0x80,0x3e,0x40,0x3e,0x80,0x7e,0x41,0x3e,0x80,0x3f,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x15,0x00,0x14,0x10,0xf4,0xa0,0xf4,0x00,0xa4,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0xea,0x00,0xeb,0xa0,0x0b,0x50,0x0b,0x00,0x5b,0x00,0xff, + 0x00,0x00,0x00,0x00,0x80,0xd2,0x00,0x92,0x0c,0x9e,0x00,0x92,0x00,0x92,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x2d,0x00,0x6d,0x00,0x61,0x00,0x6d,0x00,0x6d,0x00,0xff, + 0x00,0x00,0x00,0x00,0x05,0x0f,0x00,0x0c,0x00,0x0f,0x00,0x03,0x0a,0x0f,0x00,0x00,0x00,0xff,0x00,0xff,0x08,0xf0,0x04,0xf3,0x09,0xf0,0x02,0xfc,0x01,0xf0,0x00,0xff, + 0x00,0x00,0x00,0x00,0x22,0x77,0x00,0x24,0x01,0x27,0x00,0x24,0x02,0x27,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x88,0x00,0xdb,0x00,0xd8,0x00,0xdb,0x00,0xd8,0x00,0xff, + 0x00,0x00,0x00,0x00,0x21,0x7b,0x00,0x5a,0x30,0x7b,0x00,0x5a,0x01,0x5b,0x00,0x00,0x00,0xff,0x00,0xff,0x08,0x84,0x10,0xa5,0x08,0x84,0x08,0xa5,0x10,0xa4,0x00,0xff, + 0x00,0x00,0x00,0x00,0x18,0xbc,0x00,0x3c,0x80,0xa4,0x00,0x3c,0x18,0xbc,0x00,0x00,0x00,0xff,0x00,0xff,0x24,0x43,0x18,0xc3,0x00,0x5b,0x18,0xc3,0x24,0x43,0x00,0xff, + 0x00,0x00,0x00,0x00,0x0a,0x1e,0x00,0x18,0x00,0x1e,0x00,0x06,0x14,0x1e,0x00,0x00,0x00,0xff,0x00,0xff,0x10,0xe1,0x08,0xe7,0x12,0xe1,0x04,0xf9,0x02,0xe1,0x00,0xff, + 0x00,0x00,0x00,0x00,0x64,0xf4,0x00,0xf4,0x00,0x94,0x00,0xf7,0x63,0xf7,0x00,0x00,0x00,0xff,0x00,0xff,0x90,0x0b,0x60,0x0b,0x00,0x6b,0x63,0x08,0x94,0x08,0x00,0xff, + 0x00,0x00,0x00,0x00,0x84,0xa5,0x00,0xb5,0x18,0xbd,0x00,0xad,0x20,0xa5,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x5a,0x00,0x4a,0x00,0x42,0x00,0x52,0x80,0x5a,0x00,0xff, + 0x00,0x00,0x00,0x00,0xc0,0xe0,0x00,0x60,0x00,0x20,0x00,0x60,0xc0,0xe0,0x00,0x00,0x00,0xff,0x00,0xff,0x20,0x1f,0x40,0x9f,0x00,0xdf,0x40,0x9f,0x20,0x1f,0x00,0xff, + 0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x80,0x98,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7,0x18,0xe7, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3c,0x3c,0x68,0x44,0xd4,0x83,0xc4,0x83,0xed,0x83,0x39,0x45,0x02,0x7a,0x18,0x3c,0x00,0xff,0x38,0xc7,0x6d,0x82,0x7d,0x82,0x7c,0x82,0x38,0xc6,0x40,0xbd,0x24,0xc3, + 0x00,0x00,0x00,0x00,0x40,0xee,0x2e,0xae,0xc0,0xea,0x2e,0xae,0x40,0xea,0x00,0x00,0x00,0xff,0x00,0xff,0x2a,0x11,0x00,0x51,0x20,0x15,0x00,0x51,0x20,0x15,0x00,0xff, + 0x00,0x00,0x00,0x00,0xee,0xee,0x00,0x44,0x00,0x44,0x00,0x44,0x44,0x44,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x11,0x00,0xbb,0x00,0xbb,0x00,0xbb,0x00,0xbb,0x00,0xff, + 0x00,0x00,0x00,0x00,0x66,0xee,0x00,0x8a,0xec,0xee,0x02,0x8e,0x60,0xea,0x00,0x00,0x00,0xff,0x00,0xff,0x00,0x11,0x00,0x75,0x02,0x11,0x04,0x71,0x00,0x15,0x00,0xff, + 0x03,0x03,0x03,0x03,0xa3,0xa3,0x03,0xe3,0xe3,0xe3,0x03,0x43,0x03,0x43,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0x5f,0x40,0x1f,0x00,0x1f,0x00,0xbf,0x00,0xbf,0x00,0xff, + 0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x7f,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x29,0x39,0x2a,0x3b,0x2a,0x3b,0x0a,0x3b,0x03,0x33,0x43,0x73,0x52,0x73,0x54,0x77,0x38,0xc7,0x39,0xc6,0x39,0xc6,0x39,0xc6,0x30,0xce,0x70,0x8e,0x70,0x8e,0x72,0x8c, + 0x7f,0x80,0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x01,0xfe,0x01,0xfe, + 0x14,0x77,0x07,0x66,0xa7,0xe6,0xa9,0xee,0x2b,0xec,0x0f,0xcc,0x4f,0xcc,0x53,0xdc,0x72,0x8c,0x60,0x9c,0xe0,0x1c,0xe4,0x18,0xe4,0x18,0xc0,0x38,0xc0,0x38,0xc8,0x30, + 0x00,0x01,0x02,0x03,0x00,0x03,0x01,0x07,0x08,0x0e,0x00,0x0c,0x04,0x1c,0x21,0x39,0x01,0xfe,0x03,0xfc,0x03,0xfc,0x07,0xf8,0x0e,0xf1,0x0c,0xf3,0x1c,0xe3,0x38,0xc7, + 0x17,0x98,0x9f,0x98,0x2f,0x30,0x3f,0x30,0x5f,0x60,0x5f,0x60,0xff,0xc0,0x3f,0xc0,0x88,0x70,0x80,0x70,0x10,0xe0,0x00,0xe0,0x20,0xc0,0x00,0xc0,0x00,0x80,0x80,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x03,0xfc, + 0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x03,0x08,0x0f,0x02,0x1e,0x40,0x78,0x11,0xf1,0x00,0xff,0x00,0xff,0x01,0xfe,0x03,0xfc,0x0f,0xf0,0x1e,0xe1,0x78,0x87,0xf0,0x0f, + 0x41,0x71,0x93,0xf3,0x26,0xe7,0x49,0xce,0x13,0x1c,0x27,0x38,0x6f,0x70,0xff,0xc0,0x70,0x8f,0xf0,0x0e,0xe0,0x1c,0xc4,0x38,0x08,0xf0,0x10,0xe0,0x00,0xc0,0x00,0x80, + 0xff,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x07,0x07,0xe0,0xff,0x03,0xff,0xf0,0xf0,0x01,0x01,0x7e,0x7f,0x8c,0xff,0x00,0xff,0x07,0xf8,0xff,0x00,0xff,0x00,0xf0,0x0f,0x00,0xff,0x01,0xfe,0x70,0x80, + 0x30,0x3f,0x03,0xff,0x38,0xf8,0x81,0x81,0x1e,0x1f,0xe6,0xff,0x6f,0xf0,0x7f,0x80,0x3f,0xc0,0xff,0x00,0xf8,0x07,0x80,0x7f,0x01,0xfe,0x18,0xe0,0x80,0x00,0x00,0x00, + 0x42,0xc3,0x0e,0x0f,0x33,0x3c,0xdf,0xf0,0x7f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xc1,0x3e,0x00,0xfc,0x08,0xf0,0x20,0xc0,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7f,0x80,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1c,0x7f,0xff,0xff,0xf3,0xff, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x08,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0xc7,0xc7,0x87,0xcf, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x38,0x30,0x38,0x38,0x78, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x00,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x08,0x1c,0x1c,0x1c, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1f,0x1f,0x1f,0x1f,0x1f,0x3f, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xf0,0xe0,0xe0,0xc0,0xe0, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x1e,0x1f,0x1f,0x1f,0x1b,0x1f, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0xc0,0xe0,0xe0,0xf1, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x42,0xff,0x01,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x3c,0x7e,0xfe,0xff,0xff, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x08,0xff,0x40,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x70,0x30,0x70,0x30,0x38, + 0xff,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x40,0xff,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x18,0x38,0x30,0x38,0x30,0x70, + 0xf0,0xff,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x3f,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x04,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x70,0x78,0x78,0x78,0x78,0x7c, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xec,0xee,0xec,0xee,0xe0,0xe0, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x60,0x70,0xf8,0xf8, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e, + 0xff,0x08,0xff,0x00,0xff,0x00,0xff,0x02,0xff,0x20,0xff,0x04,0xff,0x04,0xff,0x00,0x07,0x07,0x0e,0x0f,0x0c,0x1e,0x1c,0x1c,0x18,0x1c,0x18,0x38,0x38,0x38,0x38,0x38, + 0xff,0x63,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x01,0xff,0x80,0x00,0x80,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3e,0x7e,0x7e,0x7e, + 0xff,0x40,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x22,0xff,0x00,0xff,0x04,0xff,0x47,0x0f,0x8f,0x0f,0x0f,0x0f,0x1f,0x1d,0x1f,0x1d,0x1d,0x18,0x3d,0x38,0x39,0x30,0x38, + 0xff,0x40,0xff,0x40,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x21,0xff,0x00,0x80,0x80,0x80,0x80,0x80,0xc0,0x80,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xc0,0xe1, + 0xff,0x04,0xff,0x04,0xff,0x80,0xff,0x00,0xff,0x00,0xff,0x03,0xff,0x02,0xff,0x20,0x38,0x78,0x78,0x78,0x78,0x7c,0x78,0xfc,0x7c,0xfc,0xdc,0xfc,0xdc,0xfd,0xcd,0xdf, + 0xff,0x00,0xff,0x42,0xff,0x02,0xff,0x82,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x10,0x1c,0x3c,0x3c,0x3c,0x3c,0x7c,0x7c,0x7c,0x6c,0xfe,0xcc,0xfe,0xcc,0xde,0x8e,0xce, + 0xff,0x04,0xff,0x04,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x40,0xff,0x40,0x18,0x38,0x18,0x38,0x38,0x38,0x30,0x38,0x30,0x38,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0xe0,0xc0,0xc0,0x80,0xc0, + 0xff,0x04,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x46,0xff,0x40,0xff,0x00,0xff,0x00,0x18,0x38,0x18,0x38,0x38,0x38,0x30,0x38,0x30,0x39,0x3f,0x3f,0x3f,0x7f,0x3f,0x7f, + 0xff,0x02,0xff,0x80,0xff,0x80,0xff,0x04,0xff,0x10,0xff,0x00,0xff,0x10,0xff,0x00,0x71,0xf1,0x71,0x73,0x71,0x73,0x63,0xf3,0xe3,0xe7,0xc3,0xe7,0xe3,0xe7,0xe7,0xf7, + 0xff,0x00,0xff,0x20,0xff,0x04,0xff,0x40,0xff,0x00,0xff,0x80,0xff,0x80,0xff,0x04,0xe7,0xff,0xc3,0xc7,0x83,0xc3,0x83,0x83,0x03,0x83,0x03,0x03,0x03,0x03,0x03,0x03, + 0xff,0x80,0xff,0x80,0xff,0x25,0xff,0x00,0xff,0x02,0xff,0x10,0xff,0x00,0xff,0x00,0x30,0x38,0x18,0x38,0x18,0x98,0x18,0x9d,0x8d,0x9d,0x8f,0x8f,0x8f,0x8f,0x06,0x8f, + 0xff,0x80,0xff,0x10,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x80,0x60,0x70,0x60,0xe0,0xc0,0xe0,0xc0,0xc0,0x80,0xc0,0x80,0x80,0x00,0x80,0x00,0x00, + 0xff,0x02,0xff,0x08,0xff,0x01,0xff,0x04,0xff,0x00,0xff,0x02,0xff,0x00,0xff,0x00,0x74,0x7c,0x74,0x76,0x72,0x76,0x72,0x73,0x71,0x73,0x71,0x71,0x70,0x71,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xe0,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0xee,0x00,0x00, + 0xff,0x08,0xff,0x00,0xff,0x08,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xe0,0xe6,0xfe,0xff,0xe6,0xf7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0xe7,0x00,0x00, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x61,0x73,0x63,0x77,0x63,0x77,0x67,0x77,0x63,0x77,0x63,0x77,0x61,0x73,0x00,0x00, + 0xff,0x00,0xff,0xc0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x00,0xff,0x00,0xe3,0xf3,0x33,0x3b,0x33,0x3b,0xfb,0xfb,0x03,0x03,0x13,0x3b,0xe3,0xf3,0x00,0x00, + 0xff,0x20,0xff,0x00,0xff,0x20,0xff,0x40,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x80,0x98,0xf8,0xfd,0x98,0xdd,0x9d,0x9d,0x9c,0x9d,0x9c,0x9d,0x9c,0x9c,0x00,0x00, + 0xff,0x00,0xff,0x30,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x30,0xff,0x00,0xff,0x00,0x7e,0xfe,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0xce,0x7e,0xfe,0x00,0x00, + 0xff,0x00,0xff,0x18,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x18,0xff,0x00,0xff,0x00,0x3c,0x7e,0x66,0xe7,0x66,0xe7,0xe7,0xe7,0x66,0xe7,0x66,0xe7,0x3c,0x7e,0x00,0x00, + 0xff,0x00,0xff,0x04,0xff,0x04,0xff,0x00,0xff,0x21,0xff,0x00,0xff,0x00,0xff,0x04,0x38,0x38,0x38,0x38,0x38,0x38,0x18,0x3c,0x1c,0x1e,0x0f,0x1f,0x07,0x0f,0x01,0x03, + 0xff,0x00,0xff,0x02,0xff,0x00,0xff,0x20,0xff,0x44,0xff,0x01,0xff,0x00,0xff,0x10,0x7c,0xfe,0x0c,0x1c,0x1c,0x1c,0x18,0x1c,0x38,0x38,0x78,0xf8,0xf0,0xf9,0xc1,0xe1, + 0xff,0x00,0xff,0x00,0xff,0x8f,0xff,0x10,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x00,0x3f,0x7f,0x7f,0x7f,0x60,0x70,0x60,0xe0,0xe0,0xe0,0xc0,0xe0,0xc0,0xc0,0xc0,0xc0, + 0xff,0x00,0xff,0x00,0xff,0x12,0xff,0x10,0xff,0x80,0xff,0x80,0xff,0x0c,0xff,0x08,0xc0,0xe1,0xe1,0xe1,0x61,0xe1,0x61,0xe3,0x61,0x73,0x63,0x73,0x73,0x73,0x33,0x77, + 0xff,0x00,0xff,0x10,0xff,0x00,0xff,0x40,0xff,0x01,0xff,0x08,0xff,0x0a,0xff,0x80,0xcd,0xdf,0x8f,0xcf,0x8f,0xcf,0x86,0x8f,0x86,0x8e,0x04,0x86,0x04,0x84,0x00,0x04, + 0xff,0x50,0xff,0x01,0xff,0x81,0xff,0x01,0xff,0x00,0xff,0x00,0xff,0x08,0xff,0x08,0x8e,0x8e,0x0e,0x8e,0x0e,0x0e,0x06,0x0e,0x06,0x0f,0x06,0x0f,0x06,0x07,0x07,0x07, + 0xff,0x08,0xff,0x08,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0xff,0x80,0x30,0x70,0x30,0x70,0x30,0x70,0x60,0x70,0x60,0x70,0x7f,0x7f,0x7f,0x7f,0x7f,0x7f, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xe0,0xf0,0xe0,0xe0,0xc0,0xe0, + 0xff,0x09,0xff,0x08,0xff,0x80,0xff,0x80,0xff,0x0c,0xff,0x00,0xff,0x00,0xff,0x01,0x70,0x70,0x70,0x70,0x70,0x70,0x60,0x70,0x61,0xf3,0x7f,0xff,0xff,0xff,0xf8,0xfe, + 0xff,0x00,0xff,0x80,0xff,0x80,0xff,0x00,0xff,0x14,0xff,0x00,0xff,0x02,0xff,0x81,0x77,0xf7,0x77,0x77,0x73,0x77,0x63,0xf7,0xe3,0xe3,0xc3,0xe3,0x81,0xc1,0x00,0x00, + 0xff,0x04,0xff,0x00,0xff,0x88,0xff,0x10,0xff,0x21,0xff,0x00,0xff,0x00,0xff,0x08,0x03,0x03,0x03,0x07,0x07,0x07,0x06,0x8f,0x8e,0xde,0xfc,0xfe,0xf8,0xfc,0x40,0xf0, + 0xff,0x08,0xff,0x88,0xff,0x81,0xff,0x01,0xff,0x00,0xff,0x00,0xff,0x10,0xff,0x10,0x06,0x87,0x06,0x07,0x06,0x0e,0x06,0x0e,0x0e,0x0e,0x0e,0x0e,0x0c,0x0e,0x0c,0x0e, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x00,0x00,0x00,0x00,0x1c,0x3e,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x08, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x20,0xff,0x00,0xff,0x00,0xff,0x20,0x00,0x00,0x00,0x00,0x00,0x88,0x88,0xd8,0xd8,0xd8,0xa8,0xf8,0xa8,0xa8,0x00,0x88 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_sprite_1.c b/gbdk-support/png2asset/testing/ref/zgb_sprite_1.c @@ -16,259 +16,63 @@ const palette_color_t zgb_sprite_1_palettes[4] = { }; const uint8_t zgb_sprite_1_tiles[896] = { - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x03, - 0x0d,0x0e,0x1f,0x10, - 0x3f,0x20,0x3f,0x20, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x03,0x03, - 0xfd,0xfe,0x3f,0xc0, - 0xff,0x0c,0xff,0x13, - 0xf7,0x08,0xc1,0x3e, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x7f,0x7f,0x9f,0xe0, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x80,0xff,0x40, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0xf0,0xf0,0xcf,0x3f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0xc0,0xc0, - 0x3c,0xfc,0xf3,0x0f, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - -0x3f,0x20,0x3f,0x20, - 0x3f,0x20,0x3f,0x20, - 0x3f,0x20,0x3f,0x23, - 0x3d,0x23,0x5e,0x61, - 0x5e,0x61,0x7c,0x43, - 0x78,0x47,0x79,0x47, - 0xbb,0xc7,0xb3,0xcf, - 0xf2,0x8e,0xf4,0x8c, - -0xc0,0x3f,0xc0,0x3f, - 0xc0,0x3f,0xcf,0x30, - 0xff,0x08,0xbf,0xc4, - 0xe7,0xdc,0x07,0xfc, - 0x02,0xff,0x03,0xff, - 0x00,0xff,0x87,0xff, - 0xff,0xff,0xc1,0xc1, - 0x01,0x01,0x00,0x00, - -0xff,0x20,0x7f,0xa0, - 0x7f,0x90,0xff,0x10, - 0xff,0x10,0xdf,0x30, - 0xff,0x60,0xbf,0xc0, - 0xbd,0xc2,0x3c,0xc3, - 0x7e,0x81,0xff,0x80, - 0xff,0x80,0xbf,0xc0, - 0xff,0xc0,0xff,0xc0, - -0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0xff,0x00, - 0xff,0x00,0x3f,0xc0, - 0x07,0xf8,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x00,0xff,0x00,0xff, - 0x40,0xff,0x40,0xff, - -0xfe,0x02,0xfe,0x02, - 0xfd,0x03,0xff,0x01, - 0xff,0x01,0xff,0x01, - 0xff,0x00,0x7f,0x80, - 0x7f,0x80,0xff,0x00, - 0xfe,0x01,0xff,0x01, - 0xfd,0x03,0xfd,0x03, - 0x79,0x87,0x71,0x8f, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xc0,0x40,0xc0,0x40, - 0xe0,0x20,0x60,0xa0, - 0x60,0xa0,0xa0,0xe0, - -0xf4,0x8c,0xf4,0x8c, - 0xb4,0xcc,0xb8,0xc8, - 0xb8,0xc8,0x78,0x48, - 0x78,0x48,0x78,0x48, - 0x74,0x4c,0x5c,0x64, - 0x3c,0x24,0x3e,0x22, - 0x19,0x17,0x0b,0x0f, - 0x06,0x06,0x00,0x00, - -0xdf,0xe0,0x7f,0x60, - 0x7e,0x61,0x6e,0x71, - 0x7e,0x71,0x7c,0x73, - 0x70,0x7f,0x78,0x7f, - 0x78,0x7f,0x78,0x7f, - 0x7c,0x7f,0x7c,0x7f, - 0x7c,0x7f,0xfb,0xfc, - 0xfb,0xfc,0x0f,0x0f, - -0x70,0xff,0x4f,0xcf, - 0x41,0xc1,0x40,0xc0, - 0x40,0xc0,0x40,0xc0, - 0x20,0xe0,0x20,0xe0, - 0x20,0xe0,0x20,0xe0, - 0x20,0xe0,0x10,0xf0, - 0x10,0xf0,0x90,0x70, - 0xd0,0x30,0xe0,0xe0, - -0x02,0xff,0xfe,0xff, - 0xfe,0xff,0x3f,0x3f, - 0x3f,0x3f,0x3f,0x3f, - 0x3f,0x3f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x1f,0x1f,0x1f,0x1f, - 0x3f,0x3f,0x3f,0x3f, - 0x3f,0x3f,0x00,0x00, - -0x01,0xff,0x01,0xff, - 0x01,0xff,0x01,0xff, - 0x01,0xff,0x82,0xfe, - 0x82,0xfe,0xc2,0xfe, - 0xc2,0xfe,0x42,0x7e, - 0x42,0x7e,0x42,0x7e, - 0x81,0xff,0xb9,0xc7, - 0xfd,0x83,0xfe,0xfe, - -0x50,0x70,0x50,0x70, - 0x50,0x70,0x50,0x70, - 0x30,0x30,0x20,0x20, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xc0,0x40,0xe0,0x20, - 0x60,0xa0,0xb0,0xd0, - 0x70,0x50,0x50,0x70, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x01,0x01, - 0x01,0x01,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0xf4,0x8c,0xf4,0x8c, - 0xf4,0x8c,0x78,0x88, - 0xe8,0x18,0xf0,0x10, - 0xf0,0x10,0xf0,0x10, - 0x70,0x90,0xf0,0x90, - 0xe8,0x98,0x78,0x48, - 0x64,0x5c,0x2c,0x3c, - 0x18,0x18,0x00,0x00, - -0x38,0x28,0x38,0x28, - 0x28,0x38,0x18,0x18, - 0x18,0x18,0x08,0x08, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x80,0x80,0x80,0x80, - 0x40,0xc0,0xc0,0x40, - 0xe0,0x20,0xe0,0x20, - 0xf0,0x90,0xb0,0xd0, - 0x78,0x48,0x34,0x2c, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x03,0x02, - 0x05,0x06,0x07,0x04, - 0x07,0x04,0x07,0x04, - 0x07,0x04,0x05,0x06, - 0x03,0x02,0x02,0x03, - 0x01,0x01,0x00,0x00, - -0x74,0x8c,0xf4,0x0c, - 0xe8,0x18,0xf8,0x18, - 0xd0,0x30,0xe0,0x20, - 0xc0,0x40,0x40,0xc0, - 0x80,0x80,0x80,0x80, - 0x80,0x80,0x40,0xc0, - 0x40,0xc0,0x40,0xc0, - 0xc0,0xc0,0x00,0x00, - -0x1c,0x14,0x0e,0x0a, - 0x07,0x05,0x03,0x03, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x07,0x04, - 0x07,0x04,0x0f,0x08, - 0x0f,0x09,0x15,0x1b, - 0x1e,0x12,0x1e,0x12, - 0x1a,0x16,0x12,0x1e, - 0x1e,0x1e,0x00,0x00, - -0x74,0x8c,0xf4,0x0c, - 0xe8,0x18,0xf8,0x18, - 0xd0,0x30,0xe0,0x20, - 0xc0,0x40,0x80,0x80, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - 0x00,0x00,0x00,0x00, - -0x01,0x01,0x01,0x01, - 0x01,0x01,0x02,0x03, - 0x03,0x02,0x07,0x04, - 0x0b,0x0c,0x0f,0x08, - 0x1f,0x11,0x1e,0x12, - 0x2a,0x36,0x3c,0x24, - 0x24,0x3c,0x28,0x38, - 0x38,0x38,0x00,0x00 - -}; + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x0d,0x0e,0x1f,0x10,0x3f,0x20,0x3f,0x20, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x03,0x03,0xfd,0xfe,0x3f,0xc0,0xff,0x0c,0xff,0x13,0xf7,0x08,0xc1,0x3e, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x7f,0x7f,0x9f,0xe0,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x80,0xff,0x40, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf0,0xf0,0xcf,0x3f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0xc0,0xc0,0x3c,0xfc,0xf3,0x0f,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00, + 0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x20,0x3f,0x23,0x3d,0x23,0x5e,0x61, + 0x5e,0x61,0x7c,0x43,0x78,0x47,0x79,0x47,0xbb,0xc7,0xb3,0xcf,0xf2,0x8e,0xf4,0x8c, + 0xc0,0x3f,0xc0,0x3f,0xc0,0x3f,0xcf,0x30,0xff,0x08,0xbf,0xc4,0xe7,0xdc,0x07,0xfc, + 0x02,0xff,0x03,0xff,0x00,0xff,0x87,0xff,0xff,0xff,0xc1,0xc1,0x01,0x01,0x00,0x00, + 0xff,0x20,0x7f,0xa0,0x7f,0x90,0xff,0x10,0xff,0x10,0xdf,0x30,0xff,0x60,0xbf,0xc0, + 0xbd,0xc2,0x3c,0xc3,0x7e,0x81,0xff,0x80,0xff,0x80,0xbf,0xc0,0xff,0xc0,0xff,0xc0, + 0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0x3f,0xc0, + 0x07,0xf8,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x00,0xff,0x40,0xff,0x40,0xff, + 0xfe,0x02,0xfe,0x02,0xfd,0x03,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x00,0x7f,0x80, + 0x7f,0x80,0xff,0x00,0xfe,0x01,0xff,0x01,0xfd,0x03,0xfd,0x03,0x79,0x87,0x71,0x8f, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xc0,0x40,0xc0,0x40,0xe0,0x20,0x60,0xa0,0x60,0xa0,0xa0,0xe0, + 0xf4,0x8c,0xf4,0x8c,0xb4,0xcc,0xb8,0xc8,0xb8,0xc8,0x78,0x48,0x78,0x48,0x78,0x48, + 0x74,0x4c,0x5c,0x64,0x3c,0x24,0x3e,0x22,0x19,0x17,0x0b,0x0f,0x06,0x06,0x00,0x00, + 0xdf,0xe0,0x7f,0x60,0x7e,0x61,0x6e,0x71,0x7e,0x71,0x7c,0x73,0x70,0x7f,0x78,0x7f, + 0x78,0x7f,0x78,0x7f,0x7c,0x7f,0x7c,0x7f,0x7c,0x7f,0xfb,0xfc,0xfb,0xfc,0x0f,0x0f, + 0x70,0xff,0x4f,0xcf,0x41,0xc1,0x40,0xc0,0x40,0xc0,0x40,0xc0,0x20,0xe0,0x20,0xe0, + 0x20,0xe0,0x20,0xe0,0x20,0xe0,0x10,0xf0,0x10,0xf0,0x90,0x70,0xd0,0x30,0xe0,0xe0, + 0x02,0xff,0xfe,0xff,0xfe,0xff,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x1f,0x1f, + 0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x1f,0x3f,0x3f,0x3f,0x3f,0x3f,0x3f,0x00,0x00, + 0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x01,0xff,0x82,0xfe,0x82,0xfe,0xc2,0xfe, + 0xc2,0xfe,0x42,0x7e,0x42,0x7e,0x42,0x7e,0x81,0xff,0xb9,0xc7,0xfd,0x83,0xfe,0xfe, + 0x50,0x70,0x50,0x70,0x50,0x70,0x50,0x70,0x30,0x30,0x20,0x20,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xc0,0x40,0xe0,0x20,0x60,0xa0,0xb0,0xd0,0x70,0x50,0x50,0x70, + 0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, + 0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xf4,0x8c,0xf4,0x8c,0xf4,0x8c,0x78,0x88,0xe8,0x18,0xf0,0x10,0xf0,0x10,0xf0,0x10, + 0x70,0x90,0xf0,0x90,0xe8,0x98,0x78,0x48,0x64,0x5c,0x2c,0x3c,0x18,0x18,0x00,0x00, + 0x38,0x28,0x38,0x28,0x28,0x38,0x18,0x18,0x18,0x18,0x08,0x08,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x80,0x80,0x80,0x80, + 0x40,0xc0,0xc0,0x40,0xe0,0x20,0xe0,0x20,0xf0,0x90,0xb0,0xd0,0x78,0x48,0x34,0x2c, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x03,0x02,0x05,0x06,0x07,0x04, + 0x07,0x04,0x07,0x04,0x07,0x04,0x05,0x06,0x03,0x02,0x02,0x03,0x01,0x01,0x00,0x00, + 0x74,0x8c,0xf4,0x0c,0xe8,0x18,0xf8,0x18,0xd0,0x30,0xe0,0x20,0xc0,0x40,0x40,0xc0, + 0x80,0x80,0x80,0x80,0x80,0x80,0x40,0xc0,0x40,0xc0,0x40,0xc0,0xc0,0xc0,0x00,0x00, + 0x1c,0x14,0x0e,0x0a,0x07,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x07,0x04,0x07,0x04,0x0f,0x08, + 0x0f,0x09,0x15,0x1b,0x1e,0x12,0x1e,0x12,0x1a,0x16,0x12,0x1e,0x1e,0x1e,0x00,0x00, + 0x74,0x8c,0xf4,0x0c,0xe8,0x18,0xf8,0x18,0xd0,0x30,0xe0,0x20,0xc0,0x40,0x80,0x80, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x07,0x04,0x0b,0x0c,0x0f,0x08, + 0x1f,0x11,0x1e,0x12,0x2a,0x36,0x3c,0x24,0x24,0x3c,0x28,0x38,0x38,0x38,0x00,0x00 + }; const metasprite_t zgb_sprite_1_metasprite0[] = { METASPR_ITEM(0, 8, 0, S_PAL(0)), diff --git a/gbdk-support/png2asset/testing/ref/zgb_sprite_2.c b/gbdk-support/png2asset/testing/ref/zgb_sprite_2.c @@ -54,1030 +54,69 @@ const palette_color_t zgb_sprite_2_palettes[128] = { }; const uint8_t zgb_sprite_2_tiles[1984] = { - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfc,0x00, - 0x03,0x01, - 0xf0,0x00, - 0x0f,0x0f, - 0xe0,0x00, - 0x1f,0x1f, - 0xc0,0x00, - 0x1f,0x1f, - 0xc0,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfc,0x00, - 0x03,0x01, - 0x00,0x00, - 0xff,0x3f, - 0x00,0x00, - 0xf3,0xf3, - 0x00,0x00, - 0xec,0xec, - 0x00,0x00, - 0xff,0xf7, - 0x00,0x00, - 0xff,0xc1, - 0x00,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x80,0x00, - 0x7f,0x1f, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x7f,0x7f, - 0x00,0x00, - 0xbf,0xbf, - 0x00,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x0f,0x00, - 0xf0,0xc0, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x3f,0x00, - 0xc0,0x00, - 0x03,0x00, - 0xfc,0xf0, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x3f,0x00, - 0xc0,0x80, - 0x0f,0x00, - 0xf0,0xf0, - 0x07,0x00, - 0xf8,0xf8, - 0x03,0x00, - 0xf8,0xf8, - 0x03,0x00, - -0x1f,0x1f, - 0xc0,0x00, - 0x1f,0x1f, - 0xc0,0x00, - 0x1f,0x1f, - 0xc0,0x00, - 0x1f,0x1f, - 0xc0,0x00, - 0x1f,0x1f, - 0xc0,0x00, - 0x1c,0x1c, - 0xc0,0x00, - 0x1e,0x1c, - 0xc0,0x00, - 0x3f,0x1e, - 0x80,0x00, - 0x3f,0x1e, - 0x80,0x00, - 0x3f,0x3c, - 0x80,0x00, - 0x3f,0x38, - 0x80,0x00, - 0x3e,0x38, - 0x80,0x00, - 0x7c,0x38, - 0x00,0x00, - 0x7c,0x30, - 0x00,0x00, - 0x7c,0x70, - 0x01,0x00, - 0x78,0x70, - 0x03,0x00, - -0xff,0xc0, - 0x00,0x00, - 0xff,0xc0, - 0x00,0x00, - 0xff,0xc0, - 0x00,0x00, - 0xff,0xcf, - 0x00,0x00, - 0xf7,0xf7, - 0x00,0x00, - 0x7b,0x3b, - 0x00,0x00, - 0x3b,0x23, - 0x00,0x00, - 0xfb,0x03, - 0x00,0x00, - 0xfd,0x00, - 0x00,0x00, - 0xfc,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x78,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x3e,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xff,0x00, - -0xdf,0xdf, - 0x00,0x00, - 0xdf,0x5f, - 0x00,0x00, - 0xef,0x6f, - 0x00,0x00, - 0xef,0xef, - 0x00,0x00, - 0xef,0xef, - 0x00,0x00, - 0xef,0xcf, - 0x00,0x00, - 0x9f,0x9f, - 0x00,0x00, - 0x7f,0x3f, - 0x00,0x00, - 0x7f,0x3d, - 0x00,0x00, - 0xff,0x3c, - 0x00,0x00, - 0xff,0x7e, - 0x00,0x00, - 0x7f,0x7f, - 0x00,0x00, - 0x7f,0x7f, - 0x00,0x00, - 0x7f,0x3f, - 0x00,0x00, - 0x3f,0x3f, - 0x00,0x00, - 0x3f,0x3f, - 0x00,0x00, - -0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x3f, - 0x00,0x00, - 0xff,0x07, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xbf,0x00, - 0x00,0x00, - 0xbf,0x00, - 0x00,0x00, - -0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xfc, - 0x00,0x00, - 0xff,0xe0, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfd,0x00, - 0x00,0x00, - 0xfd,0x00, - 0x00,0x00, - -0xfc,0xfc, - 0x01,0x00, - 0xfc,0xfc, - 0x01,0x00, - 0xfe,0xfc, - 0x00,0x00, - 0xfe,0xfe, - 0x00,0x00, - 0xfe,0xfe, - 0x00,0x00, - 0xfe,0xfe, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x7f, - 0x00,0x00, - 0xff,0x7f, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xfe, - 0x00,0x00, - 0xfe,0xfe, - 0x00,0x00, - 0xfe,0xfc, - 0x00,0x00, - 0xfe,0xfc, - 0x00,0x00, - 0xfe,0x78, - 0x00,0x00, - 0xfe,0x70, - 0x00,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x80,0x80, - 0x3f,0x00, - 0x80,0x80, - 0x3f,0x00, - 0x80,0x80, - 0x3f,0x00, - 0xc0,0xc0, - 0x1f,0x00, - 0xc0,0x40, - 0x1f,0x00, - 0xc0,0x40, - 0x1f,0x00, - 0x40,0x00, - 0x1f,0x00, - -0x78,0x70, - 0x03,0x00, - 0x78,0x70, - 0x03,0x00, - 0x78,0x30, - 0x03,0x00, - 0x70,0x30, - 0x07,0x00, - 0x70,0x30, - 0x07,0x00, - 0x30,0x30, - 0x87,0x00, - 0x30,0x30, - 0x87,0x00, - 0x30,0x30, - 0x87,0x00, - 0x38,0x30, - 0x83,0x00, - 0x38,0x18, - 0x83,0x00, - 0x18,0x18, - 0xc3,0x00, - 0x1c,0x1c, - 0xc1,0x00, - 0x0e,0x08, - 0xe0,0x00, - 0x04,0x00, - 0xf0,0x00, - 0x00,0x00, - 0xf9,0x00, - 0x00,0x00, - 0xff,0x00, - -0x3f,0x1f, - 0x00,0x00, - 0x1f,0x1f, - 0x80,0x00, - 0x1f,0x1e, - 0x80,0x00, - 0x1f,0x0e, - 0x80,0x00, - 0x0f,0x0e, - 0x80,0x00, - 0x0f,0x0c, - 0x80,0x00, - 0x0f,0x00, - 0x80,0x00, - 0x07,0x00, - 0x80,0x00, - 0x07,0x00, - 0x80,0x00, - 0x07,0x00, - 0x80,0x00, - 0x03,0x00, - 0x80,0x00, - 0x03,0x00, - 0x80,0x00, - 0x03,0x00, - 0x80,0x00, - 0x07,0x03, - 0x00,0x00, - 0x07,0x03, - 0x00,0x00, - 0x00,0x00, - 0xf0,0x00, - -0x8f,0x00, - 0x00,0x00, - 0x80,0x00, - 0x30,0x00, - 0x80,0x00, - 0x3e,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0xc0,0x00, - 0x1f,0x00, - 0xc0,0x00, - 0x1f,0x00, - 0xc0,0x00, - 0x1f,0x00, - 0xc0,0x00, - 0x1f,0x00, - 0xc0,0x00, - 0x1f,0x00, - 0xe0,0x00, - 0x0f,0x00, - 0xe0,0x00, - 0x0f,0x00, - 0xe0,0x80, - 0x0f,0x00, - 0xe0,0xc0, - 0x0f,0x00, - 0x00,0x00, - 0x1f,0x00, - -0xfd,0x00, - 0x00,0x00, - 0x01,0x00, - 0x00,0x00, - 0x01,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xe0,0x00, - 0x00,0x00, - 0xe0,0x00, - 0x00,0x00, - 0xe0,0x00, - 0x00,0x00, - 0xe0,0x00, - 0x00,0x00, - 0xe0,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xc0,0x00, - 0x00,0x00, - 0xff,0x00, - -0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0x7c,0x00, - 0x01,0x00, - 0x7c,0x00, - 0x01,0x00, - 0x3c,0x00, - 0x01,0x00, - 0x3c,0x00, - 0x01,0x00, - 0x3c,0x00, - 0x81,0x00, - 0x3c,0x00, - 0x81,0x00, - 0x3c,0x00, - 0x81,0x00, - 0x7e,0x00, - 0x00,0x00, - 0x7e,0x38, - 0x00,0x00, - 0x7e,0x7c, - 0x00,0x00, - 0x00,0x00, - 0x01,0x00, - -0x20,0x00, - 0x8f,0x00, - 0x20,0x00, - 0x8f,0x00, - 0x20,0x00, - 0x8f,0x00, - 0x20,0x00, - 0x8f,0x00, - 0x00,0x00, - 0xcf,0x00, - 0x00,0x00, - 0xdf,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x80,0x80, - 0x3f,0x00, - 0x80,0x80, - 0x3f,0x00, - 0xc0,0xc0, - 0x1f,0x00, - 0xc0,0x40, - 0x1f,0x00, - 0x60,0x20, - 0x0f,0x00, - 0x20,0x20, - 0x8f,0x00, - 0x20,0x00, - 0x8f,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - -0x78,0x70, - 0x03,0x00, - 0x78,0x70, - 0x03,0x00, - 0x78,0x70, - 0x03,0x00, - 0xf0,0x70, - 0x07,0x00, - 0xf0,0xe0, - 0x07,0x00, - 0xe0,0xe0, - 0x0f,0x00, - 0xe0,0xe0, - 0x0f,0x00, - 0xe0,0xe0, - 0x0f,0x00, - 0xe0,0x60, - 0x0f,0x00, - 0x60,0x60, - 0x0f,0x00, - 0x70,0x60, - 0x07,0x00, - 0x30,0x30, - 0x87,0x00, - 0x38,0x20, - 0x83,0x00, - 0x10,0x00, - 0xc3,0x00, - 0x00,0x00, - 0xe7,0x00, - 0x00,0x00, - 0xff,0x00, - -0x10,0x10, - 0xc7,0x00, - 0x10,0x10, - 0xc7,0x00, - 0x10,0x00, - 0xc7,0x00, - 0x00,0x00, - 0xe7,0x00, - 0x00,0x00, - 0xe7,0x00, - 0x00,0x00, - 0xf7,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - -0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x80,0x80, - 0x3f,0x00, - 0xc0,0xc0, - 0x1f,0x00, - 0xc0,0xc0, - 0x1f,0x00, - 0x60,0x60, - 0x0f,0x00, - 0x60,0x20, - 0x0f,0x00, - 0x30,0x30, - 0x87,0x00, - 0x18,0x10, - 0xc3,0x00, - -0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x01,0x00, - 0xfc,0x00, - 0x01,0x01, - 0xfc,0x00, - 0x01,0x01, - 0xfc,0x00, - 0x03,0x01, - 0xf8,0x00, - 0x03,0x03, - 0xf8,0x00, - 0x03,0x03, - 0xf8,0x00, - 0x03,0x03, - 0xf8,0x00, - 0x03,0x03, - 0xf8,0x00, - 0x03,0x01, - 0xf8,0x00, - 0x01,0x01, - 0xfc,0x00, - 0x01,0x00, - 0xfc,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xff,0x00, - -0xf8,0x70, - 0x03,0x00, - 0xf8,0xf0, - 0x03,0x00, - 0xf0,0xe0, - 0x07,0x00, - 0xe0,0xe0, - 0x07,0x00, - 0xe0,0xc0, - 0x0f,0x00, - 0xc0,0xc0, - 0x1f,0x00, - 0x80,0x80, - 0x3f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x80,0x00, - 0x3f,0x00, - 0x00,0x00, - 0x3f,0x00, - 0x00,0x00, - 0xff,0x00, - -0x08,0x08, - 0xe3,0x00, - 0x04,0x04, - 0xf1,0x00, - 0x02,0x02, - 0xf8,0x00, - 0x00,0x00, - 0xfc,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - -0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x01,0x00, - 0xfc,0x00, - 0x01,0x01, - 0xfc,0x00, - 0x03,0x03, - 0xf8,0x00, - 0x03,0x03, - 0xf8,0x00, - 0x07,0x07, - 0xf0,0x00, - 0x06,0x06, - 0xf0,0x00, - 0x0e,0x04, - 0xe0,0x00, - 0x0c,0x0c, - 0xe1,0x00, - 0x0c,0x0c, - 0xe1,0x00, - 0x0c,0x08, - 0xe1,0x00, - 0x0c,0x00, - 0xe1,0x00, - 0x00,0x00, - 0xe1,0x00, - 0x00,0x00, - 0xff,0x00, - -0xf8,0x70, - 0x03,0x00, - 0xf8,0xf0, - 0x03,0x00, - 0xf0,0xe0, - 0x07,0x00, - 0xe0,0xe0, - 0x07,0x00, - 0xe0,0xc0, - 0x0f,0x00, - 0xc0,0xc0, - 0x1f,0x00, - 0x80,0x80, - 0x3f,0x00, - 0x00,0x00, - 0x7f,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - -0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x00,0x00, - 0xfe,0x00, - 0x01,0x00, - 0xfc,0x00, - 0x01,0x01, - 0xfc,0x00, - 0x03,0x03, - 0xf8,0x00, - 0x07,0x03, - 0xf0,0x00, - 0x07,0x07, - 0xf0,0x00, - 0x0e,0x0e, - 0xe0,0x00, - 0x0c,0x0c, - 0xe1,0x00, - 0x1c,0x08, - 0xc1,0x00, - 0x18,0x18, - 0xc3,0x00, - 0x18,0x00, - 0xc3,0x00, - 0x10,0x00, - 0xc7,0x00, - 0x00,0x00, - 0xc7,0x00, - 0x00,0x00, - 0xff,0x00 - -}; + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xfc,0x00,0x03,0x01,0xf0,0x00,0x0f,0x0f,0xe0,0x00,0x1f,0x1f,0xc0,0x00,0x1f,0x1f,0xc0,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xfc,0x00,0x03,0x01,0x00,0x00,0xff,0x3f,0x00,0x00,0xf3,0xf3,0x00,0x00,0xec,0xec,0x00,0x00,0xff,0xf7,0x00,0x00,0xff,0xc1,0x00,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0x80,0x00,0x7f,0x1f,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x7f,0x7f,0x00,0x00,0xbf,0xbf,0x00,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0x0f,0x00,0xf0,0xc0,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0x3f,0x00,0xc0,0x00,0x03,0x00,0xfc,0xf0,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x3f,0x00,0xc0,0x80,0x0f,0x00,0xf0,0xf0,0x07,0x00,0xf8,0xf8,0x03,0x00,0xf8,0xf8,0x03,0x00, + 0x1f,0x1f,0xc0,0x00,0x1f,0x1f,0xc0,0x00,0x1f,0x1f,0xc0,0x00,0x1f,0x1f,0xc0,0x00,0x1f,0x1f,0xc0,0x00,0x1c,0x1c,0xc0,0x00,0x1e,0x1c,0xc0,0x00,0x3f,0x1e,0x80,0x00, + 0x3f,0x1e,0x80,0x00,0x3f,0x3c,0x80,0x00,0x3f,0x38,0x80,0x00,0x3e,0x38,0x80,0x00,0x7c,0x38,0x00,0x00,0x7c,0x30,0x00,0x00,0x7c,0x70,0x01,0x00,0x78,0x70,0x03,0x00, + 0xff,0xc0,0x00,0x00,0xff,0xc0,0x00,0x00,0xff,0xc0,0x00,0x00,0xff,0xcf,0x00,0x00,0xf7,0xf7,0x00,0x00,0x7b,0x3b,0x00,0x00,0x3b,0x23,0x00,0x00,0xfb,0x03,0x00,0x00, + 0xfd,0x00,0x00,0x00,0xfc,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x78,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x3e,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xff,0x00, + 0xdf,0xdf,0x00,0x00,0xdf,0x5f,0x00,0x00,0xef,0x6f,0x00,0x00,0xef,0xef,0x00,0x00,0xef,0xef,0x00,0x00,0xef,0xcf,0x00,0x00,0x9f,0x9f,0x00,0x00,0x7f,0x3f,0x00,0x00, + 0x7f,0x3d,0x00,0x00,0xff,0x3c,0x00,0x00,0xff,0x7e,0x00,0x00,0x7f,0x7f,0x00,0x00,0x7f,0x7f,0x00,0x00,0x7f,0x3f,0x00,0x00,0x3f,0x3f,0x00,0x00,0x3f,0x3f,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x3f,0x00,0x00, + 0xff,0x07,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xbf,0x00,0x00,0x00,0xbf,0x00,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xfc,0x00,0x00, + 0xff,0xe0,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xfd,0x00,0x00,0x00,0xfd,0x00,0x00,0x00, + 0xfc,0xfc,0x01,0x00,0xfc,0xfc,0x01,0x00,0xfe,0xfc,0x00,0x00,0xfe,0xfe,0x00,0x00,0xfe,0xfe,0x00,0x00,0xfe,0xfe,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x7f,0x00,0x00, + 0xff,0x7f,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xfe,0x00,0x00,0xfe,0xfe,0x00,0x00,0xfe,0xfc,0x00,0x00,0xfe,0xfc,0x00,0x00,0xfe,0x78,0x00,0x00,0xfe,0x70,0x00,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0x80,0x00,0x3f,0x00,0x80,0x80,0x3f,0x00,0x80,0x80,0x3f,0x00,0x80,0x80,0x3f,0x00,0xc0,0xc0,0x1f,0x00,0xc0,0x40,0x1f,0x00,0xc0,0x40,0x1f,0x00,0x40,0x00,0x1f,0x00, + 0x78,0x70,0x03,0x00,0x78,0x70,0x03,0x00,0x78,0x30,0x03,0x00,0x70,0x30,0x07,0x00,0x70,0x30,0x07,0x00,0x30,0x30,0x87,0x00,0x30,0x30,0x87,0x00,0x30,0x30,0x87,0x00, + 0x38,0x30,0x83,0x00,0x38,0x18,0x83,0x00,0x18,0x18,0xc3,0x00,0x1c,0x1c,0xc1,0x00,0x0e,0x08,0xe0,0x00,0x04,0x00,0xf0,0x00,0x00,0x00,0xf9,0x00,0x00,0x00,0xff,0x00, + 0x3f,0x1f,0x00,0x00,0x1f,0x1f,0x80,0x00,0x1f,0x1e,0x80,0x00,0x1f,0x0e,0x80,0x00,0x0f,0x0e,0x80,0x00,0x0f,0x0c,0x80,0x00,0x0f,0x00,0x80,0x00,0x07,0x00,0x80,0x00, + 0x07,0x00,0x80,0x00,0x07,0x00,0x80,0x00,0x03,0x00,0x80,0x00,0x03,0x00,0x80,0x00,0x03,0x00,0x80,0x00,0x07,0x03,0x00,0x00,0x07,0x03,0x00,0x00,0x00,0x00,0xf0,0x00, + 0x8f,0x00,0x00,0x00,0x80,0x00,0x30,0x00,0x80,0x00,0x3e,0x00,0x80,0x00,0x3f,0x00,0x80,0x00,0x3f,0x00,0x80,0x00,0x3f,0x00,0xc0,0x00,0x1f,0x00,0xc0,0x00,0x1f,0x00, + 0xc0,0x00,0x1f,0x00,0xc0,0x00,0x1f,0x00,0xc0,0x00,0x1f,0x00,0xe0,0x00,0x0f,0x00,0xe0,0x00,0x0f,0x00,0xe0,0x80,0x0f,0x00,0xe0,0xc0,0x0f,0x00,0x00,0x00,0x1f,0x00, + 0xfd,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xe0,0x00, + 0x00,0x00,0xe0,0x00,0x00,0x00,0xe0,0x00,0x00,0x00,0xe0,0x00,0x00,0x00,0xe0,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xc0,0x00,0x00,0x00,0xff,0x00, + 0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0x7c,0x00,0x01,0x00,0x7c,0x00,0x01,0x00,0x3c,0x00,0x01,0x00, + 0x3c,0x00,0x01,0x00,0x3c,0x00,0x81,0x00,0x3c,0x00,0x81,0x00,0x3c,0x00,0x81,0x00,0x7e,0x00,0x00,0x00,0x7e,0x38,0x00,0x00,0x7e,0x7c,0x00,0x00,0x00,0x00,0x01,0x00, + 0x20,0x00,0x8f,0x00,0x20,0x00,0x8f,0x00,0x20,0x00,0x8f,0x00,0x20,0x00,0x8f,0x00,0x00,0x00,0xcf,0x00,0x00,0x00,0xdf,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0x80,0x00,0x3f,0x00,0x80,0x80,0x3f,0x00,0x80,0x80,0x3f,0x00,0xc0,0xc0,0x1f,0x00,0xc0,0x40,0x1f,0x00,0x60,0x20,0x0f,0x00,0x20,0x20,0x8f,0x00,0x20,0x00,0x8f,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00, + 0x00,0x00,0xfe,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x78,0x70,0x03,0x00,0x78,0x70,0x03,0x00,0x78,0x70,0x03,0x00,0xf0,0x70,0x07,0x00,0xf0,0xe0,0x07,0x00,0xe0,0xe0,0x0f,0x00,0xe0,0xe0,0x0f,0x00,0xe0,0xe0,0x0f,0x00, + 0xe0,0x60,0x0f,0x00,0x60,0x60,0x0f,0x00,0x70,0x60,0x07,0x00,0x30,0x30,0x87,0x00,0x38,0x20,0x83,0x00,0x10,0x00,0xc3,0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0xff,0x00, + 0x10,0x10,0xc7,0x00,0x10,0x10,0xc7,0x00,0x10,0x00,0xc7,0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0xf7,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00, + 0x80,0x00,0x3f,0x00,0x80,0x80,0x3f,0x00,0xc0,0xc0,0x1f,0x00,0xc0,0xc0,0x1f,0x00,0x60,0x60,0x0f,0x00,0x60,0x20,0x0f,0x00,0x30,0x30,0x87,0x00,0x18,0x10,0xc3,0x00, + 0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x01,0x00,0xfc,0x00,0x01,0x01,0xfc,0x00,0x01,0x01,0xfc,0x00,0x03,0x01,0xf8,0x00,0x03,0x03,0xf8,0x00, + 0x03,0x03,0xf8,0x00,0x03,0x03,0xf8,0x00,0x03,0x03,0xf8,0x00,0x03,0x01,0xf8,0x00,0x01,0x01,0xfc,0x00,0x01,0x00,0xfc,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xff,0x00, + 0xf8,0x70,0x03,0x00,0xf8,0xf0,0x03,0x00,0xf0,0xe0,0x07,0x00,0xe0,0xe0,0x07,0x00,0xe0,0xc0,0x0f,0x00,0xc0,0xc0,0x1f,0x00,0x80,0x80,0x3f,0x00,0x80,0x00,0x3f,0x00, + 0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00,0x00,0x00,0x7f,0x00,0x80,0x00,0x3f,0x00,0x80,0x00,0x3f,0x00,0x80,0x00,0x3f,0x00,0x00,0x00,0x3f,0x00,0x00,0x00,0xff,0x00, + 0x08,0x08,0xe3,0x00,0x04,0x04,0xf1,0x00,0x02,0x02,0xf8,0x00,0x00,0x00,0xfc,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x01,0x00,0xfc,0x00,0x01,0x01,0xfc,0x00,0x03,0x03,0xf8,0x00,0x03,0x03,0xf8,0x00,0x07,0x07,0xf0,0x00, + 0x06,0x06,0xf0,0x00,0x0e,0x04,0xe0,0x00,0x0c,0x0c,0xe1,0x00,0x0c,0x0c,0xe1,0x00,0x0c,0x08,0xe1,0x00,0x0c,0x00,0xe1,0x00,0x00,0x00,0xe1,0x00,0x00,0x00,0xff,0x00, + 0xf8,0x70,0x03,0x00,0xf8,0xf0,0x03,0x00,0xf0,0xe0,0x07,0x00,0xe0,0xe0,0x07,0x00,0xe0,0xc0,0x0f,0x00,0xc0,0xc0,0x1f,0x00,0x80,0x80,0x3f,0x00,0x00,0x00,0x7f,0x00, + 0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00, + 0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x00,0x00,0xfe,0x00,0x01,0x00,0xfc,0x00,0x01,0x01,0xfc,0x00,0x03,0x03,0xf8,0x00,0x07,0x03,0xf0,0x00,0x07,0x07,0xf0,0x00, + 0x0e,0x0e,0xe0,0x00,0x0c,0x0c,0xe1,0x00,0x1c,0x08,0xc1,0x00,0x18,0x18,0xc3,0x00,0x18,0x00,0xc3,0x00,0x10,0x00,0xc7,0x00,0x00,0x00,0xc7,0x00,0x00,0x00,0xff,0x00 + }; const metasprite_t zgb_sprite_2_metasprite0[] = { METASPR_ITEM(0, 0, 0, S_PAL(0)), diff --git a/gbdk-support/png2asset/testing/ref/zgb_sushi_tiles.c b/gbdk-support/png2asset/testing/ref/zgb_sushi_tiles.c @@ -18,1430 +18,95 @@ const palette_color_t zgb_sushi_tiles_palettes[16] = { }; const uint8_t zgb_sushi_tiles_tiles[2848] = { - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xcf,0xef, - 0x00,0xff, - 0xc3,0xe3, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0xf9,0xfd, - 0x00,0xff, - 0x78,0x7c, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xdf,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x53,0x2f, - 0x00,0xff, - 0xe9,0x17, - 0x00,0xff, - 0xd1,0x2f, - 0x00,0xff, - 0xa3,0x5f, - 0x00,0xff, - 0x45,0xbf, - 0x00,0xff, - 0x8b,0x7f, - 0x00,0xff, - 0x57,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x7f,0x00, - 0x00,0xff, - 0x55,0x2a, - 0x00,0xff, - 0xaa,0x55, - 0x00,0xff, - 0x54,0xab, - 0x00,0xff, - 0xa1,0x5e, - 0x00,0xff, - 0x55,0xbf, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x7e,0x00, - 0x00,0xff, - 0xae,0x50, - 0x00,0xff, - 0x56,0xa8, - 0x00,0xff, - 0x2e,0xd0, - 0x00,0xff, - 0x56,0xe8, - 0x00,0xff, - 0xae,0xf0, - 0x00,0xff, - 0x46,0xf8, - 0x00,0xff, - 0xf9,0xfe, - 0x00,0xff, - 0x07,0x01, - 0x00,0xff, - 0xf3,0x0f, - 0x00,0xff, - 0x45,0xbf, - 0x00,0xff, - 0x8b,0x7f, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0xab,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xbf,0xff, - 0x00,0xff, - 0x5f,0xff, - 0x00,0xff, - 0x2f,0xff, - 0x00,0xff, - 0x57,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x06,0xff, - 0x00,0xff, - 0x03,0xff, - 0x00,0xff, - 0x81,0x7f, - 0x00,0xff, - 0x40,0xbf, - 0x00,0xff, - 0xa0,0x5f, - 0x00,0xff, - 0x10,0xff, - 0x00,0xff, - 0x2a,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfe,0xfe, - 0x00,0xff, - 0xfd,0xff, - 0x00,0xff, - 0xdd,0xff, - 0x00,0xff, - 0x2b,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0x2b,0xff, - 0x00,0xff, - 0xd5,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc3,0x42, - 0xff,0xff, - 0x83,0x8a, - 0xff,0xff, - 0x07,0x04, - 0xff,0xff, - 0x0f,0x1a, - 0xff,0xff, - 0x1f,0x54, - 0xff,0xff, - 0x7f,0x68, - 0xff,0xff, - 0xff,0xd0, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x55,0xaa, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0xd5,0xff, - 0xff,0xff, - 0xef,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xc1,0x51, - 0xff,0xff, - 0xe0,0x60, - 0xff,0xff, - 0xd0,0x78, - 0xff,0xff, - 0xe8,0x3a, - 0xff,0xff, - 0xf6,0x1e, - 0xff,0xff, - 0xff,0x0b, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x56,0xa9, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0x54,0xff, - 0xff,0xff, - 0xee,0xff, - 0xff,0xff, - 0xab,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0xf7,0xfb, - 0x00,0xff, - 0xe9,0xf7, - 0x00,0xff, - 0xd3,0xef, - 0x00,0xff, - 0xa7,0xdf, - 0x00,0xff, - 0x4e,0xbf, - 0x00,0xff, - 0x9f,0x7f, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0x7f,0xff, - 0x00,0xff, - 0x00,0xea, - 0x00,0xff, - 0xd5,0xff, - 0x00,0xff, - 0xaa,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfd,0xff, - 0x00,0xff, - 0xfe,0xff, - 0x00,0xff, - 0x7f,0xff, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0x5e,0xbf, - 0x00,0xff, - 0xad,0xde, - 0x00,0xff, - 0xc0,0xff, - 0x00,0xff, - 0x00,0xeb, - 0x00,0xff, - 0x5d,0xf7, - 0x00,0xff, - 0xaa,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x41,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0xf5,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x90,0xff, - 0x00,0xff, - 0xda,0xff, - 0x00,0xff, - 0xd5,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc3,0x52, - 0xff,0xff, - 0xc3,0x66, - 0xff,0xff, - 0xc3,0x52, - 0xff,0xff, - 0xc3,0x66, - 0xff,0xff, - 0xc3,0x52, - 0xff,0xff, - 0xc3,0x66, - 0xff,0xff, - 0xc3,0x52, - 0xff,0xff, - 0xc3,0x66, - 0xff,0xff, - 0x01,0xff, - 0x00,0xff, - 0x0b,0xff, - 0x00,0xff, - 0x05,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x10,0xff, - 0x00,0xff, - 0xb0,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0x55, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0xaa, - 0xff,0xff, - 0xaa,0x55, - 0xff,0xff, - 0xff,0xaa, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xfe,0xfe, - 0x00,0xff, - 0xfe,0xfc, - 0x00,0xff, - 0xfc,0xfc, - 0x00,0xff, - 0xfc,0xf8, - 0x00,0xff, - 0xf8,0xf8, - 0x00,0xff, - 0xf8,0xf0, - 0x00,0xff, - 0xf0,0xf0, - 0x00,0xff, - 0xf0,0xe0, - 0x00,0xff, - 0xe0,0xe0, - 0x00,0xff, - 0xe0,0xc0, - 0x00,0xff, - 0xc0,0xc0, - 0x00,0xff, - 0xc0,0x80, - 0x00,0xff, - 0x80,0x80, - 0x00,0xff, - 0x80,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x7f,0x7f, - 0x00,0xff, - 0x7f,0x3f, - 0x00,0xff, - 0x3f,0x3f, - 0x00,0xff, - 0x3f,0x1f, - 0x00,0xff, - 0x1f,0x1f, - 0x00,0xff, - 0x1f,0x0f, - 0x00,0xff, - 0x0f,0x0f, - 0x00,0xff, - 0x0f,0x07, - 0x00,0xff, - 0x07,0x07, - 0x00,0xff, - 0x07,0x03, - 0x00,0xff, - 0x03,0x03, - 0x00,0xff, - 0x03,0x01, - 0x00,0xff, - 0x01,0x01, - 0x00,0xff, - 0x01,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xf9,0xf6, - 0x00,0xff, - 0xd4,0xff, - 0x00,0xff, - 0xa8,0xff, - 0x00,0xff, - 0xd0,0x7f, - 0x00,0xff, - 0xea,0x35, - 0x00,0xff, - 0x57,0xa8, - 0x00,0xff, - 0xf8,0x50, - 0x00,0xff, - 0x3c,0xe8, - 0x00,0xff, - 0xfe,0xfe, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xbf,0x3f, - 0x00,0xff, - 0xef,0x0f, - 0x00,0xff, - 0x7f,0x87, - 0x00,0xff, - 0x3f,0xc3, - 0x00,0xff, - 0x3f,0xc3, - 0x00,0xff, - 0xff,0x03, - 0x00,0xff, - 0x1f,0x0f, - 0x00,0xff, - 0x3f,0x1f, - 0x00,0xff, - 0x7f,0x7f, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0xf0, - 0xff,0xff, - 0x0f,0xac, - 0xff,0xff, - 0x03,0x0a, - 0xff,0xff, - 0x33,0x32, - 0xff,0xff, - 0xd3,0xd6, - 0xff,0xff, - 0xeb,0xea, - 0xff,0xff, - 0xf3,0x76, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x9b,0xff, - 0x00,0xff, - 0xf5,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x0f, - 0xff,0xff, - 0xfc,0x14, - 0xff,0xff, - 0xf8,0x2a, - 0xff,0xff, - 0xf0,0x58, - 0xff,0xff, - 0xe0,0x20, - 0xff,0xff, - 0xe1,0x71, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xbf,0x40, - 0xff,0xff, - 0xe5,0x1a, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x54, - 0xff,0xff, - 0xff,0x2a, - 0xff,0xff, - 0xff,0x7c, - 0xff,0xff, - 0xe7,0x6e, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xe3,0x6a, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xe3,0x6a, - 0xff,0xff, - 0xe3,0x6a, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xe3,0x6a, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xe7,0x6e, - 0xff,0xff, - 0xff,0x7c, - 0xff,0xff, - 0xff,0x2a, - 0xff,0xff, - 0xff,0x54, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xd5,0x2a, - 0xff,0xff, - 0xbf,0x40, - 0xff,0xff, - 0xe5,0x1a, - 0xff,0xff, - 0xbb,0x44, - 0xff,0xff, - 0xfd,0x02, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xf9,0x06, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0xef,0x10, - 0xff,0xff, - 0xaf,0x50, - 0xff,0xff, - 0xf5,0x0a, - 0xff,0xff, - 0xbf,0x40, - 0xff,0xff, - 0x9f,0x60, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x87,0x78, - 0xff,0xff, - 0x7f,0x80, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0x1d,0xe2, - 0xff,0xff, - 0x2d,0xd2, - 0xff,0xff, - 0x97,0x68, - 0xff,0xff, - 0x05,0xfa, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x9f,0x60, - 0xff,0xff, - 0x45,0xba, - 0xff,0xff, - 0xa5,0x5a, - 0xff,0xff, - 0x57,0xa8, - 0xff,0xff, - 0xaf,0x50, - 0xff,0xff, - 0xfd,0x02, - 0xff,0xff, - 0x31,0xce, - 0xff,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x02, - 0x00,0x00, - 0xdf,0x20, - 0x00,0x00, - 0xaf,0x70, - 0x00,0x00, - 0xdf,0x20, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x04, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x02, - 0x00,0x00, - 0xfd,0x07, - 0x00,0x00, - 0xff,0x02, - 0x00,0x00, - 0xdf,0x20, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xdf,0x20, - 0x00,0x00, - 0xfb,0x04, - 0x00,0x00, - 0xf5,0x0a, - 0x00,0x00, - 0xfb,0x04, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0xff, - 0xbb,0x99, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x9f, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xbf,0x9f, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xbb,0x99, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xf9, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xe7,0x00, - 0x00,0x00, - 0xe7,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0x81,0x00, - 0x00,0x00, - 0x81,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xef,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0x81,0x00, - 0x00,0x00, - 0xa1,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0xef,0xff, - 0xff,0xff, - 0xd5,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x55,0xaa, - 0xff,0xff, - 0x80,0x00, - 0xff,0xff, - 0x9f,0x7f, - 0xff,0xff, - 0x4d,0x3f, - 0xff,0xff, - 0x17,0x7f, - 0xff,0xff, - 0x49,0x3f, - 0xff,0xff, - 0x17,0x7f, - 0xff,0xff, - 0x4d,0x3f, - 0xff,0xff, - 0x17,0x7f, - 0xff,0xff, - 0x4d,0x3f, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xab,0xff, - 0xff,0xff, - 0xee,0xff, - 0xff,0xff, - 0x54,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x56,0xa9, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xf9,0xfe, - 0xff,0x00, - 0xb2,0xfc, - 0xff,0x00, - 0xe8,0xfe, - 0xff,0x00, - 0x92,0xfc, - 0xff,0x00, - 0xe8,0xfe, - 0xff,0x00, - 0xb2,0xfc, - 0xff,0x00, - 0xe8,0xfe, - 0xff,0x00, - 0xb2,0xfc, - 0xff,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x3c,0x3c, - 0xff,0x00, - 0x42,0x7e, - 0xff,0x00, - 0xbd,0xd3, - 0xff,0x00, - 0xff,0x91, - 0xff,0x00, - 0xff,0x99, - 0xff,0x00, - 0xff,0x81, - 0xff,0x00, - 0x7e,0x42, - 0xff,0x00, - 0x3c,0x3c, - 0xff,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x9f,0x9f, - 0x00,0x00, - 0x9f,0x9f, - 0x00,0x00, - 0x9f,0x9f, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7e,0x7e, - 0x00,0x00, - 0x42,0x7e, - 0x00,0x00, - 0x42,0x7e, - 0x00,0x00, - 0x42,0x7e, - 0x00,0x00, - 0x42,0x7e, - 0x00,0x00, - 0x7e,0x7e, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x00, - 0x00,0x00, - 0x7e,0x7c, - 0x00,0x00, - 0x45,0x38, - 0x00,0x00, - 0xaa,0x10, - 0x00,0x00, - 0x56,0x02, - 0x00,0x00, - 0x6a,0x46, - 0x00,0x00, - 0x7e,0x6e, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x8c,0x8c, - 0x00,0x00, - 0x8c,0x8c, - 0x00,0x00, - 0x8e,0x8e, - 0x00,0x00, - 0x8e,0x8e, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x41,0x41, - 0x00,0x00, - 0x41,0x41, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0x87,0x87, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x87,0x87, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x1c,0xff, - 0x00,0x00, - 0x3a,0xe7, - 0x00,0x00, - 0x79,0xf9, - 0x00,0x00, - 0xed,0x9d, - 0x00,0x00, - 0x05,0xe5, - 0x00,0x00, - 0x86,0x87, - 0x00,0x00, - 0x4c,0xcf, - 0x00,0x00, - 0x38,0xff, - 0x00,0x00, - 0xc3,0xff, - 0x00,0x00, - 0x81,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x81,0xff, - 0x00,0x00, - 0xc3,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00 + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xcf,0xef,0x00,0xff,0xc3,0xe3,0x00,0xff,0x00,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0xf9,0xfd,0x00,0xff,0x78,0x7c,0x00,0xff,0x00,0xff,0x00,0xff,0xdf,0xff,0x00,0xff, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff, + 0x53,0x2f,0x00,0xff,0xe9,0x17,0x00,0xff,0xd1,0x2f,0x00,0xff,0xa3,0x5f,0x00,0xff,0x45,0xbf,0x00,0xff,0x8b,0x7f,0x00,0xff,0x57,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x00,0x00,0x00,0xff,0x7f,0x00,0x00,0xff,0x55,0x2a,0x00,0xff,0xaa,0x55,0x00,0xff,0x54,0xab,0x00,0xff,0xa1,0x5e,0x00,0xff,0x55,0xbf,0x00,0xff,0xff,0xff,0x00,0xff, + 0x7e,0x00,0x00,0xff,0xae,0x50,0x00,0xff,0x56,0xa8,0x00,0xff,0x2e,0xd0,0x00,0xff,0x56,0xe8,0x00,0xff,0xae,0xf0,0x00,0xff,0x46,0xf8,0x00,0xff,0xf9,0xfe,0x00,0xff, + 0x07,0x01,0x00,0xff,0xf3,0x0f,0x00,0xff,0x45,0xbf,0x00,0xff,0x8b,0x7f,0x00,0xff,0x55,0xff,0x00,0xff,0xab,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xbf,0xff,0x00,0xff,0x5f,0xff,0x00,0xff,0x2f,0xff,0x00,0xff,0x57,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x06,0xff,0x00,0xff,0x03,0xff,0x00,0xff,0x81,0x7f,0x00,0xff,0x40,0xbf,0x00,0xff,0xa0,0x5f,0x00,0xff,0x10,0xff,0x00,0xff,0x2a,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xfe,0xfe,0x00,0xff,0xfd,0xff,0x00,0xff,0xdd,0xff,0x00,0xff,0x2b,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0x2b,0xff,0x00,0xff,0xd5,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xc3,0x42,0xff,0xff,0x83,0x8a,0xff,0xff,0x07,0x04,0xff,0xff,0x0f,0x1a,0xff,0xff,0x1f,0x54,0xff,0xff,0x7f,0x68,0xff,0xff,0xff,0xd0,0xff,0xff,0xff,0x00,0xff,0xff, + 0xff,0x00,0xff,0xff,0x55,0xaa,0xff,0xff,0x00,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0xd5,0xff,0xff,0xff,0xef,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xc3,0x42,0xff,0xff,0xc1,0x51,0xff,0xff,0xe0,0x60,0xff,0xff,0xd0,0x78,0xff,0xff,0xe8,0x3a,0xff,0xff,0xf6,0x1e,0xff,0xff,0xff,0x0b,0xff,0xff,0xff,0x00,0xff,0xff, + 0xff,0x00,0xff,0xff,0x56,0xa9,0xff,0xff,0x00,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x54,0xff,0xff,0xff,0xee,0xff,0xff,0xff,0xab,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0xf7,0xfb,0x00,0xff,0xe9,0xf7,0x00,0xff,0xd3,0xef,0x00,0xff,0xa7,0xdf,0x00,0xff, + 0x4e,0xbf,0x00,0xff,0x9f,0x7f,0x00,0xff,0x3f,0xff,0x00,0xff,0x7f,0xff,0x00,0xff,0x00,0xea,0x00,0xff,0xd5,0xff,0x00,0xff,0xaa,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xfd,0xff,0x00,0xff,0xfe,0xff,0x00,0xff,0x7f,0xff,0x00,0xff, + 0x3f,0xff,0x00,0xff,0x5e,0xbf,0x00,0xff,0xad,0xde,0x00,0xff,0xc0,0xff,0x00,0xff,0x00,0xeb,0x00,0xff,0x5d,0xf7,0x00,0xff,0xaa,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x41,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0xf5,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x90,0xff,0x00,0xff,0xda,0xff,0x00,0xff,0xd5,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xc3,0x52,0xff,0xff,0xc3,0x66,0xff,0xff,0xc3,0x52,0xff,0xff,0xc3,0x66,0xff,0xff,0xc3,0x52,0xff,0xff,0xc3,0x66,0xff,0xff,0xc3,0x52,0xff,0xff,0xc3,0x66,0xff,0xff, + 0x01,0xff,0x00,0xff,0x0b,0xff,0x00,0xff,0x05,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x10,0xff,0x00,0xff,0xb0,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x55,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xaa,0xff,0xff,0xaa,0x55,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x00,0xff,0xff, + 0xfe,0xfe,0x00,0xff,0xfe,0xfc,0x00,0xff,0xfc,0xfc,0x00,0xff,0xfc,0xf8,0x00,0xff,0xf8,0xf8,0x00,0xff,0xf8,0xf0,0x00,0xff,0xf0,0xf0,0x00,0xff,0xf0,0xe0,0x00,0xff, + 0xe0,0xe0,0x00,0xff,0xe0,0xc0,0x00,0xff,0xc0,0xc0,0x00,0xff,0xc0,0x80,0x00,0xff,0x80,0x80,0x00,0xff,0x80,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff, + 0x7f,0x7f,0x00,0xff,0x7f,0x3f,0x00,0xff,0x3f,0x3f,0x00,0xff,0x3f,0x1f,0x00,0xff,0x1f,0x1f,0x00,0xff,0x1f,0x0f,0x00,0xff,0x0f,0x0f,0x00,0xff,0x0f,0x07,0x00,0xff, + 0x07,0x07,0x00,0xff,0x07,0x03,0x00,0xff,0x03,0x03,0x00,0xff,0x03,0x01,0x00,0xff,0x01,0x01,0x00,0xff,0x01,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xf9,0xf6,0x00,0xff, + 0xd4,0xff,0x00,0xff,0xa8,0xff,0x00,0xff,0xd0,0x7f,0x00,0xff,0xea,0x35,0x00,0xff,0x57,0xa8,0x00,0xff,0xf8,0x50,0x00,0xff,0x3c,0xe8,0x00,0xff,0xfe,0xfe,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xbf,0x3f,0x00,0xff, + 0xef,0x0f,0x00,0xff,0x7f,0x87,0x00,0xff,0x3f,0xc3,0x00,0xff,0x3f,0xc3,0x00,0xff,0xff,0x03,0x00,0xff,0x1f,0x0f,0x00,0xff,0x3f,0x1f,0x00,0xff,0x7f,0x7f,0x00,0xff, + 0xff,0x00,0xff,0xff,0xff,0xf0,0xff,0xff,0x0f,0xac,0xff,0xff,0x03,0x0a,0xff,0xff,0x33,0x32,0xff,0xff,0xd3,0xd6,0xff,0xff,0xeb,0xea,0xff,0xff,0xf3,0x76,0xff,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x9b,0xff,0x00,0xff,0xf5,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0x00,0xff,0xff,0xff,0x0f,0xff,0xff,0xfc,0x14,0xff,0xff,0xf8,0x2a,0xff,0xff,0xf0,0x58,0xff,0xff,0xe0,0x20,0xff,0xff,0xe1,0x71,0xff,0xff,0xc3,0x42,0xff,0xff, + 0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xbf,0x40,0xff,0xff,0xe5,0x1a,0xff,0xff,0xff,0x00,0xff,0xff, + 0xff,0x54,0xff,0xff,0xff,0x2a,0xff,0xff,0xff,0x7c,0xff,0xff,0xe7,0x6e,0xff,0xff,0xc3,0x42,0xff,0xff,0xe3,0x6a,0xff,0xff,0xc3,0x42,0xff,0xff,0xe3,0x6a,0xff,0xff, + 0xe3,0x6a,0xff,0xff,0xc3,0x42,0xff,0xff,0xe3,0x6a,0xff,0xff,0xc3,0x42,0xff,0xff,0xe7,0x6e,0xff,0xff,0xff,0x7c,0xff,0xff,0xff,0x2a,0xff,0xff,0xff,0x54,0xff,0xff, + 0xff,0x00,0xff,0xff,0xd5,0x2a,0xff,0xff,0xbf,0x40,0xff,0xff,0xe5,0x1a,0xff,0xff,0xbb,0x44,0xff,0xff,0xfd,0x02,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff, + 0xff,0x00,0xff,0xff,0xf9,0x06,0xff,0xff,0xbd,0x42,0xff,0xff,0xef,0x10,0xff,0xff,0xaf,0x50,0xff,0xff,0xf5,0x0a,0xff,0xff,0xbf,0x40,0xff,0xff,0x9f,0x60,0xff,0xff, + 0xff,0x00,0xff,0xff,0x87,0x78,0xff,0xff,0x7f,0x80,0xff,0xff,0xbd,0x42,0xff,0xff,0x1d,0xe2,0xff,0xff,0x2d,0xd2,0xff,0xff,0x97,0x68,0xff,0xff,0x05,0xfa,0xff,0xff, + 0xff,0x00,0xff,0xff,0x9f,0x60,0xff,0xff,0x45,0xba,0xff,0xff,0xa5,0x5a,0xff,0xff,0x57,0xa8,0xff,0xff,0xaf,0x50,0xff,0xff,0xfd,0x02,0xff,0xff,0x31,0xce,0xff,0xff, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x02,0x00,0x00,0xdf,0x20,0x00,0x00,0xaf,0x70,0x00,0x00,0xdf,0x20,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x04,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x02,0x00,0x00,0xfd,0x07,0x00,0x00,0xff,0x02,0x00,0x00,0xdf,0x20,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xdf,0x20,0x00,0x00,0xfb,0x04,0x00,0x00,0xf5,0x0a,0x00,0x00,0xfb,0x04,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0xff,0x00,0xff,0xbb,0x99,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0x9f,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xbf,0x9f,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xbb,0x99,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xf9,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0x81,0x00,0x00,0x00,0x81,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xef,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0x81,0x00,0x00,0x00,0xa1,0x10,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0xef,0xff,0xff,0xff,0xd5,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x55,0xaa,0xff,0xff,0x80,0x00,0xff,0xff, + 0x9f,0x7f,0xff,0xff,0x4d,0x3f,0xff,0xff,0x17,0x7f,0xff,0xff,0x49,0x3f,0xff,0xff,0x17,0x7f,0xff,0xff,0x4d,0x3f,0xff,0xff,0x17,0x7f,0xff,0xff,0x4d,0x3f,0xff,0xff, + 0xff,0xff,0xff,0xff,0xab,0xff,0xff,0xff,0xee,0xff,0xff,0xff,0x54,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x56,0xa9,0xff,0xff,0xff,0x00,0xff,0xff, + 0xf9,0xfe,0xff,0x00,0xb2,0xfc,0xff,0x00,0xe8,0xfe,0xff,0x00,0x92,0xfc,0xff,0x00,0xe8,0xfe,0xff,0x00,0xb2,0xfc,0xff,0x00,0xe8,0xfe,0xff,0x00,0xb2,0xfc,0xff,0x00, + 0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0x3c,0x3c,0xff,0x00,0x42,0x7e,0xff,0x00,0xbd,0xd3,0xff,0x00,0xff,0x91,0xff,0x00,0xff,0x99,0xff,0x00,0xff,0x81,0xff,0x00,0x7e,0x42,0xff,0x00,0x3c,0x3c,0xff,0x00, + 0xff,0xff,0x00,0x00,0xc0,0xc0,0x00,0x00,0x80,0x80,0x00,0x00,0x9f,0x9f,0x00,0x00,0x9f,0x9f,0x00,0x00,0x9f,0x9f,0x00,0x00,0x80,0x80,0x00,0x00,0xc0,0xc0,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x03,0x03,0x00,0x00,0x01,0x01,0x00,0x00, + 0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x03,0x03,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00, + 0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xc0,0xc0,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00, + 0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0x81,0x81,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x03,0x03,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00, + 0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00, + 0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00, + 0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xff,0xff,0x00,0x00, + 0x00,0x00,0x00,0x00,0x7e,0x7e,0x00,0x00,0x42,0x7e,0x00,0x00,0x42,0x7e,0x00,0x00,0x42,0x7e,0x00,0x00,0x42,0x7e,0x00,0x00,0x7e,0x7e,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x7e,0x7c,0x00,0x00,0x45,0x38,0x00,0x00,0xaa,0x10,0x00,0x00,0x56,0x02,0x00,0x00,0x6a,0x46,0x00,0x00,0x7e,0x6e,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x8c,0x8c,0x00,0x00,0x8c,0x8c,0x00,0x00,0x8e,0x8e,0x00,0x00,0x8e,0x8e,0x00,0x00, + 0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xc1,0xc1,0x00,0x00,0x41,0x41,0x00,0x00,0x41,0x41,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00, + 0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x81,0x81,0x00,0x00,0x81,0x81,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xc0,0xc0,0x00,0x00,0x87,0x87,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00, + 0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x87,0x87,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xc0,0xc0,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x03,0x03,0x00,0x00,0x81,0x81,0x00,0x00,0xc1,0xc1,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x81,0x81,0x00,0x00,0x81,0x81,0x00,0x00, + 0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0x81,0x81,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x03,0x03,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00, + 0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xff,0xff,0x00,0x00, + 0x1c,0xff,0x00,0x00,0x3a,0xe7,0x00,0x00,0x79,0xf9,0x00,0x00,0xed,0x9d,0x00,0x00,0x05,0xe5,0x00,0x00,0x86,0x87,0x00,0x00,0x4c,0xcf,0x00,0x00,0x38,0xff,0x00,0x00, + 0xc3,0xff,0x00,0x00,0x81,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x81,0xff,0x00,0x00,0xc3,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00 }; diff --git a/gbdk-support/png2asset/testing/ref/zgb_sushi_tiles_lit.c b/gbdk-support/png2asset/testing/ref/zgb_sushi_tiles_lit.c @@ -18,1430 +18,95 @@ const palette_color_t zgb_sushi_tiles_lit_palettes[16] = { }; const uint8_t zgb_sushi_tiles_lit_tiles[2848] = { - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xcf,0xef, - 0x00,0xff, - 0xc3,0xe3, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0xf9,0xfd, - 0x00,0xff, - 0x78,0x7c, - 0x00,0xff, - 0x00,0xff, - 0x00,0xff, - 0xdf,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x53,0x2f, - 0x00,0xff, - 0xe9,0x17, - 0x00,0xff, - 0xd1,0x2f, - 0x00,0xff, - 0xa3,0x5f, - 0x00,0xff, - 0x45,0xbf, - 0x00,0xff, - 0x8b,0x7f, - 0x00,0xff, - 0x57,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x7f,0x00, - 0x00,0xff, - 0x55,0x2a, - 0x00,0xff, - 0xaa,0x55, - 0x00,0xff, - 0x54,0xab, - 0x00,0xff, - 0xa1,0x5e, - 0x00,0xff, - 0x55,0xbf, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x7e,0x00, - 0x00,0xff, - 0xae,0x50, - 0x00,0xff, - 0x56,0xa8, - 0x00,0xff, - 0x2e,0xd0, - 0x00,0xff, - 0x56,0xe8, - 0x00,0xff, - 0xae,0xf0, - 0x00,0xff, - 0x46,0xf8, - 0x00,0xff, - 0xf9,0xfe, - 0x00,0xff, - 0x07,0x01, - 0x00,0xff, - 0xf3,0x0f, - 0x00,0xff, - 0x45,0xbf, - 0x00,0xff, - 0x8b,0x7f, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0xab,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xbf,0xff, - 0x00,0xff, - 0x5f,0xff, - 0x00,0xff, - 0x2f,0xff, - 0x00,0xff, - 0x57,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x06,0xff, - 0x00,0xff, - 0x03,0xff, - 0x00,0xff, - 0x81,0x7f, - 0x00,0xff, - 0x40,0xbf, - 0x00,0xff, - 0xa0,0x5f, - 0x00,0xff, - 0x10,0xff, - 0x00,0xff, - 0x2a,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfe,0xfe, - 0x00,0xff, - 0xfd,0xff, - 0x00,0xff, - 0xdd,0xff, - 0x00,0xff, - 0x2b,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0x2b,0xff, - 0x00,0xff, - 0xd5,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc3,0x42, - 0xff,0xff, - 0x83,0x8a, - 0xff,0xff, - 0x07,0x04, - 0xff,0xff, - 0x0f,0x1a, - 0xff,0xff, - 0x1f,0x54, - 0xff,0xff, - 0x7f,0x68, - 0xff,0xff, - 0xff,0xd0, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x55,0xaa, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0xd5,0xff, - 0xff,0xff, - 0xef,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xc1,0x51, - 0xff,0xff, - 0xe0,0x60, - 0xff,0xff, - 0xd0,0x78, - 0xff,0xff, - 0xe8,0x3a, - 0xff,0xff, - 0xf6,0x1e, - 0xff,0xff, - 0xff,0x0b, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x56,0xa9, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0x54,0xff, - 0xff,0xff, - 0xee,0xff, - 0xff,0xff, - 0xab,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0xf7,0xfb, - 0x00,0xff, - 0xe9,0xf7, - 0x00,0xff, - 0xd3,0xef, - 0x00,0xff, - 0xa7,0xdf, - 0x00,0xff, - 0x4e,0xbf, - 0x00,0xff, - 0x9f,0x7f, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0x7f,0xff, - 0x00,0xff, - 0x00,0xea, - 0x00,0xff, - 0xd5,0xff, - 0x00,0xff, - 0xaa,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xfd,0xff, - 0x00,0xff, - 0xfe,0xff, - 0x00,0xff, - 0x7f,0xff, - 0x00,0xff, - 0x3f,0xff, - 0x00,0xff, - 0x5e,0xbf, - 0x00,0xff, - 0xad,0xde, - 0x00,0xff, - 0xc0,0xff, - 0x00,0xff, - 0x00,0xeb, - 0x00,0xff, - 0x5d,0xf7, - 0x00,0xff, - 0xaa,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x41,0xff, - 0x00,0xff, - 0xfb,0xff, - 0x00,0xff, - 0xf5,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x90,0xff, - 0x00,0xff, - 0xda,0xff, - 0x00,0xff, - 0xd5,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xc3,0x52, - 0xff,0xff, - 0xc3,0x66, - 0xff,0xff, - 0xc3,0x52, - 0xff,0xff, - 0xc3,0x66, - 0xff,0xff, - 0xc3,0x52, - 0xff,0xff, - 0xc3,0x66, - 0xff,0xff, - 0xc3,0x52, - 0xff,0xff, - 0xc3,0x66, - 0xff,0xff, - 0x01,0xff, - 0x00,0xff, - 0x0b,0xff, - 0x00,0xff, - 0x05,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x10,0xff, - 0x00,0xff, - 0xb0,0xff, - 0x00,0xff, - 0x55,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0x00,0x55, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0xaa, - 0xff,0xff, - 0xaa,0x55, - 0xff,0xff, - 0xff,0xaa, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xfe,0xfe, - 0x00,0xff, - 0xfe,0xfc, - 0x00,0xff, - 0xfc,0xfc, - 0x00,0xff, - 0xfc,0xf8, - 0x00,0xff, - 0xf8,0xf8, - 0x00,0xff, - 0xf8,0xf0, - 0x00,0xff, - 0xf0,0xf0, - 0x00,0xff, - 0xf0,0xe0, - 0x00,0xff, - 0xe0,0xe0, - 0x00,0xff, - 0xe0,0xc0, - 0x00,0xff, - 0xc0,0xc0, - 0x00,0xff, - 0xc0,0x80, - 0x00,0xff, - 0x80,0x80, - 0x00,0xff, - 0x80,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x7f,0x7f, - 0x00,0xff, - 0x7f,0x3f, - 0x00,0xff, - 0x3f,0x3f, - 0x00,0xff, - 0x3f,0x1f, - 0x00,0xff, - 0x1f,0x1f, - 0x00,0xff, - 0x1f,0x0f, - 0x00,0xff, - 0x0f,0x0f, - 0x00,0xff, - 0x0f,0x07, - 0x00,0xff, - 0x07,0x07, - 0x00,0xff, - 0x07,0x03, - 0x00,0xff, - 0x03,0x03, - 0x00,0xff, - 0x03,0x01, - 0x00,0xff, - 0x01,0x01, - 0x00,0xff, - 0x01,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xf9,0xf6, - 0x00,0xff, - 0xd4,0xff, - 0x00,0xff, - 0xa8,0xff, - 0x00,0xff, - 0xd0,0x7f, - 0x00,0xff, - 0xea,0x35, - 0x00,0xff, - 0x57,0xa8, - 0x00,0xff, - 0xf8,0x50, - 0x00,0xff, - 0x3c,0xe8, - 0x00,0xff, - 0xfe,0xfe, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xbf,0x3f, - 0x00,0xff, - 0xef,0x0f, - 0x00,0xff, - 0x7f,0x87, - 0x00,0xff, - 0x3f,0xc3, - 0x00,0xff, - 0x3f,0xc3, - 0x00,0xff, - 0xff,0x03, - 0x00,0xff, - 0x1f,0x0f, - 0x00,0xff, - 0x3f,0x1f, - 0x00,0xff, - 0x7f,0x7f, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0xf0, - 0xff,0xff, - 0x0f,0xac, - 0xff,0xff, - 0x03,0x0a, - 0xff,0xff, - 0x33,0x32, - 0xff,0xff, - 0xd3,0xd6, - 0xff,0xff, - 0xeb,0xea, - 0xff,0xff, - 0xf3,0x76, - 0xff,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0x9b,0xff, - 0x00,0xff, - 0xf5,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x0f, - 0xff,0xff, - 0xfc,0x14, - 0xff,0xff, - 0xf8,0x2a, - 0xff,0xff, - 0xf0,0x58, - 0xff,0xff, - 0xe0,0x20, - 0xff,0xff, - 0xe1,0x71, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xbf,0x40, - 0xff,0xff, - 0xe5,0x1a, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x54, - 0xff,0xff, - 0xff,0x2a, - 0xff,0xff, - 0xff,0x7c, - 0xff,0xff, - 0xe7,0x6e, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xe3,0x6a, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xe3,0x6a, - 0xff,0xff, - 0xe3,0x6a, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xe3,0x6a, - 0xff,0xff, - 0xc3,0x42, - 0xff,0xff, - 0xe7,0x6e, - 0xff,0xff, - 0xff,0x7c, - 0xff,0xff, - 0xff,0x2a, - 0xff,0xff, - 0xff,0x54, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xd5,0x2a, - 0xff,0xff, - 0xbf,0x40, - 0xff,0xff, - 0xe5,0x1a, - 0xff,0xff, - 0xbb,0x44, - 0xff,0xff, - 0xfd,0x02, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xf9,0x06, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0xef,0x10, - 0xff,0xff, - 0xaf,0x50, - 0xff,0xff, - 0xf5,0x0a, - 0xff,0xff, - 0xbf,0x40, - 0xff,0xff, - 0x9f,0x60, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x87,0x78, - 0xff,0xff, - 0x7f,0x80, - 0xff,0xff, - 0xbd,0x42, - 0xff,0xff, - 0x1d,0xe2, - 0xff,0xff, - 0x2d,0xd2, - 0xff,0xff, - 0x97,0x68, - 0xff,0xff, - 0x05,0xfa, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0x9f,0x60, - 0xff,0xff, - 0x45,0xba, - 0xff,0xff, - 0xa5,0x5a, - 0xff,0xff, - 0x57,0xa8, - 0xff,0xff, - 0xaf,0x50, - 0xff,0xff, - 0xfd,0x02, - 0xff,0xff, - 0x31,0xce, - 0xff,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x02, - 0x00,0x00, - 0xdf,0x20, - 0x00,0x00, - 0xaf,0x70, - 0x00,0x00, - 0xdf,0x20, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x04, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x02, - 0x00,0x00, - 0xfd,0x07, - 0x00,0x00, - 0xff,0x02, - 0x00,0x00, - 0xdf,0x20, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xdf,0x20, - 0x00,0x00, - 0xfb,0x04, - 0x00,0x00, - 0xf5,0x0a, - 0x00,0x00, - 0xfb,0x04, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0xff, - 0xbb,0x99, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x9f, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xbf,0x9f, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xbb,0x99, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xf9, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xe7,0x00, - 0x00,0x00, - 0xe7,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0x81,0x00, - 0x00,0x00, - 0x81,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xef,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0xc3,0x00, - 0x00,0x00, - 0x81,0x00, - 0x00,0x00, - 0xa1,0x10, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0xef,0xff, - 0xff,0xff, - 0xd5,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x55,0xaa, - 0xff,0xff, - 0x80,0x00, - 0xff,0xff, - 0x9f,0x7f, - 0xff,0xff, - 0x4d,0x3f, - 0xff,0xff, - 0x17,0x7f, - 0xff,0xff, - 0x49,0x3f, - 0xff,0xff, - 0x17,0x7f, - 0xff,0xff, - 0x4d,0x3f, - 0xff,0xff, - 0x17,0x7f, - 0xff,0xff, - 0x4d,0x3f, - 0xff,0xff, - 0xff,0xff, - 0xff,0xff, - 0xab,0xff, - 0xff,0xff, - 0xee,0xff, - 0xff,0xff, - 0x54,0xff, - 0xff,0xff, - 0xaa,0xff, - 0xff,0xff, - 0x00,0xff, - 0xff,0xff, - 0x56,0xa9, - 0xff,0xff, - 0xff,0x00, - 0xff,0xff, - 0xf9,0xfe, - 0xff,0x00, - 0xb2,0xfc, - 0xff,0x00, - 0xe8,0xfe, - 0xff,0x00, - 0x92,0xfc, - 0xff,0x00, - 0xe8,0xfe, - 0xff,0x00, - 0xb2,0xfc, - 0xff,0x00, - 0xe8,0xfe, - 0xff,0x00, - 0xb2,0xfc, - 0xff,0x00, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x3c,0x3c, - 0xff,0x00, - 0x42,0x7e, - 0xff,0x00, - 0xbd,0xd3, - 0xff,0x00, - 0xff,0x91, - 0xff,0x00, - 0xff,0x99, - 0xff,0x00, - 0xff,0x81, - 0xff,0x00, - 0x7e,0x42, - 0xff,0x00, - 0x3c,0x3c, - 0xff,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x9f,0x9f, - 0x00,0x00, - 0x9f,0x9f, - 0x00,0x00, - 0x9f,0x9f, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0xc3,0xc3, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x7e,0x7e, - 0x00,0x00, - 0x42,0x7e, - 0x00,0x00, - 0x42,0x7e, - 0x00,0x00, - 0x42,0x7e, - 0x00,0x00, - 0x42,0x7e, - 0x00,0x00, - 0x7e,0x7e, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x01,0x00, - 0x00,0x00, - 0x7e,0x7c, - 0x00,0x00, - 0x45,0x38, - 0x00,0x00, - 0xaa,0x10, - 0x00,0x00, - 0x56,0x02, - 0x00,0x00, - 0x6a,0x46, - 0x00,0x00, - 0x7e,0x6e, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x8c,0x8c, - 0x00,0x00, - 0x8c,0x8c, - 0x00,0x00, - 0x8e,0x8e, - 0x00,0x00, - 0x8e,0x8e, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x41,0x41, - 0x00,0x00, - 0x41,0x41, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0x87,0x87, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x8f,0x8f, - 0x00,0x00, - 0x87,0x87, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0x80,0x80, - 0x00,0x00, - 0xc0,0xc0, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0xc1,0xc1, - 0x00,0x00, - 0x81,0x81, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x01,0x01, - 0x00,0x00, - 0x03,0x03, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xc7,0xc7, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0x1c,0xff, - 0x00,0x00, - 0x3a,0xe7, - 0x00,0x00, - 0x79,0xf9, - 0x00,0x00, - 0xed,0x9d, - 0x00,0x00, - 0x05,0xe5, - 0x00,0x00, - 0x86,0x87, - 0x00,0x00, - 0x4c,0xcf, - 0x00,0x00, - 0x38,0xff, - 0x00,0x00, - 0xc3,0xff, - 0x00,0x00, - 0x81,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x00,0xff, - 0x00,0x00, - 0x81,0xff, - 0x00,0x00, - 0xc3,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00, - 0xff,0xff, - 0x00,0x00 + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xcf,0xef,0x00,0xff,0xc3,0xe3,0x00,0xff,0x00,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0xf9,0xfd,0x00,0xff,0x78,0x7c,0x00,0xff,0x00,0xff,0x00,0xff,0xdf,0xff,0x00,0xff, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff, + 0x53,0x2f,0x00,0xff,0xe9,0x17,0x00,0xff,0xd1,0x2f,0x00,0xff,0xa3,0x5f,0x00,0xff,0x45,0xbf,0x00,0xff,0x8b,0x7f,0x00,0xff,0x57,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x00,0x00,0x00,0xff,0x7f,0x00,0x00,0xff,0x55,0x2a,0x00,0xff,0xaa,0x55,0x00,0xff,0x54,0xab,0x00,0xff,0xa1,0x5e,0x00,0xff,0x55,0xbf,0x00,0xff,0xff,0xff,0x00,0xff, + 0x7e,0x00,0x00,0xff,0xae,0x50,0x00,0xff,0x56,0xa8,0x00,0xff,0x2e,0xd0,0x00,0xff,0x56,0xe8,0x00,0xff,0xae,0xf0,0x00,0xff,0x46,0xf8,0x00,0xff,0xf9,0xfe,0x00,0xff, + 0x07,0x01,0x00,0xff,0xf3,0x0f,0x00,0xff,0x45,0xbf,0x00,0xff,0x8b,0x7f,0x00,0xff,0x55,0xff,0x00,0xff,0xab,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xbf,0xff,0x00,0xff,0x5f,0xff,0x00,0xff,0x2f,0xff,0x00,0xff,0x57,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x06,0xff,0x00,0xff,0x03,0xff,0x00,0xff,0x81,0x7f,0x00,0xff,0x40,0xbf,0x00,0xff,0xa0,0x5f,0x00,0xff,0x10,0xff,0x00,0xff,0x2a,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xfe,0xfe,0x00,0xff,0xfd,0xff,0x00,0xff,0xdd,0xff,0x00,0xff,0x2b,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0x2b,0xff,0x00,0xff,0xd5,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xc3,0x42,0xff,0xff,0x83,0x8a,0xff,0xff,0x07,0x04,0xff,0xff,0x0f,0x1a,0xff,0xff,0x1f,0x54,0xff,0xff,0x7f,0x68,0xff,0xff,0xff,0xd0,0xff,0xff,0xff,0x00,0xff,0xff, + 0xff,0x00,0xff,0xff,0x55,0xaa,0xff,0xff,0x00,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0xd5,0xff,0xff,0xff,0xef,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xc3,0x42,0xff,0xff,0xc1,0x51,0xff,0xff,0xe0,0x60,0xff,0xff,0xd0,0x78,0xff,0xff,0xe8,0x3a,0xff,0xff,0xf6,0x1e,0xff,0xff,0xff,0x0b,0xff,0xff,0xff,0x00,0xff,0xff, + 0xff,0x00,0xff,0xff,0x56,0xa9,0xff,0xff,0x00,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x54,0xff,0xff,0xff,0xee,0xff,0xff,0xff,0xab,0xff,0xff,0xff,0xff,0xff,0xff,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0xf7,0xfb,0x00,0xff,0xe9,0xf7,0x00,0xff,0xd3,0xef,0x00,0xff,0xa7,0xdf,0x00,0xff, + 0x4e,0xbf,0x00,0xff,0x9f,0x7f,0x00,0xff,0x3f,0xff,0x00,0xff,0x7f,0xff,0x00,0xff,0x00,0xea,0x00,0xff,0xd5,0xff,0x00,0xff,0xaa,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xfd,0xff,0x00,0xff,0xfe,0xff,0x00,0xff,0x7f,0xff,0x00,0xff, + 0x3f,0xff,0x00,0xff,0x5e,0xbf,0x00,0xff,0xad,0xde,0x00,0xff,0xc0,0xff,0x00,0xff,0x00,0xeb,0x00,0xff,0x5d,0xf7,0x00,0xff,0xaa,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0x41,0xff,0x00,0xff,0xfb,0xff,0x00,0xff,0xf5,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x90,0xff,0x00,0xff,0xda,0xff,0x00,0xff,0xd5,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xc3,0x52,0xff,0xff,0xc3,0x66,0xff,0xff,0xc3,0x52,0xff,0xff,0xc3,0x66,0xff,0xff,0xc3,0x52,0xff,0xff,0xc3,0x66,0xff,0xff,0xc3,0x52,0xff,0xff,0xc3,0x66,0xff,0xff, + 0x01,0xff,0x00,0xff,0x0b,0xff,0x00,0xff,0x05,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x10,0xff,0x00,0xff,0xb0,0xff,0x00,0xff,0x55,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0x00,0xff,0xff,0xff,0xff,0xff,0xff,0x00,0x55,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0xaa,0xff,0xff,0xaa,0x55,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x00,0xff,0xff, + 0xfe,0xfe,0x00,0xff,0xfe,0xfc,0x00,0xff,0xfc,0xfc,0x00,0xff,0xfc,0xf8,0x00,0xff,0xf8,0xf8,0x00,0xff,0xf8,0xf0,0x00,0xff,0xf0,0xf0,0x00,0xff,0xf0,0xe0,0x00,0xff, + 0xe0,0xe0,0x00,0xff,0xe0,0xc0,0x00,0xff,0xc0,0xc0,0x00,0xff,0xc0,0x80,0x00,0xff,0x80,0x80,0x00,0xff,0x80,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff, + 0x7f,0x7f,0x00,0xff,0x7f,0x3f,0x00,0xff,0x3f,0x3f,0x00,0xff,0x3f,0x1f,0x00,0xff,0x1f,0x1f,0x00,0xff,0x1f,0x0f,0x00,0xff,0x0f,0x0f,0x00,0xff,0x0f,0x07,0x00,0xff, + 0x07,0x07,0x00,0xff,0x07,0x03,0x00,0xff,0x03,0x03,0x00,0xff,0x03,0x01,0x00,0xff,0x01,0x01,0x00,0xff,0x01,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xf9,0xf6,0x00,0xff, + 0xd4,0xff,0x00,0xff,0xa8,0xff,0x00,0xff,0xd0,0x7f,0x00,0xff,0xea,0x35,0x00,0xff,0x57,0xa8,0x00,0xff,0xf8,0x50,0x00,0xff,0x3c,0xe8,0x00,0xff,0xfe,0xfe,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xbf,0x3f,0x00,0xff, + 0xef,0x0f,0x00,0xff,0x7f,0x87,0x00,0xff,0x3f,0xc3,0x00,0xff,0x3f,0xc3,0x00,0xff,0xff,0x03,0x00,0xff,0x1f,0x0f,0x00,0xff,0x3f,0x1f,0x00,0xff,0x7f,0x7f,0x00,0xff, + 0xff,0x00,0xff,0xff,0xff,0xf0,0xff,0xff,0x0f,0xac,0xff,0xff,0x03,0x0a,0xff,0xff,0x33,0x32,0xff,0xff,0xd3,0xd6,0xff,0xff,0xeb,0xea,0xff,0xff,0xf3,0x76,0xff,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0x9b,0xff,0x00,0xff,0xf5,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0x00,0xff,0xff,0xff,0x0f,0xff,0xff,0xfc,0x14,0xff,0xff,0xf8,0x2a,0xff,0xff,0xf0,0x58,0xff,0xff,0xe0,0x20,0xff,0xff,0xe1,0x71,0xff,0xff,0xc3,0x42,0xff,0xff, + 0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xbf,0x40,0xff,0xff,0xe5,0x1a,0xff,0xff,0xff,0x00,0xff,0xff, + 0xff,0x54,0xff,0xff,0xff,0x2a,0xff,0xff,0xff,0x7c,0xff,0xff,0xe7,0x6e,0xff,0xff,0xc3,0x42,0xff,0xff,0xe3,0x6a,0xff,0xff,0xc3,0x42,0xff,0xff,0xe3,0x6a,0xff,0xff, + 0xe3,0x6a,0xff,0xff,0xc3,0x42,0xff,0xff,0xe3,0x6a,0xff,0xff,0xc3,0x42,0xff,0xff,0xe7,0x6e,0xff,0xff,0xff,0x7c,0xff,0xff,0xff,0x2a,0xff,0xff,0xff,0x54,0xff,0xff, + 0xff,0x00,0xff,0xff,0xd5,0x2a,0xff,0xff,0xbf,0x40,0xff,0xff,0xe5,0x1a,0xff,0xff,0xbb,0x44,0xff,0xff,0xfd,0x02,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff, + 0xff,0x00,0xff,0xff,0xf9,0x06,0xff,0xff,0xbd,0x42,0xff,0xff,0xef,0x10,0xff,0xff,0xaf,0x50,0xff,0xff,0xf5,0x0a,0xff,0xff,0xbf,0x40,0xff,0xff,0x9f,0x60,0xff,0xff, + 0xff,0x00,0xff,0xff,0x87,0x78,0xff,0xff,0x7f,0x80,0xff,0xff,0xbd,0x42,0xff,0xff,0x1d,0xe2,0xff,0xff,0x2d,0xd2,0xff,0xff,0x97,0x68,0xff,0xff,0x05,0xfa,0xff,0xff, + 0xff,0x00,0xff,0xff,0x9f,0x60,0xff,0xff,0x45,0xba,0xff,0xff,0xa5,0x5a,0xff,0xff,0x57,0xa8,0xff,0xff,0xaf,0x50,0xff,0xff,0xfd,0x02,0xff,0xff,0x31,0xce,0xff,0xff, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x02,0x00,0x00,0xdf,0x20,0x00,0x00,0xaf,0x70,0x00,0x00,0xdf,0x20,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x04,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x02,0x00,0x00,0xfd,0x07,0x00,0x00,0xff,0x02,0x00,0x00,0xdf,0x20,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xdf,0x20,0x00,0x00,0xfb,0x04,0x00,0x00,0xf5,0x0a,0x00,0x00,0xfb,0x04,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0xff,0x00,0xff,0xbb,0x99,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0x9f,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xbf,0x9f,0x00,0xff, + 0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xbb,0x99,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xf9,0x00,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x00,0xff, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0xe7,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0x81,0x00,0x00,0x00,0x81,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xef,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0xc3,0x00,0x00,0x00,0x81,0x00,0x00,0x00,0xa1,0x10,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0xef,0xff,0xff,0xff,0xd5,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x55,0xaa,0xff,0xff,0x80,0x00,0xff,0xff, + 0x9f,0x7f,0xff,0xff,0x4d,0x3f,0xff,0xff,0x17,0x7f,0xff,0xff,0x49,0x3f,0xff,0xff,0x17,0x7f,0xff,0xff,0x4d,0x3f,0xff,0xff,0x17,0x7f,0xff,0xff,0x4d,0x3f,0xff,0xff, + 0xff,0xff,0xff,0xff,0xab,0xff,0xff,0xff,0xee,0xff,0xff,0xff,0x54,0xff,0xff,0xff,0xaa,0xff,0xff,0xff,0x00,0xff,0xff,0xff,0x56,0xa9,0xff,0xff,0xff,0x00,0xff,0xff, + 0xf9,0xfe,0xff,0x00,0xb2,0xfc,0xff,0x00,0xe8,0xfe,0xff,0x00,0x92,0xfc,0xff,0x00,0xe8,0xfe,0xff,0x00,0xb2,0xfc,0xff,0x00,0xe8,0xfe,0xff,0x00,0xb2,0xfc,0xff,0x00, + 0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff, + 0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00, + 0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00, + 0x3c,0x3c,0xff,0x00,0x42,0x7e,0xff,0x00,0xbd,0xd3,0xff,0x00,0xff,0x91,0xff,0x00,0xff,0x99,0xff,0x00,0xff,0x81,0xff,0x00,0x7e,0x42,0xff,0x00,0x3c,0x3c,0xff,0x00, + 0xff,0xff,0x00,0x00,0xc0,0xc0,0x00,0x00,0x80,0x80,0x00,0x00,0x9f,0x9f,0x00,0x00,0x9f,0x9f,0x00,0x00,0x9f,0x9f,0x00,0x00,0x80,0x80,0x00,0x00,0xc0,0xc0,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x03,0x03,0x00,0x00,0x01,0x01,0x00,0x00, + 0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x03,0x03,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00, + 0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xc0,0xc0,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00, + 0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0x81,0x81,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x03,0x03,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00, + 0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00, + 0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00, + 0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00,0xc3,0xc3,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xff,0xff,0x00,0x00, + 0x00,0x00,0x00,0x00,0x7e,0x7e,0x00,0x00,0x42,0x7e,0x00,0x00,0x42,0x7e,0x00,0x00,0x42,0x7e,0x00,0x00,0x42,0x7e,0x00,0x00,0x7e,0x7e,0x00,0x00,0x00,0x00,0x00,0x00, + 0x01,0x00,0x00,0x00,0x7e,0x7c,0x00,0x00,0x45,0x38,0x00,0x00,0xaa,0x10,0x00,0x00,0x56,0x02,0x00,0x00,0x6a,0x46,0x00,0x00,0x7e,0x6e,0x00,0x00,0x00,0x00,0x00,0x00, + 0xff,0xff,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x8c,0x8c,0x00,0x00,0x8c,0x8c,0x00,0x00,0x8e,0x8e,0x00,0x00,0x8e,0x8e,0x00,0x00, + 0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xc1,0xc1,0x00,0x00,0x41,0x41,0x00,0x00,0x41,0x41,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00, + 0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x81,0x81,0x00,0x00,0x81,0x81,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xc0,0xc0,0x00,0x00,0x87,0x87,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00, + 0x8f,0x8f,0x00,0x00,0x8f,0x8f,0x00,0x00,0x87,0x87,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0x80,0x80,0x00,0x00,0xc0,0xc0,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x03,0x03,0x00,0x00,0x81,0x81,0x00,0x00,0xc1,0xc1,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0x81,0x81,0x00,0x00,0x81,0x81,0x00,0x00, + 0xc1,0xc1,0x00,0x00,0xc1,0xc1,0x00,0x00,0x81,0x81,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x03,0x03,0x00,0x00,0xff,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00, + 0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xc7,0xc7,0x00,0x00,0xff,0xff,0x00,0x00, + 0x1c,0xff,0x00,0x00,0x3a,0xe7,0x00,0x00,0x79,0xf9,0x00,0x00,0xed,0x9d,0x00,0x00,0x05,0xe5,0x00,0x00,0x86,0x87,0x00,0x00,0x4c,0xcf,0x00,0x00,0x38,0xff,0x00,0x00, + 0xc3,0xff,0x00,0x00,0x81,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x81,0xff,0x00,0x00,0xc3,0xff,0x00,0x00, + 0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00,0xff,0xff,0x00,0x00 };
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.