gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit b02c1dc4c9d77467c569a5b38676396897dbfd38 parent be8dbcb50c1bdcdee7cf66802cc78bd2e8519d4b Author: Toxa <untoxa@mail.ru> Date: Wed, 25 Aug 2021 23:33:43 +0300 SMS/GG: submap functions, large_map example, set_*_tiles()/set_tile_map() offset zero coordinates to the corner of the screen on GG Diffstat:
15 files changed, 2551 insertions(+), 14 deletions(-)
diff --git a/gbdk-lib/Makefile.common b/gbdk-lib/Makefile.common @@ -35,6 +35,7 @@ CLEANSPEC = *.o *.cdb *.sym *.lst *~ *.asm CFLAGS = -I$(TOPDIR)/include -DSDCC_z80 -D__PORT_$(PORT) -D__TARGET_$(THIS) CFLAGS += -m$(PORT) -DGBDK=1 CFLAGS += --max-allocs-per-node 50000 +CFLAGS += --fsigned-char CC = $(SCC) BUILD = $(TOPDIR)/build/$(MODEL)/$(ASM)/$(THIS) LIB = $(BUILD)/$(THIS).lib diff --git a/gbdk-lib/examples/gg/large_map/Makefile b/gbdk-lib/examples/gg/large_map/Makefile @@ -0,0 +1,30 @@ +CC = ../../../bin/lcc -mz80:gg -Wm-yoA -Wl-m -Wl-j + +BINS = large_map.gg + +all: $(BINS) + +ASRC = $(wildcard *.s) +CSRC = $(wildcard *.c) + +OBJS = $(CSRC:%.c=%.o) $(ASRC:%.s=%.o) + +compile.bat: Makefile + @echo "REM Automatically generated from Makefile" > compile.bat + @make -sn | sed y/\\//\\\\/ | grep -v make >> compile.bat + +# Compile and link single file in one pass + +%.o: %.c + $(CC) -c -o $@ $< + +%.o: %.s + $(CC) -c -o $@ $< + +$(BINS): $(OBJS) + $(CC) -Wm-yS -o $@ $^ + rm -f *.map *.noi *.ihx *.lst + +clean: + rm -f *.o *.lst *.map *.gg *~ *.rel *.cdb *.ihx *.lnk *.sym *.asm *.noi + diff --git a/gbdk-lib/examples/gg/large_map/Readme.md b/gbdk-lib/examples/gg/large_map/Readme.md @@ -0,0 +1,14 @@ + +Large Map +========= + +Shows how to scroll with maps larger than 32 x 32 tiles using set_bkg_submap(). + +It fills rows and columns at the edges of the visible viewport (of the hardware +Background Map) with the desired sub-region of the large map as it scrolls. + + +Overworld Map and Tiles are by ArMM1998: +https://opengameart.org/content/gameboy-tileset +License(s): CC0 + diff --git a/gbdk-lib/examples/gg/large_map/bigmap_map.c b/gbdk-lib/examples/gg/large_map/bigmap_map.c @@ -0,0 +1,1661 @@ +/* + + BIGMAP_MAP.C + + Map Source File. + + Info: + Section : + Bank : 0 + Map size : 247 x 66 + Tile set : bigmap_tiles.gbr + Plane count : 1 plane (8 bits) + Plane order : Planes are continues + Tile offset : 0 + Split data : No + + This file was generated by GBMB v1.8 + +*/ + +#define bigmap_mapWidth 247 +#define bigmap_mapHeight 66 +#define bigmap_mapBank 0 + +#define bigmap_map bigmap_mapPLN0 +const unsigned char bigmap_mapPLN0[] = +{ + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x00,0x01,0x00,0x01,0x04,0x05,0x04,0x05,0x04,0x05, + 0x04,0x05,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x06,0x06,0x06,0x06,0x07,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x09,0x06,0x04,0x05,0x06,0x06,0x06,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x0E,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0F,0x06, + 0x0C,0x0D,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x1B,0x1C,0x1F,0x1F, + 0x1F,0x20,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x00,0x01,0x00,0x01,0x00,0x01, + 0x10,0x11,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01,0x06,0x06, + 0x06,0x06,0x04,0x05,0x04,0x05,0x00,0x01,0x00,0x01, + 0x00,0x01,0x02,0x03,0x00,0x01,0x00,0x01,0x06,0x06, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x0A,0x0B,0x06,0x06, + 0x06,0x06,0x14,0x15,0x16,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x09,0x06,0x06,0x04,0x05, + 0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x30,0x3F,0x40,0x41,0x42,0x9B,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x17,0x18,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x0C, + 0x0D,0x0C,0x0D,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x02,0x03,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0E,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x0F,0x06,0x06,0x0C,0x0D,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x02,0x03,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x39,0x4C,0x4D,0x08,0x09,0x9B,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01, + 0x02,0x03,0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01, + 0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x19,0x1A,0x06,0x06,0x06,0x06,0x19,0x19, + 0x00,0x01,0x02,0x03,0x00,0x01,0x12,0x13,0x00,0x01, + 0x02,0x03,0x06,0x06,0x02,0x03,0x00,0x01,0x1B,0x1C, + 0x1D,0x1E,0x1D,0x1E,0x1D,0x1E,0x1F,0x1F,0x1F,0x1F, + 0x1F,0x1F,0x1F,0x1F,0x1F,0x1F,0x20,0x0B,0x0A,0x0B, + 0x06,0x04,0x05,0x06,0x06,0x06,0x06,0x06,0x14,0x15, + 0x21,0x22,0x16,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x23,0x21,0x22,0x24,0x25, + 0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x02,0x03,0x06,0x06,0x00,0x01,0x02,0x03, + 0x00,0x01,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x39,0x14,0x15, + 0x24,0x25,0x9B,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x26, + 0x27,0x06,0x06,0x06,0x06,0x28,0x26,0x0A,0x0B,0x12, + 0x13,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x29,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x2A,0x03,0x02,0x03,0x06,0x0C,0x0D, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0E, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x0F,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x3C,0xA5,0xA5,0xA5,0xA5,0xA6, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x00,0x01,0x10,0x11,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x1A,0x06,0x06,0x06,0x02,0x03, + 0x02,0x03,0x02,0x03,0x00,0x01,0x06,0x2B,0x06,0x06, + 0x06,0x06,0x2B,0x06,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06, + 0x02,0x03,0x2C,0x06,0x06,0x06,0x12,0x13,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x2D,0x04,0x05,0x04,0x04,0x04,0x04,0x05,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x14,0x15,0x21,0x22, + 0x21,0x22,0x21,0x22,0x21,0x22,0x21,0x22,0x24,0x25, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x02,0x03,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x06,0x06, + 0x00,0x01,0x12,0x13,0x00,0x01,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x06,0xD8,0xDB,0xDB,0xDB,0xDB,0xDC,0x06,0x02,0x03, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x0A, + 0x0B,0x17,0x18,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x27,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x06,0x06,0x2E,0x2F,0x2E,0x2F,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x30, + 0x06,0x06,0x06,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x32,0x0C,0x0D, + 0x0C,0x0C,0x0C,0x0C,0x0D,0x06,0x06,0x06,0x06,0x06, + 0x05,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04, + 0x05,0x06,0x06,0x04,0x05,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0xD8,0xE1, + 0xE1,0xE1,0xE1,0xE2,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x00,0x01,0x06,0x06, + 0x10,0x11,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x02,0x03,0x02,0x03,0x33,0x19, + 0x34,0x06,0x06,0x06,0x06,0x06,0x12,0x13,0x00,0x01, + 0x06,0x35,0x36,0x36,0x36,0x36,0x2E,0x06,0x02,0x03, + 0x00,0x01,0x00,0x01,0x00,0x01,0x1B,0x1C,0x37,0x38, + 0x1D,0x1E,0x1D,0x1E,0x1D,0x1E,0x39,0x06,0x06,0x06, + 0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x31,0x06,0x06,0x2D,0x12,0x13,0x04,0x05,0x04, + 0x05,0x06,0x06,0x06,0x06,0x05,0x05,0x0D,0x0C,0x05, + 0x04,0x06,0x06,0x06,0x06,0x06,0x04,0x05,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x0C,0x0D,0x04,0x05, + 0x0C,0x0D,0x04,0x05,0x06,0x06,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x02,0x03,0x02,0x03,0x06,0x31, + 0x06,0x06,0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x44,0x45,0x06,0xD8,0x80,0x80,0x80,0x80, + 0xB6,0x06,0x06,0x06,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x0A,0x0B,0x06,0x06,0x17,0x18,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x3A,0x26,0x3B,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x2F,0x36, + 0x36,0x36,0x36,0x2E,0x2F,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x29,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x3C,0x3D,0x3E,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31, + 0x06,0x32,0x0A,0x0B,0x0C,0x0D,0x0C,0x0D,0x06,0x06, + 0x06,0x06,0x0D,0x0D,0x05,0x04,0x0D,0x0C,0x06,0x06, + 0x06,0x04,0x05,0x0C,0x0D,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0C,0x0D,0x06,0x06,0x0C, + 0x0D,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13, + 0x06,0x31,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x50, + 0x51,0x06,0xDD,0xE1,0xE1,0xE1,0xE1,0xE2,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x00,0x01,0x06,0x06,0x06,0x06,0x02,0x03,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x06,0x06, + 0x06,0x06,0x3F,0x40,0x41,0x42,0x12,0x13,0x12,0x13, + 0x00,0x01,0x02,0x03,0x06,0x35,0x36,0x36,0x36,0x36, + 0x36,0x36,0x1B,0x1C,0x1D,0x1E,0x1D,0x1E,0x1D,0x1E, + 0x43,0x06,0x06,0x06,0x06,0x06,0x44,0x45,0x06,0x06, + 0x46,0x47,0x2C,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x2D,0x02, + 0x03,0x04,0x05,0x04,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0D,0x0C,0x06,0x06,0x06,0x06,0x06,0x0C,0x0D, + 0x06,0x06,0x06,0x06,0x48,0x49,0x4A,0x4B,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x05,0x04,0x05, + 0x06,0x06,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x02,0x03,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x02,0x03,0x00,0x01,0x00,0x01,0x02,0x03,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x06,0x44,0x45,0x06,0x06,0x46, + 0x80,0x80,0x80,0x80,0xB6,0x06,0x06,0x06,0x44,0x45, + 0x02,0x03,0x00,0x01,0x02,0x03,0x00,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x4C, + 0x4D,0x4E,0x4F,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x2F,0x36,0x36,0x36,0x36,0x36,0x36,0x29, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x50,0x51,0x06,0x06,0x52,0x53,0x30, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x32,0x06,0x06,0x0C,0x0D, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x3F,0x40,0x54,0x55,0x54,0x55,0x54,0x55, + 0x55,0x56,0x57,0x58,0x59,0x55,0x55,0x54,0x55,0x54, + 0x55,0x41,0x42,0x0C,0x0D,0x0C,0x0D,0x04,0x05,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x12,0x13,0x02,0x03, + 0x02,0x03,0x02,0x03,0x12,0x13,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x50,0x51,0x06,0x06,0xDD,0xE1,0xE1,0xE1, + 0xE1,0xE2,0x06,0x06,0x31,0x50,0x51,0x06,0x06,0x0A, + 0x0B,0x06,0x06,0x0A,0x00,0x01,0x12,0x13,0x06,0x06, + 0x06,0x06,0x06,0x5A,0x19,0x19,0x19,0x19,0x1A,0x06, + 0x06,0x06,0x3F,0x40,0x54,0x55,0x5B,0x08,0x08,0x5C, + 0x02,0x03,0x02,0x03,0x02,0x03,0x06,0x06,0x06,0x35, + 0x36,0x36,0x36,0x36,0x36,0x36,0x2C,0x06,0x3F,0x40, + 0x54,0x55,0x41,0x42,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x2C,0x06,0x06,0x06, + 0x06,0x06,0x5D,0x5E,0x5F,0x60,0x61,0x62,0x06,0x06, + 0x06,0x06,0x2D,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x05,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x4C, + 0x4D,0x63,0x64,0x63,0x64,0x63,0x64,0x64,0x65,0x66, + 0x67,0x68,0x64,0x64,0x63,0x64,0x63,0x64,0x4E,0x09, + 0x06,0x06,0x04,0x05,0x0C,0x0D,0x06,0x06,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03,0x06,0x31, + 0x06,0x06,0x06,0x0A,0x0B,0x06,0xA1,0xA2,0x06,0x06, + 0x06,0x0A,0x0B,0x06,0x06,0x06,0x02,0x03,0x02,0x03, + 0x06,0x06,0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x12,0x13,0x06,0x06,0x31,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x00,0x01, + 0x00,0x01,0x02,0x03,0x02,0x03,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x02,0x03,0x00,0x01,0x12,0x13, + 0x06,0x06,0x06,0x46,0x81,0x82,0x83,0x80,0xB6,0x06, + 0x06,0x06,0x06,0x06,0x44,0x45,0x00,0x01,0x06,0x06, + 0x02,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x69,0x26,0x26,0x26,0x26,0x27,0x06,0x06,0x06,0x4C, + 0x4D,0x63,0x64,0x6A,0x08,0x08,0x09,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x2F,0x36,0x36,0x36, + 0x36,0x36,0x36,0x30,0x06,0x4C,0x4D,0x63,0x64,0x4E, + 0x4F,0x06,0x06,0x06,0x6B,0x6C,0x6D,0x6C,0x6D,0x6C, + 0x6D,0x6C,0x6D,0x30,0x06,0x06,0x31,0x06,0x06,0x6E, + 0x6F,0x70,0x71,0x72,0x73,0x06,0x06,0x06,0x06,0x32, + 0x05,0x04,0x06,0x06,0x06,0x05,0x04,0x0D,0x0C,0x05, + 0x06,0x06,0x06,0x3F,0x40,0x55,0x5B,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x75,0x76,0x77,0x78,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x79,0x41,0x42,0x0C, + 0x0D,0x06,0x04,0x05,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x02,0x03,0x06,0xAF,0xB0,0x06,0x06,0x06,0x02,0x03, + 0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x52,0x90,0x91,0x92,0x8F,0xC0,0x06,0x06,0x06,0x06, + 0x06,0x50,0x51,0x0A,0x0B,0x06,0x06,0x06,0x00,0x01, + 0x00,0x01,0x06,0x31,0x06,0x06,0x06,0x7A,0x06,0x06, + 0x5D,0x5E,0x5F,0x60,0x7B,0x7C,0x74,0x08,0x08,0x08, + 0x7D,0x7E,0x08,0x5C,0x5D,0x5E,0x5F,0x60,0x61,0x62, + 0x06,0x06,0x06,0x2F,0x7F,0x36,0x36,0x36,0x1B,0x1C, + 0x43,0x06,0x0E,0x08,0x08,0x08,0x08,0x0F,0x06,0x06, + 0x06,0x2D,0x80,0x81,0x82,0x83,0x80,0x81,0x80,0x81, + 0x2C,0x06,0x06,0x06,0x31,0x06,0x84,0x85,0x86,0x87, + 0x08,0x88,0x06,0x06,0x06,0x06,0x2D,0x0D,0x0C,0x04, + 0x05,0x06,0x0D,0x0C,0x05,0x04,0x0D,0x06,0x06,0x06, + 0x4C,0x4D,0x64,0x6A,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x75,0x76,0x77,0x78,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x89,0x4E,0x4F,0x06,0x06,0x06,0x0C, + 0x0D,0x06,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03,0x02,0x03, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x12,0x13, + 0x12,0x13,0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x06,0x06,0x12,0x13,0x12,0x13,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06, + 0x06,0x06,0x02,0x03,0x02,0x03,0x06,0x31,0x06,0x06, + 0x06,0x06,0x02,0x03,0x02,0x03,0x02,0x03,0x06,0x06, + 0x02,0x03,0x00,0x01,0x12,0x13,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x02,0x03,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x31,0x06,0x06,0x8A,0x06,0x06,0x6E,0x6F,0x70, + 0x8B,0x72,0x8C,0x07,0x08,0x08,0x08,0x8D,0x8E,0x08, + 0x09,0x6E,0x6F,0x70,0x71,0x72,0x73,0x06,0x06,0x06, + 0x06,0x06,0x06,0x36,0x36,0x29,0x06,0x06,0x06,0x14, + 0x15,0x08,0x08,0x24,0x25,0x06,0x06,0x06,0x32,0x8F, + 0x90,0x91,0x92,0x8F,0x90,0x8F,0x90,0x30,0x06,0x06, + 0x06,0x06,0x06,0x93,0x94,0x95,0x96,0x97,0x98,0x06, + 0x31,0x06,0x06,0x32,0x05,0x04,0x0C,0x0D,0x04,0x05, + 0x04,0x0D,0x0C,0x06,0x06,0x06,0x06,0x74,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x75, + 0x76,0x77,0x78,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x79,0x41,0x42,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x00,0x01,0x00,0x01,0x06,0x06,0x06,0x06, + 0x06,0x33,0x34,0x06,0x99,0x08,0x86,0x87,0x9A,0x88, + 0x0E,0x08,0x08,0x08,0x08,0x08,0x08,0x0F,0x84,0x85, + 0x86,0x87,0x08,0x88,0x06,0x06,0x31,0x06,0x06,0x06, + 0x7F,0x36,0x39,0x06,0x06,0x06,0x06,0x9B,0x9C,0x08, + 0x39,0x06,0x06,0x06,0x06,0x9B,0x9D,0x06,0x06,0x06, + 0x06,0x9E,0x9F,0xA0,0x2C,0x06,0x06,0x06,0x06,0x06, + 0xA1,0xA2,0x36,0x36,0x2E,0x06,0x06,0x06,0x06,0x06, + 0x2D,0x0D,0x0C,0x06,0x06,0x0C,0x0D,0x0C,0x05,0x04, + 0x06,0x06,0x06,0x06,0x0E,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x75,0xA3,0xA4,0x78, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x89, + 0x4E,0x4F,0x06,0x06,0x04,0x05,0x06,0x06,0x02,0x03, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x06,0x31,0x06,0x06,0x12,0x13,0x12,0x13,0x06,0x06, + 0x31,0x06,0x02,0x03,0x02,0x03,0x02,0x03,0x06,0x06, + 0x06,0x06,0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01, + 0x12,0x13,0x12,0x13,0x31,0x06,0x06,0x06,0x12,0x13, + 0x12,0x13,0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x00,0x01, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x12,0x13, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x3A,0x3B, + 0x06,0x93,0x94,0x95,0x96,0x97,0x98,0x14,0x15,0x21, + 0x22,0x21,0x22,0x24,0x25,0x93,0x94,0x95,0x96,0x97, + 0x98,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x3C, + 0x3D,0x6C,0x6D,0xA5,0xA6,0xA7,0xA8,0x3C,0x3D,0xA9, + 0xAA,0xA5,0xA6,0xAB,0x06,0x06,0x06,0x06,0xAC,0xAD, + 0xAE,0x30,0x06,0x06,0x06,0x06,0x06,0xAF,0xB0,0x36, + 0x36,0xB1,0x06,0x31,0x06,0x06,0x06,0x32,0x04,0x05, + 0x06,0x06,0x06,0x04,0x05,0x0D,0x0C,0x04,0x06,0x06, + 0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x75,0xB2,0xB3,0x78,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x06, + 0x06,0x0C,0x0D,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x31, + 0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x12,0x13,0x12, + 0x13,0x12,0x13,0x12,0x13,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x01,0x02,0x03, + 0x06,0x06,0xB4,0xB5,0x5F,0x60,0x61,0x62,0xA1,0xA2, + 0x36,0x36,0x2E,0x06,0x12,0x13,0x06,0x06,0x06,0x06, + 0x06,0x06,0xA1,0xA2,0x36,0x36,0x2E,0x06,0x06,0x31, + 0x06,0x5A,0x19,0x19,0x19,0x19,0x46,0x47,0x80,0x81, + 0x80,0xB6,0xB7,0xB8,0x46,0x47,0xB9,0xBA,0x80,0xB6, + 0x9D,0x06,0x06,0x06,0x06,0x9E,0x06,0x06,0x2C,0x06, + 0x06,0x06,0x12,0x13,0x06,0x35,0x36,0x36,0x2E,0x06, + 0x06,0x06,0x06,0x06,0x2D,0x0C,0x0D,0x06,0x06,0x06, + 0x0C,0x0D,0x05,0x04,0x0C,0x06,0x06,0x06,0x07,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x23,0xBB, + 0xBC,0xA3,0xA4,0xBD,0x22,0x22,0x22,0x16,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x09,0x06,0x04,0x05,0x04, + 0x05,0x06,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x06,0x06,0x12,0x13,0x00,0x01, + 0x00,0x01,0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x12,0x13,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x06,0x06,0x31,0x06,0x12,0x13,0x31,0x06, + 0x06,0x06,0x02,0x03,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B, + 0x0A,0x0B,0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06, + 0x12,0x13,0x12,0x0A,0x0B,0x06,0x06,0x06,0x06,0xBE, + 0x6F,0x70,0x71,0x72,0x73,0xAF,0xB0,0x36,0x36,0xB1, + 0x06,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0xAF, + 0xB0,0x36,0x36,0xB1,0x06,0x06,0x06,0x06,0x69,0x26, + 0x26,0x26,0x26,0x52,0x53,0x8F,0x90,0xBF,0xC0,0xC1, + 0xC2,0x52,0x53,0xC3,0xC4,0xBF,0xC0,0xAB,0x06,0x06, + 0x06,0x06,0xAC,0x06,0x06,0x30,0x06,0x06,0x06,0x0A, + 0x0B,0x06,0x2F,0x36,0x36,0xB1,0x06,0x06,0x06,0x06, + 0x06,0x32,0x04,0x06,0x06,0x06,0x06,0x04,0x05,0x0D, + 0x0C,0x04,0x06,0x06,0x06,0x0E,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0xC5,0xC6,0xC7, + 0xC8,0x06,0x06,0x06,0x74,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x5C,0x06,0x0C,0x0D,0x0C,0x0D,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x00,0x01,0x06,0x06,0x06,0x06,0x99,0x08,0x86,0x87, + 0x08,0x88,0x06,0x35,0x36,0x36,0x2E,0x06,0x02,0x03, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x35,0x36,0x36, + 0x2E,0x06,0x44,0x45,0x06,0x2B,0x3F,0x40,0x54,0x55, + 0x54,0x55,0x54,0x55,0x54,0x55,0xC9,0xCA,0x41,0x42, + 0x06,0x06,0x44,0x45,0x9D,0x06,0x06,0x06,0x06,0x9E, + 0x06,0x06,0x2C,0x06,0x06,0x06,0x02,0x03,0x06,0x35, + 0x36,0x36,0x2E,0x06,0x06,0x06,0x06,0x06,0x2D,0x06, + 0x06,0x06,0x06,0x06,0x0C,0x0D,0x05,0x04,0x04,0x06, + 0x06,0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x09,0x06,0x31,0x06,0x31,0x06,0x31,0x06, + 0x06,0x07,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09, + 0x06,0x06,0x04,0x05,0x06,0x06,0x06,0x06,0x00,0x01, + 0x00,0x01,0x02,0x03,0x02,0x03,0x02,0x03,0x06,0x06, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x02,0x03,0x12,0x13,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x06,0x06, + 0x00,0x01,0x12,0x13,0x06,0x06,0x06,0x06,0x0A,0x0B, + 0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06, + 0x06,0x06,0x12,0x13,0x00,0x01,0x00,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x93,0x94,0x95,0x96,0x97,0x98,0x06, + 0x2F,0x36,0x36,0xB1,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x2F,0x36,0x36,0xB1,0x06,0x50, + 0x51,0x06,0x06,0x4C,0x4D,0x63,0x64,0x63,0x64,0x63, + 0x64,0x63,0x64,0xCB,0xCC,0x4E,0x4F,0x06,0x06,0x50, + 0x51,0xAB,0x06,0x31,0x06,0x06,0xAC,0x06,0x06,0x30, + 0x06,0x06,0x06,0x06,0x06,0x06,0x2F,0x36,0x36,0xB1, + 0x06,0x06,0x06,0x06,0x06,0x32,0x06,0x06,0x06,0x06, + 0x04,0x05,0x04,0x0D,0x0C,0x04,0x06,0x06,0x06,0x07, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x5C, + 0x31,0x31,0x06,0x31,0x31,0x06,0x31,0x06,0x74,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0x06,0x0C, + 0x0D,0x04,0x05,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0A,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x02,0x03,0x02,0x03,0x02, + 0x03,0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0B,0x00,0x01,0x06,0x06,0x06,0x06, + 0x06,0x35,0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x36, + 0x2E,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x35,0x36,0x36,0x2E,0x06,0x06,0x06,0x06,0x06, + 0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x5C,0x06,0x06,0x06,0xCD,0xCE,0x06, + 0x06,0x06,0x06,0x9E,0x06,0x06,0x2C,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x2D,0x06,0x06,0x06,0x06,0x0C,0x0D,0x0C, + 0x05,0x04,0x0C,0x06,0x06,0x06,0x74,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0x06,0x31, + 0x06,0x31,0x31,0x06,0x06,0x07,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x09,0x06,0x06,0x06,0x06,0x0C,0x0D, + 0x06,0x06,0x00,0x01,0x02,0x03,0x06,0x06,0x06,0x06, + 0x31,0x06,0x06,0x06,0x02,0x03,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x12,0x13,0x00,0x01,0x00,0x01, + 0x00,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x2F,0x36, + 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x2E,0x2F,0x2E, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x2F,0x36, + 0x36,0x2E,0x2F,0x2E,0x06,0x06,0x06,0x74,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x09,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06, + 0xAC,0x06,0x06,0x30,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x32, + 0x06,0x06,0x06,0x06,0x06,0x04,0x05,0x0D,0x06,0x06, + 0x06,0x06,0x06,0x0E,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x09,0x06,0x06,0x31,0x31,0x06,0x06, + 0x06,0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x4F,0x06,0x06,0x06,0x04,0x05,0x06,0x06,0x06,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0B,0x0A,0x0A,0x0B,0x0B,0xCF,0xD0, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x7F,0x36, + 0x7F,0x36,0x36,0x36,0x36,0x36,0x2E,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x35,0x36,0x36,0x36,0x36, + 0x2E,0x06,0x06,0x06,0x07,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x9E,0x06,0x06, + 0x2C,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x31,0x06,0x06,0x06,0x2D,0x06,0x06,0x06, + 0x06,0x06,0x0C,0x0D,0x06,0x06,0x06,0x31,0x06,0x06, + 0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x79,0x41,0x42,0x06,0x06,0x31,0x06,0x3F,0x40,0x5B, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0x06, + 0x06,0x0C,0x0D,0x06,0x06,0x06,0x02,0x03,0x06,0x06, + 0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13,0x06,0x06, + 0x06,0x06,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13, + 0x12,0x13,0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x12,0x13,0x31,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x5A,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x36, + 0x36,0x36,0x36,0xB1,0x06,0x06,0x06,0x06,0x06,0x06, + 0x2F,0x2E,0x2F,0x36,0x36,0x36,0x36,0xB1,0x06,0x06, + 0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x09,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0xAC,0x06,0x06,0x30,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x32,0x06,0x06,0x06,0x06,0x06,0x05, + 0x04,0x05,0x04,0x06,0x06,0x31,0x06,0x07,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x89,0x4E,0x4F, + 0x06,0x06,0x06,0x06,0x4C,0x4D,0x6A,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x09,0x06,0x06,0x04,0x05,0x04, + 0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0B,0x7A,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x2F,0x36,0x36, + 0x2E,0x06,0x06,0x06,0x06,0x06,0x36,0x36,0x36,0x36, + 0x36,0x36,0x36,0x7F,0xB1,0x06,0x06,0x06,0x07,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x5C,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0xD1,0xD2,0x04,0x05,0x2C,0x06,0x06,0x06,0x44,0x45, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x2D,0x06,0x06,0x06,0x06,0x04,0x0D,0x0C,0x0D,0x0C, + 0x06,0x06,0x06,0x06,0x74,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x79,0x54,0x55,0x54, + 0x55,0x5B,0x08,0x08,0x08,0x08,0x08,0x08,0x23,0x24, + 0x24,0x25,0x06,0x06,0x0C,0x0D,0x0C,0x0D,0x06,0x06, + 0x06,0x06,0x06,0x06,0x12,0x13,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x12,0x13,0x06,0x06,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x00,0x01,0x02,0x03, + 0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x06,0x06,0x31,0x06,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x10,0x11,0x00,0x01,0x00,0x01,0x02,0x03,0x00,0x01, + 0x00,0x01,0x12,0x13,0x00,0x01,0x02,0x03,0x02,0x03, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x8A, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x36,0x36,0x2E,0x2F,0x2E, + 0x2F,0x2E,0x2F,0x36,0x36,0x36,0x36,0x36,0x36,0xB1, + 0x06,0x06,0x06,0x06,0x06,0x0E,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x06, + 0x06,0x06,0xD3,0xD4,0xD5,0xD4,0xD5,0xD6,0xD7,0x0C, + 0x0D,0x30,0x06,0x06,0x06,0x50,0x51,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x32,0x06,0x06, + 0x06,0x06,0x0C,0x05,0x04,0x06,0x06,0x06,0x06,0x06, + 0x06,0x07,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x64,0x64,0x63,0x64,0x6A,0x08, + 0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0x06,0x06,0x06, + 0x04,0x05,0x04,0x05,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x17,0x18,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x7A,0x06,0xA1,0xA2, + 0xA1,0xA2,0xA1,0xA2,0xA1,0xA2,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x35,0x36,0x36,0x36,0x7F,0x7F,0x36, + 0x7F,0x36,0x7F,0x36,0xB1,0x06,0x06,0x06,0x3F,0x40, + 0x54,0x55,0x5B,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x04,0x05,0x04,0x05,0x39,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x9B,0x06,0x06,0x06,0x06,0x06, + 0x0D,0x0C,0x06,0x06,0x06,0x06,0x06,0x06,0x0E,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x5C,0x06,0x06,0x06,0x06,0x0C,0x0D,0x0C, + 0x0D,0x06,0x06,0x06,0x12,0x13,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x12,0x13,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x02,0x03,0x06,0x06,0x12,0x13,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x06,0x06, + 0x06,0x06,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01, + 0x12,0x13,0x00,0x01,0x02,0x03,0x02,0x03,0x02,0x03, + 0x06,0x06,0x31,0x06,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x8A,0x06,0xAF,0xB0,0xAF,0xB0,0xAF, + 0xB0,0xAF,0xB0,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x2F,0x36,0x36,0xB1,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x4C,0x4D,0x63,0x64,0x6A, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0C,0x0D,0x0C,0x0D,0x3C,0x3D,0x6C,0x6D,0x6C, + 0x6D,0xA5,0xA5,0xA5,0xA5,0xA5,0xA5,0xA5,0xA5,0xA5, + 0xA5,0xA6,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x14,0x15,0x22,0x16,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x23,0x24,0x25, + 0x06,0x06,0x06,0x04,0x05,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0B,0x0A,0x0B,0x0A,0x0B, + 0x0A,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x33,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19, + 0x19,0x19,0x19,0x19,0x34,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x3F,0x40,0x54,0x55,0x54,0x55, + 0x54,0x55,0x5B,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x79, + 0x41,0x42,0x06,0x06,0x04,0x05,0x04,0x05,0x3F,0x40, + 0x41,0x42,0xD8,0xD9,0xDA,0xD9,0xDA,0xD9,0xDB,0xDB, + 0xDB,0xDB,0xDB,0xDB,0xDB,0xDB,0xDB,0xDB,0xDC,0x31, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x31,0x06,0x06,0x06,0x07,0x08,0x08,0x08,0x7D, + 0x7E,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x5C,0x06,0x06,0x06,0x06,0x06, + 0x0C,0x0D,0x06,0x06,0x06,0x06,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13, + 0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x06,0x06,0x31,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x10,0x11,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03,0x06,0x5A, + 0x19,0x19,0x19,0x19,0x19,0x19,0x34,0x19,0x19,0x19, + 0x19,0x5A,0x06,0x06,0x06,0x06,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x3A,0x26,0x26, + 0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26, + 0x26,0x3B,0x06,0x06,0x48,0x49,0x4A,0x4B,0x06,0x06, + 0x06,0x4C,0x4D,0x63,0x64,0x63,0x64,0x63,0x64,0x6A, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x89,0x4E,0x4F,0x06, + 0x06,0x0C,0x0D,0x0C,0x0D,0x4C,0x4D,0x4E,0x4F,0xDD, + 0xDE,0xDF,0xE0,0xDF,0xE0,0xE1,0xE1,0xE1,0xE1,0xE1, + 0xE1,0xE1,0xE1,0xE1,0xE1,0xE2,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x31,0x06,0x06,0x31,0x06,0x06,0x31, + 0x06,0x06,0x0E,0x08,0x08,0x08,0x8D,0x8E,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x23,0xBB,0xE3,0xBB,0xE3, + 0x24,0x25,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x17,0x18,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x69,0x26,0x26,0x26, + 0x26,0x3A,0x26,0x3B,0x26,0x26,0x26,0x26,0x69,0x06, + 0x31,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x54,0x55,0x54,0x55,0x54,0x55, + 0x54,0x55,0x54,0x55,0x54,0x55,0x54,0x55,0x54,0x55, + 0x54,0x56,0x57,0x58,0x59,0x55,0x54,0x55,0x5B,0x08, + 0x08,0x08,0x08,0x08,0x7D,0x7E,0x08,0x08,0x08,0x08, + 0x08,0x08,0x7D,0x7E,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x79,0x54,0x55,0x54,0x55, + 0x54,0x55,0x5B,0x08,0x08,0x5C,0x46,0x47,0x80,0x81, + 0x80,0x81,0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, + 0x80,0x80,0xB6,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x74, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x5C,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x04,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13, + 0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13,0x06,0x06, + 0x06,0x06,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x06,0x5A,0x19,0x7A,0x06,0x06,0x06,0x06,0x3F,0x40, + 0x41,0x42,0x12,0x13,0x06,0x7A,0x34,0x19,0x19,0x5A, + 0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x06,0x06,0x02,0x03,0x00,0x01,0x02,0x03, + 0x00,0x63,0x64,0x63,0x64,0x63,0x64,0x63,0x64,0x63, + 0x64,0x63,0x64,0x63,0x64,0x63,0x64,0x63,0x65,0x66, + 0x67,0x68,0xE4,0x63,0x64,0x6A,0x08,0x08,0x08,0x08, + 0x08,0x8D,0x8E,0x08,0x08,0x7D,0x7E,0x08,0x08,0x8D, + 0x8E,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x89,0x63,0x64,0x63,0x64,0x63,0x64,0x6A, + 0x08,0x08,0x09,0x52,0x53,0x8F,0x90,0x8F,0x90,0xBF, + 0xBF,0xBF,0xBF,0xBF,0xBF,0xBF,0xBF,0xBF,0xBF,0xC0, + 0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x31,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09, + 0x06,0x06,0x06,0x06,0x06,0x04,0x05,0x0C,0x0D,0x04, + 0x05,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x69,0x26, + 0x26,0x06,0x06,0x06,0x06,0x4C,0x4D,0x4E,0x4F,0x0A, + 0x0B,0x06,0x26,0x3B,0x26,0x26,0x7A,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x06,0x06,0x0A,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x75,0x76,0x77,0x78,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x8D,0x8E,0x08,0x08,0x08,0x08,0x08,0x7D, + 0x7E,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x79, + 0x54,0x55,0x41,0x42,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x06,0x06,0x06,0x06, + 0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0E,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0x06,0x06, + 0x06,0x06,0x0C,0x0D,0x04,0x05,0x0C,0x0D,0x04,0x05, + 0x06,0x06,0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x5A, + 0x19,0x19,0x19,0x19,0x19,0x7A,0x06,0x06,0x3F,0x40, + 0x54,0x55,0x5B,0x08,0x08,0x5C,0x02,0x03,0x06,0x06, + 0x06,0x06,0x06,0x7A,0x06,0x06,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x06,0x06, + 0x00,0x01,0x12,0x13,0x00,0x08,0x08,0x7D,0x7E,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x75,0xA3,0xA4,0x78,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x8D,0x8E,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x89,0x63,0x64,0x4E, + 0x4F,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x31,0x06,0x06,0x06,0x06, + 0x31,0x06,0x06,0x06,0x06,0x06,0x3F,0x40,0x54,0x55, + 0x5B,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x09,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0C,0x0D,0x06,0x06,0x0C,0x0D,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x3F,0x40,0x54,0x55,0x55,0x55,0x55,0x54,0x55,0x41, + 0x42,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x69,0x26,0x26,0x26, + 0x26,0x26,0x26,0x06,0x06,0x4C,0x4D,0x63,0x64,0x6A, + 0x08,0x08,0x09,0x06,0x06,0x06,0x12,0x13,0x06,0x06, + 0x8A,0x06,0x31,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x08,0x08,0x8D,0x8E,0x08,0x08,0xE5,0xE6, + 0xE7,0xE8,0xE9,0xEA,0x08,0x08,0x08,0x08,0x08,0x75, + 0xB2,0xB3,0x78,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x4C,0x4D,0x63,0x64,0x6A,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x09,0x06,0x48,0x49,0x4A,0x4B,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x02,0x03,0x02,0x03,0x02,0x03,0x06,0x4C,0x4D,0x63, + 0x64,0x64,0x64,0x64,0x63,0x64,0x4E,0x4F,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x06,0x31, + 0x06,0x31,0x06,0x7A,0x06,0x06,0x5D,0x5E,0x5F,0x60, + 0x7B,0x7C,0x74,0x08,0x08,0x08,0x7D,0x7E,0x08,0x5C, + 0x06,0x06,0x06,0x0A,0x0B,0x06,0x06,0x7A,0x06,0x06, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x08, + 0x08,0x08,0x08,0x08,0x08,0xBE,0x6F,0x70,0x71,0x72, + 0x73,0x21,0x22,0x21,0x22,0x21,0xBC,0xA3,0xA4,0xBD, + 0x22,0x16,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x7D,0x7E,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x09,0x54,0x55,0x54,0x55,0x54, + 0x55,0x54,0x55,0x54,0x55,0x54,0x55,0x54,0x55,0x54, + 0x54,0x55,0x54,0x55,0x54,0x55,0x54,0x55,0x54,0x55, + 0x5B,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x79,0x41,0x56, + 0x57,0x58,0x59,0x55,0x54,0x55,0x54,0x55,0x54,0x55, + 0x54,0x54,0x55,0x54,0x55,0x54,0x55,0x54,0x55,0x54, + 0x55,0x54,0x55,0x55,0x5B,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x5C,0x55,0x55,0x54,0x55,0x41, + 0x42,0x06,0x06,0x06,0x06,0x31,0x06,0x31,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x31,0x06,0x06, + 0x8A,0x06,0x06,0x6E,0x6F,0x70,0x8B,0x72,0x8C,0x07, + 0x08,0x08,0x08,0x8D,0x8E,0x08,0x09,0x06,0x06,0x06, + 0x02,0x03,0x06,0x06,0x8A,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x1B,0x1C,0x1D,0x1E, + 0x1F,0x20,0x99,0x08,0x86,0x87,0x9A,0x88,0x1A,0x06, + 0x06,0x06,0x06,0xC5,0xC6,0xC7,0xC8,0x06,0x0E,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x8D,0x8E, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x64,0x63,0x64,0x64,0x63,0x64,0x63,0x64, + 0x63,0x64,0x63,0x64,0x63,0x64,0x63,0x63,0x64,0x63, + 0x64,0x63,0x64,0x63,0x64,0x63,0x64,0x6A,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x89,0x4E,0x65,0x66,0x67,0x68, + 0xE4,0x63,0x64,0x63,0x64,0x63,0x64,0x63,0x63,0x64, + 0x63,0x64,0x63,0x64,0x63,0x64,0x63,0x64,0x63,0x64, + 0x64,0x6A,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x64,0x64,0x64,0x63,0x64,0x4E,0x4F,0x06,0x44, + 0x45,0x31,0x06,0x31,0x06,0x06,0x02,0x03,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x33,0x06,0x06, + 0x99,0x08,0x86,0x87,0x9A,0x88,0x0E,0x08,0x08,0x08, + 0x08,0x08,0x08,0x5C,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x8A,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x29,0x06,0x06,0x06,0x06,0x2A,0x93, + 0x94,0x95,0x96,0x97,0x98,0x27,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x14,0x15,0xBB,0xE3,0xBB, + 0xE3,0xBB,0xE3,0xBB,0xE3,0xEB,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x75,0x76,0x77,0x78,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x5C,0x06,0x50,0x51,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x5A,0x19, + 0x19,0x06,0x06,0x06,0x33,0x06,0x06,0x93,0x94,0x95, + 0x96,0x97,0x98,0x0E,0x08,0x08,0x7D,0x7E,0x08,0x08, + 0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x7A,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x43,0x06,0x12,0x13,0x06,0x2D,0x06,0x06,0x06,0x06, + 0x06,0x06,0x2B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x0E,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x7D,0x7E,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x75,0xA3,0xA4,0x78,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x09,0x31,0x06,0x06,0x06,0x06,0x31,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x06,0x06,0x06,0x69,0x26,0x7A,0x06,0x06, + 0x06,0x7A,0x06,0x06,0xA1,0xA2,0x36,0x36,0x2E,0x06, + 0x14,0x15,0x16,0x8D,0x8E,0x08,0x08,0x25,0xA1,0xA2, + 0x36,0x36,0x2E,0x06,0x06,0x8A,0x06,0x06,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x06,0x06,0x0A, + 0x0B,0x06,0x32,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0xEC,0x06,0x06,0x06,0x06,0xD3,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x14, + 0x15,0x16,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x8D,0x8E,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x7D,0x7E,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x75,0xB2,0xB3, + 0x78,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x06, + 0x06,0x06,0x44,0x45,0x1B,0x1C,0x37,0x38,0x1D,0x1E, + 0x1D,0x1E,0x1D,0x1F,0x20,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x5A, + 0x19,0x19,0x7A,0x06,0x26,0x06,0x06,0x06,0x26,0x06, + 0x06,0xAF,0xB0,0x36,0x36,0xB1,0x06,0x06,0x06,0x0E, + 0x08,0x08,0x08,0x09,0x06,0xAF,0xB0,0x36,0x36,0xB1, + 0x06,0x06,0x8A,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x12,0x13,0x00,0x01,0x06,0x2D, + 0x19,0x19,0x19,0x19,0x34,0x06,0x06,0x06,0x06,0x06, + 0x9E,0x06,0x06,0x06,0x06,0xED,0x02,0x03,0x00,0x01, + 0x00,0x01,0x02,0x03,0x02,0x03,0x06,0x06,0x74,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x7D,0x7E,0x08,0x08,0x08,0x08,0x08,0x08,0x7D, + 0x7E,0x08,0x08,0x8D,0x8E,0x08,0x08,0x08,0x08,0x08, + 0x23,0xBB,0xE3,0xBB,0xE3,0xBB,0xE3,0xBB,0xE3,0x15, + 0xBB,0xE3,0xBB,0xE3,0xE3,0x22,0x21,0xBB,0xE3,0xE3, + 0xBB,0x22,0x21,0xE3,0xBB,0x22,0x21,0xBB,0xE3,0xBB, + 0xE3,0xBB,0xE3,0x15,0xBB,0xE3,0xBB,0xE3,0x22,0x21, + 0x22,0x21,0x22,0x21,0xBC,0xA3,0xA4,0xBD,0x22,0xE3, + 0x15,0xBB,0xE3,0xBB,0xE3,0x15,0x21,0x22,0x21,0x22, + 0x21,0x22,0x21,0x22,0x21,0x22,0x21,0x22,0x21,0x22, + 0x16,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x09,0x06,0x06,0x06,0x50, + 0x51,0x30,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x32,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x06,0x06,0x7A,0x26,0x26,0x26, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x35, + 0x36,0x36,0x2E,0x06,0x06,0x06,0x14,0xE3,0xE3,0x24, + 0x25,0x06,0x06,0x35,0x36,0x36,0x2E,0x06,0x06,0x8A, + 0x06,0x31,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0xA1,0xA2,0x00,0x01,0x00,0x01, + 0x00,0x0A,0x0B,0x0A,0x0B,0x06,0x32,0x26,0x26,0x26, + 0x26,0x3B,0x06,0x06,0x06,0x06,0x06,0xAC,0x06,0x06, + 0x06,0x06,0xEE,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x07,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x8D,0x8E, + 0x08,0x08,0x7D,0x7E,0x08,0x08,0x8D,0x8E,0x08,0x08, + 0x08,0x08,0x08,0x08,0x7D,0x7E,0x08,0x5C,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0xC5,0xC6,0xC7,0xC8,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13,0x12, + 0x13,0x06,0x06,0x12,0x13,0x06,0x06,0x74,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x79,0x41,0x42,0x06,0x06,0x06,0x2C,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x2D,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x7A,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x2F,0x2E,0x06,0x36,0x36,0x36, + 0x2E,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x35,0x36,0x36,0x2E,0x06,0x06,0x7A,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0xAF,0xB0,0x0A,0x0B,0x0A,0x0B,0x0A,0x02,0x03, + 0x00,0x01,0x06,0x2D,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x9E,0x06,0x06,0x06,0x06,0xED, + 0x06,0x06,0x02,0x03,0x02,0x03,0x04,0x05,0x06,0x06, + 0x06,0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x8D, + 0x8E,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x8D,0x8E,0x08,0x09,0x06,0x06,0x06,0x12,0x13, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06, + 0x0A,0x0B,0x06,0x06,0x07,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x89, + 0x4E,0x4F,0x06,0x06,0x06,0x30,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x32,0x06,0x06,0x02,0x03, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x06,0x06, + 0x8A,0x06,0x06,0x06,0x06,0x44,0x45,0x06,0x06,0x35, + 0x36,0x36,0x36,0x36,0x36,0x36,0x36,0x2E,0x06,0x06, + 0x06,0x06,0x06,0x06,0x35,0x36,0x36,0x36,0x36,0x36, + 0x36,0x2E,0x06,0x8A,0x06,0x06,0x00,0x01,0x00,0x01, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x06,0x06,0x0A,0x0B,0x06, + 0x32,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0xAC,0x06,0x06,0x06,0x06,0xEE,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0C,0x0D,0x06,0x06,0x06,0x06,0x07, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x23,0x21,0x22,0x22, + 0x24,0x25,0x06,0x06,0x06,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x00, + 0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x06, + 0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x4F,0x06, + 0x06,0x06,0x2C,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x9B,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x8A,0x06,0x31, + 0x06,0x06,0x50,0x51,0x06,0x06,0x2F,0x2E,0x2E,0x06, + 0x06,0x2F,0x36,0x36,0x36,0x36,0x2E,0x06,0x06,0x06, + 0x06,0x06,0x2F,0x36,0x36,0x36,0x36,0x36,0xB1,0x06, + 0x8A,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x06,0x06,0x02,0x03,0x06,0x2D,0x12,0x13, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x9D,0x06, + 0x06,0x06,0x06,0xCD,0x06,0x06,0x04,0x05,0x04,0x05, + 0x04,0x05,0x06,0x06,0x06,0x06,0x0E,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x5C,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x00,0x01,0x06,0x06,0x12,0x13,0x06,0x06, + 0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x31,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06, + 0x06,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06, + 0x31,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B, + 0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x07,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x4F,0x06,0x06,0x06,0x30, + 0x06,0x06,0x6B,0x6C,0x6D,0x6C,0x6D,0x6C,0x6D,0xA6, + 0x06,0x06,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x06,0x06,0x33,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x36,0x36,0x36,0x2E,0x06,0x06,0x06,0x06,0x2F,0x36, + 0x2F,0x36,0x36,0x36,0x2E,0x06,0x06,0x7A,0x06,0x06, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x06, + 0x06,0x06,0x06,0x06,0x32,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0xAB,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x06, + 0x06,0x06,0x06,0x14,0x15,0x16,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x09,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05, + 0x04,0x05,0x04,0x05,0x04,0x04,0x06,0x06,0x05,0x04, + 0x0C,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06, + 0x06,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01,0x00, + 0x01,0x00,0x01,0x06,0x06,0x0E,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x4F,0x06,0x06,0x06,0x2C,0x06,0x06,0x2D, + 0x80,0x81,0x82,0x83,0x80,0x81,0xDC,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x7A,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x31, + 0x06,0x06,0x06,0x06,0x12,0x13,0x35,0x36,0x36,0x2E, + 0x06,0x12,0x13,0x06,0x06,0x06,0x2F,0x36,0x36,0x36, + 0x36,0xB1,0x06,0x06,0x8A,0x06,0x31,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x02,0x03,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x06,0x06,0x06,0x06, + 0x06,0x9B,0x00,0x01,0x12,0x13,0x06,0x06,0x06,0xCD, + 0xEF,0xF0,0xCE,0x06,0x06,0x06,0x04,0x05,0x04,0x05, + 0x12,0x13,0x04,0x05,0x04,0x05,0x06,0x06,0x06,0x06, + 0x06,0x06,0x0E,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0F,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x00,0x01,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x31,0x06,0x06,0x06,0x06,0x0D,0x0C,0x0D,0x0C, + 0x0D,0x0C,0x06,0x06,0x06,0x0D,0x0C,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x02,0x03,0x02,0x03, + 0x06,0x06,0x14,0x15,0x16,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x4F, + 0x06,0x06,0x06,0x30,0x06,0x06,0x32,0x8F,0x90,0x91, + 0x92,0x8F,0x8F,0x90,0x06,0x06,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x06,0x06,0x8A,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x2F,0x36,0x36,0xB1,0x06,0x0A,0x0B, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x7A,0x06,0x06,0x00,0x01,0x00,0x01,0x02,0x03, + 0x06,0x06,0x00,0x01,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x6C,0x6D,0x6C,0x6D,0xA5,0xA6,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0C,0x0D,0x0C,0x0D,0x0A,0x0B,0x0C, + 0x0D,0x0C,0x0D,0x06,0x06,0x06,0x06,0x06,0x06,0x14, + 0x15,0x21,0x22,0x16,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x23,0x21,0x22,0x24,0x25,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x05,0x04,0x05,0x04,0x04,0x05,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x05,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x02, + 0x03,0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0E,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x4F,0x06,0x06,0x06, + 0x2C,0x06,0x06,0x32,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x7A,0x06,0xA1,0xA2,0xA1, + 0xA2,0xA1,0xA2,0xA1,0xA2,0x06,0x06,0x06,0x02,0x03, + 0x35,0x36,0x36,0x2E,0x06,0x02,0x03,0x06,0xA1,0xA2, + 0xA1,0xA2,0xA1,0xA2,0xA1,0xA2,0x06,0x06,0x8A,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x80,0x81,0x80,0x81,0x80,0xB6,0x00,0x01,0x00,0x01, + 0x12,0x13,0x12,0x13,0x12,0x13,0x04,0x05,0x04,0x05, + 0x04,0x05,0x12,0x13,0x02,0x03,0x04,0x05,0x04,0x05, + 0x04,0x05,0x06,0x06,0x44,0x45,0x12,0x13,0x06,0x06, + 0x0E,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0F,0x12,0x13, + 0x12,0x13,0x00,0x01,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0D, + 0x0C,0x0D,0x04,0x0C,0x0D,0x06,0x06,0x06,0x06,0x06, + 0x06,0x12,0x13,0x0C,0x0D,0x04,0x04,0x05,0x04,0x05, + 0x12,0x13,0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x14,0x15, + 0x21,0x22,0x16,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x4F,0x06,0x06,0x06,0x30,0x06,0x06, + 0x32,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x06,0x06,0x8A,0x06,0xAF,0xB0,0xAF,0xB0,0xAF,0xB0, + 0xAF,0xB0,0x06,0x06,0x06,0x06,0x19,0x06,0x06,0x06, + 0x06,0x06,0x19,0x06,0x06,0xAF,0xB0,0xAF,0xB0,0xAF, + 0xB0,0xAF,0xB0,0x06,0x06,0x7A,0x06,0x06,0x00,0x01, + 0x00,0x01,0x12,0x13,0x06,0x06,0x00,0x01,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x8F,0x90,0x8F, + 0x90,0xBF,0xC0,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x0A, + 0x0B,0x06,0x06,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x06, + 0x06,0x50,0x51,0x0A,0x0B,0x06,0x06,0x14,0x15,0x21, + 0x22,0x21,0x22,0x21,0x22,0x21,0x22,0x21,0x22,0x21, + 0x22,0x21,0x22,0x24,0x25,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x04,0x05,0x0C, + 0x04,0x06,0x06,0x06,0x06,0x05,0x04,0x05,0x0A,0x0B, + 0x12,0x13,0x0C,0x0C,0x0D,0x0C,0x0D,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x79,0x41,0x41,0x41,0x2C,0x06,0x06,0x2D,0x41,0x41, + 0x42,0x06,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x33, + 0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19, + 0x19,0x19,0x19,0x28,0x06,0x06,0x06,0x06,0x06,0x28, + 0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19,0x19, + 0x19,0x19,0x8A,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x06,0x06,0x12,0x13,0x06,0x06, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x1B,0x1C, + 0x1D,0x1E,0x1D,0x1E,0x1D,0x1E,0x1F,0x20,0x04,0x05, + 0x04,0x05,0x04,0x05,0x04,0x05,0x12,0x13,0x12,0x13, + 0x02,0x03,0x12,0x13,0x06,0x06,0x12,0x13,0x12,0x13, + 0x12,0x13,0x12,0x13,0x06,0x06,0x12,0x13,0x06,0x06, + 0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x10,0x11,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13, + 0x06,0x06,0x04,0x05,0x04,0x05,0x04,0x0C,0x06,0x06, + 0x06,0x06,0x0D,0x0C,0x0D,0x00,0x01,0x0A,0x0B,0x04, + 0x04,0x05,0x04,0x05,0x00,0x01,0x00,0x01,0x12,0x13, + 0x12,0x13,0x12,0x13,0x06,0x06,0x12,0x13,0x12,0x13, + 0x06,0x06,0x31,0x06,0x06,0x06,0x0E,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x30,0x06,0x06,0x32,0x4E,0x4E,0x4F,0x06,0x06, + 0x06,0x06,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x06,0x06,0x26,0x26,0x26,0x26, + 0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26, + 0x26,0x06,0x06,0x06,0x06,0x06,0x26,0x26,0x26,0x26, + 0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26,0x26, + 0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x06,0x06,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x29,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x2A,0x0C,0x0D,0x0C,0x0D,0x0C, + 0x0D,0x0C,0x0D,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x12,0x13,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x04,0x0C, + 0x0D,0x0C,0x0D,0x0C,0x04,0x05,0x06,0x06,0x04,0x05, + 0x12,0x13,0x0A,0x0B,0x00,0x01,0x0C,0x0C,0x0D,0x0C, + 0x0D,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x2C,0x06, + 0x06,0x2D,0x08,0x08,0x5C,0x06,0x06,0x06,0x06,0x12, + 0x13,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x12,0x13, + 0x02,0x03,0x44,0x45,0x10,0x11,0x00,0x01,0x00,0x01, + 0x02,0x03,0x2C,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x2D,0x04,0x05,0x04,0x05,0x12,0x13,0x12,0x13, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x12,0x13, + 0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x00,0x01,0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x0A,0x0B,0x02,0x03,0x10,0x11, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x06,0x0C,0x04,0x05,0x12,0x13, + 0x04,0x0C,0x0D,0x06,0x06,0x0C,0x0D,0x0A,0x0B,0x10, + 0x11,0x0A,0x0B,0x04,0x04,0x05,0x04,0x05,0x10,0x11, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x12,0x13, + 0x00,0x01,0x00,0x01,0x12,0x13,0x06,0x06,0x06,0x06, + 0x07,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x30,0x06,0x06,0x32,0x08, + 0x08,0x09,0x06,0x06,0x06,0x06,0x0A,0x0B,0x02,0x03, + 0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01,0x12,0x13, + 0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x06,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x06,0x06,0x06,0x06, + 0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03, + 0x00,0x01,0x00,0x01,0x00,0x0A,0x0B,0x06,0x06,0x50, + 0x51,0x17,0x18,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x30, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x32,0x0C, + 0x0D,0x0C,0x0D,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x00,0x01,0x12,0x13,0x17,0x18,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x06,0x06,0x0C,0x0D,0x0A,0x0B,0x0C,0x04,0x05, + 0x04,0x04,0x05,0x04,0x02,0x03,0x17,0x18,0x10,0x11, + 0x0C,0x0C,0x0D,0x0C,0x0D,0x17,0x18,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x74,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x23,0x24,0x2C,0x06,0x06,0x32,0x24,0x24,0x25,0x06, + 0x06,0x06,0x06,0x02,0x03,0x06,0x06,0x06,0x44,0x45, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x12, + 0x13,0x12,0x13,0x12,0x13,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x12,0x13,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x02,0x03,0x06,0x06,0x06,0x06,0x31,0x06, + 0x02,0x03,0x02,0x03,0x12,0x13,0x39,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x9B,0x04,0x05,0x04,0x05, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x10,0x11, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01,0x0A,0x0B, + 0x0A,0x0B,0x06,0x06,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01,0x06,0x04, + 0x04,0x05,0x00,0x01,0x04,0x0C,0x0D,0x0C,0x0C,0x0D, + 0x0C,0x0D,0x0D,0x06,0x06,0x17,0x18,0x04,0x04,0x05, + 0x04,0x05,0x04,0x05,0x02,0x03,0x02,0x03,0x02,0x03, + 0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x00,0x01, + 0x12,0x13,0x06,0x06,0x07,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x06,0x30, + 0x06,0x06,0x9B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x31,0x06,0x50,0x51,0x06,0x02,0x03, + 0x02,0x03,0x02,0x03,0x02,0x03,0x0A,0x0B,0x0A,0x0B, + 0x0A,0x0B,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x06,0x06,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x00,0x01,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x06,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x3C,0x3D,0x3E,0x06,0x06,0x06,0x06, + 0x6B,0xA5,0xA6,0x0C,0x0D,0x0C,0x0D,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x17,0x18,0x0A,0x0B,0x02, + 0x03,0x02,0x03,0x02,0x03,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x00,0x01,0x00,0x01,0x12, + 0x13,0x12,0x13,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x0C,0x0C,0x0D,0x0A, + 0x0B,0x0C,0x04,0x05,0x04,0x05,0x04,0x05,0x04,0x05, + 0x04,0x05,0x04,0x05,0x04,0x0C,0x0D,0x0C,0x0D,0x0C, + 0x0D,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x00, + 0x01,0x00,0x01,0x00,0x01,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x0E,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x09,0x06,0x2C,0x06,0x06,0x06, + 0x1D,0x1E,0x1D,0x1F,0x20,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x02,0x03,0x02,0x03,0x02,0x03,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x06,0x06,0x12,0x13, + 0x06,0x06,0x12,0x13,0x06,0x06,0x06,0x06,0x02,0x03, + 0x46,0x47,0x39,0x06,0x06,0x06,0x06,0x9B,0x80,0xB6, + 0x04,0x05,0x04,0x05,0x10,0x11,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x10,0x11,0x12,0x13,0x02,0x03,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x12,0x13,0x06,0x06,0x02,0x03, + 0x02,0x03,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03, + 0x02,0x03,0x06,0x04,0x04,0x05,0x10,0x11,0x04,0x0C, + 0x0D,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x06,0x06,0x06, + 0x0D,0x04,0x04,0x05,0x04,0x05,0x04,0x05,0x04,0x05, + 0x06,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B, + 0x0A,0x0B,0x00,0x01,0x00,0x01,0x06,0x06,0x74,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x09,0x06,0x30,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x32,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x00,0x01,0x12,0x13, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x01, + 0x00,0x01,0x00,0x06,0x06,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x52,0x53,0x3C, + 0x3D,0x6C,0x6D,0xA5,0xA6,0xBF,0xC0,0x0C,0x0D,0x0C, + 0x0D,0x17,0x18,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x17,0x18,0x0A, + 0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x02, + 0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x06,0x06,0x06, + 0x06,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13,0x12, + 0x13,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x0C,0x0C,0x0D,0x17,0x18,0x0C,0x04,0x05,0x05,0x04, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0C,0x0C, + 0x0D,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x06,0x06,0x06, + 0x06,0x06,0x06,0x02,0x03,0x02,0x03,0x02,0x03,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x07,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x06, + 0x39,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x32,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06, + 0x06,0x06,0x06,0x12,0x13,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x31,0x06,0x02,0x03,0x06,0x06,0x02,0x03,0x06,0x06, + 0x12,0x13,0x06,0x06,0x06,0x06,0x46,0x47,0x80,0x81, + 0x80,0xB6,0x44,0x45,0x04,0x05,0x04,0x05,0x04,0x05, + 0x02,0x03,0x02,0x03,0x02,0x03,0x0A,0x0B,0x0A,0x0B, + 0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x02,0x03,0x06,0x06, + 0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13,0x00,0x01, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B, + 0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x05, + 0x04,0x05,0x04,0x0C,0x0D,0x0D,0x0C,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x01,0x00,0x01, + 0x06,0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x09,0x06,0x39,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x9B,0x06,0x06,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13, + 0x06,0x06,0x06,0x06,0x12,0x13,0x12,0x13,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13,0x12,0x13, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x06,0x06,0x12,0x13, + 0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x06,0x31,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x52,0x53,0x8F,0x90,0xBF,0xC0,0x50, + 0x51,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x06,0x06,0x06, + 0x06,0x06,0x06,0x02,0x03,0x00,0x01,0x00,0x01,0x00, + 0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x12, + 0x13,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x10,0x11,0x00,0x01,0x00, + 0x01,0x00,0x01,0x00,0x01,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0C,0x0D,0x0C,0x0D,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x31, + 0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x07, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x09,0x06,0x3C,0x3D,0x6D,0x6C,0x6D,0x6D, + 0x6C,0x6D,0xA6,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x31,0x06,0x06,0x02,0x03,0x06,0x06,0x31,0x06, + 0x12,0x13,0x12,0x13,0x12,0x13,0x04,0x05,0x04,0x05, + 0x04,0x05,0x04,0x05,0x04,0x05,0x06,0x06,0x04,0x05, + 0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x0A,0x0B,0x12,0x13, + 0x12,0x13,0x12,0x13,0x12,0x13,0x06,0x06,0x06,0x06, + 0x06,0x06,0x17,0x18,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B, + 0x0A,0x0B,0x06,0x06,0x12,0x13,0x12,0x13,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31, + 0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x12,0x13,0x12,0x13,0x06,0x06,0x12,0x13, + 0x00,0x01,0x02,0x03,0x06,0x06,0x0E,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09, + 0x06,0x46,0x47,0x81,0x80,0x81,0x81,0x80,0x81,0xDC, + 0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0C,0x0D,0x0C,0x0D,0x0C,0x0D,0x0C, + 0x0D,0x0C,0x0D,0x06,0x06,0x0C,0x0D,0x06,0x06,0x02, + 0x03,0x02,0x03,0x02,0x03,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x02,0x03,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x12,0x13,0x06,0x06,0x06,0x06,0x12, + 0x13,0x02,0x03,0x00,0x01,0x00,0x01,0x00,0x01,0x12, + 0x13,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x06, + 0x06,0x06,0x06,0x74,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x5C,0x06,0x52,0x53, + 0x8F,0x8F,0x8F,0x8F,0x8F,0x8F,0x90,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x06,0x06, + 0x06,0x06,0x31,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x00,0x01,0x00,0x01,0x00,0x01, + 0x06,0x06,0x04,0x05,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x12,0x13,0x06,0x06,0x06,0x06, + 0x06,0x06,0x02,0x03,0x02,0x03,0x02,0x03,0x00,0x01, + 0x06,0x06,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, + 0x0A,0x0B,0x06,0x06,0x06,0x06,0x0A,0x0B,0x06,0x06, + 0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x02,0x03, + 0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x05,0x04,0x05,0x05,0x04,0x05, + 0x04,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x05,0x04,0x05,0x00,0x01,0x00,0x01, + 0x06,0x06,0x00,0x01,0x00,0x01,0x12,0x13,0x12,0x13, + 0x07,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x08,0x08,0x08,0x09,0x06,0x06,0x06,0x06,0x06,0x06, + 0x12,0x13,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x02,0x03, + 0x02,0x03,0x02,0x03,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x02,0x03,0x02,0x03,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01,0x00,0x01, + 0x00,0x01,0x00,0x01,0x00,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x31,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0C, + 0x0D,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x01,0x12, + 0x13,0x06,0x06,0x02,0x03,0x06,0x06,0x02,0x03,0x02, + 0x03,0x02,0x03,0x00,0x01,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x04,0x05, + 0x04,0x05,0x0C,0x0C,0x0D,0x0C,0x0D,0x0C,0x0C,0x05, + 0x04,0x05,0x06,0x06,0x06,0x06,0x06,0x05,0x04,0x05, + 0x05,0x04,0x05,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x74,0x08,0x08, + 0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, + 0x5C,0x06,0x06,0x06,0x06,0x06,0x06,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, + 0x06,0x06,0x06,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A,0x0B,0x0A, + 0x0B,0x0A +}; + +/* End of BIGMAP_MAP.C */ diff --git a/gbdk-lib/examples/gg/large_map/bigmap_map.h b/gbdk-lib/examples/gg/large_map/bigmap_map.h @@ -0,0 +1,32 @@ +/* + + BIGMAP_MAP.H + + Map Include File. + + Info: + Section : + Bank : 0 + Map size : 247 x 66 + Tile set : bigmap_tiles.gbr + Plane count : 1 plane (8 bits) + Plane order : Planes are continues + Tile offset : 0 + Split data : No + + This file was generated by GBMB v1.8 + +*/ +#ifndef __bigmap_map_h_INCLUDE +#define __bigmap_map_h_INCLUDE + +#define bigmap_mapWidth 247 +#define bigmap_mapHeight 66 +#define bigmap_mapBank 0 + +#define bigmap_map bigmap_mapPLN0 +extern const unsigned char bigmap_mapPLN0[]; + +#endif + +/* End of BIGMAP_MAP.H */ diff --git a/gbdk-lib/examples/gg/large_map/bigmap_tiles.c b/gbdk-lib/examples/gg/large_map/bigmap_tiles.c @@ -0,0 +1,512 @@ +/* + + BIGMAP_TILES.C + + Tile Source File. + + Info: + Form : All tiles as one unit. + Format : Gameboy 4 color. + Compression : None. + Counter : None. + Tile size : 8 x 8 + Tiles : 0 to 240 + + Palette colors : Included. + SGB Palette : None. + CGB Palette : None. + + Convert to metatiles : No. + + This file was generated by GBTD v2.2 + +*/ + +/* Start of tile array. */ +const unsigned char bigmap_tiles[] = +{ + 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, + 0x00,0x00,0x00,0x00,0x20,0x00,0x32,0x00, + 0x16,0x00,0x04,0x00,0x00,0x00,0x00,0x00, + 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, + 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,0x0F,0x00,0x30,0x00,0x40,0x03,0x40, + 0x3E,0x21,0x3B,0x3C,0x1D,0x13,0x1F,0x14, + 0x00,0x00,0x00,0x80,0x00,0x80,0x80,0x80, + 0x80,0x80,0x80,0x80,0x80,0x80,0x80,0x80, + 0x00,0x00,0x00,0x01,0x00,0x01,0x01,0x01, + 0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, + 0x00,0xF8,0x00,0x0C,0x00,0x02,0xC0,0x02, + 0x78,0x84,0xDC,0x3C,0xB8,0xC8,0xF8,0x28, + 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, + 0x0F,0x0C,0x0D,0x0C,0x05,0x04,0x45,0x8C, + 0xED,0x9C,0xFD,0xDC,0x3D,0x7C,0x85,0x04, + 0xE0,0x9F,0xFF,0x80,0xFF,0x80,0xFF,0x80, + 0xC0,0xFF,0xFF,0x80,0xFF,0x80,0xFF,0x80, + 0x07,0xF9,0xFF,0x01,0xFF,0x01,0xFF,0x01, + 0x03,0xFF,0xFF,0x01,0xDF,0x21,0xFF,0x01, + 0xF0,0x30,0x70,0x30,0x62,0x30,0x76,0x38, + 0x6D,0x3B,0x6A,0x2E,0x71,0x20,0x64,0x3B, + 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, + 0x3D,0xC4,0x05,0xFC,0xC5,0x3C,0xFD,0x04, + 0xFD,0x04,0xFD,0x04,0xFD,0x04,0xFD,0x04, + 0xC0,0xFF,0xFF,0x80,0xFB,0x84,0xFF,0x80, + 0xC0,0xFF,0xFF,0x80,0xFB,0x84,0xFF,0x80, + 0x03,0xFF,0xFF,0x01,0xFF,0x01,0xFF,0x01, + 0x03,0xFF,0xDF,0x21,0xDF,0x21,0xDF,0x21, + 0x60,0x3F,0x60,0x3F,0x60,0x3F,0x60,0x3F, + 0x62,0x3D,0x63,0x3C,0x63,0x3C,0x63,0x3C, + 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, + 0xC5,0x32,0x09,0x66,0x6B,0x14,0xEF,0x10, + 0xCF,0x20,0x3F,0x60,0xCF,0x30,0x0F,0x10, + 0xFD,0x04,0xFD,0x04,0xFD,0x04,0xFD,0x04, + 0xFD,0x04,0xFD,0x04,0xFD,0x04,0xFD,0x04, + 0xC0,0xFF,0xFF,0x80,0xF7,0x88,0xFF,0x80, + 0xC0,0xFF,0xFF,0x80,0xFF,0x80,0xFF,0x80, + 0x03,0xFF,0xFF,0x01,0xEF,0x11,0xFF,0x01, + 0x03,0xFF,0x7F,0x81,0x7F,0x81,0x7F,0x81, + 0x63,0x3C,0x63,0x3C,0x63,0x3C,0x63,0x3C, + 0x63,0x3C,0x63,0x3C,0x63,0x3C,0x63,0x3C, + 0xEE,0x08,0xEC,0x08,0xCD,0x2C,0xD5,0x26, + 0xC8,0x31,0xE2,0x1C,0xE8,0x17,0xF8,0x07, + 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, + 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, + 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, + 0xFF,0x00,0xFF,0x00,0xFF,0x00,0xFF,0x00, + 0xFF,0x00,0xFF,0x00,0xFF,0x00,0xFB,0x00, + 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,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, + 0xC0,0xFF,0xFF,0x80,0xFF,0x80,0xFF,0x80, + 0xC0,0xFF,0xFF,0x80,0xFB,0x84,0xFF,0x80, + 0x03,0xFF,0xFF,0x01,0xDF,0x21,0xFF,0x01, + 0x03,0xFF,0xFF,0x01,0xFF,0x01,0xFF,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,0x00,0xFF,0x00,0xFB,0x00,0xFF,0x00, + 0xDF,0x00,0xDF,0x00,0xFB,0x00,0x9A,0x01, + 0xFF,0x00,0x7D,0x00,0x6F,0x00,0xFD,0x00, + 0x6D,0x00,0xEF,0x00,0xFF,0x00,0xD9,0x20, + 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, + 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, + 0x00,0x00,0xF0,0x00,0xF0,0x00,0xF0,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xC0,0xFF,0xFF,0x80,0xF7,0x88,0xFF,0x80, + 0xC0,0xFF,0xFD,0x82,0xFD,0x82,0xFD,0x82, + 0x03,0xFF,0xFF,0x01,0xEF,0x11,0xFF,0x01, + 0x03,0xFF,0xFF,0x01,0xFF,0x01,0xFF,0x01, + 0x3F,0x00,0x20,0x00,0x2E,0x00,0x20,0x00, + 0x1F,0x20,0x1F,0x20,0x33,0x3F,0xD9,0x1F, + 0x83,0x00,0x8D,0x00,0xB1,0x00,0xD1,0x00, + 0x11,0x80,0x01,0x80,0x81,0x80,0x11,0x00, + 0x13,0xEE,0x3B,0xCE,0x3F,0xC4,0x7F,0x84, + 0x7F,0x84,0x7F,0x84,0x7B,0x86,0x7B,0x86, + 0x22,0xC1,0x08,0xF7,0x80,0x7F,0xCB,0x34, + 0x7F,0x80,0x22,0xC1,0x00,0xFF,0x00,0xFF, + 0x84,0x63,0x84,0x7B,0x81,0x7E,0xD3,0x2C, + 0xFE,0x01,0x44,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, + 0xFD,0x04,0xFF,0x04,0xFF,0x0F,0x00,0xF0, + 0x00,0xC0,0x83,0x40,0xFE,0x21,0x3B,0x3C, + 0x63,0x3C,0xE3,0x3C,0xF1,0xFE,0x0D,0x0E, + 0x02,0x03,0xC2,0x02,0x7E,0x84,0xDC,0x3C, + 0x13,0x9F,0x10,0x9F,0x00,0x9C,0x01,0x90, + 0x01,0x80,0x01,0x80,0x11,0x80,0x12,0x81, + 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,0x52,0x8C,0x7F,0x80,0x47,0x80, + 0xA0,0x5F,0xC0,0x3F,0x00,0xFF,0x04,0xFB, + 0x0D,0xF2,0x4A,0x31,0xFE,0x01,0xE2,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, + 0x1F,0x10,0x1F,0x10,0x0F,0x09,0x02,0x0F, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xC0,0xFF,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x03,0xFF,0x00,0x00,0x00,0x00,0x00,0x00, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0xF8,0x08,0xF8,0x08,0xF0,0x90,0x40,0xF0, + 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, + 0x02,0x80,0x07,0x80,0x08,0x80,0x70,0x80, + 0x3C,0x80,0x07,0x80,0x78,0x00,0xFF,0x00, + 0x40,0x01,0xE0,0x01,0x10,0x01,0x0E,0x01, + 0x3C,0x01,0xE0,0x01,0x1E,0x00,0xFF,0x00, + 0xBF,0x00,0xCF,0x00,0xF0,0x00,0xFF,0x00, + 0x7F,0x00,0xFF,0x00,0xFE,0x00,0xFF,0x00, + 0xFD,0x00,0xF3,0x00,0x0F,0x00,0xFF,0x00, + 0xFE,0x00,0xFF,0x00,0xFF,0x00,0xFF,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,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, + 0xC0,0x3F,0xC0,0x20,0xCE,0x20,0xC0,0x20, + 0xDF,0x20,0xDF,0x20,0xF3,0x3F,0x19,0xDF, + 0x7C,0x83,0x71,0x8C,0x41,0xB0,0x11,0xC0, + 0x11,0x80,0x01,0x80,0x81,0x80,0x11,0x00, + 0x00,0xFF,0x10,0x00,0x10,0x00,0x00,0x00, + 0x10,0x00,0x00,0x00,0x10,0x00,0x10,0x00, + 0x00,0xFF,0x08,0x00,0x08,0x00,0x08,0x00, + 0x08,0x00,0x08,0x00,0x08,0x00,0x08,0x00, + 0x3F,0xC0,0xCF,0x30,0xA3,0x0C,0xDC,0x03, + 0xAA,0x00,0xDD,0x00,0xAA,0x00,0xDD,0x00, + 0xFF,0x00,0xFF,0x00,0xFF,0x00,0xFF,0x00, + 0x3F,0xC0,0xCF,0x30,0xA3,0x0C,0xDC,0x03, + 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, + 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 +}; + +/* End of BIGMAP_TILES.C */ diff --git a/gbdk-lib/examples/gg/large_map/bigmap_tiles.h b/gbdk-lib/examples/gg/large_map/bigmap_tiles.h @@ -0,0 +1,107 @@ +/* + + BIGMAP_TILES.H + + Include File. + + Info: + Form : All tiles as one unit. + Format : Gameboy 4 color. + Compression : None. + Counter : None. + Tile size : 8 x 8 + Tiles : 0 to 240 + + Palette colors : Included. + SGB Palette : None. + CGB Palette : None. + + Convert to metatiles : No. + + This file was generated by GBTD v2.2 + +*/ + +#ifndef __bigmap_tiles_h_INCLUDE +#define __bigmap_tiles_h_INCLUDE + +/* Bank of tiles. */ +#define bigmap_tilesBank 0 + +/* Super Gameboy palette 0 */ +#define bigmap_tilesSGBPal0c0 0 +#define bigmap_tilesSGBPal0c1 0 +#define bigmap_tilesSGBPal0c2 10240 +#define bigmap_tilesSGBPal0c3 400 + +/* Super Gameboy palette 1 */ +#define bigmap_tilesSGBPal1c0 6076 +#define bigmap_tilesSGBPal1c1 8935 +#define bigmap_tilesSGBPal1c2 6596 +#define bigmap_tilesSGBPal1c3 5344 + +/* Super Gameboy palette 2 */ +#define bigmap_tilesSGBPal2c0 6076 +#define bigmap_tilesSGBPal2c1 8935 +#define bigmap_tilesSGBPal2c2 6596 +#define bigmap_tilesSGBPal2c3 5344 + +/* Super Gameboy palette 3 */ +#define bigmap_tilesSGBPal3c0 6076 +#define bigmap_tilesSGBPal3c1 8935 +#define bigmap_tilesSGBPal3c2 6596 +#define bigmap_tilesSGBPal3c3 5344 + +/* Gameboy Color palette 0 */ +#define bigmap_tilesCGBPal0c0 0 +#define bigmap_tilesCGBPal0c1 10570 +#define bigmap_tilesCGBPal0c2 20083 +#define bigmap_tilesCGBPal0c3 32767 + +/* Gameboy Color palette 1 */ +#define bigmap_tilesCGBPal1c0 6076 +#define bigmap_tilesCGBPal1c1 8935 +#define bigmap_tilesCGBPal1c2 6596 +#define bigmap_tilesCGBPal1c3 5344 + +/* Gameboy Color palette 2 */ +#define bigmap_tilesCGBPal2c0 6076 +#define bigmap_tilesCGBPal2c1 8935 +#define bigmap_tilesCGBPal2c2 6596 +#define bigmap_tilesCGBPal2c3 5344 + +/* Gameboy Color palette 3 */ +#define bigmap_tilesCGBPal3c0 6076 +#define bigmap_tilesCGBPal3c1 8935 +#define bigmap_tilesCGBPal3c2 6596 +#define bigmap_tilesCGBPal3c3 5344 + +/* Gameboy Color palette 4 */ +#define bigmap_tilesCGBPal4c0 6076 +#define bigmap_tilesCGBPal4c1 8935 +#define bigmap_tilesCGBPal4c2 6596 +#define bigmap_tilesCGBPal4c3 5344 + +/* Gameboy Color palette 5 */ +#define bigmap_tilesCGBPal5c0 6076 +#define bigmap_tilesCGBPal5c1 8935 +#define bigmap_tilesCGBPal5c2 6596 +#define bigmap_tilesCGBPal5c3 5344 + +/* Gameboy Color palette 6 */ +#define bigmap_tilesCGBPal6c0 6076 +#define bigmap_tilesCGBPal6c1 8935 +#define bigmap_tilesCGBPal6c2 6596 +#define bigmap_tilesCGBPal6c3 5344 + +/* Gameboy Color palette 7 */ +#define bigmap_tilesCGBPal7c0 6076 +#define bigmap_tilesCGBPal7c1 8935 +#define bigmap_tilesCGBPal7c2 6596 +#define bigmap_tilesCGBPal7c3 5344 +/* Start of tile array. */ +extern const unsigned char bigmap_tiles[]; + +#endif + +/* End of BIGMAP_TILES.H */ diff --git a/gbdk-lib/examples/gg/large_map/large_map.c b/gbdk-lib/examples/gg/large_map/large_map.c @@ -0,0 +1,94 @@ +#include <stdint.h> + +#include <gbdk/platform.h> + +#include "bigmap_map.h" +#include "bigmap_tiles.h" + +#define camera_max_y ((bigmap_mapHeight - 18) * 8) +#define camera_max_x ((bigmap_mapWidth - 20) * 8) + +#define MIN(A,B) ((A)<(B)?(A):(B)) + +uint8_t joy; + +// current and old positions of the camera in pixels +uint16_t camera_x, camera_y, old_camera_x, old_camera_y; +// current and old position of the map in tiles +uint8_t map_pos_x, map_pos_y, old_map_pos_x, old_map_pos_y; +// redraw flag, indicates that camera position was changed +uint8_t redraw; + +void set_camera() { + // update hardware scroll position + move_bkg(camera_x, camera_y < (8 * 28) ? camera_y: (camera_y - (8 * 28))); + // up or down + map_pos_y = (uint8_t)(camera_y >> 3u); + if (map_pos_y != old_map_pos_y) { + if (camera_y < old_camera_y) { + set_bkg_submap(map_pos_x, map_pos_y, MIN(21u, bigmap_mapWidth-map_pos_x), 1, bigmap_map, bigmap_mapWidth); + } else { + if ((bigmap_mapHeight - 18u) > map_pos_y) set_bkg_submap(map_pos_x, map_pos_y + 18u, MIN(21u, bigmap_mapWidth-map_pos_x), 1, bigmap_map, bigmap_mapWidth); + } + old_map_pos_y = map_pos_y; + } + // left or right + map_pos_x = (uint8_t)(camera_x >> 3u); + if (map_pos_x != old_map_pos_x) { + if (camera_x < old_camera_x) { + set_bkg_submap(map_pos_x, map_pos_y, 1, MIN(19u, bigmap_mapHeight - map_pos_y), bigmap_map, bigmap_mapWidth); + } else { + if ((bigmap_mapWidth - 20u) > map_pos_x) set_bkg_submap(map_pos_x + 20u, map_pos_y, 1, MIN(19u, bigmap_mapHeight - map_pos_y), bigmap_map, bigmap_mapWidth); + } + old_map_pos_x = map_pos_x; + } + // set old camera position to current camera position + old_camera_x = camera_x, old_camera_y = camera_y; +} + +void main(){ + set_bkg_2bpp_data(0, 241u, bigmap_tiles); + + map_pos_x = map_pos_y = 0; + old_map_pos_x = old_map_pos_y = 255; + set_bkg_submap(map_pos_x, map_pos_y, 20, 18, bigmap_map, bigmap_mapWidth); + + camera_x = camera_y = 0; + old_camera_x = camera_x; old_camera_y = camera_y; + + redraw = FALSE; + + move_bkg(camera_x, camera_y); + while (TRUE) { + joy = joypad(); + // up or down + if (joy & J_UP) { + if (camera_y) { + camera_y--; + redraw = TRUE; + } + } else if (joy & J_DOWN) { + if (camera_y < camera_max_y) { + camera_y++; + redraw = TRUE; + } + } + // left or right + if (joy & J_LEFT) { + if (camera_x) { + camera_x--; + redraw = TRUE; + } + } else if (joy & J_RIGHT) { + if (camera_x < camera_max_x) { + camera_x++; + redraw = TRUE; + } + } + if (redraw) { + wait_vbl_done(); + set_camera(); + redraw = FALSE; + } else wait_vbl_done(); + } +} + diff --git a/gbdk-lib/include/sms/sms.h b/gbdk-lib/include/sms/sms.h @@ -103,12 +103,12 @@ void add_SIO(int_handler h); void add_JOY(int_handler h); inline void move_bkg(uint8_t x, uint8_t y) { - __WRITE_VDP_REG(VDP_RSCX, x); + __WRITE_VDP_REG(VDP_RSCX, -x); __WRITE_VDP_REG(VDP_RSCY, y); } inline void scroll_bkg(int8_t x, int8_t y) { - __WRITE_VDP_REG(VDP_RSCX, __READ_VDP_REG(VDP_RSCX) + x); + __WRITE_VDP_REG(VDP_RSCX, __READ_VDP_REG(VDP_RSCX) - x); __WRITE_VDP_REG(VDP_RSCY, __READ_VDP_REG(VDP_RSCY) + y); } @@ -368,7 +368,6 @@ void set_tile_map(uint8_t x, uint8_t y, uint8_t w, uint8_t h, const uint8_t *til void set_tile_map_compat(uint8_t x, uint8_t y, uint8_t w, uint8_t h, const uint8_t *tiles) __z88dk_callee __preserves_regs(iyh, iyl); void set_tile_submap(uint8_t x, uint8_t y, uint8_t w, uint8_t h, uint8_t map_w, const uint8_t *map) __z88dk_callee __preserves_regs(iyh, iyl); - void set_tile_submap_compat(uint8_t x, uint8_t y, uint8_t w, uint8_t h, uint8_t map_w, const uint8_t *map) __z88dk_callee __preserves_regs(iyh, iyl); inline void set_bkg_submap(uint8_t x, uint8_t y, uint8_t w, uint8_t h, const uint8_t *map, uint8_t map_w) { set_tile_submap_compat(x, y, w, h, map_w, map); diff --git a/gbdk-lib/libc/targets/z80/gg/global.s b/gbdk-lib/libc/targets/z80/gg/global.s @@ -272,3 +272,26 @@ lbl2: jp lbl1 lbl3: .endm + +.macro DIV_PART divident divisor ?lbl + rl divident + rla + sub divisor + jr nc, lbl + add divisor +lbl: +.endm +.macro FAST_DIV8 divident divisor + ; returns modulus in A + .rept 8 + DIV_PART divident divisor + .endm + ld a, divident + cpl +.endm +.macro FAST_MOD8 divident divisor + ; returns modulus in A + .rept 8 + DIV_PART divident divisor + .endm +.endm diff --git a/gbdk-lib/libc/targets/z80/set_tile_map.s b/gbdk-lib/libc/targets/z80/set_tile_map.s @@ -11,10 +11,19 @@ _set_tile_map:: pop de ; DE = WH ex (sp), hl ; HL = data ex de, hl ; HL = WH, DE = data + ld a, b ld b, d + + add #.SCREEN_Y_OFS ld d, a + xor a + FAST_MOD8 d #28 + ld d, a + ld a, c + add #.SCREEN_X_OFS + and #0x1f ld c, e ld e, a ; BC = data, DE = YX diff --git a/gbdk-lib/libc/targets/z80/set_tile_map_compat.s b/gbdk-lib/libc/targets/z80/set_tile_map_compat.s @@ -11,10 +11,19 @@ _set_tile_map_compat:: pop de ; DE = WH ex (sp), hl ; HL = data ex de, hl ; HL = WH, DE = data + ld a, b ld b, d + + add #.SCREEN_Y_OFS ld d, a + xor a + FAST_MOD8 d #28 + ld d, a + ld a, c + add #.SCREEN_X_OFS + and #0x1f ld c, e ld e, a ; BC = data, DE = YX diff --git a/gbdk-lib/libc/targets/z80/set_tile_submap.s b/gbdk-lib/libc/targets/z80/set_tile_submap.s @@ -5,6 +5,11 @@ .ez80 + .area _BSS + +.image_tile_width:: + .ds 0x01 + .area _HOME ; void set_tile_submap(uint8_t x, uint8_t y, uint8_t w, uint8_t h, uint8_t map_w, const uint8_t *map) __z88dk_callee __preserves_regs(iyh, iyl); @@ -15,7 +20,7 @@ _set_tile_submap:: dec sp pop af - sub d + sub e ld (.image_tile_width), a ; .image_tile_width contains corrected width ex (sp), hl ; HL = data @@ -24,13 +29,14 @@ _set_tile_submap:: push hl push de - add h + add l ld e, a ld d, #0 ld a, b MUL_DE_BY_A_RET_HL ld a, c ADD_A_REG16 h, l + add hl, hl pop de add hl, de @@ -40,8 +46,15 @@ _set_tile_submap:: ld a, b ld b, d + + add #.SCREEN_Y_OFS ld d, a + xor a + FAST_MOD8 d #28 + ld d, a + ld a, c + add #.SCREEN_X_OFS and #0x1f ld c, e ld e, a ; BC = data, DE = YX @@ -52,7 +65,7 @@ _set_tile_submap:: ld hl, #.VDP_TILEMAP ;; Set background tile from (BC) at YX = DE, size WH on stack, to VRAM from address (HL) -.set_tile_submap_map_xy_tt:: +.set_tile_submap_xy_tt:: push bc ; Store source ld a, d @@ -122,8 +135,11 @@ _set_tile_submap:: push de + ld b, #0 ld a, (.image_tile_width) - ADD_A_REG16 h, l + ld c, a + add hl, bc + add hl, bc ld bc, #0x40 add ix, bc @@ -137,4 +153,4 @@ _set_tile_submap:: 6$: ENABLE_VBLANK_COPY ; switch ON copy shadow SAT pop ix ; restore IX - ret - + ret diff --git a/gbdk-lib/libc/targets/z80/set_tile_submap_compat.s b/gbdk-lib/libc/targets/z80/set_tile_submap_compat.s @@ -7,7 +7,7 @@ .area _BSS -.image_tile_width:: +.image_tile_width_compat:: .ds 0x01 .area _HOME @@ -21,7 +21,7 @@ _set_tile_submap_compat:: dec sp pop af sub e - ld (.image_tile_width), a ; .image_tile_width contains corrected width + ld (.image_tile_width_compat), a ; .image_tile_width_compat contains corrected width ex (sp), hl ; HL = data ex de, hl ; HL = WH, DE = data @@ -45,8 +45,15 @@ _set_tile_submap_compat:: ld a, b ld b, d + + add #.SCREEN_Y_OFS + ld d, a + xor a + FAST_MOD8 d #28 ld d, a + ld a, c + add #.SCREEN_X_OFS and #0x1f ld c, e ld e, a ; BC = data, DE = YX @@ -129,7 +136,7 @@ _set_tile_submap_compat:: push de - ld a, (.image_tile_width) + ld a, (.image_tile_width_compat) ADD_A_REG16 h, l ld bc, #0x40 @@ -144,4 +151,4 @@ _set_tile_submap_compat:: 6$: ENABLE_VBLANK_COPY ; switch ON copy shadow SAT pop ix ; restore IX - ret - + ret diff --git a/gbdk-lib/libc/targets/z80/sms/global.s b/gbdk-lib/libc/targets/z80/sms/global.s @@ -272,3 +272,27 @@ lbl2: jp lbl1 lbl3: .endm + +.macro DIV_PART divident divisor ?lbl + rl divident + rla + sub divisor + jr nc, lbl + add divisor +lbl: +.endm +.macro FAST_DIV8 divident divisor + ; returns modulus in A + .rept 8 + DIV_PART divident divisor + .endm + ld a, divident + cpl +.endm +.macro FAST_MOD8 divident divisor + ; returns modulus in A + .rept 8 + DIV_PART divident divisor + .endm +.endm +
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.