From 4c1bd65b5f48075ff80be1e401beb5ff21b4b89e Mon Sep 17 00:00:00 2001 From: Marius Gavrilescu Date: Sat, 11 Mar 2023 13:22:41 +0200 Subject: [PATCH] New upstream version 3.1.1 --- AUTHORS | 4 + COPYING | 674 ++++ ChangeLog | 14 + INSTALL | 368 ++ Imakefile | 21 - LICENSE | 37 - Makefile.am | 43 + Makefile.in | 901 +++++ NEWS | 0 README | 18 - README.Linux | 180 - README.TrueColor | 28 - README.debian | 217 -- README.linux | 0 README.md | 0 Version | 1 - aclocal.m4 | 1426 +++++++ addcopyright.sh | 75 + bootstrap | 34 + bubbles.h | 12 - compact.h | 10 - compile | 348 ++ config.h.in | 28 + configure | 6119 ++++++++++++++++++++++++++++++ configure.ac | 62 + depcomp | 791 ++++ dependencies | 8 + fishmaps/QueenAngel.h | 543 --- fishmaps/blueking.h | 345 -- fishmaps/blueking2.h | 1137 ------ fishmaps/butfish.h | 1021 ----- fishmaps/cichlid1.h | 307 -- fishmaps/cichlid4.h | 417 -- fishmaps/collaris.h | 403 -- fishmaps/discus2.h | 1267 ------- fishmaps/discus3.h | 465 --- fishmaps/eel.h | 809 ---- fishmaps/f00.h | 489 --- fishmaps/f01.h | 409 -- fishmaps/f02.h | 407 -- fishmaps/f03.h | 555 --- fishmaps/f04.h | 737 ---- fishmaps/f05.h | 567 --- fishmaps/f06.h | 527 --- fishmaps/f07.h | 785 ---- fishmaps/f08.h | 813 ---- fishmaps/f09.h | 1177 ------ fishmaps/f10.h | 743 ---- fishmaps/f11.h | 625 --- fishmaps/f12.h | 453 --- fishmaps/f13.h | 1075 ------ fishmaps/manta.h | 3041 --------------- fishmaps/newf1.h | 1211 ------ fishmaps/shark1.h | 1255 ------ fishmaps/six_barred.h | 615 --- fishmaps/teeth.h | 529 --- gofish/Imakefile | 6 - gofish/README | 5 - gofish/gofish.c | 300 -- install-sh | 541 +++ makeh.c | 61 - medcut.c | 511 --- medcut.h | 9 - missing | 215 ++ pcfshtofish/Imakefile | 6 - pcfshtofish/README | 7 - pcfshtofish/pcfshtofish.c | 287 -- ppmtofish/fishtoppm.c | 188 - ppmtofish/ppmtofish.c | 509 --- prevent-remakes | 17 + rasttofish/Imakefile | 6 - rasttofish/README | 5 - rasttofish/rast.h | 112 - rasttofish/rasttofish.c | 588 --- simplemake.sh | 110 + FishList => src/FishList | 0 src/Makefile.am | 87 + src/Makefile.in | 1162 ++++++ src/bubbles.h | 39 + src/compact.h | 35 + src/debug.h | 43 + src/fishes.h | 152 + src/fishes/fish00a.xpm | 103 + src/fishes/fish00b.xpm | 102 + src/fishes/fish01a.xpm | 96 + src/fishes/fish01b.xpm | 96 + src/fishes/fish02a.xpm | 88 + src/fishes/fish02b.xpm | 88 + src/fishes/fish03a.xpm | 96 + src/fishes/fish03b.xpm | 96 + src/fishes/fish04a.xpm | 107 + src/fishes/fish04b.xpm | 107 + src/fishes/fish05a.xpm | 94 + src/fishes/fish05b.xpm | 94 + src/fishes/fish06a.xpm | 88 + src/fishes/fish06b.xpm | 87 + src/fishes/fish07a.xpm | 124 + src/fishes/fish07b.xpm | 124 + src/fishes/fish08a.xpm | 119 + src/fishes/fish08b.xpm | 119 + src/fishes/fish09a.xpm | 135 + src/fishes/fish09b.xpm | 135 + src/fishes/fish10a.xpm | 109 + src/fishes/fish10b.xpm | 109 + src/fishes/fish11a.xpm | 91 + src/fishes/fish11b.xpm | 91 + src/fishes/fish12a.xpm | 83 + src/fishes/fish12b.xpm | 83 + src/fishes/fish13a.xpm | 122 + src/fishes/fish13b.xpm | 122 + src/fishes/fish14a.xpm | 101 + src/fishes/fish14b.xpm | 101 + src/fishes/fish15a.xpm | 87 + src/fishes/fish15b.xpm | 87 + src/fishes/fish16a.xpm | 122 + src/fishes/fish16b.xpm | 122 + src/fishes/fish17a.xpm | 127 + src/fishes/fish17b.xpm | 127 + src/fishes/fish18a.xpm | 82 + src/fishes/fish18b.xpm | 82 + src/fishes/fish19a.xpm | 90 + src/fishes/fish19b.xpm | 90 + src/fishes/fish20a.xpm | 94 + src/fishes/fish20b.xpm | 94 + src/fishes/fish21a.xpm | 145 + src/fishes/fish21b.xpm | 145 + src/fishes/fish22a.xpm | 102 + src/fishes/fish22b.xpm | 102 + src/fishes/fish23a.xpm | 73 + src/fishes/fish23b.xpm | 73 + src/fishes/fish24a.xpm | 129 + src/fishes/fish24b.xpm | 129 + src/fishes/fish25a.xpm | 120 + src/fishes/fish25b.xpm | 120 + src/fishes/fish26a.xpm | 98 + src/fishes/fish26b.xpm | 98 + src/fishes/fish27a.xpm | 110 + src/fishes/fish27b.xpm | 110 + src/fishes/fish28a.xpm | 106 + src/fishes/fish28b.xpm | 106 + src/gen_ui_xml.sh | 45 + src/ixpm.c | 385 ++ src/ixpm.h | 36 + src/main.c | 1037 +++++ src/test1.sh | 37 + src/toascii.sh | 47 + src/tocc.sh | 26 + src/transwindow.c | 241 ++ src/transwindow.h | 35 + src/ui.c | 586 +++ src/ui.h | 36 + src/ui.xml | 404 ++ src/utils.c | 201 + src/utils.h | 59 + vroot.h => src/vroot.h | 2 +- src/wmctrl.c | 382 ++ src/wmctrl.h | 49 + src/xfishtank.desktop | 12 + src/xfishtank.h | 56 + src/xfishtank.png | Bin 0 -> 2839 bytes test-driver | 153 + xfish.c | 1821 --------- xfishtank.1x => xfishtank.1.tmpl | 72 +- 163 files changed, 23243 insertions(+), 27706 deletions(-) create mode 100644 AUTHORS create mode 100644 COPYING create mode 100644 ChangeLog create mode 100644 INSTALL delete mode 100644 Imakefile delete mode 100644 LICENSE create mode 100644 Makefile.am create mode 100644 Makefile.in create mode 100644 NEWS delete mode 100644 README.Linux delete mode 100644 README.TrueColor delete mode 100644 README.debian create mode 100644 README.linux create mode 100644 README.md delete mode 100644 Version create mode 100644 aclocal.m4 create mode 100755 addcopyright.sh create mode 100755 bootstrap delete mode 100644 bubbles.h delete mode 100644 compact.h create mode 100755 compile create mode 100644 config.h.in create mode 100755 configure create mode 100644 configure.ac create mode 100755 depcomp create mode 100644 dependencies delete mode 100644 fishmaps/QueenAngel.h delete mode 100644 fishmaps/blueking.h delete mode 100644 fishmaps/blueking2.h delete mode 100644 fishmaps/butfish.h delete mode 100644 fishmaps/cichlid1.h delete mode 100644 fishmaps/cichlid4.h delete mode 100644 fishmaps/collaris.h delete mode 100644 fishmaps/discus2.h delete mode 100644 fishmaps/discus3.h delete mode 100644 fishmaps/eel.h delete mode 100644 fishmaps/f00.h delete mode 100644 fishmaps/f01.h delete mode 100644 fishmaps/f02.h delete mode 100644 fishmaps/f03.h delete mode 100644 fishmaps/f04.h delete mode 100644 fishmaps/f05.h delete mode 100644 fishmaps/f06.h delete mode 100644 fishmaps/f07.h delete mode 100644 fishmaps/f08.h delete mode 100644 fishmaps/f09.h delete mode 100644 fishmaps/f10.h delete mode 100644 fishmaps/f11.h delete mode 100644 fishmaps/f12.h delete mode 100644 fishmaps/f13.h delete mode 100644 fishmaps/manta.h delete mode 100644 fishmaps/newf1.h delete mode 100644 fishmaps/shark1.h delete mode 100644 fishmaps/six_barred.h delete mode 100644 fishmaps/teeth.h delete mode 100644 gofish/Imakefile delete mode 100644 gofish/README delete mode 100644 gofish/gofish.c create mode 100755 install-sh delete mode 100644 makeh.c delete mode 100644 medcut.c delete mode 100644 medcut.h create mode 100755 missing delete mode 100644 pcfshtofish/Imakefile delete mode 100644 pcfshtofish/README delete mode 100644 pcfshtofish/pcfshtofish.c delete mode 100644 ppmtofish/fishtoppm.c delete mode 100644 ppmtofish/ppmtofish.c create mode 100755 prevent-remakes delete mode 100644 rasttofish/Imakefile delete mode 100644 rasttofish/README delete mode 100644 rasttofish/rast.h delete mode 100644 rasttofish/rasttofish.c create mode 100755 simplemake.sh rename FishList => src/FishList (100%) create mode 100644 src/Makefile.am create mode 100644 src/Makefile.in create mode 100644 src/bubbles.h create mode 100644 src/compact.h create mode 100644 src/debug.h create mode 100644 src/fishes.h create mode 100644 src/fishes/fish00a.xpm create mode 100644 src/fishes/fish00b.xpm create mode 100644 src/fishes/fish01a.xpm create mode 100644 src/fishes/fish01b.xpm create mode 100644 src/fishes/fish02a.xpm create mode 100644 src/fishes/fish02b.xpm create mode 100644 src/fishes/fish03a.xpm create mode 100644 src/fishes/fish03b.xpm create mode 100644 src/fishes/fish04a.xpm create mode 100644 src/fishes/fish04b.xpm create mode 100644 src/fishes/fish05a.xpm create mode 100644 src/fishes/fish05b.xpm create mode 100644 src/fishes/fish06a.xpm create mode 100644 src/fishes/fish06b.xpm create mode 100644 src/fishes/fish07a.xpm create mode 100644 src/fishes/fish07b.xpm create mode 100644 src/fishes/fish08a.xpm create mode 100644 src/fishes/fish08b.xpm create mode 100644 src/fishes/fish09a.xpm create mode 100644 src/fishes/fish09b.xpm create mode 100644 src/fishes/fish10a.xpm create mode 100644 src/fishes/fish10b.xpm create mode 100644 src/fishes/fish11a.xpm create mode 100644 src/fishes/fish11b.xpm create mode 100644 src/fishes/fish12a.xpm create mode 100644 src/fishes/fish12b.xpm create mode 100644 src/fishes/fish13a.xpm create mode 100644 src/fishes/fish13b.xpm create mode 100644 src/fishes/fish14a.xpm create mode 100644 src/fishes/fish14b.xpm create mode 100644 src/fishes/fish15a.xpm create mode 100644 src/fishes/fish15b.xpm create mode 100644 src/fishes/fish16a.xpm create mode 100644 src/fishes/fish16b.xpm create mode 100644 src/fishes/fish17a.xpm create mode 100644 src/fishes/fish17b.xpm create mode 100644 src/fishes/fish18a.xpm create mode 100644 src/fishes/fish18b.xpm create mode 100644 src/fishes/fish19a.xpm create mode 100644 src/fishes/fish19b.xpm create mode 100644 src/fishes/fish20a.xpm create mode 100644 src/fishes/fish20b.xpm create mode 100644 src/fishes/fish21a.xpm create mode 100644 src/fishes/fish21b.xpm create mode 100644 src/fishes/fish22a.xpm create mode 100644 src/fishes/fish22b.xpm create mode 100644 src/fishes/fish23a.xpm create mode 100644 src/fishes/fish23b.xpm create mode 100644 src/fishes/fish24a.xpm create mode 100644 src/fishes/fish24b.xpm create mode 100644 src/fishes/fish25a.xpm create mode 100644 src/fishes/fish25b.xpm create mode 100644 src/fishes/fish26a.xpm create mode 100644 src/fishes/fish26b.xpm create mode 100644 src/fishes/fish27a.xpm create mode 100644 src/fishes/fish27b.xpm create mode 100644 src/fishes/fish28a.xpm create mode 100644 src/fishes/fish28b.xpm create mode 100755 src/gen_ui_xml.sh create mode 100644 src/ixpm.c create mode 100644 src/ixpm.h create mode 100644 src/main.c create mode 100755 src/test1.sh create mode 100755 src/toascii.sh create mode 100755 src/tocc.sh create mode 100644 src/transwindow.c create mode 100644 src/transwindow.h create mode 100644 src/ui.c create mode 100644 src/ui.h create mode 100644 src/ui.xml create mode 100644 src/utils.c create mode 100644 src/utils.h rename vroot.h => src/vroot.h (99%) create mode 100644 src/wmctrl.c create mode 100644 src/wmctrl.h create mode 100755 src/xfishtank.desktop create mode 100644 src/xfishtank.h create mode 100644 src/xfishtank.png create mode 100755 test-driver delete mode 100644 xfish.c rename xfishtank.1x => xfishtank.1.tmpl (58%) diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..66a4dcf --- /dev/null +++ b/AUTHORS @@ -0,0 +1,4 @@ +Jonathan Greenblatt +Dave Lemke +Eric Bina +Willem Vermin diff --git a/COPYING b/COPYING new file mode 100644 index 0000000..94a9ed0 --- /dev/null +++ b/COPYING @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. You can apply it to +your programs, too. + + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +them if you wish), that you receive source code or can get it if you +want it, that you can change the software or use pieces of it in new +free programs, and that you know you can do these things. + + To protect your rights, we need to prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. You must make sure that they, too, receive +or can get the source code. And you must show them these terms so they +know their rights. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey verbatim copies of the Program's source code as you +receive it, in any medium, provided that you conspicuously and +appropriately publish on each copy an appropriate copyright notice; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. + + Each version is given a distinguishing version number. If the +Program specifies that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY +APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT +HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY +OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, +THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR +PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM +IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF +ALL NECESSARY SERVICING, REPAIR OR CORRECTION. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY +GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE +USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF +DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD +PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), +EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + END OF TERMS AND CONDITIONS + + How to Apply These Terms to Your New Programs + + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. + + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +state the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. + + + Copyright (C) + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..6f1bebf --- /dev/null +++ b/ChangeLog @@ -0,0 +1,14 @@ +* 3.1.1 + 1. Define default color for bgcolorstring + Set also default backgroundcolor when clicking 'defaults' button + 2. Use defined background only in xscreensaver mode +* 3.1.0 + 1. Clear screen after exit + Some fixes to configure.ac + Implement -changelog + Implement -selfrep + +* 3.0.1 Added autopkgtest and 'make check' + added 'dependencies' + +* 3.0.0 Initial release diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..e82fd21 --- /dev/null +++ b/INSTALL @@ -0,0 +1,368 @@ +Installation Instructions +************************* + + Copyright (C) 1994-1996, 1999-2002, 2004-2017, 2020-2021 Free +Software Foundation, Inc. + + Copying and distribution of this file, with or without modification, +are permitted in any medium without royalty provided the copyright +notice and this notice are preserved. This file is offered as-is, +without warranty of any kind. + +Basic Installation +================== + + Briefly, the shell command './configure && make && make install' +should configure, build, and install this package. The following +more-detailed instructions are generic; see the 'README' file for +instructions specific to this package. Some packages provide this +'INSTALL' file but do not implement all of the features documented +below. The lack of an optional feature in a given package is not +necessarily a bug. More recommendations for GNU packages can be found +in *note Makefile Conventions: (standards)Makefile Conventions. + + The 'configure' shell script attempts to guess correct values for +various system-dependent variables used during compilation. It uses +those values to create a 'Makefile' in each directory of the package. +It may also create one or more '.h' files containing system-dependent +definitions. Finally, it creates a shell script 'config.status' that +you can run in the future to recreate the current configuration, and a +file 'config.log' containing compiler output (useful mainly for +debugging 'configure'). + + It can also use an optional file (typically called 'config.cache' and +enabled with '--cache-file=config.cache' or simply '-C') that saves the +results of its tests to speed up reconfiguring. Caching is disabled by +default to prevent problems with accidental use of stale cache files. + + If you need to do unusual things to compile the package, please try +to figure out how 'configure' could check whether to do them, and mail +diffs or instructions to the address given in the 'README' so they can +be considered for the next release. If you are using the cache, and at +some point 'config.cache' contains results you don't want to keep, you +may remove or edit it. + + The file 'configure.ac' (or 'configure.in') is used to create +'configure' by a program called 'autoconf'. You need 'configure.ac' if +you want to change it or regenerate 'configure' using a newer version of +'autoconf'. + + The simplest way to compile this package is: + + 1. 'cd' to the directory containing the package's source code and type + './configure' to configure the package for your system. + + Running 'configure' might take a while. While running, it prints + some messages telling which features it is checking for. + + 2. Type 'make' to compile the package. + + 3. Optionally, type 'make check' to run any self-tests that come with + the package, generally using the just-built uninstalled binaries. + + 4. Type 'make install' to install the programs and any data files and + documentation. When installing into a prefix owned by root, it is + recommended that the package be configured and built as a regular + user, and only the 'make install' phase executed with root + privileges. + + 5. Optionally, type 'make installcheck' to repeat any self-tests, but + this time using the binaries in their final installed location. + This target does not install anything. Running this target as a + regular user, particularly if the prior 'make install' required + root privileges, verifies that the installation completed + correctly. + + 6. You can remove the program binaries and object files from the + source code directory by typing 'make clean'. To also remove the + files that 'configure' created (so you can compile the package for + a different kind of computer), type 'make distclean'. There is + also a 'make maintainer-clean' target, but that is intended mainly + for the package's developers. If you use it, you may have to get + all sorts of other programs in order to regenerate files that came + with the distribution. + + 7. Often, you can also type 'make uninstall' to remove the installed + files again. In practice, not all packages have tested that + uninstallation works correctly, even though it is required by the + GNU Coding Standards. + + 8. Some packages, particularly those that use Automake, provide 'make + distcheck', which can by used by developers to test that all other + targets like 'make install' and 'make uninstall' work correctly. + This target is generally not run by end users. + +Compilers and Options +===================== + + Some systems require unusual options for compilation or linking that +the 'configure' script does not know about. Run './configure --help' +for details on some of the pertinent environment variables. + + You can give 'configure' initial values for configuration parameters +by setting variables in the command line or in the environment. Here is +an example: + + ./configure CC=c99 CFLAGS=-g LIBS=-lposix + + *Note Defining Variables::, for more details. + +Compiling For Multiple Architectures +==================================== + + You can compile the package for more than one kind of computer at the +same time, by placing the object files for each architecture in their +own directory. To do this, you can use GNU 'make'. 'cd' to the +directory where you want the object files and executables to go and run +the 'configure' script. 'configure' automatically checks for the source +code in the directory that 'configure' is in and in '..'. This is known +as a "VPATH" build. + + With a non-GNU 'make', it is safer to compile the package for one +architecture at a time in the source code directory. After you have +installed the package for one architecture, use 'make distclean' before +reconfiguring for another architecture. + + On MacOS X 10.5 and later systems, you can create libraries and +executables that work on multiple system types--known as "fat" or +"universal" binaries--by specifying multiple '-arch' options to the +compiler but only a single '-arch' option to the preprocessor. Like +this: + + ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \ + CPP="gcc -E" CXXCPP="g++ -E" + + This is not guaranteed to produce working output in all cases, you +may have to build one architecture at a time and combine the results +using the 'lipo' tool if you have problems. + +Installation Names +================== + + By default, 'make install' installs the package's commands under +'/usr/local/bin', include files under '/usr/local/include', etc. You +can specify an installation prefix other than '/usr/local' by giving +'configure' the option '--prefix=PREFIX', where PREFIX must be an +absolute file name. + + You can specify separate installation prefixes for +architecture-specific files and architecture-independent files. If you +pass the option '--exec-prefix=PREFIX' to 'configure', the package uses +PREFIX as the prefix for installing programs and libraries. +Documentation and other data files still use the regular prefix. + + In addition, if you use an unusual directory layout you can give +options like '--bindir=DIR' to specify different values for particular +kinds of files. Run 'configure --help' for a list of the directories +you can set and what kinds of files go in them. In general, the default +for these options is expressed in terms of '${prefix}', so that +specifying just '--prefix' will affect all of the other directory +specifications that were not explicitly provided. + + The most portable way to affect installation locations is to pass the +correct locations to 'configure'; however, many packages provide one or +both of the following shortcuts of passing variable assignments to the +'make install' command line to change installation locations without +having to reconfigure or recompile. + + The first method involves providing an override variable for each +affected directory. For example, 'make install +prefix=/alternate/directory' will choose an alternate location for all +directory configuration variables that were expressed in terms of +'${prefix}'. Any directories that were specified during 'configure', +but not in terms of '${prefix}', must each be overridden at install time +for the entire installation to be relocated. The approach of makefile +variable overrides for each directory variable is required by the GNU +Coding Standards, and ideally causes no recompilation. However, some +platforms have known limitations with the semantics of shared libraries +that end up requiring recompilation when using this method, particularly +noticeable in packages that use GNU Libtool. + + The second method involves providing the 'DESTDIR' variable. For +example, 'make install DESTDIR=/alternate/directory' will prepend +'/alternate/directory' before all installation names. The approach of +'DESTDIR' overrides is not required by the GNU Coding Standards, and +does not work on platforms that have drive letters. On the other hand, +it does better at avoiding recompilation issues, and works well even +when some directory options were not specified in terms of '${prefix}' +at 'configure' time. + +Optional Features +================= + + If the package supports it, you can cause programs to be installed +with an extra prefix or suffix on their names by giving 'configure' the +option '--program-prefix=PREFIX' or '--program-suffix=SUFFIX'. + + Some packages pay attention to '--enable-FEATURE' options to +'configure', where FEATURE indicates an optional part of the package. +They may also pay attention to '--with-PACKAGE' options, where PACKAGE +is something like 'gnu-as' or 'x' (for the X Window System). The +'README' should mention any '--enable-' and '--with-' options that the +package recognizes. + + For packages that use the X Window System, 'configure' can usually +find the X include and library files automatically, but if it doesn't, +you can use the 'configure' options '--x-includes=DIR' and +'--x-libraries=DIR' to specify their locations. + + Some packages offer the ability to configure how verbose the +execution of 'make' will be. For these packages, running './configure +--enable-silent-rules' sets the default to minimal output, which can be +overridden with 'make V=1'; while running './configure +--disable-silent-rules' sets the default to verbose, which can be +overridden with 'make V=0'. + +Particular systems +================== + + On HP-UX, the default C compiler is not ANSI C compatible. If GNU CC +is not installed, it is recommended to use the following options in +order to use an ANSI C compiler: + + ./configure CC="cc -Ae -D_XOPEN_SOURCE=500" + +and if that doesn't work, install pre-built binaries of GCC for HP-UX. + + HP-UX 'make' updates targets which have the same timestamps as their +prerequisites, which makes it generally unusable when shipped generated +files such as 'configure' are involved. Use GNU 'make' instead. + + On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot +parse its '' header file. The option '-nodtk' can be used as a +workaround. If GNU CC is not installed, it is therefore recommended to +try + + ./configure CC="cc" + +and if that doesn't work, try + + ./configure CC="cc -nodtk" + + On Solaris, don't put '/usr/ucb' early in your 'PATH'. This +directory contains several dysfunctional programs; working variants of +these programs are available in '/usr/bin'. So, if you need '/usr/ucb' +in your 'PATH', put it _after_ '/usr/bin'. + + On Haiku, software installed for all users goes in '/boot/common', +not '/usr/local'. It is recommended to use the following options: + + ./configure --prefix=/boot/common + +Specifying the System Type +========================== + + There may be some features 'configure' cannot figure out +automatically, but needs to determine by the type of machine the package +will run on. Usually, assuming the package is built to be run on the +_same_ architectures, 'configure' can figure that out, but if it prints +a message saying it cannot guess the machine type, give it the +'--build=TYPE' option. TYPE can either be a short name for the system +type, such as 'sun4', or a canonical name which has the form: + + CPU-COMPANY-SYSTEM + +where SYSTEM can have one of these forms: + + OS + KERNEL-OS + + See the file 'config.sub' for the possible values of each field. If +'config.sub' isn't included in this package, then this package doesn't +need to know the machine type. + + If you are _building_ compiler tools for cross-compiling, you should +use the option '--target=TYPE' to select the type of system they will +produce code for. + + If you want to _use_ a cross compiler, that generates code for a +platform different from the build platform, you should specify the +"host" platform (i.e., that on which the generated programs will +eventually be run) with '--host=TYPE'. + +Sharing Defaults +================ + + If you want to set default values for 'configure' scripts to share, +you can create a site shell script called 'config.site' that gives +default values for variables like 'CC', 'cache_file', and 'prefix'. +'configure' looks for 'PREFIX/share/config.site' if it exists, then +'PREFIX/etc/config.site' if it exists. Or, you can set the +'CONFIG_SITE' environment variable to the location of the site script. +A warning: not all 'configure' scripts look for a site script. + +Defining Variables +================== + + Variables not defined in a site shell script can be set in the +environment passed to 'configure'. However, some packages may run +configure again during the build, and the customized values of these +variables may be lost. In order to avoid this problem, you should set +them in the 'configure' command line, using 'VAR=value'. For example: + + ./configure CC=/usr/local2/bin/gcc + +causes the specified 'gcc' to be used as the C compiler (unless it is +overridden in the site shell script). + +Unfortunately, this technique does not work for 'CONFIG_SHELL' due to an +Autoconf limitation. Until the limitation is lifted, you can use this +workaround: + + CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash + +'configure' Invocation +====================== + + 'configure' recognizes the following options to control how it +operates. + +'--help' +'-h' + Print a summary of all of the options to 'configure', and exit. + +'--help=short' +'--help=recursive' + Print a summary of the options unique to this package's + 'configure', and exit. The 'short' variant lists options used only + in the top level, while the 'recursive' variant lists options also + present in any nested packages. + +'--version' +'-V' + Print the version of Autoconf used to generate the 'configure' + script, and exit. + +'--cache-file=FILE' + Enable the cache: use and save the results of the tests in FILE, + traditionally 'config.cache'. FILE defaults to '/dev/null' to + disable caching. + +'--config-cache' +'-C' + Alias for '--cache-file=config.cache'. + +'--quiet' +'--silent' +'-q' + Do not print messages saying which checks are being made. To + suppress all normal output, redirect it to '/dev/null' (any error + messages will still be shown). + +'--srcdir=DIR' + Look for the package's source code in directory DIR. Usually + 'configure' can determine that directory automatically. + +'--prefix=DIR' + Use DIR as the installation prefix. *note Installation Names:: for + more details, including other options available for fine-tuning the + installation locations. + +'--no-create' +'-n' + Run the configure checks, but stop before creating any output + files. + +'configure' also accepts some other, not widely useful, options. Run +'configure --help' for more details. diff --git a/Imakefile b/Imakefile deleted file mode 100644 index 1b89e49..0000000 --- a/Imakefile +++ /dev/null @@ -1,21 +0,0 @@ - EXTRA_INCLUDES = -I./fishmaps -LOCAL_LIBRARIES = $(XLIB) - DEPLIBS = $(DEPXLIB) - SYS_LIBRARIES = -lImlib2 -lm - MANSRCSUFFIX = 1x - - SRCS = xfish.c medcut.c - OBJS = xfish.o medcut.o - -ComplexProgramTarget(xfishtank) - -xfishy.h: makeh FishList - ./makeh > xfishy.h - -xfish.o: xfishy.h - -install:: install.man - -clean:: - $(RM) makeh xfishy.h - diff --git a/LICENSE b/LICENSE deleted file mode 100644 index 9fb1e78..0000000 --- a/LICENSE +++ /dev/null @@ -1,37 +0,0 @@ -This package assembled by Jim Rees. All of my contributions are licensed -under the same terms as the license at the bottom of this page. - -License notices on the Debian version from which this version is derived: - -This package was put together by Joey Hess , using -sources from: - ftp://ftp.x.org/R5contrib/xfishtank.tar.Z - -I tracked down John Bradley , who wrote the xfish -program back around 1987, that xfishtank is derived from. He stated the -following copyright: - -> It doesn't have one - do whatever you'd like with it. Enjoy! -> -> --jhb - -Copyright (c) 1988-92 (xfishtank) - Jonathan Greenblatt - Dave Lemke - Eric Bina - -Copyright (c) 1996 Vincent Renardias (manpage) - - All Rights Reserved - -Permission to use, copy, modify, and distribute this software and -its documentation for any purpose and without fee is hereby granted, -provided that the above copyright notice appear in all copies and -that both that copyright notice and this permission notice appear in -supporting documentation, and that the name of the author not be -used in advertising or publicity pertaining to distribution of the -software without specific, written prior permission. - -This program is distributed in the hope that it will be "playable", -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..52125e5 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,43 @@ +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +AUTOMAKE_OPTIONS = gnu +SUBDIRS = src +EXTRA_DIST = \ + addcopyright.sh bootstrap README.md README.linux \ + simplemake.sh \ + xfishtank.1.tmpl \ + prevent-remakes dependencies + +man_MANS = xfishtank.1 + +xfishtank.1: xfishtank.1.tmpl + sed "s/VERSION/$(VERSION)/;s/DATE/`date +'%B %Y'`/" < $< > $@ + +tarfile = $(top_builddir)/xfishtank-$(VERSION).tar.gz + +CLEANFILES = xfishtank.1 +DISTCLEANFILES = $(tarfile) + diff --git a/Makefile.in b/Makefile.in new file mode 100644 index 0000000..e556e41 --- /dev/null +++ b/Makefile.in @@ -0,0 +1,901 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +subdir = . +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) +am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ + configure.lineno config.status.lineno +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive cscopelist-recursive \ + ctags-recursive dvi-recursive html-recursive info-recursive \ + install-data-recursive install-dvi-recursive \ + install-exec-recursive install-html-recursive \ + install-info-recursive install-pdf-recursive \ + install-ps-recursive install-recursive installcheck-recursive \ + installdirs-recursive pdf-recursive ps-recursive \ + tags-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +man1dir = $(mandir)/man1 +am__installdirs = "$(DESTDIR)$(man1dir)" +NROFF = nroff +MANS = $(man_MANS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +am__recursive_targets = \ + $(RECURSIVE_TARGETS) \ + $(RECURSIVE_CLEAN_TARGETS) \ + $(am__extra_recursive_targets) +AM_RECURSIVE_TARGETS = $(am__recursive_targets:-recursive=) TAGS CTAGS \ + cscope distdir distdir-am dist dist-all distcheck +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) \ + config.h.in +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/config.h.in AUTHORS \ + COPYING ChangeLog INSTALL NEWS README compile depcomp \ + install-sh missing +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +distdir = $(PACKAGE)-$(VERSION) +top_distdir = $(distdir) +am__remove_distdir = \ + if test -d "$(distdir)"; then \ + find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \ + && rm -rf "$(distdir)" \ + || { sleep 5 && rm -rf "$(distdir)"; }; \ + else :; fi +am__post_remove_distdir = $(am__remove_distdir) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +DIST_ARCHIVES = $(distdir).tar.gz +GZIP_ENV = --best +DIST_TARGETS = dist-gzip +# Exists only to be overridden by the user if desired. +AM_DISTCHECK_DVI_TARGET = dvi +distuninstallcheck_listfiles = find . -type f -print +am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \ + | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$' +distcleancheck_listfiles = find . -type f -print +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +X11_CFLAGS = @X11_CFLAGS@ +X11_LIBS = @X11_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ + +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +AUTOMAKE_OPTIONS = gnu +SUBDIRS = src +EXTRA_DIST = \ + addcopyright.sh bootstrap README.md README.linux \ + simplemake.sh \ + xfishtank.1.tmpl \ + prevent-remakes dependencies + +man_MANS = xfishtank.1 +tarfile = $(top_builddir)/xfishtank-$(VERSION).tar.gz +CLEANFILES = xfishtank.1 +DISTCLEANFILES = $(tarfile) +all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive + +.SUFFIXES: +am--refresh: Makefile + @: +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \ + $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \ + && exit 0; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + echo ' $(SHELL) ./config.status'; \ + $(SHELL) ./config.status;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + $(SHELL) ./config.status --recheck + +$(top_srcdir)/configure: $(am__configure_deps) + $(am__cd) $(srcdir) && $(AUTOCONF) +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) +$(am__aclocal_m4_deps): + +config.h: stamp-h1 + @test -f $@ || rm -f stamp-h1 + @test -f $@ || $(MAKE) $(AM_MAKEFLAGS) stamp-h1 + +stamp-h1: $(srcdir)/config.h.in $(top_builddir)/config.status + @rm -f stamp-h1 + cd $(top_builddir) && $(SHELL) ./config.status config.h +$(srcdir)/config.h.in: $(am__configure_deps) + ($(am__cd) $(top_srcdir) && $(AUTOHEADER)) + rm -f stamp-h1 + touch $@ + +distclean-hdr: + -rm -f config.h stamp-h1 +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(am__recursive_targets): + @fail=; \ + if $(am__make_keepgoing); then \ + failcom='fail=yes'; \ + else \ + failcom='exit 1'; \ + fi; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-recursive +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-recursive + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscope: cscope.files + test ! -s cscope.files \ + || $(CSCOPE) -b -q $(AM_CSCOPEFLAGS) $(CSCOPEFLAGS) -i cscope.files $(CSCOPE_ARGS) +clean-cscope: + -rm -f cscope.files +cscope.files: clean-cscope cscopelist +cscopelist: cscopelist-recursive + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + -rm -f cscope.out cscope.in.out cscope.po.out cscope.files +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + $(am__remove_distdir) + test -d "$(distdir)" || mkdir "$(distdir)" + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done + -test -n "$(am__skip_mode_fix)" \ + || find "$(distdir)" -type d ! -perm -755 \ + -exec chmod u+rwx,go+rx {} \; -o \ + ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ + ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \ + || chmod -R a+r "$(distdir)" +dist-gzip: distdir + tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz + $(am__post_remove_distdir) + +dist-bzip2: distdir + tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2 + $(am__post_remove_distdir) + +dist-lzip: distdir + tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz + $(am__post_remove_distdir) + +dist-xz: distdir + tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz + $(am__post_remove_distdir) + +dist-zstd: distdir + tardir=$(distdir) && $(am__tar) | zstd -c $${ZSTD_CLEVEL-$${ZSTD_OPT--19}} >$(distdir).tar.zst + $(am__post_remove_distdir) + +dist-tarZ: distdir + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z + $(am__post_remove_distdir) + +dist-shar: distdir + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 + @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 + shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz + $(am__post_remove_distdir) + +dist-zip: distdir + -rm -f $(distdir).zip + zip -rq $(distdir).zip $(distdir) + $(am__post_remove_distdir) + +dist dist-all: + $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:' + $(am__post_remove_distdir) + +# This target untars the dist file and tries a VPATH configuration. Then +# it guarantees that the distribution is self-contained by making another +# tarfile. +distcheck: dist + case '$(DIST_ARCHIVES)' in \ + *.tar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\ + *.tar.bz2*) \ + bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\ + *.tar.lz*) \ + lzip -dc $(distdir).tar.lz | $(am__untar) ;;\ + *.tar.xz*) \ + xz -dc $(distdir).tar.xz | $(am__untar) ;;\ + *.tar.Z*) \ + uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ + *.shar.gz*) \ + eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\ + *.zip*) \ + unzip $(distdir).zip ;;\ + *.tar.zst*) \ + zstd -dc $(distdir).tar.zst | $(am__untar) ;;\ + esac + chmod -R a-w $(distdir) + chmod u+w $(distdir) + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst + chmod a-w $(distdir) + test -d $(distdir)/_build || exit 0; \ + dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ + && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ + && am__cwd=`pwd` \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ + $(AM_DISTCHECK_CONFIGURE_FLAGS) \ + $(DISTCHECK_CONFIGURE_FLAGS) \ + --srcdir=../.. --prefix="$$dc_install_base" \ + && $(MAKE) $(AM_MAKEFLAGS) \ + && $(MAKE) $(AM_MAKEFLAGS) $(AM_DISTCHECK_DVI_TARGET) \ + && $(MAKE) $(AM_MAKEFLAGS) check \ + && $(MAKE) $(AM_MAKEFLAGS) install \ + && $(MAKE) $(AM_MAKEFLAGS) installcheck \ + && $(MAKE) $(AM_MAKEFLAGS) uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ + distuninstallcheck \ + && chmod -R a-w "$$dc_install_base" \ + && ({ \ + (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ + && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ + distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ + } || { rm -rf "$$dc_destdir"; exit 1; }) \ + && rm -rf "$$dc_destdir" \ + && $(MAKE) $(AM_MAKEFLAGS) dist \ + && rm -rf $(DIST_ARCHIVES) \ + && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \ + && cd "$$am__cwd" \ + || exit 1 + $(am__post_remove_distdir) + @(echo "$(distdir) archives ready for distribution: "; \ + list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ + sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x' +distuninstallcheck: + @test -n '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: trying to run $@ with an empty' \ + '$$(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + $(am__cd) '$(distuninstallcheck_dir)' || { \ + echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \ + exit 1; \ + }; \ + test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left after uninstall:" ; \ + if test -n "$(DESTDIR)"; then \ + echo " (check DESTDIR support)"; \ + fi ; \ + $(distuninstallcheck_listfiles) ; \ + exit 1; } >&2 +distcleancheck: distclean + @if test '$(srcdir)' = . ; then \ + echo "ERROR: distcleancheck can only run from a VPATH build" ; \ + exit 1 ; \ + fi + @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ + || { echo "ERROR: files left in build directory after distclean:" ; \ + $(distcleancheck_listfiles) ; \ + exit 1; } >&2 +check-am: all-am +check: check-recursive +all-am: Makefile $(MANS) config.h +installdirs: installdirs-recursive +installdirs-am: + for dir in "$(DESTDIR)$(man1dir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-hdr distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: install-man + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: install-man1 + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f $(am__CONFIG_DISTCLEAN_FILES) + -rm -rf $(top_srcdir)/autom4te.cache + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: uninstall-man + +uninstall-man: uninstall-man1 + +.MAKE: $(am__recursive_targets) all install-am install-strip + +.PHONY: $(am__recursive_targets) CTAGS GTAGS TAGS all all-am \ + am--refresh check check-am clean clean-cscope clean-generic \ + cscope cscopelist-am ctags ctags-am dist dist-all dist-bzip2 \ + dist-gzip dist-lzip dist-shar dist-tarZ dist-xz dist-zip \ + dist-zstd distcheck distclean distclean-generic distclean-hdr \ + distclean-tags distcleancheck distdir distuninstallcheck dvi \ + dvi-am html html-am info info-am install install-am \ + install-data install-data-am install-dvi install-dvi-am \ + install-exec install-exec-am install-html install-html-am \ + install-info install-info-am install-man install-man1 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-generic pdf pdf-am ps ps-am tags \ + tags-am uninstall uninstall-am uninstall-man uninstall-man1 + +.PRECIOUS: Makefile + + +xfishtank.1: xfishtank.1.tmpl + sed "s/VERSION/$(VERSION)/;s/DATE/`date +'%B %Y'`/" < $< > $@ + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/NEWS b/NEWS new file mode 100644 index 0000000..e69de29 diff --git a/README b/README index d2ed3a3..af15999 100644 --- a/README +++ b/README @@ -140,24 +140,6 @@ on the first line of that file. Now recompile xfishtank, and your new fish will be used. Also, the program fishtogif will extract the two gifs from any fish header file so you can touch up what you already have. -Other fish sources: - The AfterDark fish on the Mac are beautiful. If you -have already shelled out the money to Berkely Systems Software to buy those -fish, and you also want to see them on your UNIX box, here is what you do. -If you can transfer the Mac fish files to UNIX, run the "gofish" program -supplied here, it will write out the fish into two intermediate files. -The files will look strange, they are my own format, just feed them to the -giftofish program (which understands that format), and it will create a -fish header file for you. - OpenWindows 3.0 comes with some fish pictures. If you have purchased -Openwindows, and want to use those pictures, the program "rasttofish" -supplied here will read one of their sun raster fish pictures, and produce -a xfishtank header file for it. Note, the Openwindows fish are only one -frame, so the won't be animated. - There is apparently a PC Windows program with some swimming fish. -The individual fish are stored in .fsh files. The program pcfshtofish -will turn one of these .fsh files into an xfishtank header file. - ********************** THANKS ********************* diff --git a/README.Linux b/README.Linux deleted file mode 100644 index e0ec46a..0000000 --- a/README.Linux +++ /dev/null @@ -1,180 +0,0 @@ -All I did to compile it was add: '|| defined(linux)' to the end of line 49 -of xfish.c, and added: '#ifdef linux signal(SIGUSR1, toggle_secure); #else' -at line 1469 followed by '#endif /* LINUX */' at line 1495. - -I didn't figure this out for myself either, I just looked at the port of -xfishtank1.0 at sunsite /pub/Linux/X11/demos/xfishtank.tar.Z -done by: Dave Black dlbb0@amdahl.com - -I included the source and 'stripped' binary compiled with gcc2.2.2d7 and the -jump4.1 libs under linux-0.99 and Xfree86v1.1 - -I've been using it for months now without any problems. Much improved over -xfishtank1.0, there are loads of new 'way cool' fish which posess the ability -to swim on top of gifs!! - -One last note, the current Makefile was generated by my Xfree86v1.1 xmkmf -and uses a -m486 CCOPTION, I don't know if this would cause it to not work -on other machines or not (the binary, if it doesn't work try changing it to --m386, and recompiling) ??? - -I'm uploading it to sunsite.unc.edu /pub/Linux/X11/Incoming - -Here is the README: - - ********************** FUN WITH FISH ********************* - -There are lots of programs for lots of platforms to make fish swim in the -background of your screen. This is a modification of an old one called -xfish (also called Xaquarium), that I have added more features to. - -To not confuse you (or confuse you more) I will call this modified xfish -"xfishtank". ['A rose by any other name...' and all that] - - -How is this different? I started with you basic xfish, and I kept the -bubbles (actually I re-wrote some of the bubble code, but it LOOKS the same). -I changed the rest of the code to allow any number of multicolored fish to -swim around. Each fish can have up to 255 colors, but on startup the program -takes all the colors from all the fish, and squeezes them down to all fit -into the default colormap as best it can. Any fish can be any size in -width and height. To make them look more like they are swimming, fish are -animated (Very simple 2 frame animation) [I got this idea from watching -the AfterDark fish on the Mac]. Fish CANNOT swim over each other, they -will turn around if they are about to collide. I had a version that -had fish swiming over each other, it was WAY to slow to be something to run -on your background while working, so I deleted it. - -xfishtank -help to see the command line options. - - - ********************** NEW FUN WITH FISH ********************* - -Since the original version, I have received various comments and bug fixes. -This version I know runs on SGIs running 4.0, Sparcs running 4.1, -Decstations running 4.1, and RS6000s running 3.1. However, there were mongo -memory leaks in the X server distributed with the RS6000, so I had to compile -the X11R5 server and use that. - -As you add more fish (especially very colorful fish) the total color use set -becomes quite large (greater than 255). I added 2 new options to help you -deal with this. By default xfishtank would find the total color use set -for all the fish you requested, and then start allocating out of the default -colormap until it filled up, it would then match the rest of the colors to -whatever colors it could get. This first come first serve color allocation -can give really bad results for large color sets. I added the -m option -to allow you to specify that the program should cut the color use set down -to the number you specify with the -m option before starting to allocate -out of the default colormap. The algorithm used by -m is considerably better -than first come first serve. Also, having xfishtank use ALL the available -cells in the default colormap can be bad. The -C options lets you limit how -many cells xfishtank will take out of the default colormap. -In the first come first serve senario colors are allocated for the fish, -in the order of appearance in the FishList file, and then from the backgound -picture if one exists. - -Finally, due to popular demand, I put back in my clipmask code. By setting -the -d option (for Do clipping), xfishtank will swim its fish over whatever -you already have on your root window. WARNING: This will slow down your -machine! The reason I took this code out originally was it slowed my -machine down too much for me to comfortably work. But if you think you have -a really spiffy fast workstation, go ahead and give it a try. - -If you use the -d option and notice some flicker (which I expect you will), -this is because xfishtank is just doing an XClearArea, and letting the root -redraw its background. If you know what you want your background picture to -be, use -p instead of -d. The image_file needs to be a gif -image. Since xfishtank now knows what your background is, xfishtank with -the -p option should have much less flicker. However, it suffers the -disadvantage that you can't change the background picture without restarting -xfishtank. - -The intrepid explorer of the source code will notice that there are some -options not described in xfishtank -help. In particular -o -and -D. These -options aren't described because they were stuff I was fussing with and couldn't -get to work. I left them in on this release so that if someone else wanted -to try and get them to work, they could see what I had already tried. The -o -option lets fish try and swim on top of each other. It looks ugly no matter -how I do it, if you can fix it, great. -D is a special option that is only -active if you have also specified -d and -p. Normally you never want to specify -both -d and -p because it doesn't make the animation any better, and it -slightly messes up fish to bubble intersections. However, if you specify --d -D -o -p you will get as close as I could get to proper fish intersections. -And when you see how crumby these are, and how slow it makes your machine -you will know why I gave up. - -Ok, I'll fess up, I'm lying, I did actually get good fish to fish intersections -but only by writing a completely different version of xfishtank that has -each fish be a shaped override-redirect window, that moves itself, and changes -its shape-mask to animate. This looks REALLY COOL, but grinds any and all -X servers to a complete standstill. - - - ********************** NEW FISH PICTURES ********************* - -This release contains a grand total of 29 fish! These fish were carefully -created through lots of hard work, and the help of many many people who -sent me pictures of fish, non-copyrighted gifs of fish, and allowed me to -borrow their scanners. I'm not going to try and name them all here, there -are lots of you, and I'm afraid I may miss someone. You all know who you are, -and you have my heartfelt thanks, I couldn't have done this without you. - - - ********************** TROUBLE WITH FISH ********************* - -There is a scarcity of good fish pictures in the world, and they are all -protected by lawyers. Here is the solution I propose. - -Any of you with talent can edit up any pictures you want, somehow get them -into GIF format, and import them into your xfishtank. The program -"giftofish" that I am supplying here takes as input any 2 GIF files, -and creates a xfishtank header file for that fish. The 2 files must have -the same width and height, and must both have the same background color. -The pictures are assumed to be the two frames of an animated fish swiming right. -Put this new header file into your fishmaps directory, edit the FishList -file to add the prefix of that header file, and increment the total fishcount -on the first line of that file. Now recompile xfishtank, and your new fish -will be used. Also, the program fishtogif will extract the two gifs from -any fish header file so you can touch up what you already have. - -Other fish sources: - The AfterDark fish on the Mac are beautiful. If you -have already shelled out the money to Berkely Systems Software to buy those -fish, and you also want to see them on your UNIX box, here is what you do. -If you can transfer the Mac fish files to UNIX, run the "gofish" program -supplied here, it will write out the fish into two intermediate files. -The files will look strange, they are my own format, just feed them to the -giftofish program (which understands that format), and it will create a -fish header file for you. - OpenWindows 3.0 comes with some fish pictures. If you have purchased -Openwindows, and want to use those pictures, the program "rasttofish" -supplied here will read one of their sun raster fish pictures, and produce -a xfishtank header file for it. Note, the Openwindows fish are only one -frame, so the won't be animated. - There is apparently a PC Windows program with some swimming fish. -The individual fish are stored in .fsh files. The program pcfshtofish -will turn one of these .fsh files into an xfishtank header file. - - - ********************** THANKS ********************* - -A really big thanks to well over 100 wonderful people who after downloading -the last version of xfishtank took the time to send me such pleasant, -complimentary, and supportive e-mail. This version was never planned, but -all of you have made me feel better about writing this code than anything -that any employer has ever paid me for. - - -As usual, mail any problems, questions, complaints, reccommendations, and -cookies to me. - -Eric Bina -508 E. Michigan, #35 -Urbana, IL 61801 - -ebina@ncsa.uiuc.edu - -(217)344-9101 -Work(217)244-6133 - - diff --git a/README.TrueColor b/README.TrueColor deleted file mode 100644 index ec6cebd..0000000 --- a/README.TrueColor +++ /dev/null @@ -1,28 +0,0 @@ - -When I switched to TrueColor on my Linux box, I found that xfishtank just crash -with a segmentation fault, how frustrating. Digging into the code, I found -that it only support depths 1-8. Thanks to John Cwikla's article: - - The X Color Context: Color Management For (Almost) Any Occasion - in The X Advisor: June 1995 - Vol 1 No 1. http://www.unx.com/DD/advisor - -I got xfishtank to support TrueColor. I've only tested it on Linux running -XFree86-3.1.2 in 16 and 24 bpp. If anybody can get it to work on other -platform or other video modes, please drop me a line. - -I have no idea what this version will do in DirectColor modes because I have -no way of testing. This version ignores the -C (color limit) flag when running -in > 8 bpp modes. There's no need for limitting the number of color in -TrueColor modes right? - -You may use, redistribute this version as long as you keep all the READMEs and -copyright stuff with the code. This is to ensure credit goes to those deserve. -After all, I did not write this code. I only add TrueColor support. - -There no warranty of any kind. Use this code at your own risk. Don't blame me -for any damage it may cause. Bugfixes and comments are welcome. - -Enjoy, - -TJ Phan -phan@aur.alcatel.com diff --git a/README.debian b/README.debian deleted file mode 100644 index 91a92e1..0000000 --- a/README.debian +++ /dev/null @@ -1,217 +0,0 @@ -Debian copyright: - -This is a Debian prepackaged version of xfishtank. - -This package was put together by Joey Hess , using -sources from: - ftp://ftp.x.org/R5contrib/xfishtank.tar.Z - -I tracked down John Bradley , who wrote the xfish -program back around 1987, that xfishtank is derived from. He stated the -following copyright: - -> It doesn't have one - do whatever you'd like with it. Enjoy! -> -> --jhb - -rasttofish/rasttofish.c has this copyright: - -** Copyright (C) 1989, 1991 by Jef Poskanzer. -** -** Permission to use, copy, modify, and distribute this software and its -** documentation for any purpose and without fee is hereby granted, provided -** that the above copyright notice appear in all copies and that both that -** copyright notice and this permission notice appear in supporting -** documentation. This software is provided "as is" without express or -** implied warranty. - -Debian changelog: - -xfishtank (2.2-25.1) unstable; urgency=low - - * Non-maintainer upload. - * Correct build dependencies (Closes: #485546, #515415) - * Remove obsolete source and diff targets. - * Don't ignore errors by make clean. - * Add a dependency on misc:Depends - * Add a versioned dependency on debhelper 7 - - -- Raphael Geissert Wed, 08 Jul 2009 03:01:55 -0500 - -xfishtank (2.2-25) unstable; urgency=low - - * Maintainer Upload, incorporates NMU - * Updated dh compat level to v7 - - -- Eric Schwartz (Skif) Wed, 10 Sep 2008 20:22:17 -0500 - -xfishtank (2.2-24.1) unstable; urgency=medium - - * Non-maintainer upload. - * Build-depend on libxext-dev, fixes FTBFS (Closes: #486972) - - -- Moritz Muehlenhoff Fri, 27 Jun 2008 21:44:24 +0200 - -xfishtank (2.2-24) unstable; urgency=low - - * Move binaries out of /usr/X11R6/bin (Closes: #362906) - - -- Eric Schwartz (Skif) Fri, 21 Jul 2006 01:44:19 -0600 - -xfishtank (2.2-23.1) unstable; urgency=low - - * Non-maintainer upload to help xlibs-dev transition - * debian/control: Replace xlibs-dev build-dep. (Closes: #346831) - - -- Marc 'HE' Brockschmidt Fri, 20 Jan 2006 14:47:32 +0100 - -xfishtank (2.2-23) unstable; urgency=low - - * Updated vroot.h to handle Xinerama (closes: #217490) - - -- Eric Schwartz Tue, 18 Nov 2003 22:09:50 -0700 - -xfishtank (2.2-22) unstable; urgency=low - - * Applied patch from Steve Kemp (closes: #176686) - - -- Eric Schwartz Mon, 7 Apr 2003 19:10:04 -0600 - -xfishtank (2.2-21) unstable; urgency=low - - * Checks for DefaultDepth > 8, instead of >= 16, as per patch by - Matthew Marjanovic (closes: #144091) - * Uses latest vroot.h from ftp.x.org/contrib/libraries (closes: #134253) - - -- Eric Schwartz Tue, 28 May 2002 22:55:56 -0600 - -xfishtank (2.2-20) unstable; urgency=low - - * Added MANSRCSUFFIX, per patch provided by tomas@groupe-internet.com - (closes: #107801) - * Added patch from Randolph Chung to build on ia64 (closes: #110214) - * Patch also fixes build problems reported by Lamont (closes: #105115) - - -- Eric Schwartz Tue, 28 Aug 2001 09:01:17 -0600 - -xfishtank (2.2-19) unstable; urgency=low - - * fixed build-deps to include xutils (closes: #102280) - - -- Eric Schwartz Tue, 26 Jun 2001 02:26:50 -0600 - -xfishtank (2.2-18) unstable; urgency=low - - * rewrote option parsing code (closes: #63725) - - -- Eric Schwartz Sat, 23 Jun 2001 18:21:00 -0600 - -xfishtank (2.2-17) unstable; urgency=low - - * Updated Maintainer - - -- Eric M. Schwartz Mon, 21 Aug 2000 21:52:00 -0700 - -xfishtank (2.2-16) unstable; urgency=low - - * Build deps. - - -- Joey Hess Sat, 4 Dec 1999 18:20:14 -0800 - -xfishtank (2.2-15) unstable; urgency=low - - * FHS - - -- Joey Hess Mon, 20 Sep 1999 21:14:45 -0700 - -xfishtank (2.2-14) unstable; urgency=low - - * Removed space after \ continuation character in menu file. - - -- Joey Hess Wed, 5 Aug 1998 14:23:36 -0700 - -xfishtank (2.2-13) unstable; urgency=low - - * Fixed minor lintian errors. - - -- Joey Hess Sat, 14 Mar 1998 20:32:57 -0800 - -xfishtank (2.2-12) unstable; urgency=low - - * Move man page into proper directory. - - -- Joey Hess Mon, 16 Feb 1998 14:10:58 -0800 - -xfishtank (2.2-11) unstable; urgency=low - - * Updated to latest standards version (was already compilent, AFAIK) - #16781 - - -- Joey Hess Wed, 7 Jan 1998 12:03:54 -0500 - -xfishtank (2.2-10) unstable; urgency=low - - * Package got corrupted on master, reupload of .orig.tar.gz. - - -- Joey Hess Wed, 3 Dec 1997 13:38:18 -0500 - -xfishtank (2.2-9) unstable; urgency=low - - * Fixed copyright file to actually give the copyright info (#14965), as - well as the upstream source location. - * Use debhelper. - * I noticed that the source package contained gif code. Rather than move - this package to non-free, I have created a new source package, with the - gif code removed. - - -- Joey Hess Sun, 16 Nov 1997 20:05:26 -0500 - -xfishtank (2.2-8) unstable; urgency=low - - * Complied with libc6 xlib (#11954). - * New maintainer. - * Added a menu file. - - -- Joey Hess Wed, 10 Sep 1997 01:15:13 -0400 - -xfishtank (2.2-7) unstable; urgency=low - - * Orphaned the package. - - -- Vincent Renardias Fri, 2 May 1997 01:16:46 +0200 - -xfishtank (2.2-6) unstable; urgency=low - - * Recompiled with libc6. - - -- Vincent Renardias Fri, 2 May 1997 01:16:46 +0200 - -xfishtank (2.2-5) unstable; urgency=low - - * Wrote manpage. (Corrects Bug #5592) - - -- Vincent Renardias Sat, 14 Dec 1996 03:42:09 +0100 - -xfishtank (2.2-4) unstable; urgency=medium - - * Maintainer changed - * Some typo. corrections - * Changed compile options, strip executable - * Added some doc. files - * Added link to undocumented.7 - - -- Vincent Renardias Sat, 19 Oct 1996 04:37:37 +0200 - -xfishtank (2.2-3) unstable; urgency=medium - - * Full Color support enabled (Will hopefully cure problems with 16bpp) - as well - - -- Christoph Lameter Thu, 08 Sep 1996 15:37:25 +0100 - -xfishtank (2.2-2) unstable; urgency=low - - * Switched to new way of doing packages - * Included copyright information etc - - -- Christoph Lameter Thu, 01 Sep 1996 15:37:25 +0100 diff --git a/README.linux b/README.linux new file mode 100644 index 0000000..e69de29 diff --git a/README.md b/README.md new file mode 100644 index 0000000..e69de29 diff --git a/Version b/Version deleted file mode 100644 index b064cce..0000000 --- a/Version +++ /dev/null @@ -1 +0,0 @@ -xfishtank version 2.5 diff --git a/aclocal.m4 b/aclocal.m4 new file mode 100644 index 0000000..174327b --- /dev/null +++ b/aclocal.m4 @@ -0,0 +1,1426 @@ +# generated automatically by aclocal 1.16.5 -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. + +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])]) +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.71],, +[m4_warning([this file was generated for autoconf 2.71. +You have another version of autoconf. It may work, but is not guaranteed to. +If you have problems, you may need to regenerate the build system entirely. +To do so, use the procedure documented by the package, typically 'autoreconf'.])]) + +# pkg.m4 - Macros to locate and utilise pkg-config. -*- Autoconf -*- +# serial 12 (pkg-config-0.29.2) + +dnl Copyright © 2004 Scott James Remnant . +dnl Copyright © 2012-2015 Dan Nicholson +dnl +dnl This program is free software; you can redistribute it and/or modify +dnl it under the terms of the GNU General Public License as published by +dnl the Free Software Foundation; either version 2 of the License, or +dnl (at your option) any later version. +dnl +dnl This program is distributed in the hope that it will be useful, but +dnl WITHOUT ANY WARRANTY; without even the implied warranty of +dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +dnl General Public License for more details. +dnl +dnl You should have received a copy of the GNU General Public License +dnl along with this program; if not, write to the Free Software +dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA +dnl 02111-1307, USA. +dnl +dnl As a special exception to the GNU General Public License, if you +dnl distribute this file as part of a program that contains a +dnl configuration script generated by Autoconf, you may include it under +dnl the same distribution terms that you use for the rest of that +dnl program. + +dnl PKG_PREREQ(MIN-VERSION) +dnl ----------------------- +dnl Since: 0.29 +dnl +dnl Verify that the version of the pkg-config macros are at least +dnl MIN-VERSION. Unlike PKG_PROG_PKG_CONFIG, which checks the user's +dnl installed version of pkg-config, this checks the developer's version +dnl of pkg.m4 when generating configure. +dnl +dnl To ensure that this macro is defined, also add: +dnl m4_ifndef([PKG_PREREQ], +dnl [m4_fatal([must install pkg-config 0.29 or later before running autoconf/autogen])]) +dnl +dnl See the "Since" comment for each macro you use to see what version +dnl of the macros you require. +m4_defun([PKG_PREREQ], +[m4_define([PKG_MACROS_VERSION], [0.29.2]) +m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1, + [m4_fatal([pkg.m4 version $1 or higher is required but ]PKG_MACROS_VERSION[ found])]) +])dnl PKG_PREREQ + +dnl PKG_PROG_PKG_CONFIG([MIN-VERSION]) +dnl ---------------------------------- +dnl Since: 0.16 +dnl +dnl Search for the pkg-config tool and set the PKG_CONFIG variable to +dnl first found in the path. Checks that the version of pkg-config found +dnl is at least MIN-VERSION. If MIN-VERSION is not specified, 0.9.0 is +dnl used since that's the first version where most current features of +dnl pkg-config existed. +AC_DEFUN([PKG_PROG_PKG_CONFIG], +[m4_pattern_forbid([^_?PKG_[A-Z_]+$]) +m4_pattern_allow([^PKG_CONFIG(_(PATH|LIBDIR|SYSROOT_DIR|ALLOW_SYSTEM_(CFLAGS|LIBS)))?$]) +m4_pattern_allow([^PKG_CONFIG_(DISABLE_UNINSTALLED|TOP_BUILD_DIR|DEBUG_SPEW)$]) +AC_ARG_VAR([PKG_CONFIG], [path to pkg-config utility]) +AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path]) +AC_ARG_VAR([PKG_CONFIG_LIBDIR], [path overriding pkg-config's built-in search path]) + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + AC_PATH_TOOL([PKG_CONFIG], [pkg-config]) +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=m4_default([$1], [0.9.0]) + AC_MSG_CHECKING([pkg-config is at least version $_pkg_min_version]) + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + PKG_CONFIG="" + fi +fi[]dnl +])dnl PKG_PROG_PKG_CONFIG + +dnl PKG_CHECK_EXISTS(MODULES, [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------------------------------- +dnl Since: 0.18 +dnl +dnl Check to see whether a particular set of modules exists. Similar to +dnl PKG_CHECK_MODULES(), but does not set variables or print errors. +dnl +dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +dnl only at the first occurence in configure.ac, so if the first place +dnl it's called might be skipped (such as if it is within an "if", you +dnl have to call PKG_CHECK_EXISTS manually +AC_DEFUN([PKG_CHECK_EXISTS], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +if test -n "$PKG_CONFIG" && \ + AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then + m4_default([$2], [:]) +m4_ifvaln([$3], [else + $3])dnl +fi]) + +dnl _PKG_CONFIG([VARIABLE], [COMMAND], [MODULES]) +dnl --------------------------------------------- +dnl Internal wrapper calling pkg-config via PKG_CONFIG and setting +dnl pkg_failed based on the result. +m4_define([_PKG_CONFIG], +[if test -n "$$1"; then + pkg_cv_[]$1="$$1" + elif test -n "$PKG_CONFIG"; then + PKG_CHECK_EXISTS([$3], + [pkg_cv_[]$1=`$PKG_CONFIG --[]$2 "$3" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes ], + [pkg_failed=yes]) + else + pkg_failed=untried +fi[]dnl +])dnl _PKG_CONFIG + +dnl _PKG_SHORT_ERRORS_SUPPORTED +dnl --------------------------- +dnl Internal check to see if pkg-config supports short errors. +AC_DEFUN([_PKG_SHORT_ERRORS_SUPPORTED], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG]) +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi[]dnl +])dnl _PKG_SHORT_ERRORS_SUPPORTED + + +dnl PKG_CHECK_MODULES(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl -------------------------------------------------------------- +dnl Since: 0.4.0 +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES might not happen, you should be sure to include an +dnl explicit call to PKG_PROG_PKG_CONFIG in your configure.ac +AC_DEFUN([PKG_CHECK_MODULES], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1][_CFLAGS], [C compiler flags for $1, overriding pkg-config])dnl +AC_ARG_VAR([$1][_LIBS], [linker flags for $1, overriding pkg-config])dnl + +pkg_failed=no +AC_MSG_CHECKING([for $2]) + +_PKG_CONFIG([$1][_CFLAGS], [cflags], [$2]) +_PKG_CONFIG([$1][_LIBS], [libs], [$2]) + +m4_define([_PKG_TEXT], [Alternatively, you may set the environment variables $1[]_CFLAGS +and $1[]_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details.]) + +if test $pkg_failed = yes; then + AC_MSG_RESULT([no]) + _PKG_SHORT_ERRORS_SUPPORTED + if test $_pkg_short_errors_supported = yes; then + $1[]_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "$2" 2>&1` + else + $1[]_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "$2" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$$1[]_PKG_ERRORS" >&AS_MESSAGE_LOG_FD + + m4_default([$4], [AC_MSG_ERROR( +[Package requirements ($2) were not met: + +$$1_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +_PKG_TEXT])[]dnl + ]) +elif test $pkg_failed = untried; then + AC_MSG_RESULT([no]) + m4_default([$4], [AC_MSG_FAILURE( +[The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +_PKG_TEXT + +To get pkg-config, see .])[]dnl + ]) +else + $1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS + $1[]_LIBS=$pkg_cv_[]$1[]_LIBS + AC_MSG_RESULT([yes]) + $3 +fi[]dnl +])dnl PKG_CHECK_MODULES + + +dnl PKG_CHECK_MODULES_STATIC(VARIABLE-PREFIX, MODULES, [ACTION-IF-FOUND], +dnl [ACTION-IF-NOT-FOUND]) +dnl --------------------------------------------------------------------- +dnl Since: 0.29 +dnl +dnl Checks for existence of MODULES and gathers its build flags with +dnl static libraries enabled. Sets VARIABLE-PREFIX_CFLAGS from --cflags +dnl and VARIABLE-PREFIX_LIBS from --libs. +dnl +dnl Note that if there is a possibility the first call to +dnl PKG_CHECK_MODULES_STATIC might not happen, you should be sure to +dnl include an explicit call to PKG_PROG_PKG_CONFIG in your +dnl configure.ac. +AC_DEFUN([PKG_CHECK_MODULES_STATIC], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +_save_PKG_CONFIG=$PKG_CONFIG +PKG_CONFIG="$PKG_CONFIG --static" +PKG_CHECK_MODULES($@) +PKG_CONFIG=$_save_PKG_CONFIG[]dnl +])dnl PKG_CHECK_MODULES_STATIC + + +dnl PKG_INSTALLDIR([DIRECTORY]) +dnl ------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable pkgconfigdir as the location where a module +dnl should install pkg-config .pc files. By default the directory is +dnl $libdir/pkgconfig, but the default can be changed by passing +dnl DIRECTORY. The user can override through the --with-pkgconfigdir +dnl parameter. +AC_DEFUN([PKG_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${libdir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([pkgconfigdir], + [AS_HELP_STRING([--with-pkgconfigdir], pkg_description)],, + [with_pkgconfigdir=]pkg_default) +AC_SUBST([pkgconfigdir], [$with_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_INSTALLDIR + + +dnl PKG_NOARCH_INSTALLDIR([DIRECTORY]) +dnl -------------------------------- +dnl Since: 0.27 +dnl +dnl Substitutes the variable noarch_pkgconfigdir as the location where a +dnl module should install arch-independent pkg-config .pc files. By +dnl default the directory is $datadir/pkgconfig, but the default can be +dnl changed by passing DIRECTORY. The user can override through the +dnl --with-noarch-pkgconfigdir parameter. +AC_DEFUN([PKG_NOARCH_INSTALLDIR], +[m4_pushdef([pkg_default], [m4_default([$1], ['${datadir}/pkgconfig'])]) +m4_pushdef([pkg_description], + [pkg-config arch-independent installation directory @<:@]pkg_default[@:>@]) +AC_ARG_WITH([noarch-pkgconfigdir], + [AS_HELP_STRING([--with-noarch-pkgconfigdir], pkg_description)],, + [with_noarch_pkgconfigdir=]pkg_default) +AC_SUBST([noarch_pkgconfigdir], [$with_noarch_pkgconfigdir]) +m4_popdef([pkg_default]) +m4_popdef([pkg_description]) +])dnl PKG_NOARCH_INSTALLDIR + + +dnl PKG_CHECK_VAR(VARIABLE, MODULE, CONFIG-VARIABLE, +dnl [ACTION-IF-FOUND], [ACTION-IF-NOT-FOUND]) +dnl ------------------------------------------- +dnl Since: 0.28 +dnl +dnl Retrieves the value of the pkg-config variable for the given module. +AC_DEFUN([PKG_CHECK_VAR], +[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl +AC_ARG_VAR([$1], [value of $3 for $2, overriding pkg-config])dnl + +_PKG_CONFIG([$1], [variable="][$3]["], [$2]) +AS_VAR_COPY([$1], [pkg_cv_][$1]) + +AS_VAR_IF([$1], [""], [$5], [$4])dnl +])dnl PKG_CHECK_VAR + +# Copyright (C) 2002-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_AUTOMAKE_VERSION(VERSION) +# ---------------------------- +# Automake X.Y traces this macro to ensure aclocal.m4 has been +# generated from the m4 files accompanying Automake X.Y. +# (This private macro should not be called outside this file.) +AC_DEFUN([AM_AUTOMAKE_VERSION], +[am__api_version='1.16' +dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to +dnl require some minimum version. Point them to the right macro. +m4_if([$1], [1.16.5], [], + [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl +]) + +# _AM_AUTOCONF_VERSION(VERSION) +# ----------------------------- +# aclocal traces this macro to find the Autoconf version. +# This is a private macro too. Using m4_define simplifies +# the logic in aclocal, which can simply ignore this definition. +m4_define([_AM_AUTOCONF_VERSION], []) + +# AM_SET_CURRENT_AUTOMAKE_VERSION +# ------------------------------- +# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. +# This function is AC_REQUIREd by AM_INIT_AUTOMAKE. +AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], +[AM_AUTOMAKE_VERSION([1.16.5])dnl +m4_ifndef([AC_AUTOCONF_VERSION], + [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl +_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) + +# AM_AUX_DIR_EXPAND -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets +# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to +# '$srcdir', '$srcdir/..', or '$srcdir/../..'. +# +# Of course, Automake must honor this variable whenever it calls a +# tool from the auxiliary directory. The problem is that $srcdir (and +# therefore $ac_aux_dir as well) can be either absolute or relative, +# depending on how configure is run. This is pretty annoying, since +# it makes $ac_aux_dir quite unusable in subdirectories: in the top +# source directory, any form will work fine, but in subdirectories a +# relative path needs to be adjusted first. +# +# $ac_aux_dir/missing +# fails when called from a subdirectory if $ac_aux_dir is relative +# $top_srcdir/$ac_aux_dir/missing +# fails if $ac_aux_dir is absolute, +# fails when called from a subdirectory in a VPATH build with +# a relative $ac_aux_dir +# +# The reason of the latter failure is that $top_srcdir and $ac_aux_dir +# are both prefixed by $srcdir. In an in-source build this is usually +# harmless because $srcdir is '.', but things will broke when you +# start a VPATH build or use an absolute $srcdir. +# +# So we could use something similar to $top_srcdir/$ac_aux_dir/missing, +# iff we strip the leading $srcdir from $ac_aux_dir. That would be: +# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"` +# and then we would define $MISSING as +# MISSING="\${SHELL} $am_aux_dir/missing" +# This will work as long as MISSING is not called from configure, because +# unfortunately $(top_srcdir) has no meaning in configure. +# However there are other variables, like CC, which are often used in +# configure, and could therefore not use this "fixed" $ac_aux_dir. +# +# Another solution, used here, is to always expand $ac_aux_dir to an +# absolute PATH. The drawback is that using absolute paths prevent a +# configured tree to be moved without reconfiguration. + +AC_DEFUN([AM_AUX_DIR_EXPAND], +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` +]) + +# AM_CONDITIONAL -*- Autoconf -*- + +# Copyright (C) 1997-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_CONDITIONAL(NAME, SHELL-CONDITION) +# ------------------------------------- +# Define a conditional. +AC_DEFUN([AM_CONDITIONAL], +[AC_PREREQ([2.52])dnl + m4_if([$1], [TRUE], [AC_FATAL([$0: invalid condition: $1])], + [$1], [FALSE], [AC_FATAL([$0: invalid condition: $1])])dnl +AC_SUBST([$1_TRUE])dnl +AC_SUBST([$1_FALSE])dnl +_AM_SUBST_NOTMAKE([$1_TRUE])dnl +_AM_SUBST_NOTMAKE([$1_FALSE])dnl +m4_define([_AM_COND_VALUE_$1], [$2])dnl +if $2; then + $1_TRUE= + $1_FALSE='#' +else + $1_TRUE='#' + $1_FALSE= +fi +AC_CONFIG_COMMANDS_PRE( +[if test -z "${$1_TRUE}" && test -z "${$1_FALSE}"; then + AC_MSG_ERROR([[conditional "$1" was never defined. +Usually this means the macro was only invoked conditionally.]]) +fi])]) + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + + +# There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be +# written in clear, in which case automake, when reading aclocal.m4, +# will think it sees a *use*, and therefore will trigger all it's +# C support machinery. Also note that it means that autoscan, seeing +# CC etc. in the Makefile, will ask for an AC_PROG_CC use... + + +# _AM_DEPENDENCIES(NAME) +# ---------------------- +# See how the compiler implements dependency checking. +# NAME is "CC", "CXX", "OBJC", "OBJCXX", "UPC", or "GJC". +# We try a few techniques and use that to set a single cache variable. +# +# We don't AC_REQUIRE the corresponding AC_PROG_CC since the latter was +# modified to invoke _AM_DEPENDENCIES(CC); we would have a circular +# dependency, and given that the user is not expected to run this macro, +# just rely on AC_PROG_CC. +AC_DEFUN([_AM_DEPENDENCIES], +[AC_REQUIRE([AM_SET_DEPDIR])dnl +AC_REQUIRE([AM_OUTPUT_DEPENDENCY_COMMANDS])dnl +AC_REQUIRE([AM_MAKE_INCLUDE])dnl +AC_REQUIRE([AM_DEP_TRACK])dnl + +m4_if([$1], [CC], [depcc="$CC" am_compiler_list=], + [$1], [CXX], [depcc="$CXX" am_compiler_list=], + [$1], [OBJC], [depcc="$OBJC" am_compiler_list='gcc3 gcc'], + [$1], [OBJCXX], [depcc="$OBJCXX" am_compiler_list='gcc3 gcc'], + [$1], [UPC], [depcc="$UPC" am_compiler_list=], + [$1], [GCJ], [depcc="$GCJ" am_compiler_list='gcc3 gcc'], + [depcc="$$1" am_compiler_list=]) + +AC_CACHE_CHECK([dependency style of $depcc], + [am_cv_$1_dependencies_compiler_type], +[if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_$1_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n ['s/^#*\([a-zA-Z0-9]*\))$/\1/p'] < ./depcomp` + fi + am__universal=false + m4_case([$1], [CC], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac], + [CXX], + [case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac]) + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_$1_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_$1_dependencies_compiler_type=none +fi +]) +AC_SUBST([$1DEPMODE], [depmode=$am_cv_$1_dependencies_compiler_type]) +AM_CONDITIONAL([am__fastdep$1], [ + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_$1_dependencies_compiler_type" = gcc3]) +]) + + +# AM_SET_DEPDIR +# ------------- +# Choose a directory name for dependency files. +# This macro is AC_REQUIREd in _AM_DEPENDENCIES. +AC_DEFUN([AM_SET_DEPDIR], +[AC_REQUIRE([AM_SET_LEADING_DOT])dnl +AC_SUBST([DEPDIR], ["${am__leading_dot}deps"])dnl +]) + + +# AM_DEP_TRACK +# ------------ +AC_DEFUN([AM_DEP_TRACK], +[AC_ARG_ENABLE([dependency-tracking], [dnl +AS_HELP_STRING( + [--enable-dependency-tracking], + [do not reject slow dependency extractors]) +AS_HELP_STRING( + [--disable-dependency-tracking], + [speeds up one-time build])]) +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi +AM_CONDITIONAL([AMDEP], [test "x$enable_dependency_tracking" != xno]) +AC_SUBST([AMDEPBACKSLASH])dnl +_AM_SUBST_NOTMAKE([AMDEPBACKSLASH])dnl +AC_SUBST([am__nodep])dnl +_AM_SUBST_NOTMAKE([am__nodep])dnl +]) + +# Generate code to set up dependency tracking. -*- Autoconf -*- + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_OUTPUT_DEPENDENCY_COMMANDS +# ------------------------------ +AC_DEFUN([_AM_OUTPUT_DEPENDENCY_COMMANDS], +[{ + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + AS_CASE([$CONFIG_FILES], + [*\'*], [eval set x "$CONFIG_FILES"], + [*], [set x $CONFIG_FILES]) + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`AS_ECHO(["$am_mf"]) | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`AS_DIRNAME(["$am_mf"])` + am_filepart=`AS_BASENAME(["$am_mf"])` + AM_RUN_LOG([cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles]) || am_rc=$? + done + if test $am_rc -ne 0; then + AC_MSG_FAILURE([Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE="gmake" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking).]) + fi + AS_UNSET([am_dirpart]) + AS_UNSET([am_filepart]) + AS_UNSET([am_mf]) + AS_UNSET([am_rc]) + rm -f conftest-deps.mk +} +])# _AM_OUTPUT_DEPENDENCY_COMMANDS + + +# AM_OUTPUT_DEPENDENCY_COMMANDS +# ----------------------------- +# This macro should only be invoked once -- use via AC_REQUIRE. +# +# This code is only required when automatic dependency tracking is enabled. +# This creates each '.Po' and '.Plo' makefile fragment that we'll need in +# order to bootstrap the dependency handling code. +AC_DEFUN([AM_OUTPUT_DEPENDENCY_COMMANDS], +[AC_CONFIG_COMMANDS([depfiles], + [test x"$AMDEP_TRUE" != x"" || _AM_OUTPUT_DEPENDENCY_COMMANDS], + [AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}"])]) + +# Do all the work for Automake. -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This macro actually does too much. Some checks are only needed if +# your package does certain things. But this isn't really a big deal. + +dnl Redefine AC_PROG_CC to automatically invoke _AM_PROG_CC_C_O. +m4_define([AC_PROG_CC], +m4_defn([AC_PROG_CC]) +[_AM_PROG_CC_C_O +]) + +# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE]) +# AM_INIT_AUTOMAKE([OPTIONS]) +# ----------------------------------------------- +# The call with PACKAGE and VERSION arguments is the old style +# call (pre autoconf-2.50), which is being phased out. PACKAGE +# and VERSION should now be passed to AC_INIT and removed from +# the call to AM_INIT_AUTOMAKE. +# We support both call styles for the transition. After +# the next Automake release, Autoconf can make the AC_INIT +# arguments mandatory, and then we can depend on a new Autoconf +# release and drop the old call support. +AC_DEFUN([AM_INIT_AUTOMAKE], +[AC_PREREQ([2.65])dnl +m4_ifdef([_$0_ALREADY_INIT], + [m4_fatal([$0 expanded multiple times +]m4_defn([_$0_ALREADY_INIT]))], + [m4_define([_$0_ALREADY_INIT], m4_expansion_stack)])dnl +dnl Autoconf wants to disallow AM_ names. We explicitly allow +dnl the ones we care about. +m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl +AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl +AC_REQUIRE([AC_PROG_INSTALL])dnl +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + AC_MSG_ERROR([source directory already configured; run "make distclean" there first]) + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi +AC_SUBST([CYGPATH_W]) + +# Define the identity of the package. +dnl Distinguish between old-style and new-style calls. +m4_ifval([$2], +[AC_DIAGNOSE([obsolete], + [$0: two- and three-arguments forms are deprecated.]) +m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl + AC_SUBST([PACKAGE], [$1])dnl + AC_SUBST([VERSION], [$2])], +[_AM_SET_OPTIONS([$1])dnl +dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT. +m4_if( + m4_ifset([AC_PACKAGE_NAME], [ok]):m4_ifset([AC_PACKAGE_VERSION], [ok]), + [ok:ok],, + [m4_fatal([AC_INIT should be called with package and version arguments])])dnl + AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl + AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl + +_AM_IF_OPTION([no-define],, +[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package]) + AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl + +# Some tools Automake needs. +AC_REQUIRE([AM_SANITY_CHECK])dnl +AC_REQUIRE([AC_ARG_PROGRAM])dnl +AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}]) +AM_MISSING_PROG([AUTOCONF], [autoconf]) +AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}]) +AM_MISSING_PROG([AUTOHEADER], [autoheader]) +AM_MISSING_PROG([MAKEINFO], [makeinfo]) +AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl +AC_REQUIRE([AC_PROG_MKDIR_P])dnl +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +AC_SUBST([mkdir_p], ['$(MKDIR_P)']) +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +AC_REQUIRE([AC_PROG_AWK])dnl +AC_REQUIRE([AC_PROG_MAKE_SET])dnl +AC_REQUIRE([AM_SET_LEADING_DOT])dnl +_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])], + [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])], + [_AM_PROG_TAR([v7])])]) +_AM_IF_OPTION([no-dependencies],, +[AC_PROVIDE_IFELSE([AC_PROG_CC], + [_AM_DEPENDENCIES([CC])], + [m4_define([AC_PROG_CC], + m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_CXX], + [_AM_DEPENDENCIES([CXX])], + [m4_define([AC_PROG_CXX], + m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJC], + [_AM_DEPENDENCIES([OBJC])], + [m4_define([AC_PROG_OBJC], + m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl +AC_PROVIDE_IFELSE([AC_PROG_OBJCXX], + [_AM_DEPENDENCIES([OBJCXX])], + [m4_define([AC_PROG_OBJCXX], + m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl +]) +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi +AC_SUBST([CTAGS]) +if test -z "$ETAGS"; then + ETAGS=etags +fi +AC_SUBST([ETAGS]) +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi +AC_SUBST([CSCOPE]) + +AC_REQUIRE([AM_SILENT_RULES])dnl +dnl The testsuite driver may need to know about EXEEXT, so add the +dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This +dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below. +AC_CONFIG_COMMANDS_PRE(dnl +[m4_provide_if([_AM_COMPILER_EXEEXT], + [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) + fi +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) + +dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not +dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further +dnl mangled by Autoconf and run in a shell conditional statement. +m4_define([_AC_COMPILER_EXEEXT], +m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])]) + +# When config.status generates a header, we must update the stamp-h file. +# This file resides in the same directory as the config header +# that is generated. The stamp files are numbered to have different names. + +# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the +# loop where config.status creates the headers, so we can generate +# our stamp files there. +AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK], +[# Compute $1's index in $config_headers. +_am_arg=$1 +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_SH +# ------------------ +# Define $install_sh. +AC_DEFUN([AM_PROG_INSTALL_SH], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi +AC_SUBST([install_sh])]) + +# Copyright (C) 2003-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# Check whether the underlying file-system supports filenames +# with a leading dot. For instance MS-DOS doesn't. +AC_DEFUN([AM_SET_LEADING_DOT], +[rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null +AC_SUBST([am__leading_dot])]) + +# Check to see how 'make' treats includes. -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MAKE_INCLUDE() +# ----------------- +# Check whether make has an 'include' directive that can support all +# the idioms we need for our automatic dependency tracking code. +AC_DEFUN([AM_MAKE_INCLUDE], +[AC_MSG_CHECKING([whether ${MAKE-make} supports the include directive]) +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + AM_RUN_LOG([${MAKE-make} -f confmf.$s && cat confinc.out]) + AS_CASE([$?:`cat confinc.out 2>/dev/null`], + ['0:this is the am__doit target'], + [AS_CASE([$s], + [BSD], [am__include='.include' am__quote='"'], + [am__include='include' am__quote=''])]) + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +AC_MSG_RESULT([${_am_result}]) +AC_SUBST([am__include])]) +AC_SUBST([am__quote])]) + +# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- + +# Copyright (C) 1997-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_MISSING_PROG(NAME, PROGRAM) +# ------------------------------ +AC_DEFUN([AM_MISSING_PROG], +[AC_REQUIRE([AM_MISSING_HAS_RUN]) +$1=${$1-"${am_missing_run}$2"} +AC_SUBST($1)]) + +# AM_MISSING_HAS_RUN +# ------------------ +# Define MISSING if not defined so far and test if it is modern enough. +# If it is, set am_missing_run to use it, otherwise, to nothing. +AC_DEFUN([AM_MISSING_HAS_RUN], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([missing])dnl +if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + AC_MSG_WARN(['missing' script is too old or missing]) +fi +]) + +# Helper functions for option handling. -*- Autoconf -*- + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_MANGLE_OPTION(NAME) +# ----------------------- +AC_DEFUN([_AM_MANGLE_OPTION], +[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])]) + +# _AM_SET_OPTION(NAME) +# -------------------- +# Set option NAME. Presently that only means defining a flag for this option. +AC_DEFUN([_AM_SET_OPTION], +[m4_define(_AM_MANGLE_OPTION([$1]), [1])]) + +# _AM_SET_OPTIONS(OPTIONS) +# ------------------------ +# OPTIONS is a space-separated list of Automake options. +AC_DEFUN([_AM_SET_OPTIONS], +[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])]) + +# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET]) +# ------------------------------------------- +# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise. +AC_DEFUN([_AM_IF_OPTION], +[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_CC_C_O +# --------------- +# Like AC_PROG_CC_C_O, but changed for automake. We rewrite AC_PROG_CC +# to automatically call this. +AC_DEFUN([_AM_PROG_CC_C_O], +[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl +AC_REQUIRE_AUX_FILE([compile])dnl +AC_LANG_PUSH([C])dnl +AC_CACHE_CHECK( + [whether $CC understands -c and -o together], + [am_cv_prog_cc_c_o], + [AC_LANG_CONFTEST([AC_LANG_PROGRAM([])]) + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if AM_RUN_LOG([$CC -c conftest.$ac_ext -o conftest2.$ac_objext]) \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i]) +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +AC_LANG_POP([C])]) + +# For backward compatibility. +AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_RUN_LOG(COMMAND) +# ------------------- +# Run COMMAND, save the exit status in ac_status, and log it. +# (This has been adapted from Autoconf's _AC_RUN_LOG macro.) +AC_DEFUN([AM_RUN_LOG], +[{ echo "$as_me:$LINENO: $1" >&AS_MESSAGE_LOG_FD + ($1) >&AS_MESSAGE_LOG_FD 2>&AS_MESSAGE_LOG_FD + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&AS_MESSAGE_LOG_FD + (exit $ac_status); }]) + +# Check to make sure that the build environment is sane. -*- Autoconf -*- + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SANITY_CHECK +# --------------- +AC_DEFUN([AM_SANITY_CHECK], +[AC_MSG_CHECKING([whether build environment is sane]) +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[[\\\"\#\$\&\'\`$am_lf]]*) + AC_MSG_ERROR([unsafe absolute working directory name]);; +esac +case $srcdir in + *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*) + AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$[*]" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$[*]" != "X $srcdir/configure conftest.file" \ + && test "$[*]" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken + alias in your environment]) + fi + if test "$[2]" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$[2]" = conftest.file + ) +then + # Ok. + : +else + AC_MSG_ERROR([newly created file is older than distributed files! +Check your system clock]) +fi +AC_MSG_RESULT([yes]) +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi +AC_CONFIG_COMMANDS_PRE( + [AC_MSG_CHECKING([that generated files are newer than configure]) + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + AC_MSG_RESULT([done])]) +rm -f conftest.file +]) + +# Copyright (C) 2009-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_SILENT_RULES([DEFAULT]) +# -------------------------- +# Enable less verbose build rules; with the default set to DEFAULT +# ("yes" being less verbose, "no" or empty being verbose). +AC_DEFUN([AM_SILENT_RULES], +[AC_ARG_ENABLE([silent-rules], [dnl +AS_HELP_STRING( + [--enable-silent-rules], + [less verbose build output (undo: "make V=1")]) +AS_HELP_STRING( + [--disable-silent-rules], + [verbose build output (undo: "make V=0")])dnl +]) +case $enable_silent_rules in @%:@ ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);; +esac +dnl +dnl A few 'make' implementations (e.g., NonStop OS and NextStep) +dnl do not support nested variable expansions. +dnl See automake bug#9928 and bug#10237. +am_make=${MAKE-make} +AC_CACHE_CHECK([whether $am_make supports nested variables], + [am_cv_make_support_nested_variables], + [if AS_ECHO([['TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi]) +if test $am_cv_make_support_nested_variables = yes; then + dnl Using '$V' instead of '$(V)' breaks IRIX make. + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AC_SUBST([AM_V])dnl +AM_SUBST_NOTMAKE([AM_V])dnl +AC_SUBST([AM_DEFAULT_V])dnl +AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl +AC_SUBST([AM_DEFAULT_VERBOSITY])dnl +AM_BACKSLASH='\' +AC_SUBST([AM_BACKSLASH])dnl +_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl +]) + +# Copyright (C) 2001-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# AM_PROG_INSTALL_STRIP +# --------------------- +# One issue with vendor 'install' (even GNU) is that you can't +# specify the program used to strip binaries. This is especially +# annoying in cross-compiling environments, where the build's strip +# is unlikely to handle the host's binaries. +# Fortunately install-sh will honor a STRIPPROG variable, so we +# always use install-sh in "make install-strip", and initialize +# STRIPPROG with the value of the STRIP variable (set by the user). +AC_DEFUN([AM_PROG_INSTALL_STRIP], +[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +dnl Don't test for $cross_compiling = yes, because it might be 'maybe'. +if test "$cross_compiling" != no; then + AC_CHECK_TOOL([STRIP], [strip], :) +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" +AC_SUBST([INSTALL_STRIP_PROGRAM])]) + +# Copyright (C) 2006-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_SUBST_NOTMAKE(VARIABLE) +# --------------------------- +# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in. +# This macro is traced by Automake. +AC_DEFUN([_AM_SUBST_NOTMAKE]) + +# AM_SUBST_NOTMAKE(VARIABLE) +# -------------------------- +# Public sister of _AM_SUBST_NOTMAKE. +AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)]) + +# Check how to create a tarball. -*- Autoconf -*- + +# Copyright (C) 2004-2021 Free Software Foundation, Inc. +# +# This file is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# _AM_PROG_TAR(FORMAT) +# -------------------- +# Check how to create a tarball in format FORMAT. +# FORMAT should be one of 'v7', 'ustar', or 'pax'. +# +# Substitute a variable $(am__tar) that is a command +# writing to stdout a FORMAT-tarball containing the directory +# $tardir. +# tardir=directory && $(am__tar) > result.tar +# +# Substitute a variable $(am__untar) that extract such +# a tarball read from stdin. +# $(am__untar) < result.tar +# +AC_DEFUN([_AM_PROG_TAR], +[# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AC_SUBST([AMTAR], ['$${TAR-tar}']) + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none' + +m4_if([$1], [v7], + [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'], + + [m4_case([$1], + [ustar], + [# The POSIX 1988 'ustar' format is defined with fixed-size fields. + # There is notably a 21 bits limit for the UID and the GID. In fact, + # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343 + # and bug#13588). + am_max_uid=2097151 # 2^21 - 1 + am_max_gid=$am_max_uid + # The $UID and $GID variables are not portable, so we need to resort + # to the POSIX-mandated id(1) utility. Errors in the 'id' calls + # below are definitely unexpected, so allow the users to see them + # (that is, avoid stderr redirection). + am_uid=`id -u || echo unknown` + am_gid=`id -g || echo unknown` + AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format]) + if test $am_uid -le $am_max_uid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi + AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format]) + if test $am_gid -le $am_max_gid; then + AC_MSG_RESULT([yes]) + else + AC_MSG_RESULT([no]) + _am_tools=none + fi], + + [pax], + [], + + [m4_fatal([Unknown tar format])]) + + AC_MSG_CHECKING([how to create a $1 tar archive]) + + # Go ahead even if we have the value already cached. We do so because we + # need to set the values for the 'am__tar' and 'am__untar' variables. + _am_tools=${am_cv_prog_tar_$1-$_am_tools} + + for _am_tool in $_am_tools; do + case $_am_tool in + gnutar) + for _am_tar in tar gnutar gtar; do + AM_RUN_LOG([$_am_tar --version]) && break + done + am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"' + am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"' + am__untar="$_am_tar -xf -" + ;; + plaintar) + # Must skip GNU tar: if it does not support --format= it doesn't create + # ustar tarball either. + (tar --version) >/dev/null 2>&1 && continue + am__tar='tar chf - "$$tardir"' + am__tar_='tar chf - "$tardir"' + am__untar='tar xf -' + ;; + pax) + am__tar='pax -L -x $1 -w "$$tardir"' + am__tar_='pax -L -x $1 -w "$tardir"' + am__untar='pax -r' + ;; + cpio) + am__tar='find "$$tardir" -print | cpio -o -H $1 -L' + am__tar_='find "$tardir" -print | cpio -o -H $1 -L' + am__untar='cpio -i -H $1 -d' + ;; + none) + am__tar=false + am__tar_=false + am__untar=false + ;; + esac + + # If the value was cached, stop now. We just wanted to have am__tar + # and am__untar set. + test -n "${am_cv_prog_tar_$1}" && break + + # tar/untar a dummy directory, and stop if the command works. + rm -rf conftest.dir + mkdir conftest.dir + echo GrepMe > conftest.dir/file + AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar]) + rm -rf conftest.dir + if test -s conftest.tar; then + AM_RUN_LOG([$am__untar /dev/null 2>&1 && break + fi + done + rm -rf conftest.dir + + AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool]) + AC_MSG_RESULT([$am_cv_prog_tar_$1])]) + +AC_SUBST([am__tar]) +AC_SUBST([am__untar]) +]) # _AM_PROG_TAR + diff --git a/addcopyright.sh b/addcopyright.sh new file mode 100755 index 0000000..012dd3f --- /dev/null +++ b/addcopyright.sh @@ -0,0 +1,75 @@ +#!/bin/sh +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +crfile=`mktemp` +cat << eof | sed 's/^/#-# /' > "$crfile" +Copyright © 2021 Eric Bina, Dave Black, TJ Phan, + Vincent Renardias, Willem Vermin + +Permission is hereby granted, free of charge, to any person +obtaining a copy of this software and associated documentation +files (the “Software”), to deal in the Software without +restriction, including without limitation the rights to use, +copy, modify, merge, publish, distribute, sublicense, and/or +sell copies of the Software, and to permit persons to whom +the Software is furnished to do so, subject to the following +conditions: + +The above copyright notice and this permission notice shall +be included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +eof +n=0 +while [ "$1" ] ; do + f="$1" + shift + txt="-""copyright-" + if file --mime "$f" | grep -q binary ; then + echo "$f: binary" + continue + fi + if ! grep -q -- "$txt" "$f" ; then + echo "$f: no $txt" + continue + fi + # following 2 sed commands take care that only the first '-copyright-' + # will be followed by the copyright text + # Notice that sed requires a newline after the filename of the 'r' command + sed -i "/^\s*#-#/d" "$f" + sed -i "/$txt/{r $crfile + :a;n;ba;}" "$f" + n=`expr $n + 1` +done +echo "$n files copyrighted" diff --git a/bootstrap b/bootstrap new file mode 100755 index 0000000..177dd53 --- /dev/null +++ b/bootstrap @@ -0,0 +1,34 @@ +#!/bin/sh +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +./addcopyright.sh Makefile.am addcopyright.sh bootstrap configure.ac README simplemake.sh +for dir in src ; do + find $dir \( -name '*.c' -o -name '*.h' -o -name '*.am' -o -name '*.xpm' -o -name '*.xbm' \ + -o -name '*.xml' -o -name '*.sh' -o -name '*.cpp' -o -name '*.inc' \) -print0 | xargs -0 ./addcopyright.sh +done +autoreconf -fvi || exit 1 +rm -f Makefile +echo $0 done diff --git a/bubbles.h b/bubbles.h deleted file mode 100644 index 83fe80b..0000000 --- a/bubbles.h +++ /dev/null @@ -1,12 +0,0 @@ - -unsigned char xbBits[9][8] = { - {0x00}, - {0xff}, - {0xff, 0xff}, - {0xff, 0xff, 0xff}, - {0x06, 0x0b, 0x09, 0x06}, - {0x0e, 0x17, 0x13, 0x11, 0x0e}, - {0x1e, 0x2d, 0x27, 0x21, 0x21, 0x1e}, - {0x1c, 0x2a, 0x4d, 0x47, 0x41, 0x22, 0x1c}, - {0x3c, 0x4e, 0x8b, 0x87, 0x81, 0x81, 0x42, 0x3c} -}; diff --git a/compact.h b/compact.h deleted file mode 100644 index 10333e2..0000000 --- a/compact.h +++ /dev/null @@ -1,10 +0,0 @@ - -struct ebmhdr { - char magic[12]; - unsigned int width, height; - int num_colors; -}; -struct rgb_color { - unsigned int red, green, blue; - int pix_len; -}; diff --git a/compile b/compile new file mode 100755 index 0000000..df363c8 --- /dev/null +++ b/compile @@ -0,0 +1,348 @@ +#! /bin/sh +# Wrapper for compilers which do not understand '-c -o'. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. +# Written by Tom Tromey . +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# This file is maintained in Automake, please report +# bugs to or send patches to +# . + +nl=' +' + +# We need space, tab and new line, in precisely that order. Quoting is +# there to prevent tools from complaining about whitespace usage. +IFS=" "" $nl" + +file_conv= + +# func_file_conv build_file lazy +# Convert a $build file to $host form and store it in $file +# Currently only supports Windows hosts. If the determined conversion +# type is listed in (the comma separated) LAZY, no conversion will +# take place. +func_file_conv () +{ + file=$1 + case $file in + / | /[!/]*) # absolute file, and not a UNC file + if test -z "$file_conv"; then + # lazily determine how to convert abs files + case `uname -s` in + MINGW*) + file_conv=mingw + ;; + CYGWIN* | MSYS*) + file_conv=cygwin + ;; + *) + file_conv=wine + ;; + esac + fi + case $file_conv/,$2, in + *,$file_conv,*) + ;; + mingw/*) + file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'` + ;; + cygwin/* | msys/*) + file=`cygpath -m "$file" || echo "$file"` + ;; + wine/*) + file=`winepath -w "$file" || echo "$file"` + ;; + esac + ;; + esac +} + +# func_cl_dashL linkdir +# Make cl look for libraries in LINKDIR +func_cl_dashL () +{ + func_file_conv "$1" + if test -z "$lib_path"; then + lib_path=$file + else + lib_path="$lib_path;$file" + fi + linker_opts="$linker_opts -LIBPATH:$file" +} + +# func_cl_dashl library +# Do a library search-path lookup for cl +func_cl_dashl () +{ + lib=$1 + found=no + save_IFS=$IFS + IFS=';' + for dir in $lib_path $LIB + do + IFS=$save_IFS + if $shared && test -f "$dir/$lib.dll.lib"; then + found=yes + lib=$dir/$lib.dll.lib + break + fi + if test -f "$dir/$lib.lib"; then + found=yes + lib=$dir/$lib.lib + break + fi + if test -f "$dir/lib$lib.a"; then + found=yes + lib=$dir/lib$lib.a + break + fi + done + IFS=$save_IFS + + if test "$found" != yes; then + lib=$lib.lib + fi +} + +# func_cl_wrapper cl arg... +# Adjust compile command to suit cl +func_cl_wrapper () +{ + # Assume a capable shell + lib_path= + shared=: + linker_opts= + for arg + do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + eat=1 + case $2 in + *.o | *.[oO][bB][jJ]) + func_file_conv "$2" + set x "$@" -Fo"$file" + shift + ;; + *) + func_file_conv "$2" + set x "$@" -Fe"$file" + shift + ;; + esac + ;; + -I) + eat=1 + func_file_conv "$2" mingw + set x "$@" -I"$file" + shift + ;; + -I*) + func_file_conv "${1#-I}" mingw + set x "$@" -I"$file" + shift + ;; + -l) + eat=1 + func_cl_dashl "$2" + set x "$@" "$lib" + shift + ;; + -l*) + func_cl_dashl "${1#-l}" + set x "$@" "$lib" + shift + ;; + -L) + eat=1 + func_cl_dashL "$2" + ;; + -L*) + func_cl_dashL "${1#-L}" + ;; + -static) + shared=false + ;; + -Wl,*) + arg=${1#-Wl,} + save_ifs="$IFS"; IFS=',' + for flag in $arg; do + IFS="$save_ifs" + linker_opts="$linker_opts $flag" + done + IFS="$save_ifs" + ;; + -Xlinker) + eat=1 + linker_opts="$linker_opts $2" + ;; + -*) + set x "$@" "$1" + shift + ;; + *.cc | *.CC | *.cxx | *.CXX | *.[cC]++) + func_file_conv "$1" + set x "$@" -Tp"$file" + shift + ;; + *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO]) + func_file_conv "$1" mingw + set x "$@" "$file" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift + done + if test -n "$linker_opts"; then + linker_opts="-link$linker_opts" + fi + exec "$@" $linker_opts + exit 1 +} + +eat= + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: compile [--help] [--version] PROGRAM [ARGS] + +Wrapper for compilers which do not understand '-c -o'. +Remove '-o dest.o' from ARGS, run PROGRAM with the remaining +arguments, and rename the output as expected. + +If you are trying to build a whole package this is not the +right script to run: please start by reading the file 'INSTALL'. + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "compile $scriptversion" + exit $? + ;; + cl | *[/\\]cl | cl.exe | *[/\\]cl.exe | \ + icl | *[/\\]icl | icl.exe | *[/\\]icl.exe ) + func_cl_wrapper "$@" # Doesn't return... + ;; +esac + +ofile= +cfile= + +for arg +do + if test -n "$eat"; then + eat= + else + case $1 in + -o) + # configure might choose to run compile as 'compile cc -o foo foo.c'. + # So we strip '-o arg' only if arg is an object. + eat=1 + case $2 in + *.o | *.obj) + ofile=$2 + ;; + *) + set x "$@" -o "$2" + shift + ;; + esac + ;; + *.c) + cfile=$1 + set x "$@" "$1" + shift + ;; + *) + set x "$@" "$1" + shift + ;; + esac + fi + shift +done + +if test -z "$ofile" || test -z "$cfile"; then + # If no '-o' option was seen then we might have been invoked from a + # pattern rule where we don't need one. That is ok -- this is a + # normal compilation that the losing compiler can handle. If no + # '.c' file was seen then we are probably linking. That is also + # ok. + exec "$@" +fi + +# Name of file we expect compiler to create. +cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'` + +# Create the lock directory. +# Note: use '[/\\:.-]' here to ensure that we don't use the same name +# that we are using for the .o file. Also, base the name on the expected +# object file name, since that is what matters with a parallel build. +lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d +while true; do + if mkdir "$lockdir" >/dev/null 2>&1; then + break + fi + sleep 1 +done +# FIXME: race condition here if user kills between mkdir and trap. +trap "rmdir '$lockdir'; exit 1" 1 2 15 + +# Run the compile. +"$@" +ret=$? + +if test -f "$cofile"; then + test "$cofile" = "$ofile" || mv "$cofile" "$ofile" +elif test -f "${cofile}bj"; then + test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile" +fi + +rmdir "$lockdir" +exit $ret + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/config.h.in b/config.h.in new file mode 100644 index 0000000..2189d1c --- /dev/null +++ b/config.h.in @@ -0,0 +1,28 @@ +/* config.h.in. Generated from configure.ac by autoheader. */ + +/* Define to 1 if you have the `XdbeAllocateBackBufferName' function. */ +#undef HAVE_XDBEALLOCATEBACKBUFFERNAME + +/* Name of package */ +#undef PACKAGE + +/* Define to the address where bug reports for this package should be sent. */ +#undef PACKAGE_BUGREPORT + +/* Define to the full name of this package. */ +#undef PACKAGE_NAME + +/* Define to the full name and version of this package. */ +#undef PACKAGE_STRING + +/* Define to the one symbol short name of this package. */ +#undef PACKAGE_TARNAME + +/* Define to the home page for this package. */ +#undef PACKAGE_URL + +/* Define to the version of this package. */ +#undef PACKAGE_VERSION + +/* Version number of package */ +#undef VERSION diff --git a/configure b/configure new file mode 100755 index 0000000..3ae2cb6 --- /dev/null +++ b/configure @@ -0,0 +1,6119 @@ +#! /bin/sh +# Guess values for system-dependent variables and create Makefiles. +# Generated by GNU Autoconf 2.71 for xfishtank 3.1.1. +# +# Report bugs to . +# +# +# Copyright (C) 1992-1996, 1998-2017, 2020-2021 Free Software Foundation, +# Inc. +# +# +# This configure script is free software; the Free Software Foundation +# gives unlimited permission to copy, distribute and modify it. +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + +# Use a proper internal environment variable to ensure we don't fall + # into an infinite loop, continuously re-executing ourselves. + if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then + _as_can_reexec=no; export _as_can_reexec; + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 + fi + # We don't want this to propagate to other subprocesses. + { _as_can_reexec=; unset _as_can_reexec;} +if test "x$CONFIG_SHELL" = x; then + as_bourne_compatible="as_nop=: +if test \${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which + # is contrary to our usage. Disable this feature. + alias -g '\${1+\"\$@\"}'='\"\$@\"' + setopt NO_GLOB_SUBST +else \$as_nop + case \`(set -o) 2>/dev/null\` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi +" + as_required="as_fn_return () { (exit \$1); } +as_fn_success () { as_fn_return 0; } +as_fn_failure () { as_fn_return 1; } +as_fn_ret_success () { return 0; } +as_fn_ret_failure () { return 1; } + +exitcode=0 +as_fn_success || { exitcode=1; echo as_fn_success failed.; } +as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; } +as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; } +as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; } +if ( set x; as_fn_ret_success y && test x = \"\$1\" ) +then : + +else \$as_nop + exitcode=1; echo positional parameters were not saved. +fi +test x\$exitcode = x0 || exit 1 +blah=\$(echo \$(echo blah)) +test x\"\$blah\" = xblah || exit 1 +test -x / || exit 1" + as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO + as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO + eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" && + test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1" + if (eval "$as_required") 2>/dev/null +then : + as_have_required=yes +else $as_nop + as_have_required=no +fi + if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null +then : + +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + case $as_dir in #( + /*) + for as_base in sh bash ksh sh5; do + # Try only shells that exist, to save several forks. + as_shell=$as_dir$as_base + if { test -f "$as_shell" || test -f "$as_shell.exe"; } && + as_run=a "$as_shell" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$as_shell as_have_required=yes + if as_run=a "$as_shell" -c "$as_bourne_compatible""$as_suggested" 2>/dev/null +then : + break 2 +fi +fi + done;; + esac + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + if { test -f "$SHELL" || test -f "$SHELL.exe"; } && + as_run=a "$SHELL" -c "$as_bourne_compatible""$as_required" 2>/dev/null +then : + CONFIG_SHELL=$SHELL as_have_required=yes +fi +fi + + + if test "x$CONFIG_SHELL" != x +then : + export CONFIG_SHELL + # We cannot yet assume a decent shell, so we have to provide a +# neutralization value for shells without unset; and this also +# works around shells that cannot unset nonexistent variables. +# Preserve -v and -x to the replacement shell. +BASH_ENV=/dev/null +ENV=/dev/null +(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV +case $- in # (((( + *v*x* | *x*v* ) as_opts=-vx ;; + *v* ) as_opts=-v ;; + *x* ) as_opts=-x ;; + * ) as_opts= ;; +esac +exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"} +# Admittedly, this is quite paranoid, since all the known shells bail +# out after a failed `exec'. +printf "%s\n" "$0: could not re-execute with $CONFIG_SHELL" >&2 +exit 255 +fi + + if test x$as_have_required = xno +then : + printf "%s\n" "$0: This script requires a shell more modern than all" + printf "%s\n" "$0: the shells that I found on your system." + if test ${ZSH_VERSION+y} ; then + printf "%s\n" "$0: In particular, zsh $ZSH_VERSION has bugs and should" + printf "%s\n" "$0: be upgraded to zsh 4.3.4 or later." + else + printf "%s\n" "$0: Please tell bug-autoconf@gnu.org and wvermin@gmail.com +$0: about your system, including any error possibly output +$0: before this message. Then install a modern shell, or +$0: manually run the script under such a shell if you do +$0: have one." + fi + exit 1 +fi +fi +fi +SHELL=${CONFIG_SHELL-/bin/sh} +export SHELL +# Unset more variables known to interfere with behavior of common tools. +CLICOLOR_FORCE= GREP_OPTIONS= +unset CLICOLOR_FORCE GREP_OPTIONS + +## --------------------- ## +## M4sh Shell Functions. ## +## --------------------- ## +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + +# as_fn_nop +# --------- +# Do nothing but, unlike ":", preserve the value of $?. +as_fn_nop () +{ + return $? +} +as_nop=as_fn_nop + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + + as_lineno_1=$LINENO as_lineno_1a=$LINENO + as_lineno_2=$LINENO as_lineno_2a=$LINENO + eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" && + test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || { + # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-) + sed -n ' + p + /[$]LINENO/= + ' <$as_myself | + sed ' + s/[$]LINENO.*/&-/ + t lineno + b + :lineno + N + :loop + s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/ + t loop + s/-\n.*// + ' >$as_me.lineno && + chmod +x "$as_me.lineno" || + { printf "%s\n" "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; } + + # If we had to re-execute with $CONFIG_SHELL, we're ensured to have + # already done that, so ensure we don't try to do so again and fall + # in an infinite loop. This has already happened in practice. + _as_can_reexec=no; export _as_can_reexec + # Don't try to exec as it changes $[0], causing all sort of problems + # (the dirname of $[0] is not the place where we might find the + # original and so on. Autoconf is especially sensitive to this). + . "./$as_me.lineno" + # Exit status is that of the last command. + exit +} + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +test -n "$DJDIR" || exec 7<&0 &1 + +# Name of the host. +# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status, +# so uname gets run too. +ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q` + +# +# Initializations. +# +ac_default_prefix=/usr/local +ac_clean_files= +ac_config_libobj_dir=. +LIBOBJS= +cross_compiling=no +subdirs= +MFLAGS= +MAKEFLAGS= + +# Identity of this package. +PACKAGE_NAME='xfishtank' +PACKAGE_TARNAME='xfishtank' +PACKAGE_VERSION='3.1.1' +PACKAGE_STRING='xfishtank 3.1.1' +PACKAGE_BUGREPORT='wvermin@gmail.com' +PACKAGE_URL='https://www.ratrabbit.nl/ratrabbit/software/xfishtank' + +ac_unique_file="src/xfishtank.h" +ac_subst_vars='am__EXEEXT_FALSE +am__EXEEXT_TRUE +LTLIBOBJS +LIBOBJS +GTK_LIBS +GTK_CFLAGS +X11_LIBS +X11_CFLAGS +PKG_CONFIG_LIBDIR +PKG_CONFIG_PATH +PKG_CONFIG +am__fastdepCC_FALSE +am__fastdepCC_TRUE +CCDEPMODE +am__nodep +AMDEPBACKSLASH +AMDEP_FALSE +AMDEP_TRUE +am__include +DEPDIR +OBJEXT +EXEEXT +ac_ct_CC +CPPFLAGS +LDFLAGS +CFLAGS +CC +MAKESELFREP_FALSE +MAKESELFREP_TRUE +AM_BACKSLASH +AM_DEFAULT_VERBOSITY +AM_DEFAULT_V +AM_V +CSCOPE +ETAGS +CTAGS +am__untar +am__tar +AMTAR +am__leading_dot +SET_MAKE +AWK +mkdir_p +MKDIR_P +INSTALL_STRIP_PROGRAM +STRIP +install_sh +MAKEINFO +AUTOHEADER +AUTOMAKE +AUTOCONF +ACLOCAL +VERSION +PACKAGE +CYGPATH_W +am__isrc +INSTALL_DATA +INSTALL_SCRIPT +INSTALL_PROGRAM +target_alias +host_alias +build_alias +LIBS +ECHO_T +ECHO_N +ECHO_C +DEFS +mandir +localedir +libdir +psdir +pdfdir +dvidir +htmldir +infodir +docdir +oldincludedir +includedir +runstatedir +localstatedir +sharedstatedir +sysconfdir +datadir +datarootdir +libexecdir +sbindir +bindir +program_transform_name +prefix +exec_prefix +PACKAGE_URL +PACKAGE_BUGREPORT +PACKAGE_STRING +PACKAGE_VERSION +PACKAGE_TARNAME +PACKAGE_NAME +PATH_SEPARATOR +SHELL +am__quote' +ac_subst_files='' +ac_user_opts=' +enable_option_checking +enable_silent_rules +enable_selfrep +enable_dependency_tracking +' + ac_precious_vars='build_alias +host_alias +target_alias +CC +CFLAGS +LDFLAGS +LIBS +CPPFLAGS +PKG_CONFIG +PKG_CONFIG_PATH +PKG_CONFIG_LIBDIR +X11_CFLAGS +X11_LIBS +GTK_CFLAGS +GTK_LIBS' + + +# Initialize some variables set by options. +ac_init_help= +ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= +# The variables have the same names as the options, with +# dashes changed to underlines. +cache_file=/dev/null +exec_prefix=NONE +no_create= +no_recursion= +prefix=NONE +program_prefix=NONE +program_suffix=NONE +program_transform_name=s,x,x, +silent= +site= +srcdir= +verbose= +x_includes=NONE +x_libraries=NONE + +# Installation directory options. +# These are left unexpanded so users can "make install exec_prefix=/foo" +# and all the variables that are supposed to be based on exec_prefix +# by default will actually change. +# Use braces instead of parens because sh, perl, etc. also accept them. +# (The list follows the same order as the GNU Coding Standards.) +bindir='${exec_prefix}/bin' +sbindir='${exec_prefix}/sbin' +libexecdir='${exec_prefix}/libexec' +datarootdir='${prefix}/share' +datadir='${datarootdir}' +sysconfdir='${prefix}/etc' +sharedstatedir='${prefix}/com' +localstatedir='${prefix}/var' +runstatedir='${localstatedir}/run' +includedir='${prefix}/include' +oldincludedir='/usr/include' +docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' +infodir='${datarootdir}/info' +htmldir='${docdir}' +dvidir='${docdir}' +pdfdir='${docdir}' +psdir='${docdir}' +libdir='${exec_prefix}/lib' +localedir='${datarootdir}/locale' +mandir='${datarootdir}/man' + +ac_prev= +ac_dashdash= +for ac_option +do + # If the previous option needs an argument, assign it. + if test -n "$ac_prev"; then + eval $ac_prev=\$ac_option + ac_prev= + continue + fi + + case $ac_option in + *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;; + *=) ac_optarg= ;; + *) ac_optarg=yes ;; + esac + + case $ac_dashdash$ac_option in + --) + ac_dashdash=yes ;; + + -bindir | --bindir | --bindi | --bind | --bin | --bi) + ac_prev=bindir ;; + -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*) + bindir=$ac_optarg ;; + + -build | --build | --buil | --bui | --bu) + ac_prev=build_alias ;; + -build=* | --build=* | --buil=* | --bui=* | --bu=*) + build_alias=$ac_optarg ;; + + -cache-file | --cache-file | --cache-fil | --cache-fi \ + | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c) + ac_prev=cache_file ;; + -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \ + | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*) + cache_file=$ac_optarg ;; + + --config-cache | -C) + cache_file=config.cache ;; + + -datadir | --datadir | --datadi | --datad) + ac_prev=datadir ;; + -datadir=* | --datadir=* | --datadi=* | --datad=*) + datadir=$ac_optarg ;; + + -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \ + | --dataroo | --dataro | --datar) + ac_prev=datarootdir ;; + -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \ + | --dataroot=* | --dataroo=* | --dataro=* | --datar=*) + datarootdir=$ac_optarg ;; + + -disable-* | --disable-*) + ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; + + -docdir | --docdir | --docdi | --doc | --do) + ac_prev=docdir ;; + -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*) + docdir=$ac_optarg ;; + + -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv) + ac_prev=dvidir ;; + -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*) + dvidir=$ac_optarg ;; + + -enable-* | --enable-*) + ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid feature name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; + + -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ + | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ + | --exec | --exe | --ex) + ac_prev=exec_prefix ;; + -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \ + | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \ + | --exec=* | --exe=* | --ex=*) + exec_prefix=$ac_optarg ;; + + -gas | --gas | --ga | --g) + # Obsolete; use --with-gas. + with_gas=yes ;; + + -help | --help | --hel | --he | -h) + ac_init_help=long ;; + -help=r* | --help=r* | --hel=r* | --he=r* | -hr*) + ac_init_help=recursive ;; + -help=s* | --help=s* | --hel=s* | --he=s* | -hs*) + ac_init_help=short ;; + + -host | --host | --hos | --ho) + ac_prev=host_alias ;; + -host=* | --host=* | --hos=* | --ho=*) + host_alias=$ac_optarg ;; + + -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht) + ac_prev=htmldir ;; + -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \ + | --ht=*) + htmldir=$ac_optarg ;; + + -includedir | --includedir | --includedi | --included | --include \ + | --includ | --inclu | --incl | --inc) + ac_prev=includedir ;; + -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \ + | --includ=* | --inclu=* | --incl=* | --inc=*) + includedir=$ac_optarg ;; + + -infodir | --infodir | --infodi | --infod | --info | --inf) + ac_prev=infodir ;; + -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*) + infodir=$ac_optarg ;; + + -libdir | --libdir | --libdi | --libd) + ac_prev=libdir ;; + -libdir=* | --libdir=* | --libdi=* | --libd=*) + libdir=$ac_optarg ;; + + -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \ + | --libexe | --libex | --libe) + ac_prev=libexecdir ;; + -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \ + | --libexe=* | --libex=* | --libe=*) + libexecdir=$ac_optarg ;; + + -localedir | --localedir | --localedi | --localed | --locale) + ac_prev=localedir ;; + -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*) + localedir=$ac_optarg ;; + + -localstatedir | --localstatedir | --localstatedi | --localstated \ + | --localstate | --localstat | --localsta | --localst | --locals) + ac_prev=localstatedir ;; + -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \ + | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*) + localstatedir=$ac_optarg ;; + + -mandir | --mandir | --mandi | --mand | --man | --ma | --m) + ac_prev=mandir ;; + -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*) + mandir=$ac_optarg ;; + + -nfp | --nfp | --nf) + # Obsolete; use --without-fp. + with_fp=no ;; + + -no-create | --no-create | --no-creat | --no-crea | --no-cre \ + | --no-cr | --no-c | -n) + no_create=yes ;; + + -no-recursion | --no-recursion | --no-recursio | --no-recursi \ + | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) + no_recursion=yes ;; + + -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \ + | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \ + | --oldin | --oldi | --old | --ol | --o) + ac_prev=oldincludedir ;; + -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \ + | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \ + | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*) + oldincludedir=$ac_optarg ;; + + -prefix | --prefix | --prefi | --pref | --pre | --pr | --p) + ac_prev=prefix ;; + -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*) + prefix=$ac_optarg ;; + + -program-prefix | --program-prefix | --program-prefi | --program-pref \ + | --program-pre | --program-pr | --program-p) + ac_prev=program_prefix ;; + -program-prefix=* | --program-prefix=* | --program-prefi=* \ + | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*) + program_prefix=$ac_optarg ;; + + -program-suffix | --program-suffix | --program-suffi | --program-suff \ + | --program-suf | --program-su | --program-s) + ac_prev=program_suffix ;; + -program-suffix=* | --program-suffix=* | --program-suffi=* \ + | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*) + program_suffix=$ac_optarg ;; + + -program-transform-name | --program-transform-name \ + | --program-transform-nam | --program-transform-na \ + | --program-transform-n | --program-transform- \ + | --program-transform | --program-transfor \ + | --program-transfo | --program-transf \ + | --program-trans | --program-tran \ + | --progr-tra | --program-tr | --program-t) + ac_prev=program_transform_name ;; + -program-transform-name=* | --program-transform-name=* \ + | --program-transform-nam=* | --program-transform-na=* \ + | --program-transform-n=* | --program-transform-=* \ + | --program-transform=* | --program-transfor=* \ + | --program-transfo=* | --program-transf=* \ + | --program-trans=* | --program-tran=* \ + | --progr-tra=* | --program-tr=* | --program-t=*) + program_transform_name=$ac_optarg ;; + + -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd) + ac_prev=pdfdir ;; + -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*) + pdfdir=$ac_optarg ;; + + -psdir | --psdir | --psdi | --psd | --ps) + ac_prev=psdir ;; + -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*) + psdir=$ac_optarg ;; + + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + silent=yes ;; + + -runstatedir | --runstatedir | --runstatedi | --runstated \ + | --runstate | --runstat | --runsta | --runst | --runs \ + | --run | --ru | --r) + ac_prev=runstatedir ;; + -runstatedir=* | --runstatedir=* | --runstatedi=* | --runstated=* \ + | --runstate=* | --runstat=* | --runsta=* | --runst=* | --runs=* \ + | --run=* | --ru=* | --r=*) + runstatedir=$ac_optarg ;; + + -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb) + ac_prev=sbindir ;; + -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \ + | --sbi=* | --sb=*) + sbindir=$ac_optarg ;; + + -sharedstatedir | --sharedstatedir | --sharedstatedi \ + | --sharedstated | --sharedstate | --sharedstat | --sharedsta \ + | --sharedst | --shareds | --shared | --share | --shar \ + | --sha | --sh) + ac_prev=sharedstatedir ;; + -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \ + | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \ + | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \ + | --sha=* | --sh=*) + sharedstatedir=$ac_optarg ;; + + -site | --site | --sit) + ac_prev=site ;; + -site=* | --site=* | --sit=*) + site=$ac_optarg ;; + + -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) + ac_prev=srcdir ;; + -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) + srcdir=$ac_optarg ;; + + -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \ + | --syscon | --sysco | --sysc | --sys | --sy) + ac_prev=sysconfdir ;; + -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \ + | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*) + sysconfdir=$ac_optarg ;; + + -target | --target | --targe | --targ | --tar | --ta | --t) + ac_prev=target_alias ;; + -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*) + target_alias=$ac_optarg ;; + + -v | -verbose | --verbose | --verbos | --verbo | --verb) + verbose=yes ;; + + -version | --version | --versio | --versi | --vers | -V) + ac_init_version=: ;; + + -with-* | --with-*) + ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; + + -without-* | --without-*) + ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'` + # Reject names that are not valid shell variable names. + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + as_fn_error $? "invalid package name: \`$ac_useropt'" + ac_useropt_orig=$ac_useropt + ac_useropt=`printf "%s\n" "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; + + --x) + # Obsolete; use --with-x. + with_x=yes ;; + + -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \ + | --x-incl | --x-inc | --x-in | --x-i) + ac_prev=x_includes ;; + -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \ + | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*) + x_includes=$ac_optarg ;; + + -x-libraries | --x-libraries | --x-librarie | --x-librari \ + | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l) + ac_prev=x_libraries ;; + -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \ + | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) + x_libraries=$ac_optarg ;; + + -*) as_fn_error $? "unrecognized option: \`$ac_option' +Try \`$0 --help' for more information" + ;; + + *=*) + ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='` + # Reject names that are not valid shell variable names. + case $ac_envvar in #( + '' | [0-9]* | *[!_$as_cr_alnum]* ) + as_fn_error $? "invalid variable name: \`$ac_envvar'" ;; + esac + eval $ac_envvar=\$ac_optarg + export $ac_envvar ;; + + *) + # FIXME: should be removed in autoconf 3.0. + printf "%s\n" "$as_me: WARNING: you should use --build, --host, --target" >&2 + expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null && + printf "%s\n" "$as_me: WARNING: invalid host type: $ac_option" >&2 + : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}" + ;; + + esac +done + +if test -n "$ac_prev"; then + ac_option=--`echo $ac_prev | sed 's/_/-/g'` + as_fn_error $? "missing argument to $ac_option" +fi + +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;; + *) printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. +for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ + datadir sysconfdir sharedstatedir localstatedir includedir \ + oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ + libdir localedir mandir runstatedir +do + eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. + case $ac_val in + [\\/$]* | ?:[\\/]* ) continue;; + NONE | '' ) case $ac_var in *prefix ) continue;; esac;; + esac + as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val" +done + +# There might be people who depend on the old broken behavior: `$host' +# used to hold the argument of --host etc. +# FIXME: To remove some day. +build=$build_alias +host=$host_alias +target=$target_alias + +# FIXME: To remove some day. +if test "x$host_alias" != x; then + if test "x$build_alias" = x; then + cross_compiling=maybe + elif test "x$build_alias" != "x$host_alias"; then + cross_compiling=yes + fi +fi + +ac_tool_prefix= +test -n "$host_alias" && ac_tool_prefix=$host_alias- + +test "$silent" = yes && exec 6>/dev/null + + +ac_pwd=`pwd` && test -n "$ac_pwd" && +ac_ls_di=`ls -di .` && +ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || + as_fn_error $? "working directory cannot be determined" +test "X$ac_ls_di" = "X$ac_pwd_ls_di" || + as_fn_error $? "pwd does not report name of working directory" + + +# Find the source files, if location was not specified. +if test -z "$srcdir"; then + ac_srcdir_defaulted=yes + # Try the directory containing this script, then the parent directory. + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_myself" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + srcdir=$ac_confdir + if test ! -r "$srcdir/$ac_unique_file"; then + srcdir=.. + fi +else + ac_srcdir_defaulted=no +fi +if test ! -r "$srcdir/$ac_unique_file"; then + test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." + as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir" +fi +ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" +ac_abs_confdir=`( + cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg" + pwd)` +# When building in place, set srcdir=. +if test "$ac_abs_confdir" = "$ac_pwd"; then + srcdir=. +fi +# Remove unnecessary trailing slashes from srcdir. +# Double slashes in file names in object file debugging info +# mess up M-x gdb in Emacs. +case $srcdir in +*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;; +esac +for ac_var in $ac_precious_vars; do + eval ac_env_${ac_var}_set=\${${ac_var}+set} + eval ac_env_${ac_var}_value=\$${ac_var} + eval ac_cv_env_${ac_var}_set=\${${ac_var}+set} + eval ac_cv_env_${ac_var}_value=\$${ac_var} +done + +# +# Report the --help message. +# +if test "$ac_init_help" = "long"; then + # Omit some internal or obsolete options to make the list less imposing. + # This message is too long to be a string in the A/UX 3.1 sh. + cat <<_ACEOF +\`configure' configures xfishtank 3.1.1 to adapt to many kinds of systems. + +Usage: $0 [OPTION]... [VAR=VALUE]... + +To assign environment variables (e.g., CC, CFLAGS...), specify them as +VAR=VALUE. See below for descriptions of some of the useful variables. + +Defaults for the options are specified in brackets. + +Configuration: + -h, --help display this help and exit + --help=short display options specific to this package + --help=recursive display the short help of all the included packages + -V, --version display version information and exit + -q, --quiet, --silent do not print \`checking ...' messages + --cache-file=FILE cache test results in FILE [disabled] + -C, --config-cache alias for \`--cache-file=config.cache' + -n, --no-create do not create output files + --srcdir=DIR find the sources in DIR [configure dir or \`..'] + +Installation directories: + --prefix=PREFIX install architecture-independent files in PREFIX + [$ac_default_prefix] + --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX + [PREFIX] + +By default, \`make install' will install all the files in +\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify +an installation prefix other than \`$ac_default_prefix' using \`--prefix', +for instance \`--prefix=\$HOME'. + +For better control, use the options below. + +Fine tuning of the installation directories: + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --sysconfdir=DIR read-only single-machine data [PREFIX/etc] + --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com] + --localstatedir=DIR modifiable single-machine data [PREFIX/var] + --runstatedir=DIR modifiable per-process data [LOCALSTATEDIR/run] + --libdir=DIR object code libraries [EPREFIX/lib] + --includedir=DIR C header files [PREFIX/include] + --oldincludedir=DIR C header files for non-gcc [/usr/include] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/xfishtank] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] +_ACEOF + + cat <<\_ACEOF + +Program names: + --program-prefix=PREFIX prepend PREFIX to installed program names + --program-suffix=SUFFIX append SUFFIX to installed program names + --program-transform-name=PROGRAM run sed PROGRAM on installed program names +_ACEOF +fi + +if test -n "$ac_init_help"; then + case $ac_init_help in + short | recursive ) echo "Configuration of xfishtank 3.1.1:";; + esac + cat <<\_ACEOF + +Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options + --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) + --enable-FEATURE[=ARG] include FEATURE [ARG=yes] + --enable-silent-rules less verbose build output (undo: "make V=1") + --disable-silent-rules verbose build output (undo: "make V=0") + --enable-selfrep Build with self replicating mode [default=yes] + --enable-dependency-tracking + do not reject slow dependency extractors + --disable-dependency-tracking + speeds up one-time build + +Some influential environment variables: + CC C compiler command + CFLAGS C compiler flags + LDFLAGS linker flags, e.g. -L if you have libraries in a + nonstandard directory + LIBS libraries to pass to the linker, e.g. -l + CPPFLAGS (Objective) C/C++ preprocessor flags, e.g. -I if + you have headers in a nonstandard directory + PKG_CONFIG path to pkg-config utility + PKG_CONFIG_PATH + directories to add to pkg-config's search path + PKG_CONFIG_LIBDIR + path overriding pkg-config's built-in search path + X11_CFLAGS C compiler flags for X11, overriding pkg-config + X11_LIBS linker flags for X11, overriding pkg-config + GTK_CFLAGS C compiler flags for GTK, overriding pkg-config + GTK_LIBS linker flags for GTK, overriding pkg-config + +Use these variables to override the choices made by `configure' or to help +it to find libraries and programs with nonstandard names/locations. + +Report bugs to . +xfishtank home page: . +_ACEOF +ac_status=$? +fi + +if test "$ac_init_help" = "recursive"; then + # If there are subdirs, report their specific --help. + for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + cd "$ac_dir" || { ac_status=$?; continue; } + # Check for configure.gnu first; this name is used for a wrapper for + # Metaconfig's "Configure" on case-insensitive file systems. + if test -f "$ac_srcdir/configure.gnu"; then + echo && + $SHELL "$ac_srcdir/configure.gnu" --help=recursive + elif test -f "$ac_srcdir/configure"; then + echo && + $SHELL "$ac_srcdir/configure" --help=recursive + else + printf "%s\n" "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + fi || ac_status=$? + cd "$ac_pwd" || { ac_status=$?; break; } + done +fi + +test -n "$ac_init_help" && exit $ac_status +if $ac_init_version; then + cat <<\_ACEOF +xfishtank configure 3.1.1 +generated by GNU Autoconf 2.71 + +Copyright (C) 2021 Free Software Foundation, Inc. +This configure script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it. +_ACEOF + exit +fi + +## ------------------------ ## +## Autoconf initialization. ## +## ------------------------ ## + +# ac_fn_c_try_compile LINENO +# -------------------------- +# Try to compile conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_compile () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam + if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_compile + +# ac_fn_c_try_link LINENO +# ----------------------- +# Try to link conftest.$ac_ext, and return whether this succeeded. +ac_fn_c_try_link () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + rm -f conftest.$ac_objext conftest.beam conftest$ac_exeext + if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + grep -v '^ *+' conftest.err >conftest.er1 + cat conftest.er1 >&5 + mv -f conftest.er1 conftest.err + fi + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + test -x conftest$ac_exeext + } +then : + ac_retval=0 +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_retval=1 +fi + # Delete the IPA/IPO (Inter Procedural Analysis/Optimization) information + # created by the PGI compiler (conftest_ipa8_conftest.oo), as it would + # interfere with the next link command; also delete a directory that is + # left behind by Apple's compiler. We do this before executing the actions. + rm -rf conftest.dSYM conftest_ipa8_conftest.oo + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + as_fn_set_status $ac_retval + +} # ac_fn_c_try_link + +# ac_fn_c_check_func LINENO FUNC VAR +# ---------------------------------- +# Tests whether FUNC exists, setting the cache variable VAR accordingly +ac_fn_c_check_func () +{ + as_lineno=${as_lineno-"$1"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $2" >&5 +printf %s "checking for $2... " >&6; } +if eval test \${$3+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +/* Define $2 to an innocuous variant, in case declares $2. + For example, HP-UX 11i declares gettimeofday. */ +#define $2 innocuous_$2 + +/* System header to define __stub macros and hopefully few prototypes, + which can conflict with char $2 (); below. */ + +#include +#undef $2 + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char $2 (); +/* The GNU C library defines this for functions which it implements + to always fail with ENOSYS. Some functions are actually named + something starting with __ and the normal name is an alias. */ +#if defined __stub_$2 || defined __stub___$2 +choke me +#endif + +int +main (void) +{ +return $2 (); + ; + return 0; +} +_ACEOF +if ac_fn_c_try_link "$LINENO" +then : + eval "$3=yes" +else $as_nop + eval "$3=no" +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam \ + conftest$ac_exeext conftest.$ac_ext +fi +eval ac_res=\$$3 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 +printf "%s\n" "$ac_res" >&6; } + eval $as_lineno_stack; ${as_lineno_stack:+:} unset as_lineno + +} # ac_fn_c_check_func +ac_configure_args_raw= +for ac_arg +do + case $ac_arg in + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append ac_configure_args_raw " '$ac_arg'" +done + +case $ac_configure_args_raw in + *$as_nl*) + ac_safe_unquote= ;; + *) + ac_unsafe_z='|&;<>()$`\\"*?[ '' ' # This string ends in space, tab. + ac_unsafe_a="$ac_unsafe_z#~" + ac_safe_unquote="s/ '\\([^$ac_unsafe_a][^$ac_unsafe_z]*\\)'/ \\1/g" + ac_configure_args_raw=` printf "%s\n" "$ac_configure_args_raw" | sed "$ac_safe_unquote"`;; +esac + +cat >config.log <<_ACEOF +This file contains any messages produced by compilers while +running configure, to aid debugging if configure makes a mistake. + +It was created by xfishtank $as_me 3.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + $ $0$ac_configure_args_raw + +_ACEOF +exec 5>>config.log +{ +cat <<_ASUNAME +## --------- ## +## Platform. ## +## --------- ## + +hostname = `(hostname || uname -n) 2>/dev/null | sed 1q` +uname -m = `(uname -m) 2>/dev/null || echo unknown` +uname -r = `(uname -r) 2>/dev/null || echo unknown` +uname -s = `(uname -s) 2>/dev/null || echo unknown` +uname -v = `(uname -v) 2>/dev/null || echo unknown` + +/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown` +/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown` + +/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown` +/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown` +/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown` +/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown` +/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown` +/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown` +/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown` + +_ASUNAME + +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + printf "%s\n" "PATH: $as_dir" + done +IFS=$as_save_IFS + +} >&5 + +cat >&5 <<_ACEOF + + +## ----------- ## +## Core tests. ## +## ----------- ## + +_ACEOF + + +# Keep a trace of the command line. +# Strip out --no-create and --no-recursion so they do not pile up. +# Strip out --silent because we don't want to record it for future runs. +# Also quote any args containing shell meta-characters. +# Make two passes to allow for proper duplicate-argument suppression. +ac_configure_args= +ac_configure_args0= +ac_configure_args1= +ac_must_keep_next=false +for ac_pass in 1 2 +do + for ac_arg + do + case $ac_arg in + -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil) + continue ;; + *\'*) + ac_arg=`printf "%s\n" "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + case $ac_pass in + 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;; + 2) + as_fn_append ac_configure_args1 " '$ac_arg'" + if test $ac_must_keep_next = true; then + ac_must_keep_next=false # Got value, back to normal. + else + case $ac_arg in + *=* | --config-cache | -C | -disable-* | --disable-* \ + | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \ + | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \ + | -with-* | --with-* | -without-* | --without-* | --x) + case "$ac_configure_args0 " in + "$ac_configure_args1"*" '$ac_arg' "* ) continue ;; + esac + ;; + -* ) ac_must_keep_next=true ;; + esac + fi + as_fn_append ac_configure_args " '$ac_arg'" + ;; + esac + done +done +{ ac_configure_args0=; unset ac_configure_args0;} +{ ac_configure_args1=; unset ac_configure_args1;} + +# When interrupted or exit'd, cleanup temporary files, and complete +# config.log. We remove comments because anyway the quotes in there +# would cause problems or look ugly. +# WARNING: Use '\'' to represent an apostrophe within the trap. +# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug. +trap 'exit_status=$? + # Sanitize IFS. + IFS=" "" $as_nl" + # Save into config.log some information that might help in debugging. + { + echo + + printf "%s\n" "## ---------------- ## +## Cache variables. ## +## ---------------- ##" + echo + # The following way of writing the cache mishandles newlines in values, +( + for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + (set) 2>&1 | + case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + sed -n \ + "s/'\''/'\''\\\\'\'''\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p" + ;; #( + *) + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) + echo + + printf "%s\n" "## ----------------- ## +## Output variables. ## +## ----------------- ##" + echo + for ac_var in $ac_subst_vars + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + + if test -n "$ac_subst_files"; then + printf "%s\n" "## ------------------- ## +## File substitutions. ## +## ------------------- ##" + echo + for ac_var in $ac_subst_files + do + eval ac_val=\$$ac_var + case $ac_val in + *\'\''*) ac_val=`printf "%s\n" "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + esac + printf "%s\n" "$ac_var='\''$ac_val'\''" + done | sort + echo + fi + + if test -s confdefs.h; then + printf "%s\n" "## ----------- ## +## confdefs.h. ## +## ----------- ##" + echo + cat confdefs.h + echo + fi + test "$ac_signal" != 0 && + printf "%s\n" "$as_me: caught signal $ac_signal" + printf "%s\n" "$as_me: exit $exit_status" + } >&5 + rm -f core *.core core.conftest.* && + rm -f -r conftest* confdefs* conf$$* $ac_clean_files && + exit $exit_status +' 0 +for ac_signal in 1 2 13 15; do + trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal +done +ac_signal=0 + +# confdefs.h avoids OS command line length limits that DEFS can exceed. +rm -f -r conftest* confdefs.h + +printf "%s\n" "/* confdefs.h */" > confdefs.h + +# Predefined preprocessor variables. + +printf "%s\n" "#define PACKAGE_NAME \"$PACKAGE_NAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_TARNAME \"$PACKAGE_TARNAME\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_VERSION \"$PACKAGE_VERSION\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_STRING \"$PACKAGE_STRING\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_BUGREPORT \"$PACKAGE_BUGREPORT\"" >>confdefs.h + +printf "%s\n" "#define PACKAGE_URL \"$PACKAGE_URL\"" >>confdefs.h + + +# Let the site file select an alternate cache file if it wants to. +# Prefer an explicitly selected file to automatically selected ones. +if test -n "$CONFIG_SITE"; then + ac_site_files="$CONFIG_SITE" +elif test "x$prefix" != xNONE; then + ac_site_files="$prefix/share/config.site $prefix/etc/config.site" +else + ac_site_files="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" +fi + +for ac_site_file in $ac_site_files +do + case $ac_site_file in #( + */*) : + ;; #( + *) : + ac_site_file=./$ac_site_file ;; +esac + if test -f "$ac_site_file" && test -r "$ac_site_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5 +printf "%s\n" "$as_me: loading site script $ac_site_file" >&6;} + sed 's/^/| /' "$ac_site_file" >&5 + . "$ac_site_file" \ + || { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "failed to load site script $ac_site_file +See \`config.log' for more details" "$LINENO" 5; } + fi +done + +if test -r "$cache_file"; then + # Some versions of bash will fail to source /dev/null (special files + # actually), so we avoid doing that. DJGPP emulates it as a regular file. + if test /dev/null != "$cache_file" && test -f "$cache_file"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5 +printf "%s\n" "$as_me: loading cache $cache_file" >&6;} + case $cache_file in + [\\/]* | ?:[\\/]* ) . "$cache_file";; + *) . "./$cache_file";; + esac + fi +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5 +printf "%s\n" "$as_me: creating cache $cache_file" >&6;} + >$cache_file +fi + +# Test code for whether the C compiler supports C89 (global declarations) +ac_c_conftest_c89_globals=' +/* Does the compiler advertise C89 conformance? + Do not test the value of __STDC__, because some compilers set it to 0 + while being otherwise adequately conformant. */ +#if !defined __STDC__ +# error "Compiler does not advertise C89 conformance" +#endif + +#include +#include +struct stat; +/* Most of the following tests are stolen from RCS 5.7 src/conf.sh. */ +struct buf { int x; }; +struct buf * (*rcsopen) (struct buf *, struct stat *, int); +static char *e (p, i) + char **p; + int i; +{ + return p[i]; +} +static char *f (char * (*g) (char **, int), char **p, ...) +{ + char *s; + va_list v; + va_start (v,p); + s = g (p, va_arg (v,int)); + va_end (v); + return s; +} + +/* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has + function prototypes and stuff, but not \xHH hex character constants. + These do not provoke an error unfortunately, instead are silently treated + as an "x". The following induces an error, until -std is added to get + proper ANSI mode. Curiously \x00 != x always comes out true, for an + array size at least. It is necessary to write \x00 == 0 to get something + that is true only with -std. */ +int osf4_cc_array ['\''\x00'\'' == 0 ? 1 : -1]; + +/* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters + inside strings and character constants. */ +#define FOO(x) '\''x'\'' +int xlc6_cc_array[FOO(a) == '\''x'\'' ? 1 : -1]; + +int test (int i, double x); +struct s1 {int (*f) (int a);}; +struct s2 {int (*f) (double a);}; +int pairnames (int, char **, int *(*)(struct buf *, struct stat *, int), + int, int);' + +# Test code for whether the C compiler supports C89 (body of main). +ac_c_conftest_c89_main=' +ok |= (argc == 0 || f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1]); +' + +# Test code for whether the C compiler supports C99 (global declarations) +ac_c_conftest_c99_globals=' +// Does the compiler advertise C99 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 199901L +# error "Compiler does not advertise C99 conformance" +#endif + +#include +extern int puts (const char *); +extern int printf (const char *, ...); +extern int dprintf (int, const char *, ...); +extern void *malloc (size_t); + +// Check varargs macros. These examples are taken from C99 6.10.3.5. +// dprintf is used instead of fprintf to avoid needing to declare +// FILE and stderr. +#define debug(...) dprintf (2, __VA_ARGS__) +#define showlist(...) puts (#__VA_ARGS__) +#define report(test,...) ((test) ? puts (#test) : printf (__VA_ARGS__)) +static void +test_varargs_macros (void) +{ + int x = 1234; + int y = 5678; + debug ("Flag"); + debug ("X = %d\n", x); + showlist (The first, second, and third items.); + report (x>y, "x is %d but y is %d", x, y); +} + +// Check long long types. +#define BIG64 18446744073709551615ull +#define BIG32 4294967295ul +#define BIG_OK (BIG64 / BIG32 == 4294967297ull && BIG64 % BIG32 == 0) +#if !BIG_OK + #error "your preprocessor is broken" +#endif +#if BIG_OK +#else + #error "your preprocessor is broken" +#endif +static long long int bignum = -9223372036854775807LL; +static unsigned long long int ubignum = BIG64; + +struct incomplete_array +{ + int datasize; + double data[]; +}; + +struct named_init { + int number; + const wchar_t *name; + double average; +}; + +typedef const char *ccp; + +static inline int +test_restrict (ccp restrict text) +{ + // See if C++-style comments work. + // Iterate through items via the restricted pointer. + // Also check for declarations in for loops. + for (unsigned int i = 0; *(text+i) != '\''\0'\''; ++i) + continue; + return 0; +} + +// Check varargs and va_copy. +static bool +test_varargs (const char *format, ...) +{ + va_list args; + va_start (args, format); + va_list args_copy; + va_copy (args_copy, args); + + const char *str = ""; + int number = 0; + float fnumber = 0; + + while (*format) + { + switch (*format++) + { + case '\''s'\'': // string + str = va_arg (args_copy, const char *); + break; + case '\''d'\'': // int + number = va_arg (args_copy, int); + break; + case '\''f'\'': // float + fnumber = va_arg (args_copy, double); + break; + default: + break; + } + } + va_end (args_copy); + va_end (args); + + return *str && number && fnumber; +} +' + +# Test code for whether the C compiler supports C99 (body of main). +ac_c_conftest_c99_main=' + // Check bool. + _Bool success = false; + success |= (argc != 0); + + // Check restrict. + if (test_restrict ("String literal") == 0) + success = true; + char *restrict newvar = "Another string"; + + // Check varargs. + success &= test_varargs ("s, d'\'' f .", "string", 65, 34.234); + test_varargs_macros (); + + // Check flexible array members. + struct incomplete_array *ia = + malloc (sizeof (struct incomplete_array) + (sizeof (double) * 10)); + ia->datasize = 10; + for (int i = 0; i < ia->datasize; ++i) + ia->data[i] = i * 1.234; + + // Check named initializers. + struct named_init ni = { + .number = 34, + .name = L"Test wide string", + .average = 543.34343, + }; + + ni.number = 58; + + int dynamic_array[ni.number]; + dynamic_array[0] = argv[0][0]; + dynamic_array[ni.number - 1] = 543; + + // work around unused variable warnings + ok |= (!success || bignum == 0LL || ubignum == 0uLL || newvar[0] == '\''x'\'' + || dynamic_array[ni.number - 1] != 543); +' + +# Test code for whether the C compiler supports C11 (global declarations) +ac_c_conftest_c11_globals=' +// Does the compiler advertise C11 conformance? +#if !defined __STDC_VERSION__ || __STDC_VERSION__ < 201112L +# error "Compiler does not advertise C11 conformance" +#endif + +// Check _Alignas. +char _Alignas (double) aligned_as_double; +char _Alignas (0) no_special_alignment; +extern char aligned_as_int; +char _Alignas (0) _Alignas (int) aligned_as_int; + +// Check _Alignof. +enum +{ + int_alignment = _Alignof (int), + int_array_alignment = _Alignof (int[100]), + char_alignment = _Alignof (char) +}; +_Static_assert (0 < -_Alignof (int), "_Alignof is signed"); + +// Check _Noreturn. +int _Noreturn does_not_return (void) { for (;;) continue; } + +// Check _Static_assert. +struct test_static_assert +{ + int x; + _Static_assert (sizeof (int) <= sizeof (long int), + "_Static_assert does not work in struct"); + long int y; +}; + +// Check UTF-8 literals. +#define u8 syntax error! +char const utf8_literal[] = u8"happens to be ASCII" "another string"; + +// Check duplicate typedefs. +typedef long *long_ptr; +typedef long int *long_ptr; +typedef long_ptr long_ptr; + +// Anonymous structures and unions -- taken from C11 6.7.2.1 Example 1. +struct anonymous +{ + union { + struct { int i; int j; }; + struct { int k; long int l; } w; + }; + int m; +} v1; +' + +# Test code for whether the C compiler supports C11 (body of main). +ac_c_conftest_c11_main=' + _Static_assert ((offsetof (struct anonymous, i) + == offsetof (struct anonymous, w.k)), + "Anonymous union alignment botch"); + v1.i = 2; + v1.w.k = 5; + ok |= v1.i != 5; +' + +# Test code for whether the C compiler supports C11 (complete). +ac_c_conftest_c11_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} +${ac_c_conftest_c11_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + ${ac_c_conftest_c11_main} + return ok; +} +" + +# Test code for whether the C compiler supports C99 (complete). +ac_c_conftest_c99_program="${ac_c_conftest_c89_globals} +${ac_c_conftest_c99_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + ${ac_c_conftest_c99_main} + return ok; +} +" + +# Test code for whether the C compiler supports C89 (complete). +ac_c_conftest_c89_program="${ac_c_conftest_c89_globals} + +int +main (int argc, char **argv) +{ + int ok = 0; + ${ac_c_conftest_c89_main} + return ok; +} +" + + +# Auxiliary files required by this configure script. +ac_aux_files="compile missing install-sh" + +# Locations in which to look for auxiliary files. +ac_aux_dir_candidates="${srcdir}${PATH_SEPARATOR}${srcdir}/..${PATH_SEPARATOR}${srcdir}/../.." + +# Search for a directory containing all of the required auxiliary files, +# $ac_aux_files, from the $PATH-style list $ac_aux_dir_candidates. +# If we don't find one directory that contains all the files we need, +# we report the set of missing files from the *first* directory in +# $ac_aux_dir_candidates and give up. +ac_missing_aux_files="" +ac_first_candidate=: +printf "%s\n" "$as_me:${as_lineno-$LINENO}: looking for aux files: $ac_aux_files" >&5 +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +as_found=false +for as_dir in $ac_aux_dir_candidates +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + as_found=: + + printf "%s\n" "$as_me:${as_lineno-$LINENO}: trying $as_dir" >&5 + ac_aux_dir_found=yes + ac_install_sh= + for ac_aux in $ac_aux_files + do + # As a special case, if "install-sh" is required, that requirement + # can be satisfied by any of "install-sh", "install.sh", or "shtool", + # and $ac_install_sh is set appropriately for whichever one is found. + if test x"$ac_aux" = x"install-sh" + then + if test -f "${as_dir}install-sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install-sh found" >&5 + ac_install_sh="${as_dir}install-sh -c" + elif test -f "${as_dir}install.sh"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}install.sh found" >&5 + ac_install_sh="${as_dir}install.sh -c" + elif test -f "${as_dir}shtool"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}shtool found" >&5 + ac_install_sh="${as_dir}shtool install -c" + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} install-sh" + else + break + fi + fi + else + if test -f "${as_dir}${ac_aux}"; then + printf "%s\n" "$as_me:${as_lineno-$LINENO}: ${as_dir}${ac_aux} found" >&5 + else + ac_aux_dir_found=no + if $ac_first_candidate; then + ac_missing_aux_files="${ac_missing_aux_files} ${ac_aux}" + else + break + fi + fi + fi + done + if test "$ac_aux_dir_found" = yes; then + ac_aux_dir="$as_dir" + break + fi + ac_first_candidate=false + + as_found=false +done +IFS=$as_save_IFS +if $as_found +then : + +else $as_nop + as_fn_error $? "cannot find required auxiliary files:$ac_missing_aux_files" "$LINENO" 5 +fi + + +# These three variables are undocumented and unsupported, +# and are intended to be withdrawn in a future Autoconf release. +# They can cause serious problems if a builder's source tree is in a directory +# whose full name contains unusual characters. +if test -f "${ac_aux_dir}config.guess"; then + ac_config_guess="$SHELL ${ac_aux_dir}config.guess" +fi +if test -f "${ac_aux_dir}config.sub"; then + ac_config_sub="$SHELL ${ac_aux_dir}config.sub" +fi +if test -f "$ac_aux_dir/configure"; then + ac_configure="$SHELL ${ac_aux_dir}configure" +fi + +# Check that the precious variables saved in the cache have kept the same +# value. +ac_cache_corrupted=false +for ac_var in $ac_precious_vars; do + eval ac_old_set=\$ac_cv_env_${ac_var}_set + eval ac_new_set=\$ac_env_${ac_var}_set + eval ac_old_val=\$ac_cv_env_${ac_var}_value + eval ac_new_val=\$ac_env_${ac_var}_value + case $ac_old_set,$ac_new_set in + set,) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,set) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} + ac_cache_corrupted=: ;; + ,);; + *) + if test "x$ac_old_val" != "x$ac_new_val"; then + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5 +printf "%s\n" "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +printf "%s\n" "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5 +printf "%s\n" "$as_me: former value: \`$ac_old_val'" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5 +printf "%s\n" "$as_me: current value: \`$ac_new_val'" >&2;} + fi;; + esac + # Pass precious variables to config.status. + if test "$ac_new_set" = set; then + case $ac_new_val in + *\'*) ac_arg=$ac_var=`printf "%s\n" "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; + *) ac_arg=$ac_var=$ac_new_val ;; + esac + case " $ac_configure_args " in + *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. + *) as_fn_append ac_configure_args " '$ac_arg'" ;; + esac + fi +done +if $ac_cache_corrupted; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5 +printf "%s\n" "$as_me: error: changes in the environment can compromise the build" >&2;} + as_fn_error $? "run \`${MAKE-make} distclean' and/or \`rm $cache_file' + and start over" "$LINENO" 5 +fi +## -------------------- ## +## Main body of script. ## +## -------------------- ## + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +ac_config_headers="$ac_config_headers config.h" + +am__api_version='1.16' + + + + # Find a good install program. We prefer a C program (faster), +# so one script is as good as another. But avoid the broken or +# incompatible versions: +# SysV /etc/install, /usr/sbin/install +# SunOS /usr/etc/install +# IRIX /sbin/install +# AIX /bin/install +# AmigaOS /C/install, which installs bootblocks on floppy discs +# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag +# AFS /usr/afsws/bin/install, which mishandles nonexistent args +# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" +# OS/2's system install, which has a completely different semantic +# ./install, which can be erroneously created by make from ./install.sh. +# Reject install programs that cannot install multiple files. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5 +printf %s "checking for a BSD-compatible install... " >&6; } +if test -z "$INSTALL"; then +if test ${ac_cv_path_install+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + # Account for fact that we put trailing slashes in our PATH walk. +case $as_dir in #(( + ./ | /[cC]/* | \ + /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \ + ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \ + /usr/ucb/* ) ;; + *) + # OSF1 and SCO ODT 3.0 have their own names for install. + # Don't use installbsd from OSF since it installs stuff as root + # by default. + for ac_prog in ginstall scoinst install; do + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext"; then + if test $ac_prog = install && + grep dspmsg "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # AIX install. It has an incompatible calling convention. + : + elif test $ac_prog = install && + grep pwplus "$as_dir$ac_prog$ac_exec_ext" >/dev/null 2>&1; then + # program-specific install script used by HP pwplus--don't use. + : + else + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir/" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir$ac_prog$ac_exec_ext -c" + break 3 + fi + fi + fi + done + done + ;; +esac + + done +IFS=$as_save_IFS + +rm -rf conftest.one conftest.two conftest.dir + +fi + if test ${ac_cv_path_install+y}; then + INSTALL=$ac_cv_path_install + else + # As a last resort, use the slow shell script. Don't cache a + # value for INSTALL within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + INSTALL=$ac_install_sh + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5 +printf "%s\n" "$INSTALL" >&6; } + +# Use test -z because SunOS4 sh mishandles braces in ${var-val}. +# It thinks the first close brace ends the variable substitution. +test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}' + +test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}' + +test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5 +printf %s "checking whether build environment is sane... " >&6; } +# Reject unsafe characters in $srcdir or the absolute working directory +# name. Accept space and tab only in the latter. +am_lf=' +' +case `pwd` in + *[\\\"\#\$\&\'\`$am_lf]*) + as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;; +esac +case $srcdir in + *[\\\"\#\$\&\'\`$am_lf\ \ ]*) + as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;; +esac + +# Do 'set' in a subshell so we don't clobber the current shell's +# arguments. Must try -L first in case configure is actually a +# symlink; some systems play weird games with the mod time of symlinks +# (eg FreeBSD returns the mod time of the symlink's containing +# directory). +if ( + am_has_slept=no + for am_try in 1 2; do + echo "timestamp, slept: $am_has_slept" > conftest.file + set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null` + if test "$*" = "X"; then + # -L didn't work. + set X `ls -t "$srcdir/configure" conftest.file` + fi + if test "$*" != "X $srcdir/configure conftest.file" \ + && test "$*" != "X conftest.file $srcdir/configure"; then + + # If neither matched, then we have a broken ls. This can happen + # if, for instance, CONFIG_SHELL is bash and it inherits a + # broken ls alias from the environment. This has actually + # happened. Such a system could not be considered "sane". + as_fn_error $? "ls -t appears to fail. Make sure there is not a broken + alias in your environment" "$LINENO" 5 + fi + if test "$2" = conftest.file || test $am_try -eq 2; then + break + fi + # Just in case. + sleep 1 + am_has_slept=yes + done + test "$2" = conftest.file + ) +then + # Ok. + : +else + as_fn_error $? "newly created file is older than distributed files! +Check your system clock" "$LINENO" 5 +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +# If we didn't sleep, we still need to ensure time stamps of config.status and +# generated files are strictly newer. +am_sleep_pid= +if grep 'slept: no' conftest.file >/dev/null 2>&1; then + ( sleep 1 ) & + am_sleep_pid=$! +fi + +rm -f conftest.file + +test "$program_prefix" != NONE && + program_transform_name="s&^&$program_prefix&;$program_transform_name" +# Use a double $ so make ignores it. +test "$program_suffix" != NONE && + program_transform_name="s&\$&$program_suffix&;$program_transform_name" +# Double any \ or $. +# By default was `s,x,x', remove it if useless. +ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' +program_transform_name=`printf "%s\n" "$program_transform_name" | sed "$ac_script"` + + +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` + + + if test x"${MISSING+set}" != xset; then + MISSING="\${SHELL} '$am_aux_dir/missing'" +fi +# Use eval to expand $SHELL +if eval "$MISSING --is-lightweight"; then + am_missing_run="$MISSING " +else + am_missing_run= + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5 +printf "%s\n" "$as_me: WARNING: 'missing' script is too old or missing" >&2;} +fi + +if test x"${install_sh+set}" != xset; then + case $am_aux_dir in + *\ * | *\ *) + install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; + *) + install_sh="\${SHELL} $am_aux_dir/install-sh" + esac +fi + +# Installed binaries are usually stripped using 'strip' when the user +# run "make install-strip". However 'strip' might not be the right +# tool to use in cross-compilation environments, therefore Automake +# will honor the 'STRIP' environment variable to overrule this program. +if test "$cross_compiling" != no; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. +set dummy ${ac_tool_prefix}strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$STRIP"; then + ac_cv_prog_STRIP="$STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_STRIP="${ac_tool_prefix}strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +STRIP=$ac_cv_prog_STRIP +if test -n "$STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5 +printf "%s\n" "$STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_STRIP"; then + ac_ct_STRIP=$STRIP + # Extract the first word of "strip", so it can be a program name with args. +set dummy strip; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_STRIP+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_STRIP"; then + ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_STRIP="strip" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP +if test -n "$ac_ct_STRIP"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5 +printf "%s\n" "$ac_ct_STRIP" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_STRIP" = x; then + STRIP=":" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + STRIP=$ac_ct_STRIP + fi +else + STRIP="$ac_cv_prog_STRIP" +fi + +fi +INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" + + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for a race-free mkdir -p" >&5 +printf %s "checking for a race-free mkdir -p... " >&6; } +if test -z "$MKDIR_P"; then + if test ${ac_cv_path_mkdir+y} +then : + printf %s "(cached) " >&6 +else $as_nop + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_prog in mkdir gmkdir; do + for ac_exec_ext in '' $ac_executable_extensions; do + as_fn_executable_p "$as_dir$ac_prog$ac_exec_ext" || continue + case `"$as_dir$ac_prog$ac_exec_ext" --version 2>&1` in #( + 'mkdir ('*'coreutils) '* | \ + 'BusyBox '* | \ + 'mkdir (fileutils) '4.1*) + ac_cv_path_mkdir=$as_dir$ac_prog$ac_exec_ext + break 3;; + esac + done + done + done +IFS=$as_save_IFS + +fi + + test -d ./--version && rmdir ./--version + if test ${ac_cv_path_mkdir+y}; then + MKDIR_P="$ac_cv_path_mkdir -p" + else + # As a last resort, use the slow shell script. Don't cache a + # value for MKDIR_P within a source directory, because that will + # break other packages using the cache if that directory is + # removed, or if the value is a relative name. + MKDIR_P="$ac_install_sh -d" + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5 +printf "%s\n" "$MKDIR_P" >&6; } + +for ac_prog in gawk mawk nawk awk +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_AWK+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$AWK"; then + ac_cv_prog_AWK="$AWK" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_AWK="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +AWK=$ac_cv_prog_AWK +if test -n "$AWK"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5 +printf "%s\n" "$AWK" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$AWK" && break +done + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +printf %s "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`printf "%s\n" "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +if eval test \${ac_cv_prog_make_${ac_make}_set+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat >conftest.make <<\_ACEOF +SHELL = /bin/sh +all: + @echo '@@@%%%=$(MAKE)=@@@%%%' +_ACEOF +# GNU make sometimes prints "make[1]: Entering ...", which would confuse us. +case `${MAKE-make} -f conftest.make 2>/dev/null` in + *@@@%%%=?*=@@@%%%*) + eval ac_cv_prog_make_${ac_make}_set=yes;; + *) + eval ac_cv_prog_make_${ac_make}_set=no;; +esac +rm -f conftest.make +fi +if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + SET_MAKE= +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + SET_MAKE="MAKE=${MAKE-make}" +fi + +rm -rf .tst 2>/dev/null +mkdir .tst 2>/dev/null +if test -d .tst; then + am__leading_dot=. +else + am__leading_dot=_ +fi +rmdir .tst 2>/dev/null + +# Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=1;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + +if test "`cd $srcdir && pwd`" != "`pwd`"; then + # Use -I$(srcdir) only when $(srcdir) != ., so that make's output + # is not polluted with repeated "-I." + am__isrc=' -I$(srcdir)' + # test to see if srcdir already configured + if test -f $srcdir/config.status; then + as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5 + fi +fi + +# test whether we have cygpath +if test -z "$CYGPATH_W"; then + if (cygpath --version) >/dev/null 2>/dev/null; then + CYGPATH_W='cygpath -w' + else + CYGPATH_W=echo + fi +fi + + +# Define the identity of the package. + PACKAGE='xfishtank' + VERSION='3.1.1' + + +printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h + + +printf "%s\n" "#define VERSION \"$VERSION\"" >>confdefs.h + +# Some tools Automake needs. + +ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"} + + +AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"} + + +AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"} + + +AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"} + + +MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"} + +# For better backward compatibility. To be removed once Automake 1.9.x +# dies out for good. For more background, see: +# +# +mkdir_p='$(MKDIR_P)' + +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. +# Always define AMTAR for backward compatibility. Yes, it's still used +# in the wild :-( We should find a proper way to deprecate it ... +AMTAR='$${TAR-tar}' + + +# We'll loop over all known methods to create a tar archive until one works. +_am_tools='gnutar pax cpio none' + +am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' + + + + + +# Variables for tags utilities; see am/tags.am +if test -z "$CTAGS"; then + CTAGS=ctags +fi + +if test -z "$ETAGS"; then + ETAGS=etags +fi + +if test -z "$CSCOPE"; then + CSCOPE=cscope +fi + + + +# POSIX will say in a future version that running "rm -f" with no argument +# is OK; and we want to be able to make that assumption in our Makefile +# recipes. So use an aggressive probe to check that the usage we want is +# actually supported "in the wild" to an acceptable degree. +# See automake bug#10828. +# To make any issue more visible, cause the running configure to be aborted +# by default if the 'rm' program in use doesn't match our expectations; the +# user can still override this though. +if rm -f && rm -fr && rm -rf; then : OK; else + cat >&2 <<'END' +Oops! + +Your 'rm' program seems unable to run without file operands specified +on the command line, even when the '-f' option is present. This is contrary +to the behaviour of most rm programs out there, and not conforming with +the upcoming POSIX standard: + +Please tell bug-automake@gnu.org about your system, including the value +of your $PATH and any error possibly output before this message. This +can help us improve future automake versions. + +END + if test x"$ACCEPT_INFERIOR_RM_PROGRAM" = x"yes"; then + echo 'Configuration will proceed anyway, since you have set the' >&2 + echo 'ACCEPT_INFERIOR_RM_PROGRAM variable to "yes"' >&2 + echo >&2 + else + cat >&2 <<'END' +Aborting the configuration process, to ensure you take notice of the issue. + +You can download and install GNU coreutils to get an 'rm' implementation +that behaves properly: . + +If you want to complete the configuration process using your problematic +'rm' anyway, export the environment variable ACCEPT_INFERIOR_RM_PROGRAM +to "yes", and re-run configure. + +END + as_fn_error $? "Your 'rm' program is bad, sorry." "$LINENO" 5 + fi +fi + +./prevent-remakes +# Check whether --enable-silent-rules was given. +if test ${enable_silent_rules+y} +then : + enableval=$enable_silent_rules; +fi + +case $enable_silent_rules in # ((( + yes) AM_DEFAULT_VERBOSITY=0;; + no) AM_DEFAULT_VERBOSITY=1;; + *) AM_DEFAULT_VERBOSITY=0;; +esac +am_make=${MAKE-make} +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5 +printf %s "checking whether $am_make supports nested variables... " >&6; } +if test ${am_cv_make_support_nested_variables+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if printf "%s\n" 'TRUE=$(BAR$(V)) +BAR0=false +BAR1=true +V=1 +am__doit: + @$(TRUE) +.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then + am_cv_make_support_nested_variables=yes +else + am_cv_make_support_nested_variables=no +fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5 +printf "%s\n" "$am_cv_make_support_nested_variables" >&6; } +if test $am_cv_make_support_nested_variables = yes; then + AM_V='$(V)' + AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)' +else + AM_V=$AM_DEFAULT_VERBOSITY + AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY +fi +AM_BACKSLASH='\' + + +# Check whether --enable-selfrep was given. +if test ${enable_selfrep+y} +then : + enableval=$enable_selfrep; +else $as_nop + enable_selfrep=yes +fi + + if test "x$enable_selfrep" = "xyes"; then + MAKESELFREP_TRUE= + MAKESELFREP_FALSE='#' +else + MAKESELFREP_TRUE='#' + MAKESELFREP_FALSE= +fi + + +PACKAGE_VERSION=VERSION + +PACKAGE_NAME=PACKAGE + + + + + + + + + + + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args. +set dummy ${ac_tool_prefix}gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "gcc", so it can be a program name with args. +set dummy gcc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="gcc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args. +set dummy ${ac_tool_prefix}cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + fi +fi +if test -z "$CC"; then + # Extract the first word of "cc", so it can be a program name with args. +set dummy cc; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else + ac_prog_rejected=no +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + if test "$as_dir$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then + ac_prog_rejected=yes + continue + fi + ac_cv_prog_CC="cc" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +if test $ac_prog_rejected = yes; then + # We found a bogon in the path, so make sure we never use it. + set dummy $ac_cv_prog_CC + shift + if test $# != 0; then + # We chose a different compiler from the bogus one. + # However, it has the same basename, so the bogon will be chosen + # first if we set CC to just the basename; use the full file name. + shift + ac_cv_prog_CC="$as_dir$ac_word${1+' '}$@" + fi +fi +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + for ac_prog in cl.exe + do + # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args. +set dummy $ac_tool_prefix$ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="$ac_tool_prefix$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$CC" && break + done +fi +if test -z "$CC"; then + ac_ct_CC=$CC + for ac_prog in cl.exe +do + # Extract the first word of "$ac_prog", so it can be a program name with args. +set dummy $ac_prog; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="$ac_prog" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + + test -n "$ac_ct_CC" && break +done + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +fi + +fi +if test -z "$CC"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}clang", so it can be a program name with args. +set dummy ${ac_tool_prefix}clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$CC"; then + ac_cv_prog_CC="$CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_CC="${ac_tool_prefix}clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +CC=$ac_cv_prog_CC +if test -n "$CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $CC" >&5 +printf "%s\n" "$CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_prog_CC"; then + ac_ct_CC=$CC + # Extract the first word of "clang", so it can be a program name with args. +set dummy clang; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_prog_ac_ct_CC+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -n "$ac_ct_CC"; then + ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_prog_ac_ct_CC="clang" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +ac_ct_CC=$ac_cv_prog_ac_ct_CC +if test -n "$ac_ct_CC"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_ct_CC" >&5 +printf "%s\n" "$ac_ct_CC" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_ct_CC" = x; then + CC="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + CC=$ac_ct_CC + fi +else + CC="$ac_cv_prog_CC" +fi + +fi + + +test -z "$CC" && { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "no acceptable C compiler found in \$PATH +See \`config.log' for more details" "$LINENO" 5; } + +# Provide some information about the compiler. +printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 +for ac_option in --version -v -V -qversion -version; do + { { ac_try="$ac_compiler $ac_option >&5" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compiler $ac_option >&5") 2>conftest.err + ac_status=$? + if test -s conftest.err; then + sed '10a\ +... rest of stderr output deleted ... + 10q' conftest.err >conftest.er1 + cat conftest.er1 >&5 + fi + rm -f conftest.er1 conftest.err + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +done + +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out" +# Try to create an executable without -o first, disregard a.out. +# It will help us diagnose broken compilers, and finding out an intuition +# of exeext. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the C compiler works" >&5 +printf %s "checking whether the C compiler works... " >&6; } +ac_link_default=`printf "%s\n" "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + +ac_rmfiles= +for ac_file in $ac_files +do + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + * ) ac_rmfiles="$ac_rmfiles $ac_file";; + esac +done +rm -f $ac_rmfiles + +if { { ac_try="$ac_link_default" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link_default") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. +# So ignore a value of `no', otherwise this would lead to `EXEEXT = no' +# in a Makefile. We should not override ac_cv_exeext if it was cached, +# so that the user can short-circuit this test for compilers unknown to +# Autoconf. +for ac_file in $ac_files '' +do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) + ;; + [ab].out ) + # We found the default executable, but exeext='' is most + # certainly right. + break;; + *.* ) + if test ${ac_cv_exeext+y} && test "$ac_cv_exeext" != no; + then :; else + ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + fi + # We set ac_cv_exeext here because the later test for it is not + # safe: cross compilers may not add the suffix if given an `-o' + # argument, so we may need to know it at that point already. + # Even if this section looks crufty: it has the advantage of + # actually working. + break;; + * ) + break;; + esac +done +test "$ac_cv_exeext" = no && ac_cv_exeext= + +else $as_nop + ac_file='' +fi +if test -z "$ac_file" +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "C compiler cannot create executables +See \`config.log' for more details" "$LINENO" 5; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 +printf %s "checking for C compiler default output file name... " >&6; } +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_file" >&5 +printf "%s\n" "$ac_file" >&6; } +ac_exeext=$ac_cv_exeext + +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of executables" >&5 +printf %s "checking for suffix of executables... " >&6; } +if { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + # If both `conftest.exe' and `conftest' are `present' (well, observable) +# catch `conftest.exe'. For instance with Cygwin, `ls conftest' will +# work properly (i.e., refer to `conftest.exe'), while it won't with +# `rm'. +for ac_file in conftest.exe conftest conftest.*; do + test -f "$ac_file" || continue + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; + *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` + break;; + * ) break;; + esac +done +else $as_nop + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of executables: cannot compile and link +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest conftest$ac_cv_exeext +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_exeext" >&5 +printf "%s\n" "$ac_cv_exeext" >&6; } + +rm -f conftest.$ac_ext +EXEEXT=$ac_cv_exeext +ac_exeext=$EXEEXT +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +#include +int +main (void) +{ +FILE *f = fopen ("conftest.out", "w"); + return ferror (f) || fclose (f) != 0; + + ; + return 0; +} +_ACEOF +ac_clean_files="$ac_clean_files conftest.out" +# Check that the compiler produces executables we can run. If not, either +# the compiler is broken, or we cross compile. +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether we are cross compiling" >&5 +printf %s "checking whether we are cross compiling... " >&6; } +if test "$cross_compiling" != yes; then + { { ac_try="$ac_link" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_link") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } + if { ac_try='./conftest$ac_cv_exeext' + { { case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_try") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; }; then + cross_compiling=no + else + if test "$cross_compiling" = maybe; then + cross_compiling=yes + else + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error 77 "cannot run C compiled programs. +If you meant to cross compile, use \`--host'. +See \`config.log' for more details" "$LINENO" 5; } + fi + fi +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $cross_compiling" >&5 +printf "%s\n" "$cross_compiling" >&6; } + +rm -f conftest.$ac_ext conftest$ac_cv_exeext conftest.out +ac_clean_files=$ac_clean_files_save +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for suffix of object files" >&5 +printf %s "checking for suffix of object files... " >&6; } +if test ${ac_cv_objext+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.o conftest.obj +if { { ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:${as_lineno-$LINENO}: $ac_try_echo\"" +printf "%s\n" "$ac_try_echo"; } >&5 + (eval "$ac_compile") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; } +then : + for ac_file in conftest.o conftest.obj conftest.*; do + test -f "$ac_file" || continue; + case $ac_file in + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; + *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` + break;; + esac +done +else $as_nop + printf "%s\n" "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + +{ { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "cannot compute suffix of object files: cannot compile +See \`config.log' for more details" "$LINENO" 5; } +fi +rm -f conftest.$ac_cv_objext conftest.$ac_ext +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_objext" >&5 +printf "%s\n" "$ac_cv_objext" >&6; } +OBJEXT=$ac_cv_objext +ac_objext=$OBJEXT +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether the compiler supports GNU C" >&5 +printf %s "checking whether the compiler supports GNU C... " >&6; } +if test ${ac_cv_c_compiler_gnu+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ +#ifndef __GNUC__ + choke me +#endif + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_compiler_gnu=yes +else $as_nop + ac_compiler_gnu=no +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +ac_cv_c_compiler_gnu=$ac_compiler_gnu + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_c_compiler_gnu" >&5 +printf "%s\n" "$ac_cv_c_compiler_gnu" >&6; } +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi +ac_test_CFLAGS=${CFLAGS+y} +ac_save_CFLAGS=$CFLAGS +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC accepts -g" >&5 +printf %s "checking whether $CC accepts -g... " >&6; } +if test ${ac_cv_prog_cc_g+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_save_c_werror_flag=$ac_c_werror_flag + ac_c_werror_flag=yes + ac_cv_prog_cc_g=no + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +else $as_nop + CFLAGS="" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + +else $as_nop + ac_c_werror_flag=$ac_save_c_werror_flag + CFLAGS="-g" + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF +if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_g=yes +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam conftest.$ac_ext + ac_c_werror_flag=$ac_save_c_werror_flag +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_g" >&5 +printf "%s\n" "$ac_cv_prog_cc_g" >&6; } +if test $ac_test_CFLAGS; then + CFLAGS=$ac_save_CFLAGS +elif test $ac_cv_prog_cc_g = yes; then + if test "$GCC" = yes; then + CFLAGS="-g -O2" + else + CFLAGS="-g" + fi +else + if test "$GCC" = yes; then + CFLAGS="-O2" + else + CFLAGS= + fi +fi +ac_prog_cc_stdc=no +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C11 features" >&5 +printf %s "checking for $CC option to enable C11 features... " >&6; } +if test ${ac_cv_prog_cc_c11+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c11=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c11_program +_ACEOF +for ac_arg in '' -std=gnu11 +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c11=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c11" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c11" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c11" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c11" >&5 +printf "%s\n" "$ac_cv_prog_cc_c11" >&6; } + CC="$CC $ac_cv_prog_cc_c11" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c11 + ac_prog_cc_stdc=c11 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C99 features" >&5 +printf %s "checking for $CC option to enable C99 features... " >&6; } +if test ${ac_cv_prog_cc_c99+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c99=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c99_program +_ACEOF +for ac_arg in '' -std=gnu99 -std=c99 -c99 -qlanglvl=extc1x -qlanglvl=extc99 -AC99 -D_STDC_C99= +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c99=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c99" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c99" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c99" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c99" >&5 +printf "%s\n" "$ac_cv_prog_cc_c99" >&6; } + CC="$CC $ac_cv_prog_cc_c99" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c99 + ac_prog_cc_stdc=c99 +fi +fi +if test x$ac_prog_cc_stdc = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $CC option to enable C89 features" >&5 +printf %s "checking for $CC option to enable C89 features... " >&6; } +if test ${ac_cv_prog_cc_c89+y} +then : + printf %s "(cached) " >&6 +else $as_nop + ac_cv_prog_cc_c89=no +ac_save_CC=$CC +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ +$ac_c_conftest_c89_program +_ACEOF +for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__" +do + CC="$ac_save_CC $ac_arg" + if ac_fn_c_try_compile "$LINENO" +then : + ac_cv_prog_cc_c89=$ac_arg +fi +rm -f core conftest.err conftest.$ac_objext conftest.beam + test "x$ac_cv_prog_cc_c89" != "xno" && break +done +rm -f conftest.$ac_ext +CC=$ac_save_CC +fi + +if test "x$ac_cv_prog_cc_c89" = xno +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: unsupported" >&5 +printf "%s\n" "unsupported" >&6; } +else $as_nop + if test "x$ac_cv_prog_cc_c89" = x +then : + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: none needed" >&5 +printf "%s\n" "none needed" >&6; } +else $as_nop + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_cv_prog_cc_c89" >&5 +printf "%s\n" "$ac_cv_prog_cc_c89" >&6; } + CC="$CC $ac_cv_prog_cc_c89" +fi + ac_cv_prog_cc_stdc=$ac_cv_prog_cc_c89 + ac_prog_cc_stdc=c89 +fi +fi + +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether $CC understands -c and -o together" >&5 +printf %s "checking whether $CC understands -c and -o together... " >&6; } +if test ${am_cv_prog_cc_c_o+y} +then : + printf %s "(cached) " >&6 +else $as_nop + cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +int +main (void) +{ + + ; + return 0; +} +_ACEOF + # Make sure it works both with $CC and with simple cc. + # Following AC_PROG_CC_C_O, we do the test twice because some + # compilers refuse to overwrite an existing .o file with -o, + # though they will create one. + am_cv_prog_cc_c_o=yes + for am_i in 1 2; do + if { echo "$as_me:$LINENO: $CC -c conftest.$ac_ext -o conftest2.$ac_objext" >&5 + ($CC -c conftest.$ac_ext -o conftest2.$ac_objext) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } \ + && test -f conftest2.$ac_objext; then + : OK + else + am_cv_prog_cc_c_o=no + break + fi + done + rm -f core conftest* + unset am_i +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_prog_cc_c_o" >&5 +printf "%s\n" "$am_cv_prog_cc_c_o" >&6; } +if test "$am_cv_prog_cc_c_o" != yes; then + # Losing compiler, so override with the script. + # FIXME: It is wrong to rewrite CC. + # But if we don't then we get into trouble of one sort or another. + # A longer-term fix would be to have automake use am__CC in this case, + # and then we could set am__CC="\$(top_srcdir)/compile \$(CC)" + CC="$am_aux_dir/compile $CC" +fi +ac_ext=c +ac_cpp='$CPP $CPPFLAGS' +ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5' +ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' +ac_compiler_gnu=$ac_cv_c_compiler_gnu + +DEPDIR="${am__leading_dot}deps" + +ac_config_commands="$ac_config_commands depfiles" + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} supports the include directive" >&5 +printf %s "checking whether ${MAKE-make} supports the include directive... " >&6; } +cat > confinc.mk << 'END' +am__doit: + @echo this is the am__doit target >confinc.out +.PHONY: am__doit +END +am__include="#" +am__quote= +# BSD make does it like this. +echo '.include "confinc.mk" # ignored' > confmf.BSD +# Other make implementations (GNU, Solaris 10, AIX) do it like this. +echo 'include confinc.mk # ignored' > confmf.GNU +_am_result=no +for s in GNU BSD; do + { echo "$as_me:$LINENO: ${MAKE-make} -f confmf.$s && cat confinc.out" >&5 + (${MAKE-make} -f confmf.$s && cat confinc.out) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } + case $?:`cat confinc.out 2>/dev/null` in #( + '0:this is the am__doit target') : + case $s in #( + BSD) : + am__include='.include' am__quote='"' ;; #( + *) : + am__include='include' am__quote='' ;; +esac ;; #( + *) : + ;; +esac + if test "$am__include" != "#"; then + _am_result="yes ($s style)" + break + fi +done +rm -f confinc.* confmf.* +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: ${_am_result}" >&5 +printf "%s\n" "${_am_result}" >&6; } + +# Check whether --enable-dependency-tracking was given. +if test ${enable_dependency_tracking+y} +then : + enableval=$enable_dependency_tracking; +fi + +if test "x$enable_dependency_tracking" != xno; then + am_depcomp="$ac_aux_dir/depcomp" + AMDEPBACKSLASH='\' + am__nodep='_no' +fi + if test "x$enable_dependency_tracking" != xno; then + AMDEP_TRUE= + AMDEP_FALSE='#' +else + AMDEP_TRUE='#' + AMDEP_FALSE= +fi + + + +depcc="$CC" am_compiler_list= + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking dependency style of $depcc" >&5 +printf %s "checking dependency style of $depcc... " >&6; } +if test ${am_cv_CC_dependencies_compiler_type+y} +then : + printf %s "(cached) " >&6 +else $as_nop + if test -z "$AMDEP_TRUE" && test -f "$am_depcomp"; then + # We make a subdir and do the tests there. Otherwise we can end up + # making bogus files that we don't know about and never remove. For + # instance it was reported that on HP-UX the gcc test will end up + # making a dummy file named 'D' -- because '-MD' means "put the output + # in D". + rm -rf conftest.dir + mkdir conftest.dir + # Copy depcomp to subdir because otherwise we won't find it if we're + # using a relative directory. + cp "$am_depcomp" conftest.dir + cd conftest.dir + # We will build objects and dependencies in a subdirectory because + # it helps to detect inapplicable dependency modes. For instance + # both Tru64's cc and ICC support -MD to output dependencies as a + # side effect of compilation, but ICC will put the dependencies in + # the current directory while Tru64 will put them in the object + # directory. + mkdir sub + + am_cv_CC_dependencies_compiler_type=none + if test "$am_compiler_list" = ""; then + am_compiler_list=`sed -n 's/^#*\([a-zA-Z0-9]*\))$/\1/p' < ./depcomp` + fi + am__universal=false + case " $depcc " in #( + *\ -arch\ *\ -arch\ *) am__universal=true ;; + esac + + for depmode in $am_compiler_list; do + # Setup a source with many dependencies, because some compilers + # like to wrap large dependency lists on column 80 (with \), and + # we should not choose a depcomp mode which is confused by this. + # + # We need to recreate these files for each test, as the compiler may + # overwrite some of them when testing with obscure command lines. + # This happens at least with the AIX C compiler. + : > sub/conftest.c + for i in 1 2 3 4 5 6; do + echo '#include "conftst'$i'.h"' >> sub/conftest.c + # Using ": > sub/conftst$i.h" creates only sub/conftst1.h with + # Solaris 10 /bin/sh. + echo '/* dummy */' > sub/conftst$i.h + done + echo "${am__include} ${am__quote}sub/conftest.Po${am__quote}" > confmf + + # We check with '-c' and '-o' for the sake of the "dashmstdout" + # mode. It turns out that the SunPro C++ compiler does not properly + # handle '-M -o', and we need to detect this. Also, some Intel + # versions had trouble with output in subdirs. + am__obj=sub/conftest.${OBJEXT-o} + am__minus_obj="-o $am__obj" + case $depmode in + gcc) + # This depmode causes a compiler race in universal mode. + test "$am__universal" = false || continue + ;; + nosideeffect) + # After this tag, mechanisms are not by side-effect, so they'll + # only be used when explicitly requested. + if test "x$enable_dependency_tracking" = xyes; then + continue + else + break + fi + ;; + msvc7 | msvc7msys | msvisualcpp | msvcmsys) + # This compiler won't grok '-c -o', but also, the minuso test has + # not run yet. These depmodes are late enough in the game, and + # so weak that their functioning should not be impacted. + am__obj=conftest.${OBJEXT-o} + am__minus_obj= + ;; + none) break ;; + esac + if depmode=$depmode \ + source=sub/conftest.c object=$am__obj \ + depfile=sub/conftest.Po tmpdepfile=sub/conftest.TPo \ + $SHELL ./depcomp $depcc -c $am__minus_obj sub/conftest.c \ + >/dev/null 2>conftest.err && + grep sub/conftst1.h sub/conftest.Po > /dev/null 2>&1 && + grep sub/conftst6.h sub/conftest.Po > /dev/null 2>&1 && + grep $am__obj sub/conftest.Po > /dev/null 2>&1 && + ${MAKE-make} -s -f confmf > /dev/null 2>&1; then + # icc doesn't choke on unknown options, it will just issue warnings + # or remarks (even with -Werror). So we grep stderr for any message + # that says an option was ignored or not supported. + # When given -MP, icc 7.0 and 7.1 complain thusly: + # icc: Command line warning: ignoring option '-M'; no argument required + # The diagnosis changed in icc 8.0: + # icc: Command line remark: option '-MP' not supported + if (grep 'ignoring option' conftest.err || + grep 'not supported' conftest.err) >/dev/null 2>&1; then :; else + am_cv_CC_dependencies_compiler_type=$depmode + break + fi + fi + done + + cd .. + rm -rf conftest.dir +else + am_cv_CC_dependencies_compiler_type=none +fi + +fi +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_CC_dependencies_compiler_type" >&5 +printf "%s\n" "$am_cv_CC_dependencies_compiler_type" >&6; } +CCDEPMODE=depmode=$am_cv_CC_dependencies_compiler_type + + if + test "x$enable_dependency_tracking" != xno \ + && test "$am_cv_CC_dependencies_compiler_type" = gcc3; then + am__fastdepCC_TRUE= + am__fastdepCC_FALSE='#' +else + am__fastdepCC_TRUE='#' + am__fastdepCC_FALSE= +fi + + + + +LIBS="-lm" + + + + + + + + +if test "x$ac_cv_env_PKG_CONFIG_set" != "xset"; then + if test -n "$ac_tool_prefix"; then + # Extract the first word of "${ac_tool_prefix}pkg-config", so it can be a program name with args. +set dummy ${ac_tool_prefix}pkg-config; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +PKG_CONFIG=$ac_cv_path_PKG_CONFIG +if test -n "$PKG_CONFIG"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $PKG_CONFIG" >&5 +printf "%s\n" "$PKG_CONFIG" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + +fi +if test -z "$ac_cv_path_PKG_CONFIG"; then + ac_pt_PKG_CONFIG=$PKG_CONFIG + # Extract the first word of "pkg-config", so it can be a program name with args. +set dummy pkg-config; ac_word=$2 +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +printf %s "checking for $ac_word... " >&6; } +if test ${ac_cv_path_ac_pt_PKG_CONFIG+y} +then : + printf %s "(cached) " >&6 +else $as_nop + case $ac_pt_PKG_CONFIG in + [\\/]* | ?:[\\/]*) + ac_cv_path_ac_pt_PKG_CONFIG="$ac_pt_PKG_CONFIG" # Let the user override the test with a path. + ;; + *) + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir$ac_word$ac_exec_ext"; then + ac_cv_path_ac_pt_PKG_CONFIG="$as_dir$ac_word$ac_exec_ext" + printf "%s\n" "$as_me:${as_lineno-$LINENO}: found $as_dir$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + + ;; +esac +fi +ac_pt_PKG_CONFIG=$ac_cv_path_ac_pt_PKG_CONFIG +if test -n "$ac_pt_PKG_CONFIG"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $ac_pt_PKG_CONFIG" >&5 +printf "%s\n" "$ac_pt_PKG_CONFIG" >&6; } +else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } +fi + + if test "x$ac_pt_PKG_CONFIG" = x; then + PKG_CONFIG="" + else + case $cross_compiling:$ac_tool_warned in +yes:) +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5 +printf "%s\n" "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;} +ac_tool_warned=yes ;; +esac + PKG_CONFIG=$ac_pt_PKG_CONFIG + fi +else + PKG_CONFIG="$ac_cv_path_PKG_CONFIG" +fi + +fi +if test -n "$PKG_CONFIG"; then + _pkg_min_version=0.9.0 + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking pkg-config is at least version $_pkg_min_version" >&5 +printf %s "checking pkg-config is at least version $_pkg_min_version... " >&6; } + if $PKG_CONFIG --atleast-pkgconfig-version $_pkg_min_version; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + PKG_CONFIG="" + fi +fi + + +pkg_failed=no +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for x11 xext xpm" >&5 +printf %s "checking for x11 xext xpm... " >&6; } + +if test -n "$X11_CFLAGS"; then + pkg_cv_X11_CFLAGS="$X11_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 xext xpm\""; } >&5 + ($PKG_CONFIG --exists --print-errors "x11 xext xpm") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_X11_CFLAGS=`$PKG_CONFIG --cflags "x11 xext xpm" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$X11_LIBS"; then + pkg_cv_X11_LIBS="$X11_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"x11 xext xpm\""; } >&5 + ($PKG_CONFIG --exists --print-errors "x11 xext xpm") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_X11_LIBS=`$PKG_CONFIG --libs "x11 xext xpm" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + X11_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "x11 xext xpm" 2>&1` + else + X11_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "x11 xext xpm" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$X11_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (x11 xext xpm) were not met: + +$X11_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables X11_CFLAGS +and X11_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables X11_CFLAGS +and X11_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + X11_CFLAGS=$pkg_cv_X11_CFLAGS + X11_LIBS=$pkg_cv_X11_LIBS + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + +fi + +pkg_failed=no +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for gtk+-3.0 gmodule-2.0" >&5 +printf %s "checking for gtk+-3.0 gmodule-2.0... " >&6; } + +if test -n "$GTK_CFLAGS"; then + pkg_cv_GTK_CFLAGS="$GTK_CFLAGS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 gmodule-2.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0 gmodule-2.0") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 gmodule-2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi +if test -n "$GTK_LIBS"; then + pkg_cv_GTK_LIBS="$GTK_LIBS" + elif test -n "$PKG_CONFIG"; then + if test -n "$PKG_CONFIG" && \ + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 gmodule-2.0\""; } >&5 + ($PKG_CONFIG --exists --print-errors "gtk+-3.0 gmodule-2.0") 2>&5 + ac_status=$? + printf "%s\n" "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 + test $ac_status = 0; }; then + pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 gmodule-2.0" 2>/dev/null` + test "x$?" != "x0" && pkg_failed=yes +else + pkg_failed=yes +fi + else + pkg_failed=untried +fi + + + +if test $pkg_failed = yes; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + +if $PKG_CONFIG --atleast-pkgconfig-version 0.20; then + _pkg_short_errors_supported=yes +else + _pkg_short_errors_supported=no +fi + if test $_pkg_short_errors_supported = yes; then + GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 gmodule-2.0" 2>&1` + else + GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 gmodule-2.0" 2>&1` + fi + # Put the nasty error message in config.log where it belongs + echo "$GTK_PKG_ERRORS" >&5 + + as_fn_error $? "Package requirements (gtk+-3.0 gmodule-2.0) were not met: + +$GTK_PKG_ERRORS + +Consider adjusting the PKG_CONFIG_PATH environment variable if you +installed software in a non-standard prefix. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details." "$LINENO" 5 +elif test $pkg_failed = untried; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5 +printf "%s\n" "no" >&6; } + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "The pkg-config script could not be found or is too old. Make sure it +is in your PATH or set the PKG_CONFIG environment variable to the full +path to pkg-config. + +Alternatively, you may set the environment variables GTK_CFLAGS +and GTK_LIBS to avoid the need to call pkg-config. +See the pkg-config man page for more details. + +To get pkg-config, see . +See \`config.log' for more details" "$LINENO" 5; } +else + GTK_CFLAGS=$pkg_cv_GTK_CFLAGS + GTK_LIBS=$pkg_cv_GTK_LIBS + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5 +printf "%s\n" "yes" >&6; } + +fi + +# check for availability of double buffering +LIBS="$X11_LIBS" + +ac_fn_c_check_func "$LINENO" "XdbeAllocateBackBufferName" "ac_cv_func_XdbeAllocateBackBufferName" +if test "x$ac_cv_func_XdbeAllocateBackBufferName" = xyes +then : + printf "%s\n" "#define HAVE_XDBEALLOCATEBACKBUFFERNAME 1" >>confdefs.h + +fi + + +LIBS="-lm" + +ac_config_files="$ac_config_files Makefile src/Makefile" + +cat >confcache <<\_ACEOF +# This file is a shell script that caches the results of configure +# tests run on this system so they can be shared between configure +# scripts and configure runs, see configure's option --config-cache. +# It is not useful on other systems. If it contains results you don't +# want to keep, you may remove or edit it. +# +# config.status only pays attention to the cache file if you give it +# the --recheck option to rerun configure. +# +# `ac_cv_env_foo' variables (set or unset) will be overridden when +# loading this file, other *unset* `ac_cv_foo' will be assigned the +# following values. + +_ACEOF + +# The following way of writing the cache mishandles newlines in values, +# but we know of no workaround that is simple, portable, and efficient. +# So, we kill variables containing newlines. +# Ultrix sh set writes to stderr and can't be redirected directly, +# and sets the high bit in the cache file unless we assign to the vars. +( + for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do + eval ac_val=\$$ac_var + case $ac_val in #( + *${as_nl}*) + case $ac_var in #( + *_cv_*) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5 +printf "%s\n" "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;; + esac + case $ac_var in #( + _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( + *) { eval $ac_var=; unset $ac_var;} ;; + esac ;; + esac + done + + (set) 2>&1 | + case $as_nl`(ac_space=' '; set) 2>&1` in #( + *${as_nl}ac_space=\ *) + # `set' does not quote correctly, so add quotes: double-quote + # substitution turns \\\\ into \\, and sed turns \\ into \. + sed -n \ + "s/'/'\\\\''/g; + s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p" + ;; #( + *) + # `set' quotes correctly as required by POSIX, so do not add quotes. + sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p" + ;; + esac | + sort +) | + sed ' + /^ac_cv_env_/b end + t clear + :clear + s/^\([^=]*\)=\(.*[{}].*\)$/test ${\1+y} || &/ + t end + s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/ + :end' >>confcache +if diff "$cache_file" confcache >/dev/null 2>&1; then :; else + if test -w "$cache_file"; then + if test "x$cache_file" != "x/dev/null"; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5 +printf "%s\n" "$as_me: updating cache $cache_file" >&6;} + if test ! -f "$cache_file" || test -h "$cache_file"; then + cat confcache >"$cache_file" + else + case $cache_file in #( + */* | ?:*) + mv -f confcache "$cache_file"$$ && + mv -f "$cache_file"$$ "$cache_file" ;; #( + *) + mv -f confcache "$cache_file" ;; + esac + fi + fi + else + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5 +printf "%s\n" "$as_me: not updating unwritable cache $cache_file" >&6;} + fi +fi +rm -f confcache + +test "x$prefix" = xNONE && prefix=$ac_default_prefix +# Let make expand exec_prefix. +test "x$exec_prefix" = xNONE && exec_prefix='${prefix}' + +DEFS=-DHAVE_CONFIG_H + +ac_libobjs= +ac_ltlibobjs= +U= +for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue + # 1. Remove the extension, and $U if already installed. + ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' + ac_i=`printf "%s\n" "$ac_i" | sed "$ac_script"` + # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR + # will be set to the directory where LIBOBJS objects are built. + as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext" + as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo' +done +LIBOBJS=$ac_libobjs + +LTLIBOBJS=$ac_ltlibobjs + + +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5 +printf %s "checking that generated files are newer than configure... " >&6; } + if test -n "$am_sleep_pid"; then + # Hide warnings about reused PIDs. + wait $am_sleep_pid 2>/dev/null + fi + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: done" >&5 +printf "%s\n" "done" >&6; } + if test -n "$EXEEXT"; then + am__EXEEXT_TRUE= + am__EXEEXT_FALSE='#' +else + am__EXEEXT_TRUE='#' + am__EXEEXT_FALSE= +fi + +if test -z "${MAKESELFREP_TRUE}" && test -z "${MAKESELFREP_FALSE}"; then + as_fn_error $? "conditional \"MAKESELFREP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${AMDEP_TRUE}" && test -z "${AMDEP_FALSE}"; then + as_fn_error $? "conditional \"AMDEP\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi +if test -z "${am__fastdepCC_TRUE}" && test -z "${am__fastdepCC_FALSE}"; then + as_fn_error $? "conditional \"am__fastdepCC\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi + +: "${CONFIG_STATUS=./config.status}" +ac_write_fail=0 +ac_clean_files_save=$ac_clean_files +ac_clean_files="$ac_clean_files $CONFIG_STATUS" +{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5 +printf "%s\n" "$as_me: creating $CONFIG_STATUS" >&6;} +as_write_fail=0 +cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1 +#! $SHELL +# Generated by $as_me. +# Run this file to recreate the current configuration. +# Compiler output produced by configure, useful for debugging +# configure, is in config.log if it exists. + +debug=false +ac_cs_recheck=false +ac_cs_silent=false + +SHELL=\${CONFIG_SHELL-$SHELL} +export SHELL +_ASEOF +cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1 +## -------------------- ## +## M4sh Initialization. ## +## -------------------- ## + +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh +as_nop=: +if test ${ZSH_VERSION+y} && (emulate sh) >/dev/null 2>&1 +then : + emulate sh + NULLCMD=: + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which + # is contrary to our usage. Disable this feature. + alias -g '${1+"$@"}'='"$@"' + setopt NO_GLOB_SUBST +else $as_nop + case `(set -o) 2>/dev/null` in #( + *posix*) : + set -o posix ;; #( + *) : + ;; +esac +fi + + + +# Reset variables that may have inherited troublesome values from +# the environment. + +# IFS needs to be set, to space, tab, and newline, in precisely that order. +# (If _AS_PATH_WALK were called with IFS unset, it would have the +# side effect of setting IFS to empty, thus disabling word splitting.) +# Quoting is to prevent editors from complaining about space-tab. +as_nl=' +' +export as_nl +IFS=" "" $as_nl" + +PS1='$ ' +PS2='> ' +PS4='+ ' + +# Ensure predictable behavior from utilities with locale-dependent output. +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE + +# We cannot yet rely on "unset" to work, but we need these variables +# to be unset--not just set to an empty or harmless value--now, to +# avoid bugs in old shells (e.g. pre-3.0 UWIN ksh). This construct +# also avoids known problems related to "unset" and subshell syntax +# in other old shells (e.g. bash 2.01 and pdksh 5.2.14). +for as_var in BASH_ENV ENV MAIL MAILPATH CDPATH +do eval test \${$as_var+y} \ + && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || : +done + +# Ensure that fds 0, 1, and 2 are open. +if (exec 3>&0) 2>/dev/null; then :; else exec 0&1) 2>/dev/null; then :; else exec 1>/dev/null; fi +if (exec 3>&2) ; then :; else exec 2>/dev/null; fi + +# The user is always right. +if ${PATH_SEPARATOR+false} :; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } +fi + + +# Find who we are. Look in the path if we contain no directory separator. +as_myself= +case $0 in #(( + *[\\/]* ) as_myself=$0 ;; + *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + case $as_dir in #((( + '') as_dir=./ ;; + */) ;; + *) as_dir=$as_dir/ ;; + esac + test -r "$as_dir$0" && as_myself=$as_dir$0 && break + done +IFS=$as_save_IFS + + ;; +esac +# We did not find ourselves, most probably we were run as `sh COMMAND' +# in which case we are not to be found in the path. +if test "x$as_myself" = x; then + as_myself=$0 +fi +if test ! -f "$as_myself"; then + printf "%s\n" "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + exit 1 +fi + + + +# as_fn_error STATUS ERROR [LINENO LOG_FD] +# ---------------------------------------- +# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are +# provided, also output the error to LOG_FD, referencing LINENO. Then exit the +# script with STATUS, using 1 if that was 0. +as_fn_error () +{ + as_status=$1; test $as_status -eq 0 && as_status=1 + if test "$4"; then + as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack + printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 + fi + printf "%s\n" "$as_me: error: $2" >&2 + as_fn_exit $as_status +} # as_fn_error + + + +# as_fn_set_status STATUS +# ----------------------- +# Set $? to STATUS, without forking. +as_fn_set_status () +{ + return $1 +} # as_fn_set_status + +# as_fn_exit STATUS +# ----------------- +# Exit the shell with STATUS, even in a "trap 0" or "set -e" context. +as_fn_exit () +{ + set +e + as_fn_set_status $1 + exit $1 +} # as_fn_exit + +# as_fn_unset VAR +# --------------- +# Portably unset VAR. +as_fn_unset () +{ + { eval $1=; unset $1;} +} +as_unset=as_fn_unset + +# as_fn_append VAR VALUE +# ---------------------- +# Append the text in VALUE to the end of the definition contained in VAR. Take +# advantage of any shell optimizations that allow amortized linear growth over +# repeated appends, instead of the typical quadratic growth present in naive +# implementations. +if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null +then : + eval 'as_fn_append () + { + eval $1+=\$2 + }' +else $as_nop + as_fn_append () + { + eval $1=\$$1\$2 + } +fi # as_fn_append + +# as_fn_arith ARG... +# ------------------ +# Perform arithmetic evaluation on the ARGs, and store the result in the +# global $as_val. Take advantage of shells that can avoid forks. The arguments +# must be portable across $(()) and expr. +if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null +then : + eval 'as_fn_arith () + { + as_val=$(( $* )) + }' +else $as_nop + as_fn_arith () + { + as_val=`expr "$@" || test $? -eq 1` + } +fi # as_fn_arith + + +if expr a : '\(a\)' >/dev/null 2>&1 && + test "X`expr 00001 : '.*\(...\)'`" = X001; then + as_expr=expr +else + as_expr=false +fi + +if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then + as_basename=basename +else + as_basename=false +fi + +if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then + as_dirname=dirname +else + as_dirname=false +fi + +as_me=`$as_basename -- "$0" || +$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ + X"$0" : 'X\(//\)$' \| \ + X"$0" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$0" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + +# Avoid depending upon Character Ranges. +as_cr_letters='abcdefghijklmnopqrstuvwxyz' +as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ' +as_cr_Letters=$as_cr_letters$as_cr_LETTERS +as_cr_digits='0123456789' +as_cr_alnum=$as_cr_Letters$as_cr_digits + + +# Determine whether it's possible to make 'echo' print without a newline. +# These variables are no longer used directly by Autoconf, but are AC_SUBSTed +# for compatibility with existing Makefiles. +ECHO_C= ECHO_N= ECHO_T= +case `echo -n x` in #((((( +-n*) + case `echo 'xy\c'` in + *c*) ECHO_T=' ';; # ECHO_T is single tab character. + xy) ECHO_C='\c';; + *) echo `echo ksh88 bug on AIX 6.1` > /dev/null + ECHO_T=' ';; + esac;; +*) + ECHO_N='-n';; +esac + +# For backward compatibility with old third-party macros, we provide +# the shell variables $as_echo and $as_echo_n. New code should use +# AS_ECHO(["message"]) and AS_ECHO_N(["message"]), respectively. +as_echo='printf %s\n' +as_echo_n='printf %s' + +rm -f conf$$ conf$$.exe conf$$.file +if test -d conf$$.dir; then + rm -f conf$$.dir/conf$$.file +else + rm -f conf$$.dir + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -pR'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -pR' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else + as_ln_s='cp -pR' + fi +else + as_ln_s='cp -pR' +fi +rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file +rmdir conf$$.dir 2>/dev/null + + +# as_fn_mkdir_p +# ------------- +# Create "$as_dir" as a directory, including parents if necessary. +as_fn_mkdir_p () +{ + + case $as_dir in #( + -*) as_dir=./$as_dir;; + esac + test -d "$as_dir" || eval $as_mkdir_p || { + as_dirs= + while :; do + case $as_dir in #( + *\'*) as_qdir=`printf "%s\n" "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( + *) as_qdir=$as_dir;; + esac + as_dirs="'$as_qdir' $as_dirs" + as_dir=`$as_dirname -- "$as_dir" || +$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_dir" : 'X\(//\)[^/]' \| \ + X"$as_dir" : 'X\(//\)$' \| \ + X"$as_dir" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$as_dir" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + test -d "$as_dir" && break + done + test -z "$as_dirs" || eval "mkdir $as_dirs" + } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir" + + +} # as_fn_mkdir_p +if mkdir -p . 2>/dev/null; then + as_mkdir_p='mkdir -p "$as_dir"' +else + test -d ./-p && rmdir ./-p + as_mkdir_p=false +fi + + +# as_fn_executable_p FILE +# ----------------------- +# Test if FILE is an executable regular file. +as_fn_executable_p () +{ + test -f "$1" && test -x "$1" +} # as_fn_executable_p +as_test_x='test -x' +as_executable_p=as_fn_executable_p + +# Sed expression to map a string onto a valid CPP name. +as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'" + +# Sed expression to map a string onto a valid variable name. +as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'" + + +exec 6>&1 +## ----------------------------------- ## +## Main body of $CONFIG_STATUS script. ## +## ----------------------------------- ## +_ASEOF +test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# Save the log message, to keep $0 and so on meaningful, and to +# report actual input values of CONFIG_FILES etc. instead of their +# values after options handling. +ac_log=" +This file was extended by xfishtank $as_me 3.1.1, which was +generated by GNU Autoconf 2.71. Invocation command line was + + CONFIG_FILES = $CONFIG_FILES + CONFIG_HEADERS = $CONFIG_HEADERS + CONFIG_LINKS = $CONFIG_LINKS + CONFIG_COMMANDS = $CONFIG_COMMANDS + $ $0 $@ + +on `(hostname || uname -n) 2>/dev/null | sed 1q` +" + +_ACEOF + +case $ac_config_files in *" +"*) set x $ac_config_files; shift; ac_config_files=$*;; +esac + +case $ac_config_headers in *" +"*) set x $ac_config_headers; shift; ac_config_headers=$*;; +esac + + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# Files that config.status was made for. +config_files="$ac_config_files" +config_headers="$ac_config_headers" +config_commands="$ac_config_commands" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +ac_cs_usage="\ +\`$as_me' instantiates files and other configuration actions +from templates according to the current configuration. Unless the files +and actions are specified as TAGs, all are instantiated by default. + +Usage: $0 [OPTION]... [TAG]... + + -h, --help print this help, then exit + -V, --version print version number and configuration settings, then exit + --config print configuration, then exit + -q, --quiet, --silent + do not print progress messages + -d, --debug don't remove temporary files + --recheck update $as_me by reconfiguring in the same conditions + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE + +Configuration files: +$config_files + +Configuration headers: +$config_headers + +Configuration commands: +$config_commands + +Report bugs to . +xfishtank home page: ." + +_ACEOF +ac_cs_config=`printf "%s\n" "$ac_configure_args" | sed "$ac_safe_unquote"` +ac_cs_config_escaped=`printf "%s\n" "$ac_cs_config" | sed "s/^ //; s/'/'\\\\\\\\''/g"` +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_cs_config='$ac_cs_config_escaped' +ac_cs_version="\\ +xfishtank config.status 3.1.1 +configured by $0, generated by GNU Autoconf 2.71, + with options \\"\$ac_cs_config\\" + +Copyright (C) 2021 Free Software Foundation, Inc. +This config.status script is free software; the Free Software Foundation +gives unlimited permission to copy, distribute and modify it." + +ac_pwd='$ac_pwd' +srcdir='$srcdir' +INSTALL='$INSTALL' +MKDIR_P='$MKDIR_P' +AWK='$AWK' +test -n "\$AWK" || AWK=awk +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. +ac_need_defaults=: +while test $# != 0 +do + case $1 in + --*=?*) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'` + ac_shift=: + ;; + --*=) + ac_option=`expr "X$1" : 'X\([^=]*\)='` + ac_optarg= + ac_shift=: + ;; + *) + ac_option=$1 + ac_optarg=$2 + ac_shift=shift + ;; + esac + + case $ac_option in + # Handling of the options. + -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) + ac_cs_recheck=: ;; + --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) + printf "%s\n" "$ac_cs_version"; exit ;; + --config | --confi | --conf | --con | --co | --c ) + printf "%s\n" "$ac_cs_config"; exit ;; + --debug | --debu | --deb | --de | --d | -d ) + debug=: ;; + --file | --fil | --fi | --f ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + '') as_fn_error $? "missing file argument" ;; + esac + as_fn_append CONFIG_FILES " '$ac_optarg'" + ac_need_defaults=false;; + --header | --heade | --head | --hea ) + $ac_shift + case $ac_optarg in + *\'*) ac_optarg=`printf "%s\n" "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + as_fn_append CONFIG_HEADERS " '$ac_optarg'" + ac_need_defaults=false;; + --he | --h) + # Conflict between --help and --header + as_fn_error $? "ambiguous option: \`$1' +Try \`$0 --help' for more information.";; + --help | --hel | -h ) + printf "%s\n" "$ac_cs_usage"; exit ;; + -q | -quiet | --quiet | --quie | --qui | --qu | --q \ + | -silent | --silent | --silen | --sile | --sil | --si | --s) + ac_cs_silent=: ;; + + # This is an error. + -*) as_fn_error $? "unrecognized option: \`$1' +Try \`$0 --help' for more information." ;; + + *) as_fn_append ac_config_targets " $1" + ac_need_defaults=false ;; + + esac + shift +done + +ac_configure_extra_args= + +if $ac_cs_silent; then + exec 6>/dev/null + ac_configure_extra_args="$ac_configure_extra_args --silent" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +if \$ac_cs_recheck; then + set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \printf "%s\n" "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' + export CONFIG_SHELL + exec "\$@" +fi + +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +exec 5>>config.log +{ + echo + sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX +## Running $as_me. ## +_ASBOX + printf "%s\n" "$ac_log" +} >&5 + +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +# +# INIT-COMMANDS +# +AMDEP_TRUE="$AMDEP_TRUE" MAKE="${MAKE-make}" + +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + +# Handling of arguments. +for ac_config_target in $ac_config_targets +do + case $ac_config_target in + "config.h") CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "depfiles") CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;; + "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;; + "src/Makefile") CONFIG_FILES="$CONFIG_FILES src/Makefile" ;; + + *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;; + esac +done + + +# If the user did not use the arguments to specify the items to instantiate, +# then the envvar interface is used. Set only those that are not. +# We use the long form for the default assignment because of an extremely +# bizarre bug on SunOS 4.1.3. +if $ac_need_defaults; then + test ${CONFIG_FILES+y} || CONFIG_FILES=$config_files + test ${CONFIG_HEADERS+y} || CONFIG_HEADERS=$config_headers + test ${CONFIG_COMMANDS+y} || CONFIG_COMMANDS=$config_commands +fi + +# Have a temporary directory for convenience. Make it in the build tree +# simply because there is no reason against having it here, and in addition, +# creating and moving files from /tmp can sometimes cause problems. +# Hook for its removal unless debugging. +# Note that there is a small window in which the directory will not be cleaned: +# after its creation but before its name has been assigned to `$tmp'. +$debug || +{ + tmp= ac_tmp= + trap 'exit_status=$? + : "${ac_tmp:=$tmp}" + { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status +' 0 + trap 'as_fn_exit 1' 1 2 13 15 +} +# Create a (secure) tmp directory for tmp files. + +{ + tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` && + test -d "$tmp" +} || +{ + tmp=./conf$$-$RANDOM + (umask 077 && mkdir "$tmp") +} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5 +ac_tmp=$tmp + +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. +if test -n "$CONFIG_FILES"; then + + +ac_cr=`echo X | tr X '\015'` +# On cygwin, bash can eat \r inside `` if the user requested igncr. +# But we know of no other shell where ac_cr would be empty at this +# point, so we can use a bashism as a fallback. +if test "x$ac_cr" = x; then + eval ac_cr=\$\'\\r\' +fi +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr +fi + +echo 'BEGIN {' >"$ac_tmp/subs1.awk" && +_ACEOF + + +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 +ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'` +ac_delim='%!_!# ' +for ac_last_try in false false false false false :; do + . ./conf$$subs.sh || + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + + ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` + if test $ac_delim_n = $ac_delim_num; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\)..*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\)..*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$ac_tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } + + print line +} + +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \ + || as_fn_error $? "could not setup config files machinery" "$LINENO" 5 +_ACEOF + +# VPATH may cause trouble with some makes, so we remove sole $(srcdir), +# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and +# trailing colons and then remove the whole line if VPATH becomes empty +# (actually we leave an empty line to preserve line numbers). +if test "x$srcdir" = x.; then + ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{ +h +s/// +s/^/:/ +s/[ ]*$/:/ +s/:\$(srcdir):/:/g +s/:\${srcdir}:/:/g +s/:@srcdir@:/:/g +s/^:*// +s/:*$// +x +s/\(=[ ]*\).*/\1/ +G +s/\n// +s/^[^=]*=[ ]*$// +}' +fi + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +fi # test -n "$CONFIG_FILES" + +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$ac_tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_tt=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_tt"; then + break + elif $ac_last_try; then + as_fn_error $? "could not make $CONFIG_HEADERS" "$LINENO" 5 + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + prefix = substr(line, 1, index(line, defundef) - 1) + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #undef with comments. This is necessary, for example, + # in the case of _POSIX_SOURCE, which is predefined and required + # on some systems where configure will not decide to define it. + if (defundef == "undef") { + print "/*", prefix defundef, macro, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + as_fn_error $? "could not setup config headers machinery" "$LINENO" 5 +fi # test -n "$CONFIG_HEADERS" + + +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag +do + case $ac_tag in + :[FHLC]) ac_mode=$ac_tag; continue;; + esac + case $ac_mode$ac_tag in + :[FHL]*:*);; + :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;; + :[FH]-) ac_tag=-:-;; + :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; + esac + ac_save_IFS=$IFS + IFS=: + set x $ac_tag + IFS=$ac_save_IFS + shift + ac_file=$1 + shift + + case $ac_mode in + :L) ac_source=$1;; + :[FH]) + ac_file_inputs= + for ac_f + do + case $ac_f in + -) ac_f="$ac_tmp/stdin";; + *) # Look for the file first in the build tree, then in the source tree + # (if the path is not absolute). The absolute path cannot be DOS-style, + # because $ac_f cannot contain `:'. + test -f "$ac_f" || + case $ac_f in + [\\/$]*) false;; + *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; + esac || + as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;; + esac + case $ac_f in *\'*) ac_f=`printf "%s\n" "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + as_fn_append ac_file_inputs " '$ac_f'" + done + + # Let's still pretend it is `configure' which instantiates (i.e., don't + # use $as_me), people would be surprised to read: + # /* config.h. Generated by config.status. */ + configure_input='Generated from '` + printf "%s\n" "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' + if test x"$ac_file" != x-; then + configure_input="$ac_file. $configure_input" + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5 +printf "%s\n" "$as_me: creating $ac_file" >&6;} + fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`printf "%s\n" "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac + + case $ac_tag in + *:-:* | *:-) cat >"$ac_tmp/stdin" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;; + esac + ;; + esac + + ac_dir=`$as_dirname -- "$ac_file" || +$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$ac_file" : 'X\(//\)[^/]' \| \ + X"$ac_file" : 'X\(//\)$' \| \ + X"$ac_file" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$ac_file" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + as_dir="$ac_dir"; as_fn_mkdir_p + ac_builddir=. + +case "$ac_dir" in +.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; +*) + ac_dir_suffix=/`printf "%s\n" "$ac_dir" | sed 's|^\.[\\/]||'` + # A ".." for each directory in $ac_dir_suffix. + ac_top_builddir_sub=`printf "%s\n" "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` + case $ac_top_builddir_sub in + "") ac_top_builddir_sub=. ac_top_build_prefix= ;; + *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; + esac ;; +esac +ac_abs_top_builddir=$ac_pwd +ac_abs_builddir=$ac_pwd$ac_dir_suffix +# for backward compatibility: +ac_top_builddir=$ac_top_build_prefix + +case $srcdir in + .) # We are building in place. + ac_srcdir=. + ac_top_srcdir=$ac_top_builddir_sub + ac_abs_top_srcdir=$ac_pwd ;; + [\\/]* | ?:[\\/]* ) # Absolute name. + ac_srcdir=$srcdir$ac_dir_suffix; + ac_top_srcdir=$srcdir + ac_abs_top_srcdir=$srcdir ;; + *) # Relative name. + ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix + ac_top_srcdir=$ac_top_build_prefix$srcdir + ac_abs_top_srcdir=$ac_pwd/$srcdir ;; +esac +ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix + + + case $ac_mode in + :F) + # + # CONFIG_FILE + # + + case $INSTALL in + [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;; + *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;; + esac + ac_MKDIR_P=$MKDIR_P + case $MKDIR_P in + [\\/$]* | ?:[\\/]* ) ;; + */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;; + esac +_ACEOF + +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# If the template does not know about datarootdir, expand it. +# FIXME: This hack should be removed a few years after 2.60. +ac_datarootdir_hack=; ac_datarootdir_seen= +ac_sed_dataroot=' +/datarootdir/ { + p + q +} +/@datadir@/p +/@docdir@/p +/@infodir@/p +/@localedir@/p +/@mandir@/p' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in +*datarootdir*) ac_datarootdir_seen=yes;; +*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} +_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + ac_datarootdir_hack=' + s&@datadir@&$datadir&g + s&@docdir@&$docdir&g + s&@infodir@&$infodir&g + s&@localedir@&$localedir&g + s&@mandir@&$mandir&g + s&\\\${datarootdir}&$datarootdir&g' ;; +esac +_ACEOF + +# Neutralize VPATH when `$srcdir' = `.'. +# Shell code in configure.ac might set extrasub. +# FIXME: do we really want to maintain this feature? +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub +$extrasub +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +:t +/@[a-zA-Z_][a-zA-Z_0-9]*@/!b +s|@configure_input@|$ac_sed_conf_input|;t t +s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t +s&@srcdir@&$ac_srcdir&;t t +s&@abs_srcdir@&$ac_abs_srcdir&;t t +s&@top_srcdir@&$ac_top_srcdir&;t t +s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t +s&@builddir@&$ac_builddir&;t t +s&@abs_builddir@&$ac_abs_builddir&;t t +s&@abs_top_builddir@&$ac_abs_top_builddir&;t t +s&@INSTALL@&$ac_INSTALL&;t t +s&@MKDIR_P@&$ac_MKDIR_P&;t t +$ac_datarootdir_hack +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \ + >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + +test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && + { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } && + { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \ + "$ac_tmp/out"`; test -z "$ac_out"; } && + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&5 +printf "%s\n" "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +which seems to be undefined. Please make sure it is defined" >&2;} + + rm -f "$ac_tmp/stdin" + case $ac_file in + -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";; + *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";; + esac \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + ;; + :H) + # + # CONFIG_HEADER + # + if test x"$ac_file" != x-; then + { + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" + } >"$ac_tmp/config.h" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + if diff "$ac_file" "$ac_tmp/config.h" >/dev/null 2>&1; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: $ac_file is unchanged" >&5 +printf "%s\n" "$as_me: $ac_file is unchanged" >&6;} + else + rm -f "$ac_file" + mv "$ac_tmp/config.h" "$ac_file" \ + || as_fn_error $? "could not create $ac_file" "$LINENO" 5 + fi + else + printf "%s\n" "/* $configure_input */" >&1 \ + && eval '$AWK -f "$ac_tmp/defines.awk"' "$ac_file_inputs" \ + || as_fn_error $? "could not create -" "$LINENO" 5 + fi +# Compute "$ac_file"'s index in $config_headers. +_am_arg="$ac_file" +_am_stamp_count=1 +for _am_header in $config_headers :; do + case $_am_header in + $_am_arg | $_am_arg:* ) + break ;; + * ) + _am_stamp_count=`expr $_am_stamp_count + 1` ;; + esac +done +echo "timestamp for $_am_arg" >`$as_dirname -- "$_am_arg" || +$as_expr X"$_am_arg" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$_am_arg" : 'X\(//\)[^/]' \| \ + X"$_am_arg" : 'X\(//\)$' \| \ + X"$_am_arg" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$_am_arg" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'`/stamp-h$_am_stamp_count + ;; + + :C) { printf "%s\n" "$as_me:${as_lineno-$LINENO}: executing $ac_file commands" >&5 +printf "%s\n" "$as_me: executing $ac_file commands" >&6;} + ;; + esac + + + case $ac_file$ac_mode in + "depfiles":C) test x"$AMDEP_TRUE" != x"" || { + # Older Autoconf quotes --file arguments for eval, but not when files + # are listed without --file. Let's play safe and only enable the eval + # if we detect the quoting. + # TODO: see whether this extra hack can be removed once we start + # requiring Autoconf 2.70 or later. + case $CONFIG_FILES in #( + *\'*) : + eval set x "$CONFIG_FILES" ;; #( + *) : + set x $CONFIG_FILES ;; #( + *) : + ;; +esac + shift + # Used to flag and report bootstrapping failures. + am_rc=0 + for am_mf + do + # Strip MF so we end up with the name of the file. + am_mf=`printf "%s\n" "$am_mf" | sed -e 's/:.*$//'` + # Check whether this is an Automake generated Makefile which includes + # dependency-tracking related rules and includes. + # Grep'ing the whole file directly is not great: AIX grep has a line + # limit of 2048, but all sed's we know have understand at least 4000. + sed -n 's,^am--depfiles:.*,X,p' "$am_mf" | grep X >/dev/null 2>&1 \ + || continue + am_dirpart=`$as_dirname -- "$am_mf" || +$as_expr X"$am_mf" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$am_mf" : 'X\(//\)[^/]' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X"$am_mf" | + sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ + s//\1/ + q + } + /^X\(\/\/\)[^/].*/{ + s//\1/ + q + } + /^X\(\/\/\)$/{ + s//\1/ + q + } + /^X\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + am_filepart=`$as_basename -- "$am_mf" || +$as_expr X/"$am_mf" : '.*/\([^/][^/]*\)/*$' \| \ + X"$am_mf" : 'X\(//\)$' \| \ + X"$am_mf" : 'X\(/\)' \| . 2>/dev/null || +printf "%s\n" X/"$am_mf" | + sed '/^.*\/\([^/][^/]*\)\/*$/{ + s//\1/ + q + } + /^X\/\(\/\/\)$/{ + s//\1/ + q + } + /^X\/\(\/\).*/{ + s//\1/ + q + } + s/.*/./; q'` + { echo "$as_me:$LINENO: cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles" >&5 + (cd "$am_dirpart" \ + && sed -e '/# am--include-marker/d' "$am_filepart" \ + | $MAKE -f - am--depfiles) >&5 2>&5 + ac_status=$? + echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } || am_rc=$? + done + if test $am_rc -ne 0; then + { { printf "%s\n" "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 +printf "%s\n" "$as_me: error: in \`$ac_pwd':" >&2;} +as_fn_error $? "Something went wrong bootstrapping makefile fragments + for automatic dependency tracking. If GNU make was not used, consider + re-running the configure script with MAKE=\"gmake\" (or whatever is + necessary). You can also try re-running configure with the + '--disable-dependency-tracking' option to at least be able to build + the package (albeit without support for automatic dependency tracking). +See \`config.log' for more details" "$LINENO" 5; } + fi + { am_dirpart=; unset am_dirpart;} + { am_filepart=; unset am_filepart;} + { am_mf=; unset am_mf;} + { am_rc=; unset am_rc;} + rm -f conftest-deps.mk +} + ;; + + esac +done # for ac_tag + + +as_fn_exit 0 +_ACEOF +ac_clean_files=$ac_clean_files_save + +test $ac_write_fail = 0 || + as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5 + + +# configure is writing to config.log, and then calls config.status. +# config.status does its own redirection, appending to config.log. +# Unfortunately, on DOS this fails, as config.log is still kept open +# by configure, so config.status won't be able to write to it; its +# output is simply discarded. So we exec the FD to /dev/null, +# effectively closing config.log, so it can be properly (re)opened and +# appended to by config.status. When coming back to configure, we +# need to make the FD available again. +if test "$no_create" != yes; then + ac_cs_success=: + ac_config_status_args= + test "$silent" = yes && + ac_config_status_args="$ac_config_status_args --quiet" + exec 5>/dev/null + $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false + exec 5>>config.log + # Use ||, not &&, to avoid exiting from the if with $? = 1, which + # would make configure fail if this is the last instruction. + $ac_cs_success || as_fn_exit 1 +fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5 +printf "%s\n" "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;} +fi + + +if test "x$enable_selfrep" = "xyes" +then : + ${MAKE:=make} dist +fi + + diff --git a/configure.ac b/configure.ac new file mode 100644 index 0000000..f1a23d7 --- /dev/null +++ b/configure.ac @@ -0,0 +1,62 @@ +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +AC_PREREQ([2.69]) +AC_INIT([xfishtank], [3.1.1], [wvermin@gmail.com],[xfishtank],[https://www.ratrabbit.nl/ratrabbit/software/xfishtank]) +AC_CONFIG_SRCDIR([src/xfishtank.h]) +AC_CONFIG_HEADERS([config.h]) +AM_INIT_AUTOMAKE +./prevent-remakes +m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) + +AC_ARG_ENABLE(selfrep, [AS_HELP_STRING([--enable-selfrep],[Build with self replicating mode @<:@default=yes@:>@])],[],[enable_selfrep=yes]) +AM_CONDITIONAL([MAKESELFREP],[test "x$enable_selfrep" = "xyes"]) + +AC_SUBST([PACKAGE_VERSION],[VERSION]) +AC_SUBST([PACKAGE_NAME],[PACKAGE]) + +dnl Checks for programs. +AC_PROG_CC +AC_PROG_INSTALL + +LIBS="-lm" + +PKG_PROG_PKG_CONFIG + +PKG_CHECK_MODULES(X11, [x11 xext xpm]) +PKG_CHECK_MODULES(GTK, [gtk+-3.0 gmodule-2.0]) + +# check for availability of double buffering +LIBS="$X11_LIBS" +AC_CHECK_FUNCS([XdbeAllocateBackBufferName]) + +LIBS="-lm" + +AC_CONFIG_FILES(Makefile src/Makefile) +AC_OUTPUT + +AS_IF( [test "x$enable_selfrep" = "xyes"], + [${MAKE:=make} dist]) + diff --git a/depcomp b/depcomp new file mode 100755 index 0000000..715e343 --- /dev/null +++ b/depcomp @@ -0,0 +1,791 @@ +#! /bin/sh +# depcomp - compile a program generating dependencies as side-effects + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1999-2021 Free Software Foundation, Inc. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +# Originally written by Alexandre Oliva . + +case $1 in + '') + echo "$0: No command. Try '$0 --help' for more information." 1>&2 + exit 1; + ;; + -h | --h*) + cat <<\EOF +Usage: depcomp [--help] [--version] PROGRAM [ARGS] + +Run PROGRAMS ARGS to compile a file, generating dependencies +as side-effects. + +Environment variables: + depmode Dependency tracking mode. + source Source file read by 'PROGRAMS ARGS'. + object Object file output by 'PROGRAMS ARGS'. + DEPDIR directory where to store dependencies. + depfile Dependency file to output. + tmpdepfile Temporary file to use when outputting dependencies. + libtool Whether libtool is used (yes/no). + +Report bugs to . +EOF + exit $? + ;; + -v | --v*) + echo "depcomp $scriptversion" + exit $? + ;; +esac + +# Get the directory component of the given path, and save it in the +# global variables '$dir'. Note that this directory component will +# be either empty or ending with a '/' character. This is deliberate. +set_dir_from () +{ + case $1 in + */*) dir=`echo "$1" | sed -e 's|/[^/]*$|/|'`;; + *) dir=;; + esac +} + +# Get the suffix-stripped basename of the given path, and save it the +# global variable '$base'. +set_base_from () +{ + base=`echo "$1" | sed -e 's|^.*/||' -e 's/\.[^.]*$//'` +} + +# If no dependency file was actually created by the compiler invocation, +# we still have to create a dummy depfile, to avoid errors with the +# Makefile "include basename.Plo" scheme. +make_dummy_depfile () +{ + echo "#dummy" > "$depfile" +} + +# Factor out some common post-processing of the generated depfile. +# Requires the auxiliary global variable '$tmpdepfile' to be set. +aix_post_process_depfile () +{ + # If the compiler actually managed to produce a dependency file, + # post-process it. + if test -f "$tmpdepfile"; then + # Each line is of the form 'foo.o: dependency.h'. + # Do two passes, one to just change these to + # $object: dependency.h + # and one to simply output + # dependency.h: + # which is needed to avoid the deleted-header problem. + { sed -e "s,^.*\.[$lower]*:,$object:," < "$tmpdepfile" + sed -e "s,^.*\.[$lower]*:[$tab ]*,," -e 's,$,:,' < "$tmpdepfile" + } > "$depfile" + rm -f "$tmpdepfile" + else + make_dummy_depfile + fi +} + +# A tabulation character. +tab=' ' +# A newline character. +nl=' +' +# Character ranges might be problematic outside the C locale. +# These definitions help. +upper=ABCDEFGHIJKLMNOPQRSTUVWXYZ +lower=abcdefghijklmnopqrstuvwxyz +digits=0123456789 +alpha=${upper}${lower} + +if test -z "$depmode" || test -z "$source" || test -z "$object"; then + echo "depcomp: Variables source, object and depmode must be set" 1>&2 + exit 1 +fi + +# Dependencies for sub/bar.o or sub/bar.obj go into sub/.deps/bar.Po. +depfile=${depfile-`echo "$object" | + sed 's|[^\\/]*$|'${DEPDIR-.deps}'/&|;s|\.\([^.]*\)$|.P\1|;s|Pobj$|Po|'`} +tmpdepfile=${tmpdepfile-`echo "$depfile" | sed 's/\.\([^.]*\)$/.T\1/'`} + +rm -f "$tmpdepfile" + +# Avoid interferences from the environment. +gccflag= dashmflag= + +# Some modes work just like other modes, but use different flags. We +# parameterize here, but still list the modes in the big case below, +# to make depend.m4 easier to write. Note that we *cannot* use a case +# here, because this file can only contain one case statement. +if test "$depmode" = hp; then + # HP compiler uses -M and no extra arg. + gccflag=-M + depmode=gcc +fi + +if test "$depmode" = dashXmstdout; then + # This is just like dashmstdout with a different argument. + dashmflag=-xM + depmode=dashmstdout +fi + +cygpath_u="cygpath -u -f -" +if test "$depmode" = msvcmsys; then + # This is just like msvisualcpp but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvisualcpp +fi + +if test "$depmode" = msvc7msys; then + # This is just like msvc7 but w/o cygpath translation. + # Just convert the backslash-escaped backslashes to single forward + # slashes to satisfy depend.m4 + cygpath_u='sed s,\\\\,/,g' + depmode=msvc7 +fi + +if test "$depmode" = xlc; then + # IBM C/C++ Compilers xlc/xlC can output gcc-like dependency information. + gccflag=-qmakedep=gcc,-MF + depmode=gcc +fi + +case "$depmode" in +gcc3) +## gcc 3 implements dependency tracking that does exactly what +## we want. Yay! Note: for some reason libtool 1.4 doesn't like +## it if -MD -MP comes after the -MF stuff. Hmm. +## Unfortunately, FreeBSD c89 acceptance of flags depends upon +## the command line argument order; so add the flags where they +## appear in depend2.am. Note that the slowdown incurred here +## affects only configure: in makefiles, %FASTDEP% shortcuts this. + for arg + do + case $arg in + -c) set fnord "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" "$arg" ;; + *) set fnord "$@" "$arg" ;; + esac + shift # fnord + shift # $arg + done + "$@" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + mv "$tmpdepfile" "$depfile" + ;; + +gcc) +## Note that this doesn't just cater to obsosete pre-3.x GCC compilers. +## but also to in-use compilers like IMB xlc/xlC and the HP C compiler. +## (see the conditional assignment to $gccflag above). +## There are various ways to get dependency output from gcc. Here's +## why we pick this rather obscure method: +## - Don't want to use -MD because we'd like the dependencies to end +## up in a subdir. Having to rename by hand is ugly. +## (We might end up doing this anyway to support other compilers.) +## - The DEPENDENCIES_OUTPUT environment variable makes gcc act like +## -MM, not -M (despite what the docs say). Also, it might not be +## supported by the other compilers which use the 'gcc' depmode. +## - Using -M directly means running the compiler twice (even worse +## than renaming). + if test -z "$gccflag"; then + gccflag=-MD, + fi + "$@" -Wp,"$gccflag$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The second -e expression handles DOS-style file names with drive + # letters. + sed -e 's/^[^:]*: / /' \ + -e 's/^['$alpha']:\/[^:]*: / /' < "$tmpdepfile" >> "$depfile" +## This next piece of magic avoids the "deleted header file" problem. +## The problem is that when a header file which appears in a .P file +## is deleted, the dependency causes make to die (because there is +## typically no way to rebuild the header). We avoid this by adding +## dummy dependencies for each header file. Too bad gcc doesn't do +## this for us directly. +## Some versions of gcc put a space before the ':'. On the theory +## that the space means something, we add a space to the output as +## well. hp depmode also adds that space, but also prefixes the VPATH +## to the object. Take care to not repeat it in the output. +## Some versions of the HPUX 10.20 sed can't process this invocation +## correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e "s|.*$object$||" -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +sgi) + if test "$libtool" = yes; then + "$@" "-Wp,-MDupdate,$tmpdepfile" + else + "$@" -MDupdate "$tmpdepfile" + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + + if test -f "$tmpdepfile"; then # yes, the sourcefile depend on other files + echo "$object : \\" > "$depfile" + # Clip off the initial element (the dependent). Don't try to be + # clever and replace this with sed code, as IRIX sed won't handle + # lines with more than a fixed number of characters (4096 in + # IRIX 6.2 sed, 8192 in IRIX 6.5). We also remove comment lines; + # the IRIX cc adds comments like '#:fec' to the end of the + # dependency line. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' \ + | tr "$nl" ' ' >> "$depfile" + echo >> "$depfile" + # The second pass generates a dummy entry for each header file. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^.*\.o://' -e 's/#.*$//' -e '/^$/ d' -e 's/$/:/' \ + >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" + ;; + +xlc) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +aix) + # The C for AIX Compiler uses -M and outputs the dependencies + # in a .u file. In older versions, this file always lives in the + # current directory. Also, the AIX compiler puts '$object:' at the + # start of each line; $object doesn't have directory information. + # Version 6 uses the directory in both cases. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.u + tmpdepfile2=$base.u + tmpdepfile3=$dir.libs/$base.u + "$@" -Wc,-M + else + tmpdepfile1=$dir$base.u + tmpdepfile2=$dir$base.u + tmpdepfile3=$dir$base.u + "$@" -M + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + aix_post_process_depfile + ;; + +tcc) + # tcc (Tiny C Compiler) understand '-MD -MF file' since version 0.9.26 + # FIXME: That version still under development at the moment of writing. + # Make that this statement remains true also for stable, released + # versions. + # It will wrap lines (doesn't matter whether long or short) with a + # trailing '\', as in: + # + # foo.o : \ + # foo.c \ + # foo.h \ + # + # It will put a trailing '\' even on the last line, and will use leading + # spaces rather than leading tabs (at least since its commit 0394caf7 + # "Emit spaces for -MD"). + "$@" -MD -MF "$tmpdepfile" + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each non-empty line is of the form 'foo.o : \' or ' dep.h \'. + # We have to change lines of the first kind to '$object: \'. + sed -e "s|.*:|$object :|" < "$tmpdepfile" > "$depfile" + # And for each line of the second kind, we have to emit a 'dep.h:' + # dummy dependency, to avoid the deleted-header problem. + sed -n -e 's|^ *\(.*\) *\\$|\1:|p' < "$tmpdepfile" >> "$depfile" + rm -f "$tmpdepfile" + ;; + +## The order of this option in the case statement is important, since the +## shell code in configure will try each of these formats in the order +## listed in this file. A plain '-MD' option would be understood by many +## compilers, so we must ensure this comes after the gcc and icc options. +pgcc) + # Portland's C compiler understands '-MD'. + # Will always output deps to 'file.d' where file is the root name of the + # source file under compilation, even if file resides in a subdirectory. + # The object file name does not affect the name of the '.d' file. + # pgcc 10.2 will output + # foo.o: sub/foo.c sub/foo.h + # and will wrap long lines using '\' : + # foo.o: sub/foo.c ... \ + # sub/foo.h ... \ + # ... + set_dir_from "$object" + # Use the source, not the object, to determine the base name, since + # that's sadly what pgcc will do too. + set_base_from "$source" + tmpdepfile=$base.d + + # For projects that build the same source file twice into different object + # files, the pgcc approach of using the *source* file root name can cause + # problems in parallel builds. Use a locking strategy to avoid stomping on + # the same $tmpdepfile. + lockdir=$base.d-lock + trap " + echo '$0: caught signal, cleaning up...' >&2 + rmdir '$lockdir' + exit 1 + " 1 2 13 15 + numtries=100 + i=$numtries + while test $i -gt 0; do + # mkdir is a portable test-and-set. + if mkdir "$lockdir" 2>/dev/null; then + # This process acquired the lock. + "$@" -MD + stat=$? + # Release the lock. + rmdir "$lockdir" + break + else + # If the lock is being held by a different process, wait + # until the winning process is done or we timeout. + while test -d "$lockdir" && test $i -gt 0; do + sleep 1 + i=`expr $i - 1` + done + fi + i=`expr $i - 1` + done + trap - 1 2 13 15 + if test $i -le 0; then + echo "$0: failed to acquire lock after $numtries attempts" >&2 + echo "$0: check lockdir '$lockdir'" >&2 + exit 1 + fi + + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + # Each line is of the form `foo.o: dependent.h', + # or `foo.o: dep1.h dep2.h \', or ` dep3.h dep4.h \'. + # Do two passes, one to just change these to + # `$object: dependent.h' and one to simply `dependent.h:'. + sed "s,^[^:]*:,$object :," < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed 's,^[^:]*: \(.*\)$,\1,;s/^\\$//;/^$/d;/:$/d' < "$tmpdepfile" \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +hp2) + # The "hp" stanza above does not work with aCC (C++) and HP's ia64 + # compilers, which have integrated preprocessors. The correct option + # to use with these is +Maked; it writes dependencies to a file named + # 'foo.d', which lands next to the object file, wherever that + # happens to be. + # Much of this is similar to the tru64 case; see comments there. + set_dir_from "$object" + set_base_from "$object" + if test "$libtool" = yes; then + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir.libs/$base.d + "$@" -Wc,+Maked + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + "$@" +Maked + fi + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" + do + test -f "$tmpdepfile" && break + done + if test -f "$tmpdepfile"; then + sed -e "s,^.*\.[$lower]*:,$object:," "$tmpdepfile" > "$depfile" + # Add 'dependent.h:' lines. + sed -ne '2,${ + s/^ *// + s/ \\*$// + s/$/:/ + p + }' "$tmpdepfile" >> "$depfile" + else + make_dummy_depfile + fi + rm -f "$tmpdepfile" "$tmpdepfile2" + ;; + +tru64) + # The Tru64 compiler uses -MD to generate dependencies as a side + # effect. 'cc -MD -o foo.o ...' puts the dependencies into 'foo.o.d'. + # At least on Alpha/Redhat 6.1, Compaq CCC V6.2-504 seems to put + # dependencies in 'foo.d' instead, so we check for that too. + # Subdirectories are respected. + set_dir_from "$object" + set_base_from "$object" + + if test "$libtool" = yes; then + # Libtool generates 2 separate objects for the 2 libraries. These + # two compilations output dependencies in $dir.libs/$base.o.d and + # in $dir$base.o.d. We have to check for both files, because + # one of the two compilations can be disabled. We should prefer + # $dir$base.o.d over $dir.libs/$base.o.d because the latter is + # automatically cleaned when .libs/ is deleted, while ignoring + # the former would cause a distcleancheck panic. + tmpdepfile1=$dir$base.o.d # libtool 1.5 + tmpdepfile2=$dir.libs/$base.o.d # Likewise. + tmpdepfile3=$dir.libs/$base.d # Compaq CCC V6.2-504 + "$@" -Wc,-MD + else + tmpdepfile1=$dir$base.d + tmpdepfile2=$dir$base.d + tmpdepfile3=$dir$base.d + "$@" -MD + fi + + stat=$? + if test $stat -ne 0; then + rm -f "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + exit $stat + fi + + for tmpdepfile in "$tmpdepfile1" "$tmpdepfile2" "$tmpdepfile3" + do + test -f "$tmpdepfile" && break + done + # Same post-processing that is required for AIX mode. + aix_post_process_depfile + ;; + +msvc7) + if test "$libtool" = yes; then + showIncludes=-Wc,-showIncludes + else + showIncludes=-showIncludes + fi + "$@" $showIncludes > "$tmpdepfile" + stat=$? + grep -v '^Note: including file: ' "$tmpdepfile" + if test $stat -ne 0; then + rm -f "$tmpdepfile" + exit $stat + fi + rm -f "$depfile" + echo "$object : \\" > "$depfile" + # The first sed program below extracts the file names and escapes + # backslashes for cygpath. The second sed program outputs the file + # name when reading, but also accumulates all include files in the + # hold buffer in order to output them again at the end. This only + # works with sed implementations that can handle large buffers. + sed < "$tmpdepfile" -n ' +/^Note: including file: *\(.*\)/ { + s//\1/ + s/\\/\\\\/g + p +}' | $cygpath_u | sort -u | sed -n ' +s/ /\\ /g +s/\(.*\)/'"$tab"'\1 \\/p +s/.\(.*\) \\/\1:/ +H +$ { + s/.*/'"$tab"'/ + G + p +}' >> "$depfile" + echo >> "$depfile" # make sure the fragment doesn't end with a backslash + rm -f "$tmpdepfile" + ;; + +msvc7msys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +#nosideeffect) + # This comment above is used by automake to tell side-effect + # dependency tracking mechanisms from slower ones. + +dashmstdout) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout, regardless of -o. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + test -z "$dashmflag" && dashmflag=-M + # Require at least two characters before searching for ':' + # in the target name. This is to cope with DOS-style filenames: + # a dependency such as 'c:/foo/bar' could be seen as target 'c' otherwise. + "$@" $dashmflag | + sed "s|^[$tab ]*[^:$tab ][^:][^:]*:[$tab ]*|$object: |" > "$tmpdepfile" + rm -f "$depfile" + cat < "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process this sed invocation + # correctly. Breaking it into two sed invocations is a workaround. + tr ' ' "$nl" < "$tmpdepfile" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +dashXmstdout) + # This case only exists to satisfy depend.m4. It is never actually + # run, as this mode is specially recognized in the preamble. + exit 1 + ;; + +makedepend) + "$@" || exit $? + # Remove any Libtool call + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + # X makedepend + shift + cleared=no eat=no + for arg + do + case $cleared in + no) + set ""; shift + cleared=yes ;; + esac + if test $eat = yes; then + eat=no + continue + fi + case "$arg" in + -D*|-I*) + set fnord "$@" "$arg"; shift ;; + # Strip any option that makedepend may not understand. Remove + # the object too, otherwise makedepend will parse it as a source file. + -arch) + eat=yes ;; + -*|$object) + ;; + *) + set fnord "$@" "$arg"; shift ;; + esac + done + obj_suffix=`echo "$object" | sed 's/^.*\././'` + touch "$tmpdepfile" + ${MAKEDEPEND-makedepend} -o"$obj_suffix" -f"$tmpdepfile" "$@" + rm -f "$depfile" + # makedepend may prepend the VPATH from the source file name to the object. + # No need to regex-escape $object, excess matching of '.' is harmless. + sed "s|^.*\($object *:\)|\1|" "$tmpdepfile" > "$depfile" + # Some versions of the HPUX 10.20 sed can't process the last invocation + # correctly. Breaking it into two sed invocations is a workaround. + sed '1,2d' "$tmpdepfile" \ + | tr ' ' "$nl" \ + | sed -e 's/^\\$//' -e '/^$/d' -e '/:$/d' \ + | sed -e 's/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" "$tmpdepfile".bak + ;; + +cpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + # Remove '-o $object'. + IFS=" " + for arg + do + case $arg in + -o) + shift + ;; + $object) + shift + ;; + *) + set fnord "$@" "$arg" + shift # fnord + shift # $arg + ;; + esac + done + + "$@" -E \ + | sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \ + | sed '$ s: \\$::' > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + cat < "$tmpdepfile" >> "$depfile" + sed < "$tmpdepfile" '/^$/d;s/^ //;s/ \\$//;s/$/ :/' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvisualcpp) + # Important note: in order to support this mode, a compiler *must* + # always write the preprocessed file to stdout. + "$@" || exit $? + + # Remove the call to Libtool. + if test "$libtool" = yes; then + while test "X$1" != 'X--mode=compile'; do + shift + done + shift + fi + + IFS=" " + for arg + do + case "$arg" in + -o) + shift + ;; + $object) + shift + ;; + "-Gm"|"/Gm"|"-Gi"|"/Gi"|"-ZI"|"/ZI") + set fnord "$@" + shift + shift + ;; + *) + set fnord "$@" "$arg" + shift + shift + ;; + esac + done + "$@" -E 2>/dev/null | + sed -n '/^#line [0-9][0-9]* "\([^"]*\)"/ s::\1:p' | $cygpath_u | sort -u > "$tmpdepfile" + rm -f "$depfile" + echo "$object : \\" > "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::'"$tab"'\1 \\:p' >> "$depfile" + echo "$tab" >> "$depfile" + sed < "$tmpdepfile" -n -e 's% %\\ %g' -e '/^\(.*\)$/ s::\1\::p' >> "$depfile" + rm -f "$tmpdepfile" + ;; + +msvcmsys) + # This case exists only to let depend.m4 do its work. It works by + # looking at the text of this script. This case will never be run, + # since it is checked for above. + exit 1 + ;; + +none) + exec "$@" + ;; + +*) + echo "Unknown depmode $depmode" 1>&2 + exit 1 + ;; +esac + +exit 0 + +# Local Variables: +# mode: shell-script +# sh-indentation: 2 +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/dependencies b/dependencies new file mode 100644 index 0000000..7695af1 --- /dev/null +++ b/dependencies @@ -0,0 +1,8 @@ +# dependencies + +## debian + +libgtk-3-dev +libx11-dev +libxpm-dev +libxext-dev diff --git a/fishmaps/QueenAngel.h b/fishmaps/QueenAngel.h deleted file mode 100644 index e29ec30..0000000 --- a/fishmaps/QueenAngel.h +++ /dev/null @@ -1,543 +0,0 @@ -#define QueenAngel_width 78 -#define QueenAngel_height 54 -#define QueenAngel_colors 18 -#define QueenAngel_back 0 -int QueenAngel_reds[] = {65280, 48128, 49920, 38656, 24064, 34048, 30976, -55808, 32768, 18944, 17664, 32768, 48640, 25344, -48128, 11776, 30464, 17920}; -int QueenAngel_greens[] = {65280, 43264, 38912, 39680, 30208, 38656, 31232, -47360, 42496, 27392, 24832, 42752, 47360, 34816, -41216, 10496, 24064, 23552}; -int QueenAngel_blues[] = {65280, 26112, 3328, 25600, 45312, 13056, 30208, -3584, 31744, 31488, 24064, 41472, 38656, 22016, -36864, 10752, 12032, 5376}; -unsigned char QueenAngel_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x02,0x04,0x02,0x04,0x02,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x05,0x03,0x03,0x03,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x02,0x02,0x02,0x02,0x04,0x06,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01, -0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x02,0x06,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x07,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x07,0x07,0x07, -0x02,0x03,0x08,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x03, -0x01,0x01,0x01,0x03,0x03,0x05,0x03,0x03,0x01,0x03,0x01,0x02,0x02,0x07,0x07,0x07, -0x07,0x07,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02, -0x02,0x02,0x02,0x05,0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x03,0x01,0x03,0x03, -0x03,0x01,0x03,0x05,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x02,0x07,0x02,0x02, -0x07,0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x05,0x02, -0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x08,0x04,0x04, -0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x05,0x05, -0x05,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x01,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x04,0x04,0x04,0x0a,0x0a,0x0a, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x05,0x05, -0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x08,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x0b,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0a, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x06,0x05,0x05,0x03,0x03, -0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x08,0x03,0x08,0x03,0x03,0x03,0x08, -0x03,0x03,0x08,0x03,0x08,0x08,0x0b,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x09,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x05,0x03,0x03,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x08,0x03, -0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x08,0x08,0x03,0x08,0x03,0x03,0x03, -0x03,0x03,0x0b,0x08,0x08,0x0b,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x06,0x05,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01, -0x01,0x03,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x08,0x01,0x01,0x03, -0x01,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0d,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0c,0x06,0x05,0x03,0x03,0x03,0x01,0x0e,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x08,0x03,0x0e,0x03,0x01,0x01,0x08, -0x08,0x08,0x08,0x03,0x03,0x03,0x03,0x03,0x0d,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x09,0x05,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x03,0x03, -0x03,0x03,0x03,0x08,0x03,0x03,0x08,0x03,0x03,0x08,0x0e,0x01,0x01,0x0e,0x0b,0x03, -0x08,0x08,0x08,0x03,0x0d,0x03,0x03,0x05,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x0a,0x0d,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x03,0x01,0x01,0x08,0x03,0x01, -0x03,0x03,0x03,0x03,0x08,0x03,0x01,0x03,0x0e,0x01,0x0e,0x03,0x08,0x08,0x08,0x08, -0x03,0x08,0x08,0x0d,0x0d,0x05,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x09,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x03, -0x08,0x08,0x03,0x08,0x08,0x08,0x08,0x01,0x01,0x03,0x08,0x08,0x08,0x08,0x03,0x08, -0x03,0x05,0x0d,0x05,0x0d,0x0d,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x0d,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03, -0x03,0x08,0x08,0x08,0x08,0x08,0x0b,0x0e,0x01,0x03,0x03,0x08,0x03,0x01,0x03,0x04, -0x04,0x04,0x0d,0x0d,0x0d,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x07,0x07,0x07,0x00,0x00,0x00,0x04,0x04,0x0d,0x05,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x08,0x0b,0x01, -0x08,0x08,0x03,0x08,0x0b,0x01,0x0e,0x01,0x02,0x01,0x01,0x07,0x06,0x03,0x03,0x03, -0x05,0x05,0x0d,0x0d,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x07,0x07,0x07,0x07,0x00,0x00,0x04,0x04,0x05,0x02,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x07,0x07,0x07,0x01,0x03,0x03,0x08,0x08,0x0b, -0x0b,0x0b,0x04,0x01,0x02,0x02,0x01,0x01,0x07,0x02,0x01,0x05,0x0f,0x10,0x07,0x07, -0x05,0x05,0x0d,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x07,0x07,0x07,0x07,0x01,0x03,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x01,0x01,0x01,0x07,0x01,0x07,0x02,0x02,0x03,0x03,0x03,0x0b,0x04,0x0b,0x04, -0x04,0x04,0x03,0x02,0x01,0x02,0x02,0x07,0x07,0x02,0x0f,0x11,0x02,0x07,0x07,0x02, -0x02,0x05,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07, -0x07,0x07,0x07,0x02,0x02,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x01,0x01,0x01, -0x01,0x07,0x07,0x07,0x02,0x01,0x02,0x02,0x01,0x03,0x0b,0x04,0x04,0x04,0x04,0x04, -0x04,0x06,0x03,0x02,0x02,0x07,0x01,0x01,0x02,0x03,0x01,0x07,0x07,0x07,0x07,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x07,0x07, -0x07,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07, -0x01,0x07,0x01,0x02,0x02,0x02,0x05,0x03,0x08,0x04,0x0b,0x03,0x06,0x04,0x04,0x06, -0x02,0x02,0x07,0x07,0x07,0x01,0x08,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02, -0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x07,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x01,0x04,0x0b,0x03,0x02,0x06,0x04,0x04,0x03,0x03,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x0d,0x0b, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x01,0x07,0x01,0x07,0x01,0x02,0x07, -0x02,0x02,0x02,0x02,0x06,0x08,0x02,0x02,0x04,0x04,0x06,0x02,0x02,0x01,0x07,0x07, -0x07,0x07,0x07,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x0b,0x04,0x04,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02,0x07,0x07, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x08,0x07,0x07,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x02,0x07,0x03,0x04,0x04,0x02,0x02,0x02,0x01,0x02,0x07,0x02,0x07, -0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x01,0x0e,0x0b,0x0b,0x0e,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x01,0x01,0x03,0x01,0x07,0x01,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x03,0x02,0x07,0x04,0x04,0x03,0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x02,0x02, -0x02,0x02,0x07,0x07,0x02,0x07,0x02,0x01,0x02,0x05,0x10,0x10,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x0e,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x08,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x07,0x06,0x06,0x02,0x02,0x02,0x02,0x01,0x02,0x07,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x07,0x07,0x07,0x01,0x01,0x10,0x11,0x10,0x0d,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x01,0x03, -0x01,0x03,0x03,0x07,0x02,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x02, -0x04,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x02, -0x07,0x02,0x03,0x0e,0x05,0x10,0x10,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07, -0x07,0x07,0x07,0x02,0x05,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x03,0x03, -0x03,0x01,0x01,0x02,0x05,0x05,0x02,0x02,0x02,0x02,0x10,0x11,0x10,0x02,0x03,0x03, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x0e,0x08,0x06,0x0a,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07,0x07, -0x07,0x02,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x03,0x03,0x03,0x08,0x03,0x03,0x03,0x08,0x03, -0x07,0x05,0x05,0x03,0x05,0x02,0x02,0x10,0x0f,0x0f,0x0f,0x10,0x05,0x06,0x03,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x03,0x03,0x08,0x08,0x08, -0x08,0x0b,0x06,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x00,0x00, -0x04,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x01,0x08,0x01,0x08,0x03,0x03,0x03,0x03,0x03,0x03,0x08,0x03,0x0b,0x03,0x05, -0x05,0x05,0x05,0x05,0x02,0x0f,0x11,0x0a,0x0a,0x0f,0x0a,0x05,0x06,0x02,0x07,0x07, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x03,0x03,0x03,0x08,0x0b,0x08,0x0b,0x08, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x07,0x07,0x00,0x00,0x00,0x0b,0x04,0x09, -0x0d,0x03,0x03,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x03,0x01,0x03,0x08, -0x03,0x08,0x03,0x08,0x03,0x03,0x03,0x08,0x03,0x06,0x06,0x08,0x03,0x05,0x05,0x0d, -0x05,0x05,0x10,0x0f,0x0a,0x0a,0x0a,0x0f,0x09,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x05,0x05,0x03,0x08,0x08,0x08,0x08,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x07,0x07,0x00,0x00,0x00,0x00,0x0b,0x04,0x0a,0x0d,0x0d, -0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x08,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x08,0x03,0x06,0x03,0x03,0x03,0x08,0x08,0x03,0x06,0x0d,0x0d,0x0d,0x10, -0x10,0x0f,0x0a,0x0f,0x0f,0x0a,0x06,0x02,0x02,0x02,0x05,0x03,0x06,0x03,0x02,0x02, -0x02,0x05,0x05,0x03,0x03,0x08,0x08,0x0d,0x0d,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x01,0x02,0x07,0x00,0x00,0x00,0x00,0x00,0x0b,0x09,0x0a,0x11,0x0d,0x03,0x03, -0x03,0x03,0x01,0x08,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x08, -0x03,0x08,0x08,0x03,0x06,0x06,0x03,0x06,0x08,0x06,0x0d,0x0d,0x0d,0x10,0x10,0x0f, -0x0f,0x0f,0x0f,0x09,0x03,0x02,0x03,0x06,0x04,0x06,0x04,0x04,0x06,0x05,0x05,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x0f,0x11,0x10,0x03,0x03,0x03,0x03, -0x03,0x01,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x08,0x03,0x08,0x03,0x08,0x08,0x03, -0x06,0x06,0x03,0x06,0x04,0x06,0x06,0x06,0x0d,0x10,0x0d,0x10,0x05,0x11,0x0a,0x04, -0x04,0x06,0x05,0x05,0x05,0x05,0x0d,0x10,0x10,0x0d,0x05,0x05,0x06,0x09,0x06,0x0d, -0x0d,0x08,0x0d,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x11,0x11,0x10,0x0d,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x08,0x03,0x08,0x06,0x03,0x06,0x06,0x03, -0x06,0x06,0x09,0x06,0x09,0x09,0x06,0x0a,0x0a,0x10,0x10,0x0d,0x04,0x09,0x0d,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x09,0x11,0x11,0x10,0x0d,0x05,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x08,0x03,0x06,0x06,0x06,0x06,0x03,0x03,0x06,0x06,0x06,0x09, -0x09,0x06,0x06,0x06,0x09,0x09,0x0a,0x0a,0x10,0x0d,0x05,0x05,0x05,0x0d,0x0d,0x0d, -0x05,0x05,0x05,0x03,0x05,0x0d,0x0d,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x0a,0x11,0x11,0x11,0x10,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x08,0x03,0x06,0x06,0x06,0x06,0x03,0x06,0x09,0x06,0x06,0x0d,0x09, -0x09,0x09,0x09,0x09,0x0a,0x09,0x09,0x0d,0x0d,0x05,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x08,0x08,0x0d,0x0d,0x0d,0x06,0x06,0x09,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x11,0x11,0x11,0x11,0x10,0x05,0x0d,0x0d,0x03,0x03,0x03,0x08,0x03,0x03,0x03,0x08, -0x08,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x09,0x0a,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x08,0x08, -0x08,0x08,0x06,0x06,0x06,0x06,0x04,0x04,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x11,0x11, -0x11,0x11,0x11,0x10,0x10,0x0d,0x0d,0x0d,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06, -0x06,0x06,0x06,0x0d,0x06,0x06,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x0d,0x09,0x0d,0x0d,0x0d,0x06,0x0d,0x06,0x08, -0x06,0x06,0x06,0x06,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x11,0x0f,0x11,0x11,0x11, -0x11,0x10,0x10,0x10,0x0d,0x0d,0x0d,0x06,0x0d,0x0d,0x06,0x0d,0x03,0x03,0x0d,0x06, -0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x09,0x0d,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x0f,0x11,0x0f,0x0f,0x11,0x11,0x10, -0x10,0x10,0x10,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x05,0x06,0x06,0x0d,0x0d,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x09,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x0a,0x0f,0x11,0x11,0x11,0x0f,0x11,0x11,0x11,0x11,0x10, -0x10,0x10,0x10,0x0d,0x10,0x10,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x0a,0x10,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x09,0x11,0x0f,0x0f,0x0f,0x0f,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, -0x11,0x10,0x10,0x10,0x10,0x10,0x0d,0x0d,0x0a,0x0a,0x0a,0x11,0x0a,0x11,0x11,0x0a, -0x0a,0x0a,0x0a,0x0a,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x04,0x11, -0x0f,0x0f,0x0f,0x11,0x0f,0x11,0x11,0x11,0x11,0x0f,0x0f,0x11,0x11,0x11,0x11,0x11, -0x11,0x11,0x10,0x11,0x10,0x0a,0x10,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, -0x11,0x10,0x10,0x10,0x0d,0x05,0x10,0x10,0x10,0x0d,0x0d,0x0a,0x0a,0x0d,0x0d,0x0d, -0x10,0x0a,0x0d,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x11,0x11,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x11,0x11,0x11,0x11, -0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x10,0x05, -0x05,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x05,0x10,0x0d,0x0d,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x10,0x10,0x10,0x11,0x11,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x11, -0x11,0x0f,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x05,0x02,0x02,0x02, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x10,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x04,0x10,0x10,0x10,0x10,0x10,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0f,0x11,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0a,0x0f,0x0f,0x0f,0x0f,0x11,0x05,0x02,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x02,0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x04, -0x04,0x0c,0x0c,0x04,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04, -0x04,0x04,0x00,0x00,0x02,0x05,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x02,0x02,0x07,0x02,0x02,0x07,0x07,0x02,0x02,0x01,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; -unsigned char QueenAngel_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x05,0x03,0x03,0x03,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x02,0x04,0x02,0x04,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01, -0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x07,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x07,0x07,0x07, -0x02,0x03,0x08,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x02,0x03,0x02, -0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x03, -0x01,0x01,0x01,0x03,0x03,0x05,0x03,0x03,0x01,0x03,0x01,0x02,0x02,0x07,0x07,0x07, -0x07,0x07,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x05,0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x03,0x01,0x03,0x03, -0x03,0x01,0x03,0x05,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x02,0x07,0x02,0x02, -0x07,0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x05,0x02, -0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x08,0x04,0x04, -0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x05,0x05, -0x05,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x01,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x04,0x04,0x04,0x0a,0x0a,0x0a, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x05,0x05, -0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x08,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x0b,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0a, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x06,0x05,0x05,0x03,0x03, -0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x08,0x03,0x08,0x03,0x03,0x03,0x08, -0x03,0x03,0x08,0x03,0x08,0x08,0x0b,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x09,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x05,0x03,0x03,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x08,0x03, -0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x08,0x08,0x03,0x08,0x03,0x03,0x03, -0x03,0x03,0x0b,0x08,0x08,0x0b,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x06,0x05,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01, -0x01,0x03,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x08,0x01,0x01,0x03, -0x01,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0d,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0c,0x06,0x05,0x03,0x03,0x03,0x01,0x0e,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x08,0x03,0x0e,0x03,0x01,0x01,0x08, -0x08,0x08,0x08,0x03,0x03,0x03,0x03,0x03,0x0d,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x09,0x05,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x03,0x03, -0x03,0x03,0x03,0x08,0x03,0x03,0x08,0x03,0x03,0x08,0x0e,0x01,0x01,0x0e,0x0b,0x03, -0x08,0x08,0x08,0x03,0x0d,0x03,0x03,0x05,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x0a,0x0d,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x03,0x01,0x01,0x08,0x03,0x01, -0x03,0x03,0x03,0x03,0x08,0x03,0x01,0x03,0x0e,0x01,0x0e,0x03,0x08,0x08,0x08,0x08, -0x03,0x08,0x08,0x0d,0x0d,0x05,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x09,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x03, -0x08,0x08,0x03,0x08,0x08,0x08,0x08,0x01,0x01,0x03,0x08,0x08,0x08,0x08,0x03,0x08, -0x03,0x05,0x0d,0x05,0x0d,0x0d,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x0d,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03, -0x03,0x08,0x08,0x08,0x08,0x08,0x0b,0x0e,0x01,0x03,0x03,0x08,0x03,0x01,0x03,0x04, -0x04,0x04,0x0d,0x0d,0x0d,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x04,0x04,0x0d,0x05,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x08,0x0b,0x01, -0x08,0x08,0x03,0x08,0x04,0x01,0x0e,0x01,0x02,0x01,0x01,0x07,0x06,0x03,0x03,0x03, -0x05,0x05,0x0d,0x0d,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x02,0x02,0x07,0x07,0x07,0x00,0x00,0x04,0x04,0x05,0x02,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x08,0x08,0x0b, -0x0b,0x0b,0x04,0x01,0x02,0x02,0x01,0x01,0x07,0x02,0x01,0x05,0x0f,0x10,0x07,0x07, -0x05,0x05,0x0d,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02, -0x02,0x07,0x07,0x07,0x07,0x01,0x03,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x03,0x03,0x03,0x0b,0x04,0x04,0x04, -0x04,0x04,0x03,0x06,0x01,0x02,0x02,0x07,0x07,0x02,0x0f,0x11,0x02,0x07,0x07,0x02, -0x02,0x05,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07, -0x07,0x07,0x07,0x02,0x02,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x07,0x02,0x02,0x01,0x03,0x0b,0x04,0x04,0x04,0x04,0x04, -0x04,0x06,0x03,0x02,0x02,0x07,0x01,0x01,0x02,0x03,0x01,0x07,0x07,0x07,0x07,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07, -0x07,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x07,0x02,0x02,0x02,0x05,0x03,0x08,0x04,0x0b,0x03,0x06,0x04,0x04,0x06, -0x02,0x02,0x07,0x07,0x07,0x01,0x08,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02, -0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x01,0x01,0x01, -0x07,0x02,0x02,0x02,0x02,0x01,0x04,0x04,0x03,0x02,0x06,0x04,0x04,0x03,0x03,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x0d,0x0b, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x01,0x01,0x01,0x01,0x01,0x07,0x07, -0x02,0x02,0x02,0x02,0x06,0x08,0x02,0x06,0x04,0x04,0x06,0x02,0x02,0x01,0x07,0x07, -0x07,0x07,0x07,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x0b,0x04,0x04,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x02,0x02,0x02,0x07,0x07, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x08,0x01,0x01,0x01,0x01,0x07,0x02,0x02,0x02, -0x02,0x02,0x04,0x02,0x07,0x03,0x04,0x04,0x02,0x02,0x02,0x01,0x02,0x07,0x02,0x07, -0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x01,0x0e,0x0b,0x0b,0x0e,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x01,0x01,0x03,0x01,0x03,0x01,0x01,0x01,0x07,0x02,0x02,0x02,0x02,0x02, -0x03,0x02,0x07,0x04,0x04,0x03,0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x02,0x02, -0x02,0x02,0x07,0x07,0x02,0x07,0x02,0x01,0x02,0x05,0x10,0x10,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x0e,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x08,0x01,0x01,0x01,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x07,0x06,0x06,0x06,0x02,0x02,0x02,0x01,0x02,0x07,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x07,0x07,0x07,0x01,0x01,0x10,0x11,0x10,0x0d,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x01,0x03, -0x01,0x03,0x03,0x01,0x01,0x01,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x02, -0x04,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x02, -0x07,0x02,0x03,0x0e,0x05,0x10,0x10,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x07,0x07,0x07,0x02,0x05,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x05,0x02,0x02,0x02,0x02,0x10,0x11,0x10,0x02,0x03,0x03, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x0e,0x08,0x06,0x0a,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07,0x07, -0x07,0x02,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x03,0x03,0x03,0x08,0x03,0x03,0x03,0x08,0x03, -0x03,0x01,0x05,0x07,0x05,0x02,0x02,0x10,0x0f,0x0f,0x0f,0x10,0x05,0x06,0x03,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x03,0x03,0x08,0x08,0x08, -0x08,0x0b,0x06,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x00,0x00, -0x04,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x01,0x08,0x01,0x08,0x03,0x03,0x03,0x03,0x03,0x03,0x08,0x03,0x0b,0x03,0x01, -0x01,0x05,0x05,0x05,0x02,0x0f,0x11,0x0a,0x0a,0x0f,0x0a,0x05,0x06,0x02,0x07,0x07, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x03,0x03,0x03,0x08,0x0b,0x08,0x0b,0x08, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x07,0x00,0x00,0x00,0x0b,0x04,0x09, -0x0d,0x03,0x03,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x03,0x01,0x03,0x08, -0x03,0x08,0x03,0x08,0x03,0x03,0x03,0x08,0x03,0x06,0x06,0x08,0x03,0x01,0x05,0x0d, -0x05,0x05,0x10,0x0f,0x0a,0x0a,0x0a,0x0f,0x09,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x05,0x05,0x03,0x08,0x08,0x08,0x08,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x0b,0x04,0x0a,0x0d,0x0d, -0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x08,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x08,0x03,0x06,0x03,0x03,0x03,0x08,0x08,0x03,0x06,0x0d,0x0d,0x0d,0x10, -0x10,0x0f,0x0a,0x0f,0x0f,0x0a,0x06,0x02,0x02,0x02,0x05,0x03,0x06,0x03,0x02,0x02, -0x02,0x05,0x05,0x03,0x03,0x08,0x08,0x0d,0x0d,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x0b,0x09,0x0a,0x11,0x0d,0x03,0x03, -0x03,0x03,0x01,0x08,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x08, -0x03,0x08,0x08,0x03,0x06,0x06,0x03,0x06,0x08,0x06,0x0d,0x0d,0x0d,0x10,0x10,0x0f, -0x0f,0x0f,0x0f,0x09,0x03,0x02,0x03,0x06,0x04,0x06,0x04,0x04,0x06,0x05,0x05,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x0f,0x11,0x10,0x03,0x03,0x03,0x03, -0x03,0x01,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x08,0x03,0x08,0x03,0x08,0x08,0x03, -0x06,0x06,0x03,0x06,0x04,0x06,0x06,0x06,0x0d,0x10,0x0d,0x10,0x05,0x11,0x0a,0x04, -0x04,0x06,0x05,0x05,0x05,0x05,0x0d,0x10,0x10,0x0d,0x05,0x05,0x06,0x09,0x06,0x0d, -0x0d,0x08,0x0d,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x11,0x11,0x10,0x0d,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x08,0x03,0x08,0x06,0x03,0x06,0x06,0x03, -0x06,0x06,0x09,0x06,0x09,0x09,0x06,0x0a,0x0a,0x10,0x10,0x0d,0x04,0x09,0x0d,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x09,0x11,0x11,0x10,0x0d,0x05,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x08,0x03,0x06,0x06,0x06,0x06,0x03,0x03,0x06,0x06,0x06,0x09, -0x09,0x06,0x06,0x06,0x09,0x09,0x0a,0x0a,0x10,0x0d,0x05,0x05,0x05,0x0d,0x0d,0x0d, -0x05,0x05,0x05,0x03,0x05,0x0d,0x0d,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x0a,0x11,0x11,0x11,0x10,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x08,0x03,0x06,0x06,0x06,0x06,0x03,0x06,0x09,0x06,0x06,0x0d,0x09, -0x09,0x09,0x09,0x09,0x0a,0x09,0x09,0x0d,0x0d,0x05,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x08,0x08,0x0d,0x0d,0x0d,0x06,0x06,0x09,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x11,0x11,0x11,0x11,0x10,0x05,0x0d,0x0d,0x03,0x03,0x03,0x08,0x03,0x03,0x03,0x08, -0x08,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x09,0x0a,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x08,0x08, -0x08,0x08,0x06,0x06,0x06,0x06,0x04,0x04,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x11,0x11, -0x11,0x11,0x11,0x10,0x10,0x0d,0x0d,0x0d,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06, -0x06,0x06,0x06,0x0d,0x06,0x06,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x0d,0x09,0x0d,0x0d,0x0d,0x06,0x0d,0x06,0x08, -0x06,0x06,0x06,0x06,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x11,0x0f,0x11,0x11,0x11, -0x11,0x10,0x10,0x10,0x0d,0x0d,0x0d,0x06,0x0d,0x0d,0x06,0x0d,0x03,0x03,0x0d,0x06, -0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x09,0x0d,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x0f,0x11,0x0f,0x0f,0x11,0x11,0x10, -0x10,0x10,0x10,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x05,0x06,0x06,0x0d,0x0d,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x09,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x0a,0x0f,0x11,0x11,0x11,0x0f,0x11,0x11,0x11,0x11,0x10, -0x10,0x10,0x10,0x0d,0x10,0x10,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x0a,0x10,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x09,0x11,0x0f,0x0f,0x0f,0x0f,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, -0x11,0x10,0x10,0x10,0x10,0x10,0x0d,0x0d,0x0a,0x0a,0x0a,0x11,0x0a,0x11,0x11,0x0a, -0x0a,0x0a,0x0a,0x0a,0x11,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x11,0x11, -0x0f,0x0f,0x0f,0x11,0x0f,0x11,0x11,0x11,0x11,0x0f,0x0f,0x11,0x11,0x11,0x11,0x11, -0x11,0x11,0x10,0x11,0x10,0x0a,0x10,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11, -0x11,0x10,0x10,0x10,0x0d,0x05,0x10,0x10,0x10,0x0d,0x0d,0x0a,0x0a,0x0d,0x0d,0x0d, -0x10,0x0a,0x0d,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x10,0x10,0x11,0x11,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x11,0x11,0x11,0x11, -0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x10,0x05, -0x05,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x05,0x10,0x0d,0x0d,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x10,0x10,0x10,0x11,0x11,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x11, -0x11,0x0f,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x10,0x05,0x02,0x02,0x02, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x10,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0f,0x11,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0a,0x0f,0x0f,0x0f,0x0f,0x11,0x00,0x00,0x00,0x02,0x02,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x03,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04, -0x04,0x0c,0x0c,0x04,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/blueking.h b/fishmaps/blueking.h deleted file mode 100644 index 91a6d77..0000000 --- a/fishmaps/blueking.h +++ /dev/null @@ -1,345 +0,0 @@ -#define blueking_width 64 -#define blueking_height 41 -#define blueking_colors 17 -#define blueking_back 0 -int blueking_reds[] = {8192, 18176, 20736, 35328, 23040, 21248, 23040, -34304, 38912, 20992, 21504, 39424, 53248, 52480, -7168, 48640, 50944}; -int blueking_greens[] = {45568, 31744, 43776, 41472, 25600, 19456, 33280, -37632, 44800, 35840, 41216, 52480, 55552, 51456, -10240, 45056, 47872}; -int blueking_blues[] = {43520, 42240, 52992, 48640, 39424, 11264, 17920, -17408, 32256, 29440, 40960, 50688, 50944, 35328, -5376, 13312, 25600}; -unsigned char blueking_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04,0x05,0x06,0x05,0x05,0x06,0x07,0x08, -0x09,0x09,0x09,0x01,0x0a,0x0a,0x0a,0x01,0x08,0x03,0x03,0x0a,0x03,0x03,0x03,0x03, -0x01,0x01,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x07,0x06,0x07,0x06,0x09,0x02,0x02,0x02,0x04,0x07,0x04,0x04,0x04,0x09, -0x09,0x01,0x0a,0x0a,0x09,0x0a,0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01, -0x0b,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x02,0x05,0x01,0x01,0x04,0x09, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x08,0x09,0x08,0x08,0x0b,0x03,0x02, -0x02,0x02,0x02,0x03,0x03,0x02,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x0c,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x05,0x01,0x01,0x04,0x02, -0x06,0x09,0x02,0x09,0x07,0x07,0x08,0x0b,0x01,0x02,0x02,0x08,0x0c,0x0b,0x0b,0x0c, -0x0b,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x0b,0x0b,0x0c,0x0d,0x0d, -0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x0e,0x04,0x05,0x05, -0x02,0x07,0x08,0x02,0x09,0x0d,0x08,0x0c,0x08,0x0b,0x02,0x02,0x02,0x08,0x0c,0x0c, -0x0d,0x03,0x0c,0x02,0x02,0x0b,0x03,0x03,0x01,0x03,0x03,0x08,0x0b,0x0d,0x0f,0x10, -0x0f,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x05,0x04,0x02,0x05, -0x02,0x07,0x07,0x08,0x02,0x08,0x0d,0x08,0x0d,0x0d,0x0c,0x0c,0x02,0x02,0x02,0x0c, -0x0d,0x0c,0x0c,0x0c,0x02,0x02,0x0b,0x03,0x01,0x03,0x03,0x0b,0x08,0x0d,0x10,0x0f, -0x0f,0x0f,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x05,0x05,0x02,0x05, -0x05,0x02,0x07,0x0d,0x0d,0x02,0x08,0x0d,0x0d,0x08,0x10,0x0d,0x0d,0x0c,0x02,0x02, -0x03,0x0c,0x0c,0x0c,0x0c,0x01,0x02,0x03,0x03,0x03,0x03,0x08,0x0d,0x0d,0x0f,0x0f, -0x0d,0x0f,0x0d,0x10,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x0e,0x05,0x02, -0x05,0x02,0x10,0x10,0x0d,0x08,0x02,0x0d,0x0f,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x02, -0x02,0x03,0x0c,0x0c,0x0c,0x0c,0x01,0x02,0x03,0x03,0x03,0x08,0x08,0x0d,0x0f,0x0f, -0x0f,0x0f,0x0d,0x0d,0x07,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x0e,0x0e,0x05,0x02, -0x05,0x08,0x02,0x0f,0x0d,0x0d,0x0c,0x02,0x0d,0x0d,0x0d,0x0c,0x0d,0x0d,0x0d,0x0d, -0x03,0x02,0x02,0x0c,0x0c,0x08,0x0d,0x01,0x02,0x03,0x03,0x08,0x08,0x08,0x08,0x0f, -0x0f,0x0f,0x10,0x10,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x05,0x05,0x05, -0x02,0x09,0x02,0x07,0x10,0x0d,0x0d,0x03,0x02,0x03,0x0d,0x0d,0x10,0x0d,0x0c,0x0d, -0x0d,0x0d,0x02,0x02,0x0c,0x0d,0x0d,0x0d,0x01,0x02,0x03,0x03,0x08,0x01,0x01,0x07, -0x08,0x10,0x07,0x08,0x08,0x0a,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x0e,0x05,0x05, -0x02,0x06,0x10,0x02,0x10,0x10,0x0d,0x0d,0x0b,0x02,0x02,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x01,0x02,0x08,0x08,0x10,0x08,0x02,0x03,0x03,0x01,0x02,0x02,0x01, -0x08,0x08,0x08,0x09,0x0a,0x01,0x0a,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x0e,0x02,0x0e, -0x02,0x06,0x08,0x08,0x02,0x0d,0x0d,0x10,0x0f,0x0d,0x0c,0x02,0x02,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0b,0x02,0x01,0x0d,0x08,0x03,0x03,0x08,0x02,0x0d,0x0f,0x02, -0x08,0x09,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x02,0x05, -0x05,0x02,0x0d,0x10,0x02,0x08,0x0d,0x0f,0x0d,0x0f,0x10,0x0d,0x03,0x02,0x03,0x0d, -0x10,0x0d,0x0d,0x0d,0x0f,0x0d,0x02,0x02,0x01,0x01,0x03,0x01,0x02,0x0f,0x0d,0x02, -0x01,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x03,0x0b,0x03,0x03,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x0e,0x02, -0x05,0x05,0x02,0x10,0x08,0x02,0x0f,0x10,0x10,0x0d,0x0d,0x10,0x0f,0x0d,0x02,0x02, -0x03,0x0d,0x0d,0x10,0x0d,0x0d,0x0d,0x01,0x01,0x01,0x01,0x03,0x01,0x02,0x02,0x01, -0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x0d,0x0d,0x06,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x0b,0x0b,0x03,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x02,0x05,0x0e,0x05,0x02, -0x05,0x05,0x02,0x10,0x10,0x08,0x02,0x0f,0x0f,0x0d,0x0d,0x0d,0x0d,0x10,0x0d,0x0c, -0x02,0x02,0x0d,0x0d,0x0d,0x0d,0x0d,0x08,0x0f,0x0f,0x01,0x01,0x03,0x01,0x01,0x08, -0x01,0x01,0x01,0x01,0x01,0x05,0x0d,0x0e,0x0e,0x0d,0x06,0x05,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x03,0x0b,0x03,0x0b,0x0c,0x0c,0x0c,0x00,0x00,0x0e,0x05,0x02,0x05, -0x02,0x05,0x02,0x10,0x08,0x10,0x0d,0x02,0x0d,0x0f,0x10,0x0d,0x0d,0x0d,0x10,0x0d, -0x10,0x03,0x02,0x02,0x08,0x0f,0x0d,0x0f,0x0f,0x06,0x0f,0x0f,0x01,0x03,0x03,0x06, -0x01,0x01,0x09,0x06,0x09,0x02,0x0d,0x0e,0x0e,0x0d,0x05,0x02,0x01,0x01,0x00,0x00, -0x00,0x03,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x05,0x05,0x05,0x02,0x05, -0x02,0x08,0x09,0x02,0x0d,0x0d,0x10,0x0b,0x02,0x02,0x10,0x0f,0x10,0x0d,0x10,0x10, -0x0d,0x0d,0x10,0x02,0x02,0x02,0x01,0x0f,0x0f,0x0f,0x06,0x0f,0x0f,0x01,0x06,0x07, -0x02,0x06,0x04,0x02,0x02,0x01,0x06,0x0d,0x0d,0x05,0x02,0x07,0x01,0x09,0x09,0x00, -0x00,0x03,0x03,0x03,0x03,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x05,0x05,0x05,0x02,0x05, -0x02,0x07,0x07,0x02,0x08,0x10,0x0d,0x0d,0x0f,0x0b,0x02,0x02,0x10,0x0d,0x0d,0x0f, -0x10,0x0d,0x10,0x0f,0x10,0x0f,0x0b,0x0f,0x06,0x0f,0x0f,0x06,0x0f,0x0f,0x07,0x05, -0x02,0x02,0x02,0x06,0x06,0x07,0x09,0x06,0x05,0x02,0x06,0x09,0x01,0x0e,0x0e,0x00, -0x00,0x03,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x07,0x05,0x0e,0x02,0x05, -0x05,0x02,0x07,0x0f,0x02,0x0f,0x10,0x0f,0x0f,0x10,0x0f,0x0b,0x02,0x02,0x0f,0x0f, -0x10,0x10,0x0f,0x0f,0x10,0x08,0x0d,0x0f,0x0f,0x06,0x0f,0x0f,0x06,0x0f,0x0f,0x05, -0x02,0x07,0x07,0x09,0x04,0x01,0x09,0x02,0x02,0x09,0x01,0x01,0x0e,0x0c,0x0c,0x00, -0x00,0x07,0x03,0x03,0x03,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x05,0x05,0x02,0x0e, -0x05,0x02,0x0f,0x10,0x10,0x02,0x0f,0x10,0x0f,0x10,0x0f,0x0f,0x0d,0x02,0x02,0x02, -0x08,0x0f,0x10,0x0f,0x0d,0x0d,0x0f,0x06,0x06,0x0f,0x06,0x06,0x0f,0x0f,0x0f,0x05, -0x05,0x02,0x04,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x0e,0x0c,0x09,0x09,0x00, -0x00,0x07,0x0b,0x0b,0x0b,0x0b,0x03,0x0b,0x0b,0x0b,0x0b,0x0c,0x05,0x05,0x0e,0x02, -0x05,0x02,0x06,0x07,0x0d,0x01,0x02,0x0f,0x0f,0x10,0x08,0x10,0x10,0x0d,0x0d,0x0b, -0x02,0x02,0x02,0x02,0x0a,0x0d,0x0d,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x02, -0x0f,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x0c,0x09,0x06,0x00,0x00, -0x00,0x06,0x07,0x02,0x03,0x03,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x0e,0x02, -0x05,0x05,0x02,0x07,0x0f,0x0f,0x03,0x02,0x0f,0x0f,0x10,0x0d,0x0f,0x0d,0x0f,0x0f, -0x07,0x0f,0x08,0x01,0x02,0x02,0x01,0x01,0x01,0x06,0x0f,0x0f,0x0f,0x0f,0x02,0x05, -0x0f,0x02,0x06,0x04,0x01,0x09,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x00,0x00,0x00, -0x00,0x00,0x07,0x0a,0x0b,0x03,0x0a,0x03,0x03,0x03,0x03,0x0a,0x0e,0x06,0x0e,0x0e, -0x0e,0x05,0x05,0x02,0x07,0x07,0x0f,0x0a,0x02,0x02,0x0f,0x0f,0x0d,0x10,0x0d,0x0d, -0x10,0x0f,0x10,0x10,0x07,0x07,0x08,0x0d,0x06,0x06,0x07,0x07,0x07,0x02,0x05,0x05, -0x05,0x02,0x09,0x04,0x01,0x04,0x01,0x09,0x01,0x04,0x05,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x01,0x01,0x0e, -0x0e,0x05,0x05,0x05,0x02,0x06,0x07,0x07,0x0f,0x0d,0x02,0x02,0x02,0x0a,0x10,0x0f, -0x0f,0x0d,0x07,0x07,0x0d,0x10,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x02,0x05,0x05, -0x02,0x04,0x05,0x04,0x04,0x01,0x04,0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x09,0x06,0x05,0x00,0x00,0x00,0x00,0x02,0x01,0x05, -0x05,0x05,0x02,0x05,0x06,0x02,0x09,0x07,0x07,0x07,0x0d,0x0d,0x10,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x05,0x05,0x05,0x02, -0x09,0x04,0x04,0x04,0x04,0x0e,0x0e,0x05,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x0e, -0x0e,0x05,0x05,0x02,0x05,0x05,0x02,0x0a,0x07,0x07,0x06,0x07,0x0f,0x10,0x10,0x07, -0x07,0x08,0x09,0x07,0x07,0x07,0x08,0x07,0x07,0x06,0x07,0x06,0x05,0x05,0x02,0x04, -0x04,0x05,0x05,0x05,0x0e,0x05,0x0e,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x04, -0x05,0x05,0x05,0x05,0x02,0x06,0x06,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x10,0x10, -0x07,0x07,0x07,0x06,0x07,0x06,0x06,0x06,0x09,0x02,0x02,0x02,0x09,0x07,0x06,0x07, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x02, -0x05,0x05,0x05,0x06,0x09,0x02,0x06,0x06,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x05,0x06,0x06,0x06,0x05,0x05, -0x05,0x05,0x05,0x05,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x05,0x02, -0x05,0x02,0x05,0x09,0x05,0x06,0x02,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x09,0x09, -0x09,0x09,0x04,0x06,0x06,0x06,0x06,0x09,0x05,0x06,0x02,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01, -0x02,0x04,0x02,0x05,0x04,0x06,0x04,0x02,0x02,0x02,0x04,0x05,0x06,0x05,0x06,0x06, -0x06,0x05,0x06,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x05,0x05,0x05,0x05, -0x04,0x05,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06, -0x02,0x05,0x02,0x02,0x04,0x06,0x06,0x06,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x0e,0x05,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x05,0x0e,0x06, -0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x07, -0x02,0x04,0x09,0x02,0x06,0x06,0x06,0x06,0x09,0x09,0x06,0x06,0x06,0x05,0x05,0x05, -0x05,0x0e,0x05,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x0f,0x02,0x0f,0x07,0x0f,0x02, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x04,0x02,0x06,0x07,0x02,0x01,0x04,0x05,0x05,0x06,0x06,0x06,0x06,0x07,0x06,0x06, -0x05,0x05,0x05,0x0e,0x00,0x00,0x00,0x00,0x00,0x09,0x0f,0x01,0x0f,0x02,0x02,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x07,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x06,0x06,0x07,0x06,0x06,0x01,0x02, -0x05,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x02,0x10,0x02,0x02,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x02,0x07,0x07,0x07,0x06,0x08,0x09,0x02,0x01,0x02,0x01,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x0f,0x02,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x02,0x01,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x07,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0f,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; -unsigned char blueking_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x01,0x02, -0x02,0x01,0x01,0x02,0x01,0x01,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x01,0x04,0x04,0x05,0x06,0x05,0x05,0x06,0x07,0x08, -0x09,0x09,0x09,0x01,0x0a,0x0a,0x0a,0x01,0x08,0x03,0x03,0x0a,0x03,0x03,0x03,0x03, -0x01,0x01,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x07,0x06,0x07,0x06,0x09,0x02,0x02,0x02,0x04,0x07,0x04,0x04,0x04,0x09, -0x09,0x01,0x0a,0x0a,0x09,0x0a,0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01, -0x0b,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x02,0x05,0x01,0x01,0x04,0x09, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x08,0x09,0x08,0x08,0x0b,0x03,0x02, -0x02,0x02,0x02,0x03,0x03,0x02,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x0c,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x05,0x01,0x01,0x04,0x02, -0x06,0x09,0x02,0x09,0x07,0x07,0x08,0x0b,0x01,0x02,0x02,0x08,0x0c,0x0b,0x0b,0x0c, -0x0b,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x0b,0x0b,0x0c,0x0d,0x0d, -0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x0e,0x04,0x05,0x05, -0x02,0x07,0x08,0x02,0x09,0x0d,0x08,0x0c,0x08,0x0b,0x02,0x02,0x02,0x08,0x0c,0x0c, -0x0d,0x03,0x0c,0x02,0x02,0x0b,0x03,0x03,0x01,0x03,0x03,0x08,0x0b,0x0d,0x0f,0x10, -0x0f,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x05,0x04,0x02,0x05, -0x02,0x07,0x07,0x08,0x02,0x08,0x0d,0x08,0x0d,0x0d,0x0c,0x0c,0x02,0x02,0x02,0x0c, -0x0d,0x0c,0x0c,0x0c,0x02,0x02,0x0b,0x03,0x01,0x03,0x03,0x0b,0x08,0x0d,0x10,0x0f, -0x0f,0x0f,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x05,0x05,0x02,0x05, -0x05,0x02,0x07,0x0d,0x0d,0x02,0x08,0x0d,0x0d,0x08,0x10,0x0d,0x0d,0x0c,0x02,0x02, -0x03,0x0c,0x0c,0x0c,0x0c,0x01,0x02,0x03,0x03,0x03,0x03,0x08,0x0d,0x0d,0x0f,0x0f, -0x0d,0x0f,0x0d,0x10,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x0e,0x05,0x02, -0x05,0x02,0x10,0x10,0x0d,0x08,0x02,0x0d,0x0f,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x02, -0x02,0x03,0x0c,0x0c,0x0c,0x0c,0x01,0x02,0x03,0x03,0x03,0x08,0x08,0x0d,0x0f,0x0f, -0x0f,0x0f,0x0d,0x0d,0x07,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x0e,0x0e,0x05,0x02, -0x05,0x08,0x02,0x0f,0x0d,0x0d,0x0c,0x02,0x0d,0x0d,0x0d,0x0c,0x0d,0x0d,0x0d,0x0d, -0x03,0x02,0x02,0x0c,0x0c,0x08,0x0d,0x01,0x02,0x03,0x03,0x08,0x08,0x08,0x08,0x0f, -0x0f,0x0f,0x10,0x10,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x05,0x05,0x05, -0x02,0x09,0x02,0x07,0x10,0x0d,0x0d,0x03,0x02,0x03,0x0d,0x0d,0x10,0x0d,0x0c,0x0d, -0x0d,0x0d,0x02,0x02,0x0c,0x0d,0x0d,0x0d,0x01,0x02,0x03,0x03,0x08,0x01,0x01,0x07, -0x08,0x10,0x07,0x08,0x08,0x0a,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x0e,0x05,0x05, -0x02,0x06,0x10,0x02,0x10,0x10,0x0d,0x0d,0x0b,0x02,0x02,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x01,0x02,0x08,0x08,0x10,0x08,0x02,0x03,0x03,0x01,0x02,0x02,0x01, -0x08,0x08,0x08,0x09,0x0a,0x01,0x0a,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x0e,0x02,0x0e, -0x02,0x06,0x08,0x08,0x02,0x0d,0x0d,0x10,0x0f,0x0d,0x0c,0x02,0x02,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0b,0x02,0x01,0x0d,0x08,0x03,0x03,0x08,0x02,0x0d,0x0f,0x02, -0x08,0x09,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x02,0x05, -0x05,0x02,0x0d,0x10,0x02,0x08,0x0d,0x0f,0x0d,0x0f,0x10,0x0d,0x03,0x02,0x03,0x0d, -0x10,0x0d,0x0d,0x0d,0x0f,0x0d,0x02,0x02,0x01,0x01,0x03,0x01,0x02,0x0f,0x0d,0x02, -0x01,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x0b,0x03,0x00,0x00,0x00,0x00,0x00,0x02,0x0e,0x0e,0x0e,0x02, -0x05,0x05,0x02,0x10,0x08,0x02,0x0f,0x10,0x10,0x0d,0x0d,0x10,0x0f,0x0d,0x02,0x02, -0x03,0x0d,0x0d,0x10,0x0d,0x0d,0x0d,0x02,0x01,0x01,0x01,0x03,0x01,0x02,0x02,0x01, -0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x0d,0x0d,0x06,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0b,0x0b,0x03,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x02,0x05,0x0e,0x05,0x02, -0x05,0x05,0x02,0x10,0x10,0x08,0x02,0x0f,0x0f,0x0d,0x0d,0x0d,0x0d,0x10,0x0d,0x0c, -0x02,0x02,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x02,0x0d,0x01,0x01,0x03,0x01,0x01,0x08, -0x01,0x01,0x01,0x01,0x01,0x05,0x0d,0x0e,0x0e,0x0d,0x06,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x0b,0x03,0x0b,0x0c,0x0c,0x0c,0x00,0x00,0x0e,0x05,0x02,0x05, -0x02,0x05,0x02,0x10,0x08,0x10,0x0d,0x02,0x0d,0x0f,0x10,0x0d,0x0d,0x0d,0x10,0x0d, -0x10,0x03,0x02,0x02,0x08,0x0f,0x0d,0x0d,0x0d,0x02,0x0d,0x0d,0x01,0x03,0x03,0x06, -0x01,0x01,0x09,0x06,0x09,0x02,0x0d,0x0e,0x0e,0x0d,0x05,0x02,0x01,0x01,0x00,0x00, -0x00,0x03,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x05,0x05,0x05,0x02,0x05, -0x02,0x08,0x09,0x02,0x0d,0x0d,0x10,0x0b,0x02,0x02,0x10,0x0f,0x10,0x0d,0x10,0x10, -0x0d,0x0d,0x10,0x02,0x02,0x02,0x01,0x0d,0x0d,0x0f,0x06,0x0f,0x0f,0x01,0x06,0x07, -0x02,0x06,0x04,0x02,0x02,0x01,0x06,0x0d,0x0d,0x05,0x02,0x07,0x01,0x09,0x09,0x00, -0x00,0x03,0x03,0x03,0x03,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x05,0x05,0x05,0x02,0x05, -0x02,0x07,0x07,0x02,0x08,0x10,0x0d,0x0d,0x0f,0x0b,0x02,0x02,0x10,0x0d,0x0d,0x0f, -0x10,0x0d,0x10,0x0f,0x10,0x0f,0x02,0x02,0x06,0x0f,0x0f,0x06,0x06,0x0f,0x07,0x05, -0x02,0x02,0x02,0x06,0x06,0x07,0x09,0x06,0x05,0x02,0x06,0x09,0x01,0x0e,0x0e,0x00, -0x00,0x03,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x07,0x05,0x0e,0x02,0x05, -0x05,0x02,0x07,0x0f,0x02,0x0f,0x10,0x0f,0x0f,0x10,0x0f,0x0b,0x02,0x02,0x0f,0x0f, -0x10,0x10,0x0f,0x0f,0x10,0x08,0x0d,0x0d,0x02,0x06,0x06,0x0f,0x0f,0x0f,0x0f,0x05, -0x02,0x07,0x07,0x09,0x04,0x01,0x09,0x02,0x02,0x09,0x01,0x01,0x0e,0x0c,0x0c,0x00, -0x00,0x03,0x03,0x03,0x03,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x05,0x05,0x02,0x0e, -0x05,0x02,0x0f,0x10,0x10,0x02,0x0f,0x10,0x0f,0x10,0x0f,0x0f,0x0d,0x02,0x02,0x02, -0x08,0x0f,0x10,0x0f,0x0d,0x0d,0x0d,0x0d,0x06,0x0f,0x0f,0x06,0x06,0x06,0x0f,0x05, -0x05,0x02,0x04,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x0e,0x0c,0x09,0x09,0x00, -0x00,0x07,0x0b,0x0b,0x0b,0x0b,0x03,0x0b,0x0b,0x0b,0x0b,0x0c,0x05,0x05,0x0e,0x02, -0x05,0x02,0x06,0x07,0x0d,0x01,0x02,0x0f,0x0f,0x10,0x08,0x10,0x10,0x0d,0x0d,0x0b, -0x02,0x02,0x02,0x02,0x0a,0x0d,0x0d,0x0d,0x0d,0x0f,0x06,0x0f,0x0f,0x0f,0x0f,0x02, -0x0f,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x0c,0x09,0x06,0x00,0x00, -0x00,0x06,0x03,0x03,0x03,0x03,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x0e,0x02, -0x05,0x05,0x02,0x07,0x0f,0x0f,0x03,0x02,0x0f,0x0f,0x10,0x0d,0x0f,0x0d,0x0f,0x0f, -0x07,0x0f,0x08,0x01,0x02,0x02,0x02,0x01,0x01,0x0f,0x0f,0x0f,0x0f,0x0f,0x02,0x05, -0x0f,0x02,0x06,0x04,0x01,0x09,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x00,0x00,0x00, -0x00,0x00,0x07,0x09,0x09,0x03,0x0b,0x0b,0x03,0x03,0x03,0x0a,0x0e,0x06,0x0e,0x0e, -0x0e,0x05,0x05,0x02,0x07,0x07,0x0f,0x0a,0x02,0x02,0x0f,0x0f,0x0d,0x10,0x0d,0x0d, -0x10,0x0f,0x10,0x10,0x07,0x07,0x08,0x0d,0x06,0x06,0x07,0x07,0x07,0x02,0x05,0x05, -0x05,0x02,0x09,0x04,0x01,0x04,0x01,0x09,0x01,0x04,0x05,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x01,0x01,0x0e, -0x0e,0x05,0x05,0x05,0x02,0x06,0x07,0x07,0x0f,0x0d,0x02,0x02,0x02,0x0a,0x10,0x0f, -0x0f,0x0d,0x07,0x07,0x0d,0x10,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x02,0x05,0x05, -0x02,0x04,0x05,0x04,0x04,0x01,0x04,0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x09,0x06,0x05,0x00,0x00,0x00,0x00,0x02,0x01,0x05, -0x05,0x05,0x02,0x05,0x06,0x02,0x09,0x07,0x07,0x07,0x0d,0x0d,0x10,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x05,0x05,0x05,0x02, -0x09,0x04,0x04,0x04,0x04,0x0e,0x0e,0x05,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x0e, -0x0e,0x05,0x05,0x02,0x05,0x05,0x02,0x0a,0x07,0x07,0x06,0x07,0x0f,0x10,0x10,0x07, -0x07,0x08,0x09,0x07,0x07,0x07,0x08,0x07,0x07,0x06,0x07,0x06,0x05,0x05,0x02,0x04, -0x04,0x05,0x05,0x05,0x0e,0x05,0x0e,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x04, -0x05,0x05,0x05,0x05,0x02,0x06,0x06,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x10,0x10, -0x07,0x07,0x07,0x06,0x07,0x06,0x06,0x06,0x09,0x02,0x02,0x02,0x09,0x07,0x06,0x07, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x02, -0x05,0x05,0x05,0x06,0x09,0x02,0x06,0x06,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x05,0x06,0x06,0x06,0x05,0x05, -0x05,0x05,0x05,0x05,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x05,0x02, -0x05,0x02,0x05,0x09,0x05,0x06,0x02,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x09,0x09, -0x09,0x09,0x04,0x06,0x06,0x06,0x06,0x09,0x05,0x06,0x02,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x02,0x04,0x02,0x05,0x04,0x06,0x04,0x02,0x02,0x02,0x04,0x05,0x06,0x05,0x06,0x06, -0x06,0x05,0x06,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x05,0x05,0x05,0x05, -0x04,0x05,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x06, -0x02,0x05,0x02,0x02,0x04,0x06,0x06,0x06,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x0e,0x05,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x05,0x0e,0x06, -0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x07, -0x02,0x04,0x09,0x02,0x06,0x06,0x06,0x06,0x09,0x09,0x06,0x06,0x06,0x05,0x05,0x05, -0x05,0x0e,0x05,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x0f,0x02,0x0f,0x07,0x0f,0x02, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x04,0x02,0x06,0x07,0x02,0x01,0x04,0x05,0x05,0x06,0x06,0x06,0x06,0x07,0x06,0x06, -0x05,0x05,0x05,0x0e,0x00,0x00,0x00,0x00,0x00,0x09,0x0f,0x01,0x0f,0x02,0x02,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x07,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x02, -0x05,0x07,0x00,0x00,0x00,0x00,0x00,0x02,0x08,0x02,0x10,0x02,0x02,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x07,0x07,0x0f,0x02,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x0f,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; diff --git a/fishmaps/blueking2.h b/fishmaps/blueking2.h deleted file mode 100644 index a8dde6e..0000000 --- a/fishmaps/blueking2.h +++ /dev/null @@ -1,1137 +0,0 @@ -#define blueking2_width 118 -#define blueking2_height 76 -#define blueking2_colors 17 -#define blueking2_back 0 -int blueking2_reds[] = {65280, 14592, 30464, 21760, 16640, 39936, 49152, -51456, 39168, 56320, 15104, 21504, 31488, 32256, -12288, 45824, 42240}; -int blueking2_greens[] = {65280, 39680, 42240, 33024, 30976, 47104, 45312, -52992, 50176, 57344, 18176, 31232, 37120, 32768, -13312, 44288, 39424}; -int blueking2_blues[] = {65280, 51968, 52480, 40960, 39424, 41216, 27392, -36096, 50432, 56832, 21504, 23552, 23296, 12800, -7680, 14080, 7168}; -unsigned char blueking2_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x01,0x01, -0x02,0x01,0x01,0x02,0x01,0x02,0x00,0x00,0x01,0x01,0x02,0x02,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x01,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x01,0x03,0x01,0x04,0x04,0x04,0x04,0x01,0x01,0x03,0x05,0x04,0x03,0x03,0x03,0x06, -0x07,0x05,0x08,0x07,0x07,0x05,0x08,0x08,0x07,0x07,0x08,0x09,0x02,0x08,0x02,0x08, -0x05,0x07,0x05,0x05,0x05,0x05,0x02,0x02,0x08,0x05,0x08,0x08,0x08,0x02,0x01,0x01, -0x02,0x01,0x02,0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x03,0x04,0x0a,0x0a,0x0b,0x0b,0x0b,0x0c,0x0d,0x0d,0x0c,0x06,0x0c,0x06,0x0c, -0x0d,0x0c,0x06,0x06,0x06,0x06,0x0c,0x06,0x05,0x06,0x05,0x05,0x05,0x05,0x05,0x05, -0x02,0x03,0x03,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x08,0x01,0x01,0x02,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x01,0x04,0x03,0x0a,0x0b,0x0c,0x0c,0x0d,0x0d,0x0c,0x0e,0x0d,0x0c,0x0b, -0x0b,0x04,0x04,0x04,0x0b,0x04,0x03,0x04,0x03,0x03,0x03,0x04,0x03,0x03,0x01,0x03, -0x01,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x05, -0x08,0x05,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x08,0x08,0x02,0x08,0x08,0x05, -0x08,0x08,0x02,0x05,0x02,0x02,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0c,0x0d,0x0d,0x0c,0x0d,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x04,0x0a,0x0b,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0b,0x0b,0x0b,0x05,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x03,0x03,0x02,0x08,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x01,0x01,0x01,0x03,0x03,0x08,0x05,0x08,0x05,0x08,0x02,0x02, -0x01,0x02,0x05,0x05,0x02,0x08,0x02,0x09,0x08,0x05,0x08,0x05,0x02,0x05,0x02,0x02, -0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x03,0x00, -0x00,0x00,0x00,0x03,0x01,0x03,0x03,0x0e,0x0c,0x0e,0x0b,0x03,0x0b,0x0a,0x04,0x03, -0x0b,0x0b,0x04,0x0b,0x0b,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x03,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x01,0x02,0x01,0x02, -0x03,0x08,0x08,0x02,0x05,0x05,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x05,0x05,0x05, -0x02,0x05,0x08,0x08,0x08,0x08,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x0e,0x0c, -0x03,0x04,0x0b,0x04,0x0b,0x0b,0x0b,0x04,0x03,0x03,0x04,0x04,0x03,0x03,0x03,0x03, -0x01,0x02,0x01,0x01,0x01,0x02,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x03,0x08,0x05,0x05,0x05,0x02,0x02, -0x02,0x02,0x08,0x03,0x02,0x08,0x02,0x05,0x05,0x07,0x05,0x05,0x08,0x05,0x05,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0a,0x0b,0x04,0x0b,0x0b,0x0b, -0x04,0x03,0x0b,0x0c,0x0c,0x0c,0x05,0x05,0x07,0x08,0x03,0x02,0x01,0x01,0x01,0x03, -0x07,0x05,0x05,0x07,0x08,0x05,0x05,0x08,0x05,0x05,0x08,0x08,0x02,0x02,0x01,0x01, -0x01,0x02,0x08,0x05,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x09,0x07,0x07,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0a,0x0a,0x0e,0x03, -0x0b,0x0b,0x0b,0x01,0x0b,0x0b,0x03,0x01,0x01,0x03,0x03,0x05,0x05,0x0c,0x05,0x07, -0x07,0x05,0x02,0x03,0x01,0x01,0x01,0x02,0x05,0x07,0x07,0x05,0x07,0x05,0x07,0x05, -0x07,0x05,0x05,0x05,0x02,0x02,0x01,0x02,0x02,0x08,0x08,0x05,0x08,0x02,0x03,0x03, -0x05,0x08,0x05,0x05,0x05,0x05,0x08,0x05,0x05,0x07,0x07,0x09,0x07,0x06,0x06,0x07, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x0e,0x0e,0x0a,0x0e,0x0e,0x0a,0x03,0x0a,0x0b,0x04,0x0b,0x0d,0x0c,0x05,0x04,0x01, -0x03,0x03,0x06,0x06,0x07,0x07,0x07,0x05,0x07,0x05,0x02,0x01,0x01,0x01,0x02,0x05, -0x05,0x05,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x05,0x08,0x02,0x02,0x01,0x01,0x03, -0x02,0x05,0x05,0x08,0x03,0x03,0x02,0x05,0x05,0x08,0x05,0x05,0x05,0x05,0x07,0x07, -0x07,0x07,0x06,0x07,0x06,0x07,0x06,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0e,0x0a,0x0e,0x0a,0x0e,0x0e,0x0a,0x0b,0x03, -0x03,0x0b,0x0b,0x0c,0x05,0x04,0x01,0x01,0x05,0x0f,0x07,0x07,0x07,0x05,0x07,0x07, -0x07,0x05,0x08,0x02,0x02,0x02,0x01,0x02,0x05,0x07,0x07,0x07,0x09,0x07,0x05,0x07, -0x07,0x07,0x09,0x02,0x01,0x01,0x01,0x05,0x05,0x08,0x08,0x02,0x02,0x02,0x08,0x05, -0x05,0x05,0x05,0x05,0x05,0x07,0x07,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x07,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0a,0x0e, -0x0e,0x0e,0x0a,0x03,0x0b,0x0b,0x01,0x0b,0x0b,0x0b,0x0c,0x07,0x03,0x01,0x01,0x07, -0x07,0x07,0x07,0x08,0x05,0x07,0x07,0x07,0x07,0x07,0x02,0x01,0x01,0x01,0x01,0x02, -0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x03,0x02,0x05, -0x05,0x08,0x04,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x07,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x07,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0a,0x03,0x0b,0x0b,0x01,0x0b,0x0c,0x0c, -0x0c,0x05,0x07,0x03,0x01,0x02,0x07,0x06,0x07,0x07,0x06,0x07,0x07,0x07,0x06,0x07, -0x07,0x07,0x03,0x02,0x01,0x01,0x02,0x02,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07, -0x07,0x02,0x01,0x01,0x03,0x08,0x08,0x05,0x02,0x02,0x02,0x05,0x05,0x05,0x05,0x07, -0x07,0x07,0x07,0x06,0x06,0x06,0x06,0x06,0x0f,0x06,0x06,0x06,0x07,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b,0x03, -0x0b,0x0b,0x04,0x01,0x05,0x10,0x0c,0x06,0x05,0x06,0x02,0x02,0x01,0x07,0x06,0x07, -0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x02,0x02,0x01,0x01,0x05, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x01,0x01,0x01,0x03,0x05,0x05,0x03, -0x05,0x05,0x05,0x05,0x05,0x05,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0a,0x01,0x0b,0x0b,0x03,0x01,0x0b,0x10,0x05,0x05,0x05,0x07, -0x07,0x01,0x01,0x03,0x06,0x07,0x06,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x05,0x02,0x01,0x02,0x01,0x05,0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x02, -0x03,0x01,0x01,0x05,0x0c,0x02,0x05,0x05,0x03,0x05,0x05,0x05,0x07,0x06,0x06,0x06, -0x06,0x06,0x06,0x0f,0x0f,0x06,0x06,0x06,0x06,0x06,0x05,0x0c,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x01,0x0e,0x0e,0x0b,0x04, -0x03,0x0c,0x06,0x05,0x05,0x07,0x06,0x05,0x02,0x02,0x05,0x07,0x06,0x06,0x07,0x06, -0x06,0x07,0x07,0x06,0x06,0x07,0x06,0x07,0x06,0x02,0x01,0x01,0x01,0x02,0x07,0x07, -0x09,0x06,0x07,0x05,0x07,0x07,0x02,0x02,0x01,0x04,0x05,0x05,0x05,0x03,0x05,0x05, -0x05,0x05,0x05,0x06,0x07,0x06,0x06,0x06,0x0f,0x06,0x0f,0x0f,0x0f,0x06,0x0f,0x0f, -0x0f,0x10,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x04,0x0a,0x0a,0x0b,0x0b,0x01,0x03,0x05,0x05,0x0f,0x07,0x07,0x06,0x05,0x01, -0x01,0x02,0x07,0x06,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x05,0x07, -0x08,0x02,0x02,0x01,0x01,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x03,0x01, -0x03,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x07,0x07,0x07,0x06,0x0f,0x0f,0x06, -0x0f,0x06,0x0f,0x06,0x0f,0x06,0x05,0x0f,0x05,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x04,0x04,0x0b,0x0d,0x0c,0x04,0x01,0x03,0x0f, -0x07,0x07,0x05,0x06,0x06,0x05,0x02,0x01,0x05,0x07,0x07,0x07,0x06,0x06,0x07,0x07, -0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x02,0x02,0x05,0x07,0x07,0x07, -0x05,0x05,0x07,0x07,0x08,0x01,0x03,0x03,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x05, -0x07,0x07,0x06,0x06,0x0f,0x06,0x0f,0x10,0x06,0x0f,0x0f,0x0f,0x06,0x06,0x06,0x0c, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x01,0x0b, -0x0b,0x0b,0x06,0x04,0x01,0x06,0x0f,0x06,0x10,0x07,0x07,0x07,0x02,0x01,0x02,0x02, -0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08, -0x01,0x02,0x01,0x05,0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x04,0x01,0x03,0x05,0x05, -0x03,0x05,0x05,0x05,0x0c,0x05,0x05,0x06,0x06,0x05,0x0f,0x0f,0x0f,0x06,0x07,0x0f, -0x06,0x07,0x06,0x10,0x05,0x05,0x0b,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0e,0x0a,0x04,0x0e,0x0d,0x0b,0x0c,0x05,0x01,0x03,0x06,0x0f,0x06,0x07, -0x06,0x06,0x07,0x07,0x02,0x01,0x02,0x07,0x06,0x07,0x07,0x07,0x07,0x06,0x07,0x07, -0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x02,0x01,0x02,0x01,0x07,0x07,0x07,0x07,0x07, -0x07,0x06,0x03,0x02,0x01,0x06,0x03,0x03,0x02,0x03,0x05,0x05,0x03,0x0b,0x05,0x07, -0x07,0x10,0x0f,0x0f,0x0f,0x06,0x0f,0x05,0x05,0x05,0x05,0x03,0x0b,0x0b,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0a,0x03,0x0b,0x0d,0x0c,0x0d, -0x03,0x01,0x03,0x06,0x0f,0x07,0x07,0x05,0x07,0x06,0x08,0x01,0x01,0x02,0x02,0x07, -0x07,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x05,0x02,0x01, -0x01,0x02,0x05,0x07,0x07,0x07,0x05,0x07,0x05,0x01,0x01,0x04,0x03,0x03,0x03,0x05, -0x0b,0x0b,0x03,0x01,0x03,0x03,0x05,0x06,0x0f,0x0f,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x03,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e, -0x0a,0x01,0x0a,0x0b,0x0d,0x10,0x06,0x01,0x01,0x07,0x06,0x07,0x06,0x06,0x07,0x06, -0x06,0x05,0x02,0x01,0x01,0x02,0x02,0x05,0x06,0x06,0x07,0x06,0x07,0x07,0x07,0x07, -0x07,0x07,0x06,0x07,0x07,0x02,0x01,0x01,0x02,0x07,0x07,0x05,0x06,0x07,0x07,0x05, -0x03,0x03,0x03,0x0b,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x0c,0x05,0x05,0x05, -0x0c,0x0c,0x0c,0x0b,0x05,0x03,0x03,0x03,0x05,0x03,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0a,0x03,0x0a,0x0d,0x0d,0x05,0x05,0x01,0x01, -0x0f,0x0f,0x06,0x07,0x06,0x06,0x07,0x06,0x07,0x07,0x02,0x01,0x02,0x02,0x05,0x07, -0x06,0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x06,0x07,0x05,0x01,0x01,0x01, -0x02,0x05,0x07,0x07,0x05,0x05,0x05,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x03,0x06, -0x03,0x01,0x03,0x0b,0x0c,0x0b,0x0c,0x0b,0x03,0x03,0x03,0x03,0x03,0x04,0x03,0x03, -0x03,0x0b,0x04,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x01,0x01, -0x0d,0x0c,0x06,0x05,0x05,0x01,0x07,0x07,0x07,0x07,0x07,0x06,0x06,0x06,0x06,0x07, -0x06,0x05,0x03,0x01,0x01,0x02,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x06,0x06, -0x06,0x07,0x07,0x07,0x02,0x01,0x02,0x03,0x05,0x07,0x07,0x05,0x05,0x04,0x01,0x04, -0x04,0x03,0x03,0x01,0x06,0x06,0x06,0x06,0x04,0x0b,0x0b,0x03,0x03,0x03,0x03,0x03, -0x04,0x04,0x03,0x04,0x04,0x03,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e,0x0e,0x0e, -0x04,0x0a,0x0e,0x0e,0x0a,0x01,0x0b,0x0c,0x0b,0x05,0x06,0x03,0x02,0x06,0x06,0x07, -0x07,0x0f,0x07,0x06,0x06,0x07,0x07,0x07,0x06,0x01,0x02,0x01,0x01,0x08,0x07,0x06, -0x07,0x06,0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x03,0x01,0x01,0x01,0x05, -0x07,0x07,0x05,0x05,0x04,0x04,0x0b,0x0b,0x03,0x01,0x03,0x06,0x06,0x01,0x04,0x0b, -0x0b,0x03,0x03,0x04,0x03,0x03,0x04,0x04,0x04,0x03,0x04,0x04,0x04,0x03,0x03,0x04, -0x0b,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x05,0x03,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x03,0x0e,0x0a,0x0a,0x04,0x04,0x0c,0x05,0x05, -0x05,0x05,0x01,0x02,0x07,0x0f,0x06,0x06,0x06,0x06,0x0f,0x07,0x06,0x07,0x07,0x06, -0x07,0x02,0x01,0x01,0x01,0x05,0x07,0x06,0x06,0x06,0x06,0x06,0x07,0x06,0x06,0x06, -0x06,0x07,0x07,0x03,0x01,0x02,0x03,0x05,0x05,0x05,0x05,0x04,0x03,0x03,0x04,0x03, -0x01,0x03,0x03,0x01,0x04,0x0b,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x03,0x03,0x03, -0x03,0x04,0x04,0x03,0x0b,0x0b,0x04,0x03,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x08,0x02,0x02,0x02,0x08,0x08,0x02,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x0e, -0x0a,0x0b,0x02,0x0c,0x10,0x05,0x06,0x07,0x03,0x01,0x03,0x0f,0x06,0x06,0x06,0x07, -0x07,0x0f,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x02,0x01,0x01,0x01,0x05,0x06,0x0f, -0x07,0x06,0x07,0x07,0x06,0x06,0x07,0x07,0x06,0x06,0x02,0x01,0x02,0x03,0x0f,0x0f, -0x05,0x04,0x03,0x03,0x04,0x03,0x03,0x01,0x01,0x03,0x0b,0x0b,0x03,0x03,0x04,0x03, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x04,0x04,0x0b,0x0a,0x0a,0x0a,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x08,0x08,0x02,0x02,0x08, -0x08,0x08,0x05,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x04,0x0e,0x0e,0x0e,0x03,0x02,0x10,0x05,0x05,0x05,0x05,0x01, -0x01,0x07,0x06,0x07,0x06,0x07,0x07,0x07,0x06,0x06,0x06,0x06,0x07,0x06,0x07,0x07, -0x09,0x01,0x01,0x01,0x02,0x07,0x06,0x07,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07, -0x07,0x03,0x03,0x03,0x0c,0x0f,0x0f,0x0c,0x03,0x0b,0x04,0x0b,0x0b,0x04,0x03,0x0b, -0x0b,0x0b,0x04,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x0b,0x09,0x09,0x07, -0x0b,0x0b,0x0a,0x03,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00, -0x00,0x00,0x00,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x03,0x0e,0x0e,0x0b,0x03,0x01, -0x06,0x10,0x05,0x07,0x07,0x02,0x01,0x01,0x0c,0x06,0x06,0x07,0x06,0x07,0x07,0x06, -0x06,0x06,0x06,0x06,0x07,0x06,0x07,0x09,0x02,0x01,0x01,0x02,0x03,0x06,0x06,0x06, -0x07,0x07,0x0f,0x07,0x05,0x06,0x06,0x06,0x05,0x03,0x0f,0x0f,0x0f,0x0f,0x03,0x03, -0x03,0x03,0x04,0x04,0x0b,0x0b,0x0b,0x03,0x0b,0x04,0x04,0x04,0x04,0x04,0x03,0x04, -0x04,0x0a,0x0a,0x0b,0x0a,0x0e,0x0a,0x07,0x0b,0x01,0x03,0x0d,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x09,0x08,0x09,0x08,0x09,0x00,0x00,0x00,0x04,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0a,0x0d,0x0c,0x01,0x03,0x10,0x06,0x07,0x05,0x06,0x07,0x01,0x01,0x02, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x06,0x06,0x06,0x07, -0x02,0x01,0x01,0x02,0x02,0x06,0x0f,0x07,0x06,0x07,0x06,0x07,0x07,0x07,0x06,0x0f, -0x0c,0x0f,0x10,0x10,0x0f,0x03,0x04,0x04,0x03,0x0b,0x04,0x0b,0x04,0x03,0x03,0x03, -0x04,0x04,0x03,0x04,0x04,0x03,0x04,0x0b,0x07,0x0a,0x0e,0x0e,0x0b,0x07,0x0b,0x03, -0x0d,0x0e,0x0e,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x05,0x08,0x08,0x08,0x09,0x08,0x09,0x09,0x05,0x00,0x00,0x00, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x04,0x0b,0x0b,0x0d,0x04,0x01,0x06,0x0f,0x07, -0x07,0x07,0x0f,0x05,0x01,0x02,0x02,0x07,0x0f,0x06,0x06,0x06,0x06,0x06,0x07,0x06, -0x07,0x06,0x06,0x06,0x07,0x07,0x06,0x05,0x02,0x01,0x02,0x02,0x02,0x07,0x06,0x06, -0x07,0x06,0x05,0x07,0x10,0x0f,0x10,0x10,0x0e,0x0f,0x0f,0x10,0x04,0x03,0x0b,0x0b, -0x0b,0x0b,0x0b,0x04,0x03,0x04,0x03,0x04,0x0b,0x0b,0x0b,0x0b,0x0c,0x0b,0x09,0x0e, -0x0e,0x0e,0x0a,0x09,0x0e,0x0e,0x0c,0x06,0x03,0x01,0x03,0x0b,0x00,0x00,0x00,0x00, -0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x08,0x02,0x02,0x02,0x09,0x09,0x09,0x09, -0x09,0x09,0x07,0x0b,0x04,0x00,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x03,0x0b,0x0c, -0x0d,0x05,0x01,0x03,0x0f,0x05,0x06,0x07,0x06,0x06,0x07,0x02,0x01,0x02,0x06,0x06, -0x0f,0x06,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x07,0x07,0x06,0x06,0x07,0x06,0x02, -0x01,0x02,0x01,0x02,0x02,0x07,0x06,0x07,0x0f,0x07,0x0f,0x10,0x0f,0x06,0x0f,0x0f, -0x0f,0x0f,0x0f,0x03,0x04,0x03,0x04,0x0c,0x0a,0x04,0x0b,0x0a,0x03,0x0b,0x0d,0x0d, -0x03,0x03,0x03,0x0a,0x0e,0x09,0x09,0x07,0x0e,0x0a,0x0e,0x0d,0x03,0x01,0x01,0x03, -0x03,0x0c,0x04,0x04,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x05, -0x08,0x09,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x03,0x0a,0x0e,0x03,0x0b,0x0d,0x0c,0x0c,0x0b,0x02,0x0d,0x0f,0x06,0x06,0x10,0x06, -0x07,0x06,0x02,0x01,0x02,0x03,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0f,0x06,0x06,0x06,0x06,0x06,0x08,0x02,0x01,0x01,0x02,0x03,0x01,0x05,0x0f, -0x10,0x0f,0x0f,0x0f,0x0f,0x10,0x0e,0x0f,0x0f,0x05,0x04,0x0b,0x0b,0x0d,0x0c,0x01, -0x0d,0x0b,0x0b,0x03,0x04,0x01,0x01,0x01,0x01,0x04,0x0b,0x0a,0x0e,0x0e,0x0e,0x0e, -0x03,0x01,0x01,0x03,0x0c,0x0e,0x03,0x0b,0x0b,0x03,0x00,0x00,0x00,0x08,0x08,0x08, -0x05,0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x06,0x0e,0x0e,0x0a,0x0a,0x0e,0x03,0x0a,0x0e,0x0b,0x02,0x0e,0x0c,0x0c,0x06,0x01, -0x03,0x06,0x06,0x07,0x06,0x0f,0x0f,0x06,0x06,0x02,0x01,0x01,0x01,0x05,0x06,0x06, -0x06,0x06,0x06,0x0f,0x06,0x07,0x07,0x06,0x06,0x06,0x06,0x06,0x07,0x06,0x06,0x07, -0x08,0x03,0x01,0x02,0x02,0x0f,0x0f,0x0f,0x0f,0x0e,0x10,0x10,0x10,0x0f,0x0f,0x0f, -0x0b,0x0b,0x0b,0x0d,0x0d,0x04,0x03,0x03,0x03,0x01,0x01,0x03,0x0b,0x03,0x03,0x03, -0x0d,0x0e,0x0e,0x03,0x03,0x01,0x01,0x03,0x0b,0x0d,0x0c,0x0e,0x03,0x03,0x0b,0x0a, -0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x09,0x09,0x07,0x09,0x09,0x05,0x0e,0x0e,0x0e,0x0e,0x0e,0x03,0x0e,0x0e,0x0b, -0x03,0x0b,0x10,0x0c,0x06,0x04,0x01,0x03,0x06,0x0f,0x0f,0x06,0x06,0x06,0x06,0x06, -0x05,0x01,0x01,0x01,0x02,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x06, -0x07,0x07,0x06,0x0f,0x07,0x06,0x07,0x07,0x03,0x02,0x02,0x0f,0x0f,0x10,0x10,0x0f, -0x10,0x0e,0x10,0x0f,0x0e,0x10,0x06,0x03,0x0b,0x0d,0x0d,0x04,0x04,0x01,0x01,0x03, -0x0d,0x0e,0x0c,0x0e,0x0e,0x0d,0x0e,0x03,0x03,0x01,0x01,0x03,0x0e,0x0d,0x0e,0x0b, -0x0b,0x0a,0x02,0x03,0x0b,0x0e,0x05,0x00,0x00,0x08,0x08,0x08,0x05,0x08,0x08,0x08, -0x08,0x08,0x09,0x08,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x07,0x0e,0x0e,0x0e, -0x0e,0x0e,0x04,0x0e,0x0e,0x0b,0x0b,0x03,0x0d,0x0d,0x10,0x06,0x03,0x02,0x05,0x06, -0x07,0x0f,0x0f,0x07,0x06,0x06,0x06,0x06,0x05,0x02,0x01,0x01,0x02,0x02,0x05,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x06,0x06,0x05,0x0f, -0x06,0x0f,0x0f,0x0c,0x0e,0x10,0x0f,0x0f,0x0f,0x10,0x10,0x0e,0x0f,0x0c,0x0c,0x0c, -0x0d,0x0b,0x04,0x03,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0e,0x03,0x01,0x01,0x03,0x0c, -0x0d,0x0b,0x0b,0x0b,0x03,0x04,0x0b,0x0b,0x04,0x0b,0x05,0x05,0x0e,0x00,0x00,0x08, -0x02,0x08,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x08,0x09,0x09,0x0e,0x0e,0x0e,0x0e,0x0e,0x04,0x0e,0x0e,0x0e,0x0b,0x03,0x0b,0x10, -0x0d,0x06,0x06,0x03,0x02,0x0f,0x06,0x06,0x0f,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x05,0x02,0x01,0x02,0x02,0x05,0x07,0x06,0x06,0x06,0x0f,0x06,0x06,0x06,0x07,0x06, -0x06,0x06,0x0f,0x07,0x0f,0x06,0x06,0x0f,0x0f,0x0f,0x0f,0x0c,0x0f,0x06,0x10,0x0e, -0x0f,0x0f,0x10,0x0e,0x05,0x10,0x0d,0x0b,0x01,0x03,0x0c,0x0c,0x0b,0x0b,0x0d,0x03, -0x03,0x01,0x03,0x0b,0x0b,0x0b,0x0b,0x04,0x03,0x03,0x04,0x0b,0x03,0x05,0x05,0x05, -0x05,0x0c,0x0e,0x00,0x00,0x00,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x08, -0x08,0x09,0x09,0x08,0x09,0x09,0x08,0x09,0x09,0x06,0x0e,0x0e,0x0e,0x0e,0x03,0x04, -0x0e,0x0e,0x0a,0x0b,0x04,0x0d,0x0f,0x05,0x0f,0x0b,0x01,0x02,0x0f,0x0f,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x01,0x02,0x02,0x05,0x07,0x06, -0x06,0x06,0x0f,0x0f,0x06,0x06,0x06,0x06,0x0f,0x06,0x07,0x06,0x0f,0x0f,0x0f,0x0e, -0x0f,0x0f,0x0e,0x0f,0x10,0x10,0x0e,0x0f,0x0f,0x0f,0x0e,0x0e,0x0d,0x0e,0x01,0x03, -0x0c,0x0d,0x03,0x03,0x01,0x01,0x01,0x0b,0x0b,0x0b,0x03,0x03,0x04,0x03,0x04,0x03, -0x04,0x0b,0x03,0x0b,0x0b,0x0b,0x0b,0x0a,0x0e,0x00,0x00,0x00,0x02,0x08,0x02,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x08,0x09,0x09,0x09,0x09, -0x0e,0x0e,0x0e,0x0e,0x0a,0x04,0x0e,0x0e,0x0b,0x0b,0x02,0x0b,0x0f,0x10,0x05,0x06, -0x08,0x02,0x02,0x0f,0x06,0x0f,0x06,0x06,0x06,0x06,0x06,0x07,0x06,0x06,0x07,0x06, -0x07,0x01,0x01,0x01,0x02,0x02,0x03,0x06,0x06,0x0f,0x0f,0x06,0x06,0x06,0x06,0x07, -0x06,0x06,0x07,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0e,0x0f,0x0f,0x0f,0x0e,0x0e,0x0f, -0x0f,0x0e,0x0c,0x0e,0x01,0x03,0x10,0x03,0x01,0x03,0x03,0x0b,0x0e,0x0b,0x04,0x04, -0x04,0x03,0x04,0x04,0x03,0x03,0x04,0x04,0x03,0x0b,0x0a,0x0e,0x0e,0x0e,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09, -0x09,0x08,0x09,0x09,0x09,0x09,0x0e,0x0e,0x0e,0x0e,0x0e,0x04,0x0b,0x0e,0x0c,0x0d, -0x03,0x03,0x0f,0x10,0x0c,0x10,0x06,0x01,0x01,0x03,0x0f,0x06,0x0f,0x06,0x06,0x06, -0x06,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x07,0x02,0x02,0x01,0x01,0x02,0x02,0x03, -0x03,0x05,0x0f,0x0f,0x06,0x06,0x0f,0x07,0x07,0x0f,0x0f,0x0f,0x10,0x0e,0x10,0x0f, -0x0e,0x0e,0x0f,0x0f,0x0f,0x0e,0x0f,0x0e,0x04,0x0e,0x01,0x03,0x03,0x01,0x03,0x0b, -0x0b,0x0b,0x0d,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x03,0x04,0x0b, -0x0a,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x07,0x08,0x09,0x09,0x09,0x09,0x08,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x03,0x0e,0x0b,0x0b,0x0b,0x01,0x0b,0x10,0x0d,0x10,0x0c,0x06,0x03,0x02, -0x0b,0x06,0x0f,0x0f,0x05,0x06,0x07,0x06,0x06,0x07,0x06,0x06,0x07,0x07,0x06,0x06, -0x07,0x08,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x0b,0x03,0x07,0x05,0x0f, -0x0f,0x0f,0x0f,0x10,0x0e,0x0e,0x0f,0x10,0x0e,0x0e,0x10,0x0e,0x0e,0x0e,0x03,0x0d, -0x0b,0x01,0x01,0x03,0x0e,0x0d,0x04,0x04,0x03,0x04,0x03,0x04,0x04,0x04,0x03,0x04, -0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0a,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x07,0x08,0x02,0x08,0x08,0x08,0x08,0x08,0x02,0x08,0x08,0x08,0x05,0x08,0x08,0x08, -0x09,0x08,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0b,0x0e,0x0e,0x0e,0x0b,0x01,0x0b, -0x10,0x0c,0x10,0x10,0x06,0x02,0x01,0x01,0x05,0x0f,0x0f,0x0f,0x0f,0x0f,0x05,0x06, -0x06,0x06,0x0f,0x07,0x06,0x06,0x06,0x06,0x0f,0x10,0x06,0x04,0x03,0x01,0x01,0x02, -0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x0b,0x0b,0x10,0x0b,0x0f,0x0e,0x0e,0x0e,0x0f, -0x0e,0x01,0x03,0x01,0x01,0x0f,0x0f,0x04,0x01,0x03,0x0b,0x0b,0x04,0x04,0x04,0x0a, -0x03,0x04,0x04,0x04,0x04,0x03,0x03,0x04,0x0a,0x0a,0x0b,0x0e,0x0e,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x07,0x08,0x10,0x03,0x02,0x02,0x08,0x08,0x05,0x08,0x05, -0x08,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x04, -0x0e,0x0a,0x0b,0x0a,0x04,0x03,0x0c,0x10,0x10,0x10,0x10,0x06,0x03,0x01,0x01,0x03, -0x06,0x06,0x06,0x0f,0x07,0x07,0x07,0x06,0x0f,0x0f,0x0f,0x0f,0x07,0x0f,0x0f,0x0f, -0x06,0x06,0x07,0x05,0x07,0x07,0x05,0x02,0x03,0x01,0x03,0x04,0x01,0x04,0x0e,0x0c, -0x0d,0x10,0x0f,0x0f,0x0e,0x0e,0x03,0x01,0x04,0x0b,0x0d,0x0b,0x0c,0x0d,0x04,0x03, -0x0b,0x04,0x04,0x03,0x04,0x0b,0x03,0x04,0x03,0x03,0x03,0x03,0x0b,0x0b,0x0e,0x0e, -0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x10,0x03,0x03, -0x02,0x08,0x08,0x05,0x02,0x02,0x05,0x05,0x02,0x05,0x08,0x05,0x08,0x05,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0b,0x01,0x03,0x0d,0x0c,0x10, -0x10,0x0f,0x05,0x03,0x01,0x01,0x01,0x05,0x0f,0x0f,0x0f,0x06,0x07,0x0f,0x06,0x06, -0x06,0x06,0x07,0x06,0x0f,0x07,0x06,0x06,0x05,0x07,0x06,0x07,0x06,0x0c,0x05,0x07, -0x05,0x10,0x05,0x05,0x0f,0x0e,0x0e,0x0e,0x0e,0x0e,0x0f,0x0b,0x01,0x04,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0d,0x0b,0x04,0x04,0x03,0x04,0x04,0x04,0x0a,0x04,0x03,0x03,0x04, -0x03,0x0a,0x0b,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x07,0x10,0x0b,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x05,0x0b,0x0a,0x00,0x00,0x04,0x0e,0x0e,0x04,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0b,0x04,0x01,0x0b,0x10,0x0d,0x10,0x10,0x10,0x07,0x05,0x02,0x02,0x01,0x01, -0x03,0x05,0x06,0x0f,0x0f,0x06,0x0f,0x06,0x07,0x06,0x05,0x06,0x06,0x07,0x05,0x07, -0x05,0x0f,0x10,0x0f,0x0f,0x10,0x05,0x05,0x0c,0x06,0x0c,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0d,0x01,0x01,0x0d,0x0b,0x0e,0x0e,0x0e,0x0a,0x01,0x01,0x04,0x0b,0x0a,0x0a,0x0a, -0x0b,0x0a,0x03,0x0b,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0c,0x0b,0x0b,0x03,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x04,0x0e,0x0e,0x04, -0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0b,0x03,0x03,0x0d,0x0d,0x0c,0x10,0x05, -0x05,0x10,0x06,0x02,0x01,0x01,0x01,0x03,0x01,0x03,0x0b,0x07,0x10,0x0f,0x10,0x05, -0x10,0x05,0x05,0x06,0x0f,0x06,0x10,0x0f,0x0c,0x10,0x10,0x10,0x05,0x05,0x10,0x05, -0x0f,0x0c,0x0f,0x0f,0x0d,0x0f,0x0b,0x01,0x04,0x0e,0x0b,0x0e,0x0a,0x04,0x01,0x04, -0x0a,0x0b,0x0b,0x0d,0x0b,0x0a,0x0a,0x04,0x03,0x0b,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e, -0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x04,0x0e,0x0a,0x04,0x0e,0x0e,0x0e,0x0e,0x0a,0x04,0x0a,0x0e,0x0a,0x0b, -0x04,0x01,0x0b,0x0c,0x0c,0x10,0x0f,0x0f,0x0f,0x07,0x05,0x05,0x03,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x0b,0x06,0x10,0x10,0x0f,0x0f,0x07,0x05,0x05,0x10,0x10, -0x10,0x07,0x0c,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0c,0x04,0x04,0x0e, -0x0e,0x0e,0x01,0x01,0x03,0x0a,0x0e,0x0e,0x0e,0x0e,0x0a,0x03,0x03,0x04,0x04,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0b,0x01,0x0e,0x0e,0x0e,0x0a, -0x0e,0x0b,0x04,0x0e,0x0e,0x0e,0x0d,0x04,0x01,0x0b,0x0f,0x06,0x0c,0x0c,0x0c,0x07, -0x05,0x07,0x0f,0x0f,0x06,0x05,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x04,0x04,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x04,0x0b, -0x0b,0x0d,0x0c,0x0b,0x0b,0x0b,0x0e,0x01,0x04,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e, -0x0e,0x04,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0a,0x0a,0x0e,0x0e,0x0e,0x0b,0x04,0x03, -0x03,0x10,0x10,0x10,0x05,0x0c,0x0c,0x10,0x07,0x05,0x07,0x05,0x10,0x10,0x06,0x06, -0x05,0x04,0x04,0x04,0x04,0x04,0x01,0x04,0x04,0x01,0x01,0x04,0x01,0x04,0x04,0x04, -0x03,0x04,0x0b,0x0c,0x0d,0x0c,0x0b,0x0b,0x0d,0x0e,0x0e,0x0e,0x0e,0x03,0x0a,0x0e, -0x0a,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x0e,0x0e,0x04,0x0a,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x04, -0x0a,0x0b,0x0e,0x0d,0x0c,0x04,0x01,0x03,0x0b,0x10,0x10,0x0c,0x05,0x05,0x05,0x05, -0x05,0x10,0x0f,0x05,0x06,0x0c,0x10,0x0d,0x0c,0x0d,0x0c,0x10,0x10,0x05,0x0c,0x0c, -0x0d,0x0c,0x05,0x06,0x0c,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x0b, -0x0c,0x0c,0x04,0x01,0x0e,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e,0x04,0x04,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x01,0x0b,0x0d,0x0b,0x0b,0x10,0x04,0x01,0x03,0x04, -0x0b,0x10,0x10,0x05,0x10,0x05,0x10,0x05,0x10,0x10,0x05,0x0c,0x10,0x0c,0x06,0x10, -0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0b,0x0c,0x0b,0x0c,0x0c,0x0c,0x0c,0x0d,0x0b,0x0b, -0x0b,0x0b,0x04,0x04,0x04,0x0b,0x0c,0x0c,0x0b,0x0b,0x10,0x0d,0x0b,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x0e,0x0e,0x04,0x04,0x0e,0x0a,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x04,0x0b,0x0b, -0x0b,0x0b,0x0d,0x0c,0x01,0x01,0x01,0x03,0x03,0x04,0x0b,0x0c,0x0c,0x05,0x06,0x10, -0x10,0x10,0x10,0x05,0x0c,0x0d,0x10,0x10,0x0c,0x0c,0x0d,0x0c,0x0b,0x0c,0x0b,0x0d, -0x0b,0x0b,0x04,0x04,0x04,0x04,0x01,0x04,0x03,0x0b,0x0b,0x0c,0x0c,0x0d,0x0e,0x0d, -0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0a,0x0e,0x0a,0x04,0x0e,0x0e,0x0b,0x0a,0x0b, -0x0a,0x0b,0x0b,0x0b,0x04,0x0b,0x0d,0x0b,0x0b,0x0d,0x0f,0x0b,0x03,0x04,0x01,0x01, -0x01,0x01,0x03,0x04,0x0b,0x0b,0x0b,0x0c,0x0b,0x0c,0x0d,0x0d,0x0c,0x0d,0x0b,0x0b, -0x04,0x04,0x04,0x04,0x01,0x01,0x04,0x03,0x04,0x04,0x04,0x04,0x04,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0d,0x0b,0x0e,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e, -0x04,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0a,0x0b,0x0b,0x04,0x04,0x0d,0x0c,0x0b, -0x0b,0x0c,0x0b,0x0d,0x0b,0x04,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x03,0x01,0x03, -0x03,0x01,0x01,0x01,0x01,0x04,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0e,0x0d,0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0e,0x0e,0x04,0x0a,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0b,0x0b, -0x0e,0x0b,0x04,0x04,0x0b,0x0b,0x0d,0x0c,0x0b,0x0b,0x0d,0x0b,0x0d,0x0d,0x0d,0x0c, -0x0b,0x0b,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0d,0x0b,0x0e,0x0e,0x0a,0x0e,0x0e,0x0d,0x0b,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x04,0x03,0x0e,0x0a, -0x04,0x0e,0x0e,0x0a,0x0e,0x0e,0x0b,0x0a,0x0b,0x04,0x01,0x04,0x0b,0x0b,0x0a,0x0b, -0x0b,0x0e,0x0b,0x0b,0x0b,0x0c,0x0c,0x0b,0x0d,0x0d,0x0b,0x0b,0x0c,0x0a,0x0b,0x0b, -0x0c,0x0e,0x0b,0x0e,0x0b,0x0b,0x0b,0x0b,0x0e,0x0b,0x0e,0x0a,0x0a,0x04,0x03,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x0e,0x0c,0x03,0x03,0x0e,0x0e,0x04,0x0a,0x0a,0x0a,0x0b,0x04,0x0b,0x0b,0x0b,0x0b, -0x04,0x04,0x04,0x04,0x0b,0x0e,0x0b,0x0b,0x0b,0x0e,0x0b,0x0b,0x0c,0x0d,0x0b,0x0d, -0x0b,0x0b,0x0e,0x0e,0x0b,0x0b,0x0b,0x0e,0x0e,0x0e,0x0b,0x0b,0x0b,0x04,0x04,0x04, -0x04,0x04,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0c,0x0a,0x04,0x0e,0x0e,0x0a,0x04,0x0e,0x0e, -0x0b,0x0e,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x03,0x04,0x04,0x04,0x04,0x0b, -0x0a,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0a,0x0b,0x0a,0x04,0x04,0x04,0x04, -0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e,0x04, -0x03,0x0e,0x0d,0x04,0x04,0x0e,0x0a,0x0b,0x0b,0x0b,0x04,0x0b,0x0a,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x04,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x04, -0x04,0x04,0x03,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0c,0x0c,0x0e,0x0e,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x0e,0x0d,0x0b,0x01,0x04,0x0b,0x0b,0x01,0x0b,0x0d,0x0e,0x0a,0x0a, -0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0e,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x0c,0x0b,0x0b,0x10,0x0c,0x0c,0x0b,0x0c, -0x0b,0x01,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x0e,0x0d,0x04,0x01,0x0e,0x0e, -0x0b,0x04,0x04,0x0e,0x0d,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0d,0x0b,0x0a,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x05,0x04, -0x10,0x05,0x10,0x10,0x10,0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x0e,0x0d,0x0b,0x04,0x04,0x0d,0x0c,0x0b,0x04,0x04,0x0b,0x0b,0x0e,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x04,0x0a,0x0b,0x0b,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0b, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0c,0x04,0x02,0x06,0x05,0x05,0x0f,0x10,0x0f,0x03,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x0b,0x0b,0x04,0x04,0x0b,0x0f,0x0c,0x04, -0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x03,0x06,0x05,0x03,0x06,0x10,0x10,0x0f,0x01, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x0d, -0x0b,0x04,0x01,0x04,0x0e,0x0d,0x0c,0x0d,0x0c,0x0d,0x0b,0x0b,0x0b,0x0b,0x04,0x0b, -0x0b,0x0b,0x0b,0x0c,0x0b,0x0d,0x0b,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0e,0x0a, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x06,0x03,0x06,0x0f, -0x10,0x10,0x0f,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0b,0x0d,0x0c,0x05,0x03,0x04,0x01,0x04,0x03,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0c,0x0e,0x0b,0x0d,0x0d,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x04,0x04, -0x0b,0x0a,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x03,0x06,0x10,0x0f,0x0c,0x10,0x0f,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x0d,0x0d,0x10,0x0c, -0x0c,0x03,0x04,0x04,0x04,0x01,0x04,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x01,0x04, -0x04,0x03,0x0b,0x0e,0x0e,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x05,0x06,0x10,0x0f,0x0c,0x06,0x10,0x06,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x0b,0x0e,0x0c,0x0c,0x0d,0x0d,0x0b,0x0b,0x0d,0x10,0x10,0x0d,0x0c, -0x0c,0x0c,0x0e,0x0c,0x0c,0x04,0x0b,0x0b,0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x06,0x0d,0x06,0x06,0x10,0x10, -0x0c,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x0b,0x0b,0x0c,0x0c, -0x0f,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x06, -0x10,0x10,0x10,0x0d,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x06,0x0f,0x0d,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x10,0x0d,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0c,0x0d,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char blueking2_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x01,0x01, -0x02,0x01,0x01,0x02,0x01,0x02,0x00,0x00,0x01,0x01,0x02,0x02,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x01,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x01,0x03,0x01,0x04,0x04,0x04,0x04,0x01,0x01,0x03,0x05,0x04,0x03,0x03,0x03,0x06, -0x07,0x05,0x08,0x07,0x07,0x05,0x08,0x08,0x07,0x07,0x08,0x09,0x02,0x08,0x02,0x08, -0x05,0x07,0x05,0x05,0x05,0x05,0x02,0x02,0x08,0x05,0x08,0x08,0x08,0x02,0x01,0x01, -0x02,0x01,0x02,0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x03,0x04,0x0a,0x0a,0x0b,0x0b,0x0b,0x0c,0x0d,0x0d,0x0c,0x06,0x0c,0x06,0x0c, -0x0d,0x0c,0x06,0x06,0x06,0x06,0x0c,0x06,0x05,0x06,0x05,0x05,0x05,0x05,0x05,0x05, -0x02,0x03,0x03,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x08,0x01,0x01,0x02,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0c,0x0d,0x0d, -0x0c,0x02,0x01,0x04,0x03,0x0a,0x0b,0x0c,0x0c,0x0d,0x0d,0x0c,0x0e,0x0d,0x0c,0x0b, -0x0b,0x04,0x04,0x04,0x0b,0x04,0x03,0x04,0x03,0x03,0x03,0x04,0x03,0x03,0x01,0x03, -0x01,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x05, -0x08,0x05,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x08,0x08,0x02,0x08,0x08,0x05, -0x08,0x08,0x02,0x05,0x02,0x02,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0c,0x0c,0x0b,0x0b,0x0d,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x04,0x0a,0x0b,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0b,0x0b,0x0b,0x05,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x03,0x03,0x02,0x08,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x01,0x01,0x01,0x03,0x03,0x08,0x05,0x08,0x05,0x08,0x02,0x02, -0x01,0x02,0x05,0x05,0x02,0x08,0x02,0x09,0x08,0x05,0x08,0x05,0x02,0x05,0x02,0x02, -0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x0e,0x0c,0x0e,0x0b,0x03,0x0b,0x0a,0x04,0x03, -0x0b,0x0b,0x04,0x0b,0x0b,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x03,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x01,0x02,0x01,0x02, -0x03,0x08,0x08,0x02,0x05,0x05,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x05,0x05,0x05, -0x02,0x05,0x08,0x08,0x08,0x08,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0c, -0x03,0x04,0x0b,0x04,0x0b,0x0b,0x0b,0x04,0x03,0x03,0x04,0x04,0x03,0x03,0x03,0x03, -0x01,0x02,0x01,0x01,0x01,0x02,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x03,0x08,0x05,0x05,0x05,0x02,0x02, -0x02,0x02,0x08,0x03,0x02,0x08,0x02,0x05,0x05,0x07,0x05,0x05,0x08,0x05,0x05,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0a,0x0b,0x04,0x0b,0x0b,0x0b, -0x04,0x03,0x0b,0x0c,0x0c,0x0c,0x05,0x05,0x07,0x08,0x03,0x02,0x01,0x01,0x01,0x03, -0x07,0x05,0x05,0x07,0x08,0x05,0x05,0x08,0x05,0x05,0x08,0x08,0x02,0x02,0x01,0x01, -0x01,0x02,0x08,0x05,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x09,0x07,0x07,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0a,0x0a,0x0e,0x03, -0x0b,0x0b,0x0b,0x01,0x0b,0x0b,0x03,0x01,0x01,0x03,0x03,0x05,0x05,0x0c,0x05,0x07, -0x07,0x05,0x02,0x03,0x01,0x01,0x01,0x02,0x05,0x07,0x07,0x05,0x07,0x05,0x07,0x05, -0x07,0x05,0x05,0x05,0x02,0x02,0x01,0x02,0x02,0x08,0x08,0x05,0x08,0x02,0x03,0x03, -0x05,0x08,0x05,0x05,0x05,0x05,0x08,0x05,0x05,0x07,0x07,0x09,0x07,0x06,0x06,0x07, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x0e,0x0e,0x0a,0x0e,0x0e,0x0a,0x03,0x0a,0x0b,0x04,0x0b,0x0d,0x0c,0x05,0x04,0x01, -0x03,0x03,0x06,0x06,0x07,0x07,0x07,0x05,0x07,0x05,0x02,0x01,0x01,0x01,0x02,0x05, -0x05,0x05,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x05,0x08,0x02,0x02,0x01,0x01,0x03, -0x02,0x05,0x05,0x08,0x03,0x03,0x02,0x05,0x05,0x08,0x05,0x05,0x05,0x05,0x07,0x07, -0x07,0x07,0x06,0x07,0x06,0x07,0x06,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0e,0x0a,0x0e,0x0a,0x0e,0x0e,0x0a,0x0b,0x03, -0x03,0x0b,0x0b,0x0c,0x05,0x04,0x01,0x01,0x05,0x0f,0x07,0x07,0x07,0x05,0x07,0x07, -0x07,0x05,0x08,0x02,0x02,0x02,0x01,0x02,0x05,0x07,0x07,0x07,0x09,0x07,0x05,0x07, -0x07,0x07,0x09,0x02,0x01,0x01,0x01,0x05,0x05,0x08,0x08,0x02,0x02,0x02,0x08,0x05, -0x05,0x05,0x05,0x05,0x05,0x07,0x07,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x07,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0a,0x0e, -0x0e,0x0e,0x0a,0x03,0x0b,0x0b,0x01,0x0b,0x0b,0x0b,0x0c,0x07,0x03,0x01,0x01,0x07, -0x07,0x07,0x07,0x08,0x05,0x07,0x07,0x07,0x07,0x07,0x02,0x01,0x01,0x01,0x01,0x02, -0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x03,0x02,0x05, -0x05,0x08,0x04,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x07,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x07,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0a,0x03,0x0b,0x0b,0x01,0x0b,0x0c,0x0c, -0x0c,0x05,0x07,0x03,0x01,0x02,0x07,0x06,0x07,0x07,0x06,0x07,0x07,0x07,0x06,0x07, -0x07,0x07,0x03,0x02,0x01,0x01,0x02,0x02,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07, -0x07,0x02,0x01,0x01,0x03,0x08,0x08,0x05,0x02,0x02,0x02,0x05,0x05,0x05,0x05,0x07, -0x07,0x07,0x07,0x06,0x06,0x06,0x06,0x06,0x0f,0x06,0x06,0x06,0x07,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b,0x03, -0x0b,0x0b,0x04,0x01,0x05,0x10,0x0c,0x06,0x05,0x06,0x02,0x02,0x01,0x07,0x06,0x07, -0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x02,0x02,0x01,0x01,0x05, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x01,0x01,0x01,0x03,0x05,0x05,0x03, -0x05,0x05,0x05,0x05,0x05,0x05,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0a,0x01,0x0b,0x0b,0x03,0x01,0x0b,0x10,0x05,0x05,0x05,0x07, -0x07,0x01,0x01,0x03,0x06,0x07,0x06,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x05,0x02,0x01,0x02,0x01,0x05,0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x02, -0x03,0x01,0x01,0x05,0x0c,0x02,0x05,0x05,0x03,0x05,0x05,0x05,0x07,0x06,0x06,0x06, -0x06,0x06,0x06,0x0f,0x0f,0x06,0x06,0x06,0x06,0x06,0x05,0x0c,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x01,0x0e,0x0e,0x0b,0x04, -0x03,0x0c,0x06,0x05,0x05,0x07,0x06,0x05,0x02,0x02,0x05,0x07,0x06,0x06,0x07,0x06, -0x06,0x07,0x07,0x06,0x06,0x07,0x06,0x07,0x06,0x02,0x01,0x01,0x01,0x02,0x07,0x07, -0x09,0x06,0x07,0x05,0x07,0x07,0x02,0x02,0x01,0x04,0x05,0x05,0x05,0x03,0x05,0x05, -0x05,0x05,0x05,0x06,0x07,0x06,0x06,0x06,0x0f,0x06,0x0f,0x0f,0x0f,0x06,0x0f,0x0f, -0x0f,0x10,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x04,0x0a,0x0a,0x0b,0x0b,0x01,0x03,0x05,0x05,0x0f,0x07,0x07,0x06,0x05,0x01, -0x01,0x02,0x07,0x06,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x05,0x07, -0x08,0x02,0x02,0x01,0x01,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x03,0x01, -0x03,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x07,0x07,0x07,0x06,0x0f,0x0f,0x06, -0x0f,0x06,0x0f,0x06,0x0f,0x06,0x05,0x0f,0x05,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x04,0x04,0x0b,0x0d,0x0c,0x04,0x01,0x03,0x0f, -0x07,0x07,0x05,0x06,0x06,0x05,0x02,0x01,0x05,0x07,0x07,0x07,0x06,0x06,0x07,0x07, -0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x02,0x02,0x05,0x07,0x07,0x07, -0x05,0x05,0x07,0x07,0x08,0x01,0x03,0x03,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x05, -0x07,0x07,0x06,0x06,0x0f,0x06,0x0f,0x10,0x06,0x0f,0x0f,0x0f,0x06,0x06,0x06,0x0c, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x01,0x0b, -0x0b,0x0b,0x06,0x04,0x01,0x06,0x0f,0x06,0x10,0x07,0x07,0x07,0x02,0x01,0x02,0x02, -0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08, -0x01,0x02,0x01,0x05,0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x04,0x01,0x03,0x05,0x05, -0x03,0x05,0x05,0x05,0x0c,0x05,0x05,0x06,0x06,0x05,0x0f,0x0f,0x0f,0x06,0x07,0x0f, -0x06,0x07,0x06,0x10,0x05,0x05,0x0b,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0e,0x0a,0x04,0x0e,0x0d,0x0b,0x0c,0x05,0x01,0x03,0x06,0x0f,0x06,0x07, -0x06,0x06,0x07,0x07,0x02,0x01,0x02,0x07,0x06,0x07,0x07,0x07,0x07,0x06,0x07,0x07, -0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x02,0x01,0x02,0x01,0x07,0x07,0x07,0x07,0x07, -0x07,0x06,0x03,0x02,0x01,0x06,0x03,0x03,0x02,0x03,0x05,0x05,0x03,0x0b,0x05,0x07, -0x07,0x10,0x0f,0x0f,0x0f,0x06,0x0f,0x05,0x05,0x05,0x05,0x03,0x0b,0x0b,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0a,0x03,0x0b,0x0d,0x0c,0x0d, -0x03,0x01,0x03,0x06,0x0f,0x07,0x07,0x05,0x07,0x06,0x08,0x01,0x01,0x02,0x02,0x07, -0x07,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x05,0x02,0x01, -0x01,0x02,0x05,0x07,0x07,0x07,0x05,0x07,0x05,0x01,0x01,0x04,0x03,0x03,0x03,0x05, -0x0b,0x0b,0x03,0x01,0x03,0x03,0x05,0x06,0x0f,0x0f,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x03,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e, -0x0a,0x01,0x0a,0x0b,0x0d,0x10,0x06,0x01,0x01,0x07,0x06,0x07,0x06,0x06,0x07,0x06, -0x06,0x05,0x02,0x01,0x01,0x02,0x02,0x05,0x06,0x06,0x07,0x06,0x07,0x07,0x07,0x07, -0x07,0x07,0x06,0x07,0x07,0x02,0x01,0x01,0x02,0x07,0x07,0x05,0x06,0x07,0x07,0x05, -0x03,0x03,0x03,0x0b,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x0c,0x05,0x05,0x05, -0x0c,0x0c,0x0c,0x0b,0x05,0x03,0x03,0x03,0x05,0x03,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0a,0x03,0x0a,0x0d,0x0d,0x05,0x05,0x01,0x01, -0x0f,0x0f,0x06,0x07,0x06,0x06,0x07,0x06,0x07,0x07,0x02,0x01,0x02,0x02,0x05,0x07, -0x06,0x07,0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x06,0x07,0x05,0x01,0x01,0x01, -0x02,0x05,0x07,0x07,0x05,0x05,0x05,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x03,0x06, -0x03,0x01,0x03,0x0b,0x0c,0x0b,0x0c,0x0b,0x03,0x03,0x03,0x03,0x03,0x04,0x03,0x03, -0x03,0x0b,0x04,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x01,0x01, -0x0d,0x0c,0x06,0x05,0x05,0x01,0x07,0x07,0x07,0x07,0x07,0x06,0x06,0x06,0x06,0x07, -0x06,0x05,0x03,0x01,0x01,0x02,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x06,0x06, -0x06,0x07,0x07,0x07,0x02,0x01,0x02,0x03,0x05,0x07,0x07,0x05,0x05,0x04,0x01,0x04, -0x04,0x03,0x03,0x01,0x06,0x06,0x06,0x06,0x04,0x0b,0x0b,0x03,0x03,0x03,0x03,0x03, -0x04,0x04,0x03,0x04,0x04,0x03,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e,0x0e,0x0e, -0x04,0x0a,0x0e,0x0e,0x0a,0x01,0x0b,0x0c,0x0b,0x05,0x06,0x03,0x02,0x06,0x06,0x07, -0x07,0x0f,0x07,0x06,0x06,0x07,0x07,0x07,0x06,0x01,0x02,0x01,0x01,0x08,0x07,0x06, -0x07,0x06,0x07,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x03,0x01,0x01,0x01,0x05, -0x07,0x07,0x05,0x05,0x04,0x04,0x0b,0x0b,0x03,0x01,0x03,0x06,0x06,0x01,0x04,0x0b, -0x0b,0x03,0x03,0x04,0x03,0x03,0x04,0x04,0x04,0x03,0x04,0x04,0x04,0x03,0x03,0x04, -0x0b,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x03,0x0e,0x0a,0x0a,0x04,0x04,0x0c,0x05,0x05, -0x05,0x05,0x01,0x02,0x07,0x0f,0x06,0x06,0x06,0x06,0x0f,0x07,0x06,0x07,0x07,0x06, -0x07,0x02,0x01,0x01,0x01,0x05,0x07,0x06,0x06,0x06,0x06,0x06,0x07,0x06,0x06,0x06, -0x06,0x07,0x07,0x03,0x01,0x02,0x03,0x05,0x05,0x05,0x05,0x04,0x03,0x03,0x04,0x03, -0x01,0x03,0x03,0x01,0x04,0x0b,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x03,0x03,0x03, -0x03,0x04,0x04,0x03,0x0b,0x0b,0x04,0x03,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x0e, -0x0a,0x0b,0x02,0x0c,0x10,0x05,0x06,0x07,0x03,0x01,0x03,0x0f,0x06,0x06,0x06,0x07, -0x07,0x0f,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x02,0x01,0x01,0x01,0x05,0x06,0x0f, -0x07,0x06,0x07,0x07,0x06,0x06,0x07,0x07,0x06,0x06,0x02,0x01,0x02,0x03,0x0f,0x05, -0x05,0x04,0x03,0x10,0x04,0x03,0x03,0x01,0x01,0x03,0x0b,0x0b,0x03,0x03,0x04,0x03, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x04,0x04,0x0b,0x0a,0x0a,0x0a,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x08, -0x08,0x08,0x05,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x04,0x0e,0x0e,0x0e,0x03,0x02,0x10,0x05,0x05,0x05,0x05,0x01, -0x01,0x07,0x06,0x07,0x06,0x07,0x07,0x07,0x06,0x06,0x06,0x06,0x07,0x06,0x07,0x07, -0x09,0x01,0x01,0x01,0x02,0x07,0x06,0x07,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07, -0x07,0x03,0x03,0x03,0x01,0x05,0x05,0x0c,0x03,0x10,0x04,0x0b,0x0b,0x04,0x03,0x0b, -0x0b,0x0b,0x04,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x0b,0x09,0x09,0x07, -0x0b,0x0b,0x0a,0x03,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00, -0x00,0x00,0x00,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x03,0x0e,0x0e,0x0b,0x03,0x01, -0x06,0x10,0x05,0x07,0x07,0x02,0x01,0x01,0x0c,0x06,0x06,0x07,0x06,0x07,0x07,0x06, -0x06,0x06,0x06,0x06,0x07,0x06,0x07,0x09,0x02,0x01,0x01,0x02,0x03,0x06,0x06,0x06, -0x07,0x07,0x0f,0x07,0x05,0x06,0x06,0x06,0x05,0x03,0x01,0x01,0x05,0x06,0x03,0x10, -0x10,0x03,0x04,0x04,0x0b,0x0b,0x0b,0x03,0x0b,0x04,0x04,0x04,0x04,0x04,0x03,0x04, -0x04,0x0a,0x0a,0x0b,0x0a,0x0e,0x0a,0x07,0x0b,0x01,0x03,0x0d,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x09,0x08,0x09,0x08,0x09,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0a,0x0d,0x0c,0x01,0x03,0x10,0x06,0x07,0x05,0x06,0x07,0x01,0x01,0x02, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x06,0x06,0x06,0x07, -0x02,0x01,0x01,0x02,0x02,0x06,0x0f,0x07,0x06,0x07,0x06,0x07,0x07,0x07,0x07,0x06, -0x01,0x01,0x01,0x05,0x0f,0x10,0x10,0x04,0x03,0x0b,0x04,0x0b,0x04,0x03,0x03,0x03, -0x04,0x04,0x03,0x04,0x04,0x03,0x04,0x0b,0x07,0x0a,0x0e,0x0e,0x0b,0x07,0x0b,0x03, -0x0d,0x0e,0x0e,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x08,0x08, -0x08,0x08,0x08,0x08,0x05,0x08,0x08,0x08,0x09,0x08,0x09,0x09,0x05,0x00,0x00,0x00, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x04,0x0b,0x0b,0x0d,0x04,0x01,0x06,0x0f,0x07, -0x07,0x07,0x0f,0x05,0x01,0x02,0x02,0x07,0x0f,0x06,0x06,0x06,0x06,0x06,0x07,0x06, -0x07,0x06,0x06,0x06,0x07,0x07,0x06,0x05,0x02,0x01,0x02,0x02,0x02,0x07,0x06,0x06, -0x07,0x06,0x05,0x07,0x06,0x06,0x06,0x03,0x01,0x03,0x0f,0x10,0x10,0x10,0x0b,0x0b, -0x0b,0x0b,0x0b,0x04,0x03,0x04,0x03,0x04,0x0b,0x0b,0x0b,0x0b,0x0c,0x0b,0x09,0x0e, -0x0e,0x0e,0x0a,0x09,0x0e,0x0e,0x0c,0x06,0x03,0x01,0x03,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x02,0x08,0x02,0x02,0x02,0x09,0x09,0x09,0x09, -0x09,0x09,0x07,0x0b,0x04,0x00,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x03,0x0b,0x0c, -0x0d,0x05,0x01,0x03,0x0f,0x05,0x06,0x07,0x06,0x06,0x07,0x02,0x01,0x02,0x06,0x06, -0x0f,0x06,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x07,0x07,0x06,0x06,0x07,0x06,0x02, -0x01,0x02,0x01,0x02,0x02,0x07,0x06,0x07,0x07,0x07,0x06,0x07,0x06,0x06,0x01,0x01, -0x0f,0x0f,0x10,0x10,0x04,0x03,0x04,0x0c,0x0a,0x04,0x0b,0x0a,0x03,0x0b,0x0d,0x0d, -0x03,0x03,0x03,0x0a,0x0e,0x09,0x09,0x07,0x0e,0x0a,0x0e,0x0d,0x03,0x01,0x01,0x03, -0x03,0x0c,0x04,0x04,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x05, -0x08,0x09,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x03,0x0a,0x0e,0x03,0x0b,0x0d,0x0c,0x0c,0x0b,0x02,0x0d,0x0f,0x06,0x06,0x10,0x06, -0x07,0x06,0x02,0x01,0x02,0x03,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0f,0x06,0x06,0x06,0x06,0x06,0x08,0x02,0x01,0x01,0x02,0x03,0x01,0x05,0x0f, -0x06,0x06,0x06,0x07,0x06,0x10,0x0f,0x0f,0x0e,0x10,0x10,0x0b,0x0b,0x0d,0x0c,0x01, -0x0d,0x0b,0x0b,0x03,0x04,0x01,0x01,0x01,0x01,0x04,0x0b,0x0a,0x0e,0x0e,0x0e,0x0e, -0x03,0x01,0x01,0x03,0x0c,0x0e,0x03,0x0b,0x0b,0x03,0x00,0x00,0x00,0x08,0x08,0x08, -0x05,0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x06,0x0e,0x0e,0x0a,0x0a,0x0e,0x03,0x0a,0x0e,0x0b,0x02,0x0e,0x0c,0x0c,0x06,0x01, -0x03,0x06,0x06,0x07,0x06,0x0f,0x0f,0x06,0x06,0x02,0x01,0x01,0x01,0x05,0x06,0x06, -0x06,0x06,0x06,0x0f,0x06,0x07,0x07,0x06,0x06,0x06,0x06,0x06,0x07,0x06,0x06,0x07, -0x08,0x03,0x01,0x02,0x02,0x01,0x06,0x06,0x07,0x06,0x10,0x10,0x10,0x0f,0x0f,0x0e, -0x10,0x0b,0x0b,0x0d,0x0d,0x04,0x03,0x03,0x03,0x01,0x01,0x03,0x0b,0x03,0x03,0x03, -0x0d,0x0e,0x0e,0x03,0x03,0x01,0x01,0x03,0x0b,0x0d,0x0c,0x0e,0x03,0x03,0x0b,0x0a, -0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x09,0x09,0x07,0x09,0x09,0x05,0x0e,0x0e,0x0e,0x0e,0x0e,0x03,0x0e,0x0e,0x0b, -0x03,0x0b,0x10,0x0c,0x06,0x04,0x01,0x03,0x06,0x0f,0x0f,0x06,0x06,0x06,0x06,0x06, -0x05,0x01,0x01,0x01,0x02,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x06, -0x07,0x07,0x06,0x0f,0x07,0x06,0x07,0x07,0x03,0x02,0x01,0x01,0x01,0x01,0x06,0x06, -0x10,0x0f,0x10,0x0f,0x0f,0x0e,0x10,0x10,0x0b,0x0d,0x0d,0x04,0x04,0x01,0x01,0x03, -0x0d,0x0e,0x0c,0x0e,0x0e,0x0d,0x0e,0x03,0x03,0x01,0x01,0x03,0x0e,0x0d,0x0e,0x0b, -0x0b,0x0a,0x02,0x03,0x0b,0x0e,0x05,0x00,0x00,0x08,0x08,0x08,0x05,0x08,0x08,0x08, -0x08,0x08,0x09,0x08,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x07,0x0e,0x0e,0x0e, -0x0e,0x0e,0x04,0x0e,0x0e,0x0b,0x0b,0x03,0x0d,0x0d,0x10,0x06,0x03,0x02,0x05,0x06, -0x07,0x0f,0x0f,0x07,0x06,0x06,0x06,0x06,0x05,0x02,0x01,0x01,0x02,0x02,0x05,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x06,0x06,0x05,0x06, -0x06,0x06,0x01,0x01,0x01,0x03,0x0f,0x0f,0x0f,0x0e,0x10,0x0f,0x0e,0x10,0x10,0x0c, -0x0d,0x0b,0x04,0x03,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0e,0x03,0x01,0x01,0x03,0x0c, -0x0d,0x0b,0x0b,0x0b,0x03,0x04,0x0b,0x0b,0x04,0x0b,0x05,0x05,0x0e,0x00,0x00,0x08, -0x02,0x08,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x08,0x09,0x09,0x0e,0x0e,0x0e,0x0e,0x0e,0x04,0x0e,0x0e,0x0e,0x0b,0x03,0x0b,0x10, -0x0d,0x06,0x06,0x03,0x02,0x0f,0x06,0x06,0x0f,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x05,0x02,0x01,0x02,0x02,0x05,0x07,0x06,0x06,0x06,0x0f,0x06,0x06,0x06,0x07,0x06, -0x06,0x06,0x0f,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x0c,0x0f,0x06,0x10,0x0f, -0x0e,0x0f,0x10,0x0e,0x10,0x10,0x0d,0x0b,0x01,0x03,0x0c,0x0c,0x0b,0x0b,0x0d,0x03, -0x03,0x01,0x03,0x0b,0x0b,0x0b,0x0b,0x04,0x03,0x03,0x04,0x0b,0x03,0x05,0x05,0x05, -0x05,0x0c,0x0e,0x00,0x00,0x00,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x08, -0x08,0x09,0x09,0x08,0x09,0x09,0x08,0x09,0x09,0x06,0x0e,0x0e,0x0e,0x0e,0x03,0x04, -0x0e,0x0e,0x0a,0x0b,0x04,0x0d,0x0f,0x05,0x0f,0x0b,0x01,0x02,0x0f,0x0f,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x01,0x02,0x02,0x05,0x07,0x06, -0x06,0x06,0x0f,0x0f,0x06,0x06,0x06,0x06,0x0f,0x06,0x07,0x06,0x06,0x07,0x06,0x06, -0x06,0x0f,0x0f,0x0f,0x0e,0x10,0x0f,0x0e,0x0f,0x0f,0x0e,0x0e,0x0d,0x0e,0x01,0x03, -0x0c,0x0d,0x03,0x03,0x01,0x01,0x01,0x0b,0x0b,0x0b,0x03,0x03,0x04,0x03,0x04,0x03, -0x04,0x0b,0x03,0x0b,0x0b,0x0b,0x0b,0x0a,0x0e,0x00,0x00,0x00,0x02,0x08,0x02,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x08,0x09,0x09,0x09,0x09, -0x0e,0x0e,0x0e,0x0e,0x0a,0x04,0x0e,0x0e,0x0b,0x0b,0x02,0x0b,0x0f,0x10,0x05,0x06, -0x08,0x02,0x02,0x0f,0x06,0x0f,0x06,0x06,0x06,0x06,0x06,0x07,0x06,0x06,0x07,0x06, -0x07,0x01,0x01,0x01,0x02,0x02,0x03,0x06,0x06,0x0f,0x0f,0x06,0x06,0x06,0x06,0x07, -0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0e,0x0e,0x0f, -0x0f,0x0e,0x0c,0x0e,0x01,0x03,0x10,0x03,0x01,0x03,0x03,0x0b,0x0e,0x0b,0x04,0x04, -0x04,0x03,0x04,0x04,0x03,0x03,0x04,0x04,0x03,0x0b,0x0a,0x0e,0x0e,0x0e,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09, -0x09,0x08,0x09,0x09,0x09,0x09,0x0e,0x0e,0x0e,0x0e,0x0e,0x04,0x0b,0x0e,0x0c,0x0d, -0x03,0x03,0x0f,0x10,0x0c,0x10,0x06,0x01,0x01,0x03,0x0f,0x06,0x0f,0x06,0x06,0x06, -0x06,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x07,0x02,0x02,0x01,0x01,0x02,0x02,0x03, -0x03,0x05,0x0f,0x0f,0x06,0x06,0x0f,0x07,0x07,0x06,0x06,0x06,0x06,0x0f,0x10,0x0f, -0x0e,0x0f,0x0e,0x0f,0x0f,0x0e,0x0f,0x0e,0x04,0x0e,0x01,0x03,0x03,0x01,0x03,0x0b, -0x0b,0x0b,0x0d,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x03,0x04,0x0b, -0x0a,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x07,0x02,0x02,0x02,0x02,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x07,0x08,0x09,0x09,0x09,0x09,0x08,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x03,0x0e,0x0b,0x0b,0x0b,0x01,0x0b,0x10,0x0d,0x10,0x0c,0x06,0x03,0x02, -0x0b,0x06,0x0f,0x0f,0x05,0x06,0x07,0x06,0x06,0x07,0x06,0x06,0x07,0x07,0x06,0x06, -0x07,0x08,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x0b,0x03,0x07,0x05,0x0f, -0x06,0x06,0x06,0x10,0x0f,0x0f,0x0f,0x0e,0x0f,0x0e,0x10,0x0e,0x0e,0x0e,0x03,0x0d, -0x0b,0x01,0x01,0x03,0x0e,0x0d,0x04,0x04,0x03,0x04,0x03,0x04,0x04,0x04,0x03,0x04, -0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0a,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x08, -0x07,0x08,0x02,0x08,0x08,0x08,0x08,0x08,0x02,0x08,0x08,0x08,0x05,0x08,0x08,0x08, -0x09,0x08,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0b,0x0e,0x0e,0x0e,0x0b,0x01,0x0b, -0x10,0x0c,0x10,0x10,0x06,0x02,0x01,0x01,0x05,0x0f,0x0f,0x0f,0x0f,0x0f,0x05,0x06, -0x06,0x06,0x0f,0x07,0x06,0x06,0x06,0x06,0x0f,0x10,0x06,0x04,0x03,0x01,0x01,0x02, -0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x0b,0x03,0x10,0x0b,0x0e,0x0f,0x0e,0x0f,0x0f, -0x0e,0x01,0x03,0x01,0x01,0x0f,0x0f,0x04,0x01,0x03,0x0b,0x0b,0x04,0x04,0x04,0x0a, -0x03,0x04,0x04,0x04,0x04,0x03,0x03,0x04,0x0a,0x0a,0x0b,0x0e,0x0e,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x07,0x08,0x08,0x10,0x03,0x02,0x02,0x08,0x08,0x05,0x08,0x05, -0x08,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x04, -0x0e,0x0a,0x0b,0x0a,0x04,0x03,0x0c,0x10,0x10,0x10,0x10,0x06,0x03,0x01,0x01,0x03, -0x06,0x06,0x06,0x0f,0x07,0x07,0x07,0x06,0x0f,0x0f,0x0f,0x0f,0x07,0x0f,0x0f,0x0f, -0x06,0x06,0x07,0x05,0x07,0x07,0x05,0x02,0x03,0x01,0x03,0x04,0x01,0x01,0x01,0x0c, -0x0d,0x10,0x0e,0x0f,0x0e,0x0e,0x03,0x01,0x04,0x0b,0x0d,0x0b,0x0c,0x0d,0x04,0x03, -0x0b,0x04,0x04,0x03,0x04,0x0b,0x03,0x04,0x03,0x03,0x03,0x03,0x0b,0x0b,0x0e,0x0e, -0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x08,0x10,0x03,0x03, -0x02,0x08,0x08,0x05,0x02,0x02,0x05,0x05,0x02,0x05,0x08,0x05,0x08,0x05,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0b,0x01,0x03,0x0d,0x0c,0x10, -0x10,0x0f,0x05,0x03,0x01,0x01,0x01,0x05,0x0f,0x0f,0x0f,0x06,0x07,0x0f,0x06,0x06, -0x06,0x06,0x07,0x06,0x0f,0x07,0x06,0x06,0x05,0x07,0x06,0x07,0x06,0x0c,0x05,0x07, -0x05,0x10,0x05,0x03,0x01,0x01,0x0f,0x0f,0x0f,0x0e,0x0f,0x0b,0x01,0x04,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0d,0x0b,0x04,0x04,0x03,0x04,0x04,0x04,0x0a,0x04,0x03,0x03,0x04, -0x03,0x0a,0x0b,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x07,0x10,0x0b,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x05,0x0b,0x0a,0x00,0x00,0x04,0x0e,0x0e,0x04,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0b,0x04,0x01,0x0b,0x10,0x0d,0x10,0x10,0x10,0x07,0x05,0x02,0x02,0x01,0x01, -0x03,0x05,0x06,0x0f,0x0f,0x06,0x0f,0x06,0x07,0x06,0x05,0x06,0x06,0x07,0x05,0x07, -0x05,0x0f,0x10,0x0f,0x0f,0x10,0x05,0x05,0x0c,0x06,0x05,0x06,0x06,0x0f,0x0f,0x0f, -0x0d,0x01,0x01,0x0d,0x0b,0x0e,0x0e,0x0e,0x0a,0x01,0x01,0x04,0x0b,0x0a,0x0a,0x0a, -0x0b,0x0a,0x03,0x0b,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0b,0x0c,0x0b,0x0b,0x03,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x04,0x0e,0x0e,0x04, -0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0b,0x03,0x03,0x0d,0x0d,0x0c,0x10,0x05, -0x05,0x10,0x06,0x02,0x01,0x01,0x01,0x03,0x01,0x03,0x0b,0x07,0x10,0x0f,0x10,0x05, -0x10,0x05,0x05,0x06,0x0f,0x06,0x10,0x0f,0x0c,0x10,0x10,0x10,0x05,0x05,0x10,0x05, -0x05,0x05,0x05,0x06,0x0d,0x0f,0x0b,0x01,0x04,0x0e,0x0b,0x0e,0x0a,0x04,0x01,0x04, -0x0a,0x0b,0x0b,0x0d,0x0b,0x0a,0x0a,0x04,0x03,0x0b,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e, -0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x04,0x0e,0x0a,0x04,0x0e,0x0e,0x0e,0x0e,0x0a,0x04,0x0a,0x0e,0x0a,0x0b, -0x04,0x01,0x0b,0x0c,0x0c,0x10,0x0f,0x0f,0x0f,0x07,0x05,0x05,0x03,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x0b,0x06,0x10,0x10,0x0f,0x0f,0x07,0x05,0x05,0x10,0x10, -0x10,0x07,0x0c,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0c,0x04,0x04,0x0e, -0x0e,0x0e,0x01,0x01,0x03,0x0a,0x0e,0x0e,0x0e,0x0e,0x0a,0x03,0x03,0x04,0x04,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0b,0x01,0x0e,0x0e,0x0e,0x0a, -0x0e,0x0b,0x04,0x0e,0x0e,0x0e,0x0d,0x04,0x01,0x0b,0x0f,0x06,0x0c,0x0c,0x0c,0x07, -0x05,0x07,0x0f,0x0f,0x06,0x05,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x04,0x04,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x04,0x0b, -0x0b,0x0d,0x0c,0x0b,0x0b,0x0b,0x0e,0x01,0x04,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e, -0x0e,0x04,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0a,0x0a,0x0e,0x0e,0x0e,0x0b,0x04,0x03, -0x03,0x10,0x10,0x10,0x05,0x0c,0x0c,0x10,0x07,0x05,0x07,0x05,0x10,0x10,0x06,0x06, -0x05,0x04,0x04,0x04,0x04,0x04,0x01,0x04,0x04,0x01,0x01,0x04,0x01,0x04,0x04,0x04, -0x03,0x04,0x0b,0x0c,0x0d,0x0c,0x0b,0x0b,0x0d,0x0e,0x0e,0x0e,0x0e,0x03,0x0a,0x0e, -0x0a,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x0e,0x0e,0x04,0x0a,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x04, -0x0a,0x0b,0x0e,0x0d,0x0c,0x04,0x01,0x03,0x0b,0x10,0x10,0x0c,0x05,0x05,0x05,0x05, -0x05,0x10,0x0f,0x05,0x06,0x0c,0x10,0x0d,0x0c,0x0d,0x0c,0x10,0x10,0x05,0x0c,0x0c, -0x0d,0x0c,0x05,0x06,0x0c,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x0b, -0x0c,0x0c,0x04,0x01,0x0e,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0b,0x0b,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0e,0x04,0x04,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x01,0x0b,0x0d,0x0b,0x0b,0x10,0x04,0x01,0x03,0x04, -0x0b,0x10,0x10,0x05,0x10,0x05,0x10,0x05,0x10,0x10,0x05,0x0c,0x10,0x0c,0x06,0x10, -0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0b,0x0c,0x0b,0x0c,0x0c,0x0c,0x0c,0x0d,0x0b,0x0b, -0x0b,0x0b,0x04,0x04,0x04,0x0b,0x0c,0x0c,0x0b,0x0b,0x10,0x0d,0x0b,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x0e,0x0e,0x04,0x04,0x0e,0x0a,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x04,0x0b,0x0b, -0x0b,0x0b,0x0d,0x0c,0x01,0x01,0x01,0x03,0x03,0x04,0x0b,0x0c,0x0c,0x05,0x06,0x10, -0x10,0x10,0x10,0x05,0x0c,0x0d,0x10,0x10,0x0c,0x0c,0x0d,0x0c,0x0b,0x0c,0x0b,0x0d, -0x0b,0x0b,0x04,0x04,0x04,0x04,0x01,0x04,0x03,0x0b,0x0b,0x0c,0x0c,0x0d,0x0e,0x0d, -0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e,0x0a,0x04,0x0e,0x0e,0x0b,0x0a,0x0b, -0x0a,0x0b,0x0b,0x0b,0x04,0x0b,0x0d,0x0b,0x0b,0x0d,0x0f,0x0b,0x03,0x04,0x01,0x01, -0x01,0x01,0x03,0x04,0x0b,0x0b,0x0b,0x0c,0x0b,0x0c,0x0d,0x0d,0x0c,0x0d,0x0b,0x0b, -0x04,0x04,0x04,0x04,0x01,0x01,0x04,0x03,0x04,0x04,0x04,0x04,0x04,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0d,0x0b,0x0e,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e, -0x04,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0a,0x0b,0x0b,0x04,0x04,0x0d,0x0c,0x0b, -0x0b,0x0c,0x0b,0x0d,0x0b,0x04,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x03,0x01,0x03, -0x03,0x01,0x01,0x01,0x01,0x04,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0e,0x0d,0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0e,0x0e,0x04,0x0a,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0b,0x0b, -0x0e,0x0b,0x04,0x04,0x0b,0x0b,0x0d,0x0c,0x0b,0x0b,0x0d,0x0b,0x0d,0x0d,0x0d,0x0c, -0x0b,0x0b,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0d,0x0b,0x0e,0x0e,0x0a,0x0e,0x0e,0x0d,0x0b,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x04,0x03,0x0e,0x0a, -0x04,0x0e,0x0e,0x0a,0x0e,0x0e,0x0b,0x0a,0x0b,0x04,0x01,0x04,0x0b,0x0b,0x0a,0x0b, -0x0b,0x0e,0x0b,0x0b,0x0b,0x0c,0x0c,0x0b,0x0d,0x0d,0x0b,0x0b,0x0c,0x0a,0x0b,0x0b, -0x0c,0x0e,0x0b,0x0e,0x0b,0x0b,0x0b,0x0b,0x0e,0x0b,0x0e,0x0a,0x0a,0x04,0x03,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x0e,0x0c,0x03,0x03,0x0e,0x0e,0x04,0x0a,0x0a,0x0a,0x0b,0x04,0x0b,0x0b,0x0b,0x0b, -0x04,0x04,0x04,0x04,0x0b,0x0e,0x0b,0x0b,0x0b,0x0e,0x0b,0x0b,0x0c,0x0d,0x0b,0x0d, -0x0b,0x0b,0x0e,0x0e,0x0b,0x0b,0x0b,0x0e,0x0e,0x0e,0x0b,0x0b,0x0b,0x04,0x04,0x04, -0x04,0x04,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0c,0x0a,0x04,0x0e,0x0e,0x0a,0x04,0x0e,0x0e, -0x0b,0x0e,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x03,0x04,0x04,0x04,0x04,0x0b, -0x0a,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0a,0x0b,0x0a,0x04,0x04,0x04,0x04, -0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e,0x04, -0x03,0x0e,0x0d,0x04,0x04,0x0e,0x0a,0x0b,0x0b,0x0b,0x04,0x0b,0x0a,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x04,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x04, -0x04,0x04,0x03,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0c,0x0c,0x0e,0x0e,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x0e,0x0d,0x0b,0x01,0x04,0x0b,0x0b,0x01,0x0b,0x0d,0x0e,0x0a,0x0a, -0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0e,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x0c,0x0b,0x0b,0x10,0x0c,0x0c,0x0b,0x0c, -0x0b,0x01,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0d,0x04,0x01,0x0e,0x0e, -0x0b,0x04,0x04,0x0e,0x0d,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0d,0x0b,0x0a,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x05,0x04, -0x10,0x05,0x10,0x10,0x10,0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x0e,0x0d,0x0b,0x04,0x04,0x0d,0x0c,0x0b,0x04,0x04,0x0b,0x0b,0x0e,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x04,0x0a,0x0b,0x0b,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0b, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0c,0x04,0x02,0x06,0x05,0x05,0x0f,0x10,0x0f,0x03,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x0b,0x0b,0x04,0x04,0x0b,0x0f,0x0c,0x04, -0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x03,0x06,0x05,0x03,0x06,0x10,0x10,0x0f,0x01, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x0d, -0x0b,0x04,0x01,0x04,0x0e,0x0d,0x0c,0x0d,0x0c,0x0d,0x0b,0x0b,0x0b,0x0b,0x04,0x0b, -0x0b,0x0b,0x0b,0x0c,0x0b,0x0d,0x0b,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0e,0x0a, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x06,0x03,0x06,0x0f, -0x10,0x10,0x0f,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x0c,0x05,0x03,0x04,0x01,0x04,0x03,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0c,0x0e,0x0b,0x0d,0x0d,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x04,0x04, -0x0b,0x0a,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x03,0x06,0x10,0x0f,0x0c,0x10,0x0f,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x10,0x04, -0x0c,0x03,0x04,0x04,0x04,0x01,0x04,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x01,0x04, -0x04,0x03,0x0b,0x04,0x0e,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x05,0x06,0x10,0x0f,0x0c,0x06,0x10,0x06,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x10,0x10,0x04,0x04, -0x04,0x04,0x04,0x04,0x0c,0x04,0x0b,0x0b,0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x06,0x10,0x0d,0x06,0x06,0x10,0x10, -0x0c,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02,0x06,0x0f, -0x0d,0x10,0x10,0x0d,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0f,0x10,0x0d,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0d,0x0c,0x0d,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0c,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/butfish.h b/fishmaps/butfish.h deleted file mode 100644 index 647677b..0000000 --- a/fishmaps/butfish.h +++ /dev/null @@ -1,1021 +0,0 @@ -#define butfish_width 98 -#define butfish_height 82 -#define butfish_colors 16 -#define butfish_back 0 -int butfish_reds[] = {65280, 28160, 48896, 36096, 33792, 57856, 51712, -56576, 54272, 49920, 34048, 25600, 21504, 47104, -16128, 6144}; -int butfish_greens[] = {65280, 24576, 39168, 35584, 35072, 49408, 39680, -50944, 48896, 30976, 22784, 9472, 20992, 19456, -6656, 4096}; -int butfish_blues[] = {64512, 22272, 26624, 21760, 33536, 20736, 16128, -43776, 34048, 16128, 11776, 7424, 11776, 9728, -6400, 6656}; -unsigned char butfish_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x03,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x04,0x01,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x05,0x00,0x00,0x05,0x00,0x00, -0x05,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03, -0x03,0x02,0x06,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x07,0x05,0x05,0x00,0x05, -0x05,0x00,0x05,0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x02,0x02, -0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x05,0x02,0x02,0x07, -0x08,0x05,0x05,0x08,0x08,0x05,0x05,0x00,0x08,0x05,0x08,0x00,0x08,0x05,0x05,0x00, -0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02, -0x02,0x07,0x07,0x02,0x02,0x02,0x05,0x05,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x08,0x07,0x08,0x08,0x07,0x02,0x02,0x05,0x08,0x05,0x05,0x00,0x00,0x05, -0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03, -0x02,0x07,0x07,0x02,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x06,0x05,0x06,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x08,0x07,0x08,0x05,0x02,0x06,0x05, -0x07,0x05,0x05,0x08,0x00,0x08,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x03,0x07,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x06, -0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x05,0x05,0x08,0x05,0x02,0x02,0x02, -0x04,0x02,0x02,0x02,0x02,0x05,0x00,0x00,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x03,0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x05,0x05,0x06,0x06, -0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x07,0x08,0x07,0x08,0x02,0x08,0x05,0x08,0x05,0x05,0x08,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x05, -0x05,0x06,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x07,0x07,0x08,0x08,0x03,0x05,0x06,0x05, -0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08, -0x08,0x08,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x08,0x08,0x08,0x02,0x02, -0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x05,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x08, -0x08,0x08,0x08,0x08,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x08,0x08, -0x08,0x07,0x02,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x06, -0x05,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x02,0x05,0x06,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x02,0x07,0x02,0x05,0x05, -0x05,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x05, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x06,0x05,0x06,0x06,0x05,0x05,0x02, -0x08,0x08,0x08,0x08,0x08,0x07,0x07,0x08,0x02,0x06,0x06,0x06,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x08,0x07,0x05, -0x05,0x06,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05, -0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06,0x06,0x06,0x06, -0x06,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06,0x06,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x08, -0x02,0x05,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x05,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06,0x06, -0x06,0x06,0x06,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06,0x06,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x09,0x09, -0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06, -0x06,0x09,0x09,0x09,0x09,0x06,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x06, -0x09,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x03,0x02,0x07,0x02,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x09,0x0a,0x0b,0x0c, -0x0c,0x09,0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x08,0x02, -0x06,0x06,0x09,0x09,0x0d,0x09,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x06,0x09,0x09,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x06,0x0a,0x0e, -0x0f,0x0f,0x0e,0x0a,0x06,0x06,0x06,0x06,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x02, -0x02,0x02,0x02,0x09,0x09,0x0d,0x09,0x09,0x09,0x09,0x06,0x02,0x06,0x02,0x02,0x02, -0x02,0x02,0x06,0x09,0x0a,0x0d,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x06,0x06,0x06,0x09, -0x0c,0x0f,0x0f,0x0f,0x0f,0x03,0x09,0x09,0x06,0x06,0x08,0x08,0x08,0x08,0x05,0x02, -0x02,0x02,0x02,0x05,0x02,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x09,0x06,0x02,0x02,0x06, -0x02,0x02,0x02,0x02,0x06,0x09,0x0a,0x0d,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x07,0x05,0x05,0x05,0x06,0x06,0x06, -0x06,0x09,0x0e,0x0f,0x0f,0x0f,0x0f,0x0c,0x0d,0x09,0x06,0x06,0x08,0x08,0x08,0x02, -0x02,0x02,0x02,0x02,0x02,0x06,0x06,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x09,0x06,0x09, -0x06,0x06,0x02,0x09,0x06,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0c,0x04,0x02,0x02,0x05,0x06,0x05, -0x06,0x06,0x06,0x09,0x0f,0x0f,0x0f,0x0f,0x0f,0x0a,0x0d,0x09,0x06,0x06,0x05,0x05, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x06,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0a, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0c,0x0a,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x07,0x02,0x05, -0x05,0x06,0x06,0x06,0x06,0x03,0x0e,0x0f,0x0f,0x0f,0x0f,0x0b,0x09,0x09,0x06,0x06, -0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x06,0x09,0x0d,0x0d,0x0d,0x0a, -0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0b,0x0a, -0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x07, -0x02,0x05,0x06,0x05,0x05,0x06,0x06,0x09,0x0c,0x0f,0x0f,0x0f,0x0e,0x0a,0x09,0x09, -0x06,0x06,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0d,0x0d, -0x0d,0x0a,0x0d,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a, -0x0b,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01, -0x02,0x07,0x02,0x05,0x05,0x05,0x08,0x05,0x06,0x09,0x0a,0x0f,0x0f,0x0f,0x0e,0x0a, -0x0d,0x09,0x02,0x06,0x06,0x02,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x06,0x09, -0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a, -0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x01,0x04,0x02,0x05,0x05,0x06,0x05,0x08,0x08,0x06,0x09,0x09,0x0b,0x0e,0x0b, -0x0a,0x0d,0x0d,0x09,0x06,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x09,0x0a,0x0d,0x0d,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x0a,0x0b,0x0a,0x0e,0x0a,0x0a,0x0a,0x0a,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x01,0x07,0x02,0x05,0x06,0x06,0x08,0x07,0x07,0x06,0x09,0x09,0x0a, -0x0a,0x0a,0x0d,0x0d,0x0d,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x08,0x02,0x06,0x02, -0x06,0x02,0x06,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x03,0x0a,0x0a,0x0b,0x0b,0x0e,0x0a,0x0a,0x0a,0x09,0x0a,0x0a,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x08,0x03,0x07,0x02,0x06,0x06,0x06,0x08,0x07,0x07,0x02,0x09, -0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x06,0x06,0x02,0x02,0x02,0x06,0x06,0x02, -0x02,0x02,0x02,0x02,0x02,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x0c,0x0b,0x0b,0x0e,0x0a,0x0a,0x0a,0x09,0x0a,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x07,0x02,0x05,0x06,0x06,0x08,0x08,0x07, -0x08,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x06,0x06,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x02,0x09,0x03, -0x0a,0x09,0x02,0x09,0x09,0x03,0x0a,0x0c,0x0b,0x0b,0x0f,0x0a,0x0a,0x0a,0x09,0x0a, -0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x07,0x02,0x06,0x06,0x06,0x07, -0x07,0x07,0x08,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x06,0x06,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x03, -0x02,0x02,0x03,0x09,0x0a,0x09,0x09,0x0a,0x03,0x0b,0x0b,0x0b,0x0e,0x0a,0x0a,0x0a, -0x03,0x09,0x0c,0x0c,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x07,0x06,0x06,0x06, -0x05,0x08,0x07,0x08,0x08,0x06,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x06,0x06,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x09,0x09,0x0c,0x0a,0x0a,0x0a,0x0b, -0x0a,0x03,0x03,0x09,0x02,0x03,0x02,0x0a,0x03,0x03,0x0a,0x0b,0x0e,0x0b,0x0e,0x0a, -0x0a,0x09,0x0a,0x09,0x0b,0x0b,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x07,0x06, -0x06,0x06,0x02,0x08,0x07,0x07,0x07,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x09, -0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0a,0x0a, -0x0a,0x0b,0x0b,0x0a,0x03,0x03,0x0a,0x03,0x03,0x02,0x0a,0x0a,0x03,0x0b,0x0e,0x0b, -0x0e,0x0c,0x0a,0x0a,0x0a,0x03,0x0c,0x0b,0x0c,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0c, -0x03,0x07,0x06,0x06,0x02,0x07,0x07,0x07,0x08,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x09,0x03,0x0b, -0x0b,0x0b,0x0a,0x0b,0x0b,0x03,0x0a,0x0a,0x03,0x0a,0x03,0x03,0x03,0x03,0x03,0x0b, -0x0e,0x0b,0x0e,0x0c,0x0a,0x0a,0x0a,0x0a,0x0c,0x0b,0x0c,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x0b,0x03,0x07,0x06,0x06,0x08,0x07,0x07,0x07,0x08,0x09,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09, -0x03,0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x01,0x0a,0x0a,0x01,0x01,0x0a,0x03,0x03, -0x03,0x0e,0x0e,0x0b,0x0e,0x0c,0x0a,0x0a,0x0a,0x0a,0x0c,0x0e,0x0e,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0c,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x03,0x07,0x06,0x06,0x08,0x07,0x07,0x08,0x05,0x09,0x0d,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x09,0x09,0x03,0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0a,0x01,0x0a,0x01,0x0a,0x01,0x01, -0x0a,0x0a,0x03,0x0e,0x0f,0x0e,0x0e,0x0e,0x0c,0x0a,0x0a,0x0a,0x0c,0x0e,0x0e,0x0a, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0f,0x0e,0x0e,0x0e,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0c,0x01,0x07,0x06,0x06,0x08,0x08,0x07,0x08,0x05,0x09, -0x0d,0x0d,0x0a,0x0a,0x0a,0x0d,0x0a,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x03,0x0a,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x0a,0x0a,0x01,0x0c,0x0c, -0x0c,0x0c,0x01,0x01,0x01,0x0e,0x0e,0x0b,0x0e,0x0e,0x0a,0x0c,0x0a,0x0a,0x0c,0x0e, -0x0e,0x0c,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0f,0x0e,0x0f,0x0e,0x0c,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x06,0x06,0x08,0x07,0x07,0x08, -0x05,0x09,0x0d,0x0d,0x0a,0x0a,0x0d,0x0a,0x0a,0x09,0x09,0x02,0x02,0x09,0x02,0x02, -0x02,0x02,0x02,0x03,0x03,0x03,0x0a,0x0b,0x0b,0x0b,0x0b,0x0e,0x0c,0x0c,0x0a,0x0c, -0x0c,0x0c,0x01,0x0c,0x01,0x0c,0x01,0x0e,0x0f,0x0b,0x0e,0x0e,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0f,0x0e,0x0f,0x0c,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0f,0x0e,0x0c, -0x0c,0x0c,0x01,0x03,0x03,0x00,0x00,0x00,0x00,0x04,0x03,0x03,0x06,0x06,0x08,0x07, -0x08,0x08,0x05,0x09,0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x0a,0x0e,0x0b,0x0b,0x0b,0x0f,0x0c,0x01, -0x01,0x01,0x0c,0x01,0x0c,0x0c,0x01,0x0c,0x01,0x0e,0x0f,0x0e,0x0b,0x0f,0x01,0x01, -0x0c,0x0c,0x0c,0x0f,0x0e,0x0f,0x0c,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0e,0x0c, -0x0c,0x0c,0x0e,0x0c,0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x08,0x03,0x07,0x06,0x09, -0x02,0x08,0x08,0x05,0x05,0x09,0x0d,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x09,0x09,0x09, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x0a,0x0b,0x0b,0x0b,0x0b,0x0e, -0x0c,0x0a,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x01,0x01,0x0e,0x0f,0x0e,0x0b,0x0f, -0x0c,0x0c,0x0c,0x0e,0x0e,0x0e,0x0f,0x0f,0x0e,0x0c,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x0e,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x03,0x01,0x03,0x00,0x00,0x00,0x02,0x07, -0x06,0x09,0x08,0x08,0x08,0x05,0x02,0x0d,0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x09, -0x09,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0e,0x0b,0x0a, -0x0b,0x0e,0x01,0x03,0x03,0x03,0x03,0x01,0x03,0x03,0x02,0x03,0x03,0x0e,0x0e,0x0b, -0x0b,0x0f,0x0e,0x0e,0x0c,0x0c,0x0e,0x0e,0x0f,0x0f,0x0f,0x0a,0x01,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x03,0x03,0x02,0x04,0x08,0x00,0x00, -0x08,0x02,0x07,0x06,0x08,0x08,0x05,0x05,0x06,0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x09,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0e, -0x0a,0x0a,0x0a,0x0a,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x03,0x04,0x03,0x0c, -0x0e,0x0b,0x0b,0x0e,0x0f,0x0e,0x0e,0x0c,0x0e,0x0e,0x0f,0x0f,0x0f,0x0e,0x01,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x0e,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x03,0x08,0x07,0x07, -0x00,0x07,0x07,0x08,0x08,0x06,0x05,0x08,0x05,0x05,0x06,0x0d,0x0d,0x0a,0x0a,0x0a, -0x0a,0x0a,0x03,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08, -0x03,0x0b,0x0b,0x0a,0x0a,0x0a,0x02,0x08,0x02,0x08,0x02,0x02,0x02,0x08,0x08,0x02, -0x02,0x0c,0x0b,0x0b,0x0b,0x0b,0x0f,0x0c,0x0c,0x0c,0x0c,0x01,0x0c,0x0f,0x0f,0x0f, -0x0c,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0c,0x0e,0x0e,0x0e,0x0e,0x0e,0x0c,0x0c,0x01,0x03,0x02, -0x07,0x07,0x07,0x01,0x0e,0x01,0x08,0x09,0x06,0x05,0x05,0x06,0x09,0x0d,0x0d,0x0a, -0x0a,0x0a,0x0a,0x0b,0x03,0x09,0x02,0x08,0x02,0x02,0x08,0x02,0x08,0x08,0x08,0x08, -0x08,0x08,0x04,0x0a,0x0a,0x0a,0x0c,0x0c,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08, -0x08,0x08,0x08,0x01,0x0e,0x0b,0x0a,0x0b,0x0e,0x0e,0x0e,0x0c,0x01,0x03,0x0a,0x09, -0x09,0x08,0x0b,0x01,0x0c,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0e,0x0e,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x03,0x02,0x08,0x08,0x08,0x0c,0x0f,0x0c,0x09,0x09,0x06,0x05,0x06,0x06,0x09,0x0d, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x09,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x02,0x0b,0x0a,0x0a,0x0a,0x0c,0x07,0x07,0x08,0x02,0x08,0x07, -0x08,0x07,0x07,0x08,0x02,0x01,0x0b,0x0b,0x0a,0x0b,0x0e,0x0e,0x0c,0x0c,0x01,0x02, -0x08,0x0a,0x0f,0x0a,0x08,0x0a,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0e,0x0e,0x0e,0x0e,0x0e,0x0c, -0x01,0x03,0x03,0x02,0x08,0x08,0x05,0x01,0x0f,0x0e,0x09,0x09,0x09,0x02,0x06,0x02, -0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x03,0x02,0x08,0x08,0x08,0x02,0x08,0x08, -0x07,0x07,0x07,0x07,0x08,0x08,0x02,0x0b,0x0a,0x0d,0x0a,0x0c,0x02,0x07,0x07,0x07, -0x07,0x08,0x02,0x08,0x08,0x08,0x08,0x01,0x0c,0x0b,0x0a,0x0c,0x0e,0x0e,0x0c,0x0c, -0x0c,0x02,0x07,0x0f,0x0f,0x0f,0x08,0x0a,0x0a,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0e,0x0e,0x0c,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x08,0x08,0x02,0x03,0x0f,0x0f,0x09,0x0d,0x09,0x02, -0x06,0x06,0x09,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0c,0x03,0x02,0x02,0x08,0x07,0x08, -0x07,0x08,0x08,0x08,0x08,0x07,0x08,0x08,0x04,0x0c,0x0a,0x0a,0x0a,0x03,0x02,0x08, -0x03,0x03,0x07,0x07,0x07,0x07,0x08,0x08,0x02,0x01,0x0a,0x0c,0x0e,0x0a,0x0b,0x0e, -0x0c,0x0c,0x0c,0x01,0x07,0x0a,0x0f,0x0a,0x08,0x0a,0x0a,0x03,0x02,0x03,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e, -0x0c,0x0e,0x0e,0x0c,0x01,0x01,0x03,0x04,0x08,0x07,0x02,0x03,0x0f,0x0f,0x09,0x0d, -0x09,0x02,0x02,0x02,0x09,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x02,0x02,0x08,0x08, -0x07,0x08,0x07,0x08,0x08,0x08,0x07,0x07,0x07,0x07,0x02,0x0a,0x0a,0x0d,0x0a,0x01, -0x07,0x07,0x07,0x02,0x03,0x03,0x08,0x02,0x08,0x07,0x04,0x03,0x0a,0x0c,0x0b,0x0a, -0x0b,0x0e,0x0c,0x0c,0x0c,0x01,0x01,0x08,0x09,0x09,0x0a,0x01,0x0a,0x03,0x09,0x02, -0x02,0x08,0x08,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x0e,0x0c,0x0c,0x01,0x01,0x0c,0x0c,0x01,0x04,0x04,0x08,0x07,0x05,0x02,0x0f,0x0e, -0x09,0x0d,0x09,0x02,0x02,0x02,0x03,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x02,0x02, -0x08,0x08,0x08,0x07,0x07,0x08,0x08,0x08,0x08,0x08,0x07,0x07,0x02,0x0b,0x09,0x09, -0x0a,0x01,0x08,0x08,0x03,0x08,0x02,0x02,0x03,0x08,0x08,0x07,0x04,0x0c,0x0c,0x0b, -0x0a,0x0a,0x0b,0x0f,0x0c,0x01,0x0c,0x01,0x01,0x0c,0x0c,0x0a,0x0e,0x01,0x01,0x09, -0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x0e,0x0c,0x0c,0x0c,0x01,0x01,0x01,0x01,0x03,0x02,0x08,0x07,0x08,0x02, -0x0b,0x0a,0x09,0x0d,0x09,0x09,0x02,0x02,0x09,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x02,0x08,0x08,0x08,0x08,0x08,0x07,0x08,0x08,0x07,0x07,0x07,0x07,0x07,0x02,0x0a, -0x09,0x0d,0x0a,0x03,0x07,0x07,0x07,0x02,0x03,0x03,0x03,0x01,0x01,0x08,0x04,0x0e, -0x0a,0x0e,0x0a,0x0a,0x0a,0x0f,0x0c,0x01,0x0c,0x01,0x01,0x04,0x0a,0x0a,0x0b,0x03, -0x03,0x01,0x02,0x09,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x02,0x02,0x02,0x03, -0x02,0x00,0x00,0x01,0x0e,0x0c,0x0c,0x01,0x01,0x0c,0x01,0x03,0x03,0x02,0x08,0x07, -0x08,0x05,0x0a,0x0a,0x09,0x0d,0x09,0x02,0x09,0x09,0x03,0x0a,0x0d,0x0a,0x0a,0x0a, -0x0a,0x0a,0x02,0x08,0x08,0x08,0x07,0x07,0x07,0x08,0x07,0x08,0x07,0x07,0x07,0x08, -0x02,0x0a,0x09,0x09,0x0a,0x01,0x07,0x08,0x02,0x03,0x03,0x02,0x02,0x01,0x0c,0x0c, -0x0c,0x0b,0x0a,0x0a,0x0e,0x0a,0x0a,0x0e,0x0c,0x01,0x01,0x0c,0x04,0x04,0x0c,0x0a, -0x0c,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x07, -0x07,0x07,0x07,0x00,0x00,0x00,0x0e,0x0c,0x0c,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x02,0x08,0x08,0x02,0x09,0x0a,0x0a,0x0d,0x09,0x09,0x09,0x09,0x09,0x0a,0x0d,0x0a, -0x0a,0x0d,0x0a,0x09,0x02,0x08,0x08,0x08,0x07,0x08,0x08,0x08,0x08,0x07,0x07,0x07, -0x07,0x08,0x02,0x0a,0x09,0x09,0x0a,0x0a,0x08,0x07,0x02,0x02,0x02,0x03,0x03,0x03, -0x0c,0x0c,0x0c,0x0e,0x0b,0x0c,0x0c,0x0e,0x0a,0x0e,0x01,0x01,0x01,0x0c,0x01,0x01, -0x0c,0x0a,0x0a,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x07,0x08,0x08,0x08, -0x02,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0c,0x0c,0x01,0x0c,0x0c,0x01,0x01, -0x03,0x03,0x02,0x08,0x08,0x02,0x07,0x0a,0x0a,0x0d,0x0d,0x02,0x02,0x02,0x09,0x0a, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x08,0x08,0x08,0x07,0x07,0x07,0x07,0x08,0x07,0x07, -0x07,0x07,0x07,0x07,0x02,0x0a,0x09,0x09,0x0a,0x03,0x08,0x08,0x07,0x02,0x03,0x03, -0x03,0x03,0x0a,0x0c,0x01,0x0c,0x0a,0x0a,0x0a,0x0e,0x0b,0x01,0x01,0x0c,0x01,0x01, -0x01,0x01,0x01,0x0a,0x0a,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08, -0x08,0x02,0x02,0x02,0x02,0x02,0x07,0x00,0x00,0x00,0x01,0x0c,0x01,0x0c,0x0c,0x01, -0x0c,0x0c,0x01,0x03,0x02,0x02,0x02,0x07,0x08,0x06,0x02,0x09,0x09,0x06,0x02,0x02, -0x02,0x0a,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x02,0x08,0x08,0x08,0x07,0x08,0x07,0x08, -0x08,0x07,0x07,0x07,0x07,0x07,0x02,0x0a,0x09,0x09,0x0a,0x0c,0x08,0x08,0x07,0x07, -0x02,0x08,0x03,0x02,0x01,0x03,0x04,0x0c,0x0a,0x0a,0x0a,0x0e,0x0e,0x01,0x01,0x01, -0x01,0x01,0x0c,0x01,0x01,0x0a,0x0c,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x02, -0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x02,0x07,0x00,0x00,0x00,0x01,0x0c,0x0c,0x0e, -0x0c,0x0c,0x0c,0x0c,0x01,0x03,0x03,0x03,0x00,0x00,0x02,0x07,0x06,0x06,0x06,0x05, -0x08,0x02,0x02,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x02,0x08,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x09,0x09,0x0d,0x0a,0x03,0x07,0x08, -0x07,0x07,0x07,0x03,0x02,0x03,0x01,0x02,0x04,0x0e,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a, -0x01,0x01,0x01,0x01,0x0c,0x0c,0x0c,0x0a,0x0c,0x01,0x01,0x0a,0x09,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0c, -0x0e,0x0e,0x0e,0x0c,0x0e,0x01,0x01,0x03,0x03,0x07,0x00,0x00,0x09,0x08,0x06,0x06, -0x06,0x06,0x08,0x08,0x02,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x02,0x02,0x08,0x08, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x02,0x09,0x09,0x09,0x0a,0x03, -0x07,0x07,0x07,0x07,0x03,0x03,0x02,0x01,0x01,0x04,0x01,0x0e,0x0a,0x0a,0x0c,0x0c, -0x01,0x03,0x03,0x01,0x0c,0x01,0x01,0x0c,0x0c,0x0a,0x0b,0x01,0x0a,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0c,0x0c,0x01,0x01,0x08,0x00,0x00,0x02,0x06,0x07, -0x06,0x06,0x06,0x06,0x08,0x08,0x02,0x09,0x09,0x0d,0x0d,0x0d,0x09,0x09,0x02,0x02, -0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x0a,0x09,0x09, -0x09,0x01,0x08,0x08,0x07,0x07,0x07,0x02,0x03,0x01,0x03,0x04,0x04,0x0b,0x0a,0x0a, -0x0c,0x03,0x04,0x01,0x02,0x03,0x01,0x01,0x01,0x0a,0x0a,0x0c,0x0a,0x03,0x02,0x08, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0e,0x0e,0x0e,0x0c,0x0c,0x0c,0x0c,0x04,0x00,0x00,0x00,0x02, -0x06,0x08,0x06,0x06,0x06,0x06,0x08,0x08,0x08,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x09, -0x02,0x02,0x08,0x07,0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x09, -0x09,0x09,0x09,0x0a,0x07,0x08,0x07,0x07,0x07,0x08,0x02,0x03,0x02,0x08,0x02,0x0a, -0x0d,0x0a,0x0b,0x04,0x03,0x04,0x03,0x04,0x02,0x01,0x03,0x0a,0x0a,0x03,0x03,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0e,0x0e,0x0e,0x0c,0x0c,0x01,0x00,0x00,0x00, -0x00,0x09,0x02,0x07,0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x06,0x09,0x0d,0x0d,0x0d, -0x09,0x09,0x02,0x02,0x08,0x08,0x08,0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x02,0x09,0x09,0x09,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x08,0x02,0x03,0x08,0x08, -0x04,0x0a,0x0d,0x0a,0x0c,0x04,0x02,0x04,0x04,0x03,0x01,0x03,0x02,0x03,0x03,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0c,0x0b,0x0e,0x01,0x0c,0x00, -0x00,0x00,0x00,0x09,0x02,0x08,0x06,0x06,0x06,0x06,0x05,0x07,0x08,0x02,0x09,0x0d, -0x0d,0x0d,0x09,0x09,0x02,0x08,0x08,0x07,0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x08,0x02,0x09,0x09,0x09,0x0a,0x03,0x08,0x07,0x07,0x07,0x07,0x08,0x02,0x02, -0x08,0x07,0x03,0x0a,0x0d,0x0b,0x01,0x04,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0c,0x0c,0x0c,0x0c, -0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x07,0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x02, -0x09,0x09,0x09,0x0d,0x09,0x09,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x07,0x08,0x07, -0x07,0x08,0x07,0x08,0x03,0x09,0x09,0x09,0x09,0x02,0x08,0x07,0x07,0x07,0x07,0x08, -0x02,0x03,0x07,0x08,0x03,0x0d,0x09,0x0b,0x04,0x04,0x03,0x04,0x04,0x01,0x0c,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x03, -0x0c,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x08,0x06,0x06,0x06,0x06,0x06,0x06,0x05, -0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08, -0x07,0x07,0x07,0x08,0x08,0x08,0x02,0x09,0x09,0x09,0x0a,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x03,0x02,0x08,0x08,0x03,0x09,0x0a,0x01,0x04,0x04,0x01,0x01,0x01,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x06,0x07,0x06,0x06,0x06,0x06,0x06, -0x06,0x05,0x08,0x08,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x02,0x02,0x02,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x03,0x0d,0x0d,0x0d,0x0a,0x03,0x02,0x02, -0x04,0x04,0x04,0x03,0x02,0x02,0x08,0x08,0x09,0x0d,0x0c,0x03,0x01,0x01,0x01,0x0a, -0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x06,0x08,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x08,0x08,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x02,0x02,0x01,0x0d,0x0d,0x0d,0x0a,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x08,0x03,0x0a,0x0a,0x0c,0x01,0x01,0x01, -0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x02, -0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x0d,0x0d,0x0d, -0x03,0x02,0x02,0x09,0x02,0x02,0x02,0x02,0x08,0x08,0x02,0x0a,0x0a,0x0a,0x01,0x03, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06, -0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x08,0x06,0x09,0x09,0x09,0x09,0x09, -0x09,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x04,0x03,0x03,0x09, -0x0d,0x0d,0x02,0x02,0x09,0x09,0x09,0x03,0x02,0x03,0x03,0x03,0x0a,0x0a,0x0a,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x02,0x09,0x09,0x09, -0x09,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x03, -0x09,0x0d,0x0d,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x03,0x03,0x03,0x01,0x0a,0x0a,0x09, -0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x05,0x06, -0x09,0x09,0x09,0x09,0x06,0x06,0x06,0x02,0x02,0x08,0x08,0x08,0x08,0x02,0x02,0x03, -0x03,0x03,0x02,0x08,0x07,0x03,0x09,0x09,0x0d,0x0d,0x09,0x03,0x09,0x0a,0x0a,0x0d, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08, -0x08,0x09,0x09,0x09,0x09,0x09,0x06,0x06,0x06,0x02,0x02,0x08,0x08,0x08,0x08,0x08, -0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x02,0x09,0x0d,0x0d,0x09,0x03,0x09,0x09,0x0a, -0x0d,0x0d,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x05,0x08,0x06,0x09,0x06,0x09,0x09,0x09,0x06,0x06,0x05,0x08,0x08,0x08,0x08, -0x07,0x08,0x02,0x09,0x08,0x00,0x00,0x00,0x00,0x09,0x09,0x0d,0x0d,0x0a,0x09,0x09, -0x0a,0x0a,0x0d,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x06,0x07,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x08,0x06,0x06,0x09,0x09,0x09,0x06,0x06,0x06,0x08,0x02,0x08, -0x02,0x08,0x08,0x08,0x02,0x09,0x03,0x00,0x00,0x00,0x02,0x09,0x0d,0x0d,0x03,0x09, -0x09,0x03,0x0a,0x0d,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x06,0x08,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x06,0x09,0x06,0x06,0x06,0x05, -0x02,0x05,0x06,0x08,0x08,0x02,0x09,0x09,0x00,0x00,0x00,0x03,0x0d,0x0d,0x0d,0x0a, -0x03,0x09,0x03,0x0a,0x0d,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x07, -0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x06,0x08,0x08,0x06,0x02,0x02,0x00,0x00,0x00,0x09,0x0d,0x0d, -0x0d,0x03,0x09,0x03,0x0a,0x0d,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x08,0x06,0x08,0x08,0x00,0x00,0x02,0x0d, -0x0d,0x0a,0x03,0x03,0x0a,0x0d,0x09,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x05,0x08,0x00,0x00,0x00,0x00, -0x09,0x0d,0x0a,0x03,0x0a,0x0d,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x05,0x06,0x00,0x00,0x00, -0x00,0x03,0x09,0x0a,0x09,0x09,0x05,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x02,0x05,0x08,0x00, -0x00,0x00,0x00,0x08,0x03,0x06,0x05,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x07,0x02,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x06,0x08,0x08,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x06,0x07, -0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x06,0x08,0x00,0x05, -0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x06,0x06,0x07,0x07,0x07,0x08,0x07,0x07,0x08,0x08,0x08,0x07,0x09,0x06,0x02,0x00, -0x00,0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x06,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x08, -0x00,0x00,0x03,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x05,0x05,0x05,0x05,0x08,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; -unsigned char butfish_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x03,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00, -0x00,0x00,0x05,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x04,0x01,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x05,0x00,0x00,0x05,0x00,0x00, -0x05,0x00,0x00,0x00,0x05,0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03, -0x03,0x02,0x06,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x07,0x05,0x05,0x00,0x05, -0x05,0x00,0x05,0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x02,0x02, -0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x05,0x02,0x02,0x07, -0x08,0x05,0x05,0x08,0x08,0x05,0x05,0x00,0x00,0x05,0x08,0x00,0x00,0x05,0x05,0x00, -0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02, -0x02,0x07,0x07,0x02,0x02,0x02,0x05,0x05,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x08,0x07,0x08,0x08,0x07,0x02,0x02,0x05,0x08,0x05,0x05,0x00,0x00,0x05, -0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03, -0x02,0x07,0x07,0x02,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x06,0x05,0x06,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x08,0x07,0x08,0x05,0x02,0x06,0x05, -0x07,0x05,0x05,0x08,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x03,0x07,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x06, -0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x05,0x05,0x08,0x05,0x02,0x02,0x02, -0x04,0x02,0x02,0x02,0x02,0x05,0x00,0x00,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x03,0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x05,0x05,0x06,0x06, -0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x07,0x08,0x07,0x08,0x02,0x08,0x05,0x08,0x05,0x05,0x08,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x05, -0x05,0x06,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x07,0x07,0x08,0x08,0x03,0x05,0x06,0x05, -0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08, -0x08,0x08,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x08,0x08,0x08,0x02,0x02, -0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x05,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x08, -0x08,0x08,0x08,0x08,0x02,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x08,0x08, -0x08,0x07,0x02,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x06, -0x05,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x02,0x05,0x06,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x02,0x07,0x02,0x05,0x05, -0x05,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x05, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x06,0x05,0x06,0x06,0x05,0x05,0x02, -0x08,0x08,0x08,0x08,0x08,0x07,0x07,0x08,0x02,0x06,0x06,0x06,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x08,0x07,0x05, -0x05,0x06,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05, -0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06,0x06,0x06,0x06, -0x06,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06,0x06,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x08, -0x02,0x05,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x05,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06,0x06, -0x06,0x06,0x06,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06,0x06,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x09,0x09, -0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x06, -0x06,0x09,0x09,0x09,0x09,0x06,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x06, -0x09,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x09,0x0a,0x0b,0x0c, -0x0c,0x09,0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x08,0x02, -0x06,0x06,0x09,0x09,0x0d,0x09,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x06,0x09,0x09,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x05,0x06,0x06,0x06,0x0a,0x0e, -0x0f,0x0f,0x0e,0x0a,0x06,0x06,0x06,0x06,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x02, -0x02,0x02,0x02,0x09,0x09,0x0d,0x09,0x09,0x09,0x09,0x06,0x02,0x06,0x02,0x02,0x02, -0x02,0x02,0x06,0x09,0x0a,0x0d,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x01,0x02,0x07,0x02,0x05,0x05,0x05,0x06,0x06,0x06,0x09, -0x0c,0x0f,0x0f,0x0f,0x0f,0x03,0x09,0x09,0x06,0x06,0x08,0x08,0x08,0x08,0x05,0x02, -0x02,0x02,0x02,0x05,0x02,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x09,0x06,0x02,0x02,0x06, -0x02,0x02,0x02,0x02,0x06,0x09,0x0a,0x0d,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x02,0x07,0x05,0x05,0x05,0x06,0x06,0x06, -0x06,0x09,0x0e,0x0f,0x0f,0x0f,0x0f,0x0c,0x0d,0x09,0x06,0x06,0x08,0x08,0x08,0x02, -0x02,0x02,0x02,0x02,0x02,0x06,0x06,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x09,0x06,0x09, -0x06,0x06,0x02,0x09,0x06,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x04,0x02,0x02,0x05,0x06,0x05, -0x06,0x06,0x06,0x09,0x0f,0x0f,0x0f,0x0f,0x0f,0x0a,0x0d,0x09,0x06,0x06,0x05,0x05, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x06,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0a, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0c,0x0a,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x07,0x02,0x05, -0x05,0x06,0x06,0x06,0x06,0x03,0x0e,0x0f,0x0f,0x0f,0x0f,0x0b,0x09,0x09,0x06,0x06, -0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x06,0x09,0x0d,0x0d,0x0d,0x0a, -0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0b,0x0a, -0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x02,0x07, -0x02,0x05,0x06,0x05,0x05,0x06,0x06,0x09,0x0c,0x0f,0x0f,0x0f,0x0e,0x0a,0x09,0x09, -0x06,0x06,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0d,0x0d, -0x0d,0x0a,0x0d,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a, -0x0b,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01, -0x02,0x07,0x02,0x05,0x05,0x05,0x08,0x05,0x06,0x09,0x0a,0x0f,0x0f,0x0f,0x0e,0x0a, -0x0d,0x09,0x02,0x06,0x06,0x02,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x06,0x09, -0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a, -0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x01,0x04,0x02,0x05,0x05,0x06,0x05,0x08,0x08,0x06,0x09,0x09,0x0b,0x0e,0x0b, -0x0a,0x0d,0x0d,0x09,0x06,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x09,0x0a,0x0d,0x0d,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x0a,0x0b,0x0a,0x0e,0x0a,0x0a,0x0a,0x0a,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x01,0x07,0x02,0x05,0x06,0x06,0x08,0x07,0x07,0x06,0x09,0x09,0x0a, -0x0a,0x0a,0x0d,0x0d,0x0d,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x08,0x02,0x06,0x02, -0x06,0x02,0x06,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x03,0x0a,0x0a,0x0b,0x0b,0x0e,0x0a,0x0a,0x0a,0x09,0x0a,0x0a,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x08,0x01,0x07,0x02,0x06,0x06,0x06,0x08,0x07,0x07,0x02,0x09, -0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x06,0x06,0x02,0x02,0x02,0x06,0x06,0x02, -0x02,0x02,0x02,0x02,0x02,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x0c,0x0b,0x0b,0x0e,0x0a,0x0a,0x0a,0x09,0x0a,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x07,0x02,0x05,0x06,0x06,0x08,0x08,0x07, -0x08,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x06,0x06,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x02,0x09,0x03, -0x0a,0x09,0x02,0x09,0x09,0x03,0x0a,0x0c,0x0b,0x0b,0x0f,0x0a,0x0a,0x0a,0x09,0x0a, -0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x07,0x02,0x06,0x06,0x06,0x07, -0x07,0x07,0x08,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x06,0x06,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x03, -0x02,0x02,0x03,0x09,0x0a,0x09,0x09,0x0a,0x03,0x0b,0x0b,0x0b,0x0e,0x0a,0x0a,0x0a, -0x03,0x09,0x0c,0x0c,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x07,0x06,0x06,0x06, -0x05,0x08,0x07,0x08,0x08,0x06,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x06,0x06,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x09,0x09,0x0c,0x0a,0x0a,0x0a,0x0b, -0x0a,0x03,0x03,0x09,0x02,0x03,0x02,0x0a,0x03,0x03,0x0a,0x0b,0x0e,0x0b,0x0e,0x0a, -0x0a,0x09,0x0a,0x09,0x0b,0x0b,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x07,0x06, -0x06,0x06,0x02,0x08,0x07,0x07,0x07,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x09, -0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0a,0x0a, -0x0a,0x0b,0x0b,0x0a,0x03,0x03,0x0a,0x03,0x03,0x02,0x0a,0x0a,0x03,0x0b,0x0e,0x0b, -0x0e,0x0c,0x0a,0x0a,0x0a,0x03,0x0c,0x0b,0x0c,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x07,0x06,0x06,0x02,0x07,0x07,0x07,0x08,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x09,0x03,0x0b, -0x0b,0x0b,0x0a,0x0b,0x0b,0x03,0x0a,0x0a,0x03,0x0a,0x03,0x03,0x03,0x03,0x03,0x0b, -0x0e,0x0b,0x0e,0x0c,0x0a,0x0a,0x0a,0x0a,0x0c,0x0b,0x0c,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x03,0x03,0x07,0x06,0x06,0x08,0x07,0x07,0x07,0x08,0x09,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09, -0x03,0x0e,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x01,0x0a,0x0a,0x01,0x01,0x0a,0x03,0x03, -0x03,0x0e,0x0e,0x0b,0x0e,0x0c,0x0a,0x0a,0x0a,0x0a,0x0c,0x0e,0x0e,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0c,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x03,0x03,0x07,0x06,0x06,0x08,0x07,0x07,0x08,0x05,0x09,0x0d,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x09,0x09,0x03,0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0a,0x01,0x0a,0x01,0x0a,0x01,0x01, -0x0a,0x0a,0x03,0x0e,0x0f,0x0e,0x0e,0x0e,0x0c,0x0a,0x0a,0x0a,0x0c,0x0e,0x0e,0x0a, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0e,0x0e,0x0e,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x03,0x01,0x07,0x06,0x06,0x08,0x08,0x07,0x08,0x05,0x09, -0x0d,0x0d,0x0a,0x0a,0x0a,0x0d,0x0a,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x03,0x0a,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x0a,0x0a,0x01,0x0c,0x0c, -0x0c,0x0c,0x01,0x01,0x01,0x0e,0x0e,0x0b,0x0e,0x0e,0x0a,0x0c,0x0a,0x0a,0x0c,0x0e, -0x0e,0x0c,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0e,0x0f,0x0e,0x0e,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x06,0x06,0x08,0x07,0x07,0x08, -0x05,0x09,0x0d,0x0d,0x0a,0x0a,0x0d,0x0a,0x0a,0x09,0x09,0x02,0x02,0x09,0x02,0x02, -0x02,0x02,0x02,0x03,0x03,0x03,0x0a,0x0b,0x0b,0x0b,0x0b,0x0e,0x0c,0x0c,0x0a,0x0c, -0x0c,0x0c,0x01,0x0c,0x01,0x0c,0x01,0x0e,0x0f,0x0b,0x0e,0x0e,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0f,0x0e,0x0f,0x0c,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0f,0x0e,0x0c, -0x0c,0x0c,0x01,0x03,0x03,0x00,0x00,0x00,0x00,0x04,0x03,0x03,0x06,0x06,0x08,0x07, -0x08,0x08,0x05,0x09,0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x0a,0x0e,0x0b,0x0b,0x0b,0x0f,0x0c,0x01, -0x01,0x01,0x0c,0x01,0x0c,0x0c,0x01,0x0c,0x01,0x0e,0x0f,0x0e,0x0b,0x0f,0x01,0x01, -0x0c,0x0c,0x0c,0x0f,0x0e,0x0f,0x0c,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e, -0x0e,0x0c,0x0e,0x0c,0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x08,0x03,0x07,0x06,0x09, -0x02,0x08,0x08,0x05,0x05,0x09,0x0d,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x09,0x09,0x09, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x0a,0x0b,0x0b,0x0b,0x0b,0x0e, -0x0c,0x0a,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x01,0x01,0x0e,0x0f,0x0e,0x0b,0x0f, -0x0c,0x0c,0x0c,0x0e,0x0e,0x0e,0x0f,0x0f,0x0e,0x0c,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x0e,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x03,0x01,0x03,0x00,0x00,0x00,0x02,0x07, -0x06,0x09,0x08,0x08,0x08,0x05,0x02,0x0d,0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x09, -0x09,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0e,0x0b,0x0a, -0x0b,0x0e,0x01,0x03,0x03,0x03,0x03,0x01,0x03,0x03,0x02,0x03,0x03,0x0e,0x0e,0x0b, -0x0b,0x0f,0x0e,0x0e,0x0c,0x0c,0x0e,0x0e,0x0f,0x0f,0x0f,0x0a,0x01,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x03,0x03,0x02,0x04,0x08,0x00,0x00, -0x08,0x02,0x07,0x06,0x08,0x08,0x05,0x05,0x06,0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x09,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0e, -0x0a,0x0a,0x0a,0x0a,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x03,0x04,0x03,0x0c, -0x0e,0x0b,0x0b,0x0e,0x0f,0x0e,0x0e,0x0c,0x0e,0x0e,0x0f,0x0f,0x0f,0x0e,0x01,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x0c,0x0c,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x08,0x07,0x07, -0x00,0x07,0x07,0x08,0x08,0x06,0x05,0x08,0x05,0x05,0x06,0x0d,0x0d,0x0a,0x0a,0x0a, -0x0a,0x0a,0x03,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08, -0x03,0x0b,0x0b,0x0a,0x0a,0x0a,0x02,0x08,0x02,0x08,0x02,0x02,0x02,0x08,0x08,0x02, -0x02,0x0c,0x0b,0x0b,0x0b,0x0b,0x0f,0x0c,0x0c,0x0c,0x0c,0x01,0x0c,0x0f,0x0f,0x0f, -0x0c,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x03,0x02, -0x07,0x07,0x07,0x01,0x0e,0x01,0x08,0x09,0x06,0x05,0x05,0x06,0x09,0x0d,0x0d,0x0a, -0x0a,0x0a,0x0a,0x0b,0x03,0x09,0x02,0x08,0x02,0x02,0x08,0x02,0x08,0x08,0x08,0x08, -0x08,0x08,0x04,0x0a,0x0a,0x0a,0x0c,0x0c,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08, -0x08,0x08,0x08,0x01,0x0e,0x0b,0x0a,0x0b,0x0e,0x0e,0x0e,0x0c,0x01,0x03,0x0a,0x09, -0x09,0x08,0x0b,0x01,0x0c,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0e,0x0c,0x0c,0x01,0x01,0x0c,0x01,0x01, -0x03,0x02,0x08,0x08,0x08,0x0c,0x0f,0x0c,0x09,0x09,0x06,0x05,0x06,0x06,0x09,0x0d, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x09,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x02,0x0b,0x0a,0x0a,0x0a,0x0c,0x07,0x07,0x08,0x02,0x08,0x07, -0x08,0x07,0x07,0x08,0x02,0x01,0x0b,0x0b,0x0a,0x0b,0x0e,0x0e,0x0c,0x0c,0x01,0x02, -0x08,0x0a,0x0f,0x0a,0x08,0x0a,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0e,0x0c,0x0c,0x0c,0x0c,0x01, -0x01,0x03,0x03,0x02,0x08,0x08,0x05,0x01,0x0f,0x0e,0x09,0x09,0x09,0x02,0x06,0x02, -0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x03,0x02,0x08,0x08,0x08,0x02,0x08,0x08, -0x07,0x07,0x07,0x07,0x08,0x08,0x02,0x0b,0x0a,0x0d,0x0a,0x0c,0x02,0x07,0x07,0x07, -0x07,0x08,0x02,0x08,0x08,0x08,0x08,0x01,0x0c,0x0b,0x0a,0x0c,0x0e,0x0e,0x0c,0x0c, -0x0c,0x02,0x07,0x0f,0x0f,0x0f,0x08,0x0a,0x0a,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0e,0x0e,0x0c,0x0c, -0x0c,0x0c,0x01,0x01,0x01,0x03,0x08,0x08,0x02,0x03,0x0f,0x0f,0x09,0x0d,0x09,0x02, -0x06,0x06,0x09,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0c,0x03,0x02,0x02,0x08,0x07,0x08, -0x07,0x08,0x08,0x08,0x08,0x07,0x08,0x08,0x04,0x0c,0x0a,0x0a,0x0a,0x03,0x02,0x08, -0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x08,0x02,0x01,0x0a,0x0c,0x0e,0x0a,0x0b,0x0e, -0x0c,0x0c,0x0c,0x01,0x07,0x0a,0x0f,0x0a,0x08,0x0a,0x0a,0x03,0x02,0x03,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e, -0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x03,0x04,0x08,0x07,0x02,0x03,0x0f,0x0f,0x09,0x0d, -0x09,0x02,0x02,0x02,0x09,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x02,0x02,0x08,0x08, -0x07,0x08,0x07,0x08,0x08,0x08,0x07,0x07,0x07,0x07,0x02,0x0a,0x0a,0x0d,0x0a,0x01, -0x07,0x03,0x07,0x07,0x07,0x07,0x08,0x02,0x08,0x07,0x04,0x03,0x0a,0x0c,0x0b,0x0a, -0x0b,0x0e,0x0c,0x0c,0x0c,0x01,0x01,0x08,0x09,0x09,0x0a,0x01,0x0a,0x03,0x09,0x02, -0x02,0x08,0x08,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c, -0x0e,0x0e,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x04,0x04,0x08,0x07,0x05,0x02,0x0f,0x0e, -0x09,0x0d,0x09,0x02,0x02,0x02,0x03,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x02,0x02, -0x08,0x08,0x08,0x07,0x07,0x08,0x08,0x08,0x08,0x08,0x07,0x07,0x02,0x0b,0x09,0x09, -0x0a,0x01,0x02,0x03,0x03,0x03,0x03,0x02,0x07,0x08,0x08,0x07,0x04,0x0c,0x0c,0x0b, -0x0a,0x0a,0x0b,0x0f,0x0c,0x01,0x0c,0x01,0x01,0x0c,0x0c,0x0a,0x0e,0x01,0x01,0x09, -0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0c,0x0c,0x01,0x01,0x03,0x02,0x08,0x07,0x08,0x02, -0x0b,0x0a,0x09,0x0d,0x09,0x09,0x02,0x02,0x09,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x02,0x08,0x08,0x08,0x08,0x08,0x07,0x08,0x08,0x07,0x07,0x07,0x07,0x07,0x02,0x0a, -0x09,0x0d,0x0a,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x01,0x01,0x08,0x04,0x0e, -0x0a,0x0e,0x0a,0x0a,0x0a,0x0f,0x0c,0x01,0x0c,0x01,0x01,0x04,0x0a,0x0a,0x0b,0x03, -0x03,0x01,0x02,0x09,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x02,0x02, -0x03,0x00,0x00,0x01,0x0e,0x0c,0x0c,0x0e,0x0e,0x0c,0x0c,0x03,0x03,0x02,0x08,0x07, -0x08,0x05,0x0a,0x0a,0x09,0x0d,0x09,0x02,0x09,0x09,0x03,0x0a,0x0d,0x0a,0x0a,0x0a, -0x0a,0x0a,0x02,0x08,0x08,0x08,0x07,0x07,0x07,0x08,0x07,0x08,0x07,0x07,0x07,0x08, -0x02,0x0a,0x09,0x09,0x0a,0x01,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x01,0x0c,0x0c, -0x0c,0x0b,0x0a,0x0a,0x0e,0x0a,0x0a,0x0e,0x0c,0x01,0x01,0x0c,0x04,0x04,0x0c,0x0a, -0x0c,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x07, -0x07,0x02,0x02,0x00,0x00,0x01,0x0e,0x0e,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x03, -0x02,0x08,0x08,0x02,0x09,0x0a,0x0a,0x0d,0x09,0x09,0x09,0x09,0x09,0x0a,0x0d,0x0a, -0x0a,0x0d,0x0a,0x09,0x02,0x08,0x08,0x08,0x07,0x08,0x08,0x08,0x08,0x07,0x07,0x07, -0x07,0x08,0x02,0x0a,0x09,0x09,0x0a,0x0a,0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x03, -0x0c,0x0c,0x0c,0x0e,0x0b,0x0c,0x0c,0x0e,0x0a,0x0e,0x01,0x01,0x01,0x0c,0x01,0x01, -0x0c,0x0a,0x0a,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08, -0x02,0x07,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x0c,0x0c,0x01, -0x03,0x03,0x02,0x08,0x08,0x02,0x07,0x0a,0x0a,0x0d,0x0d,0x02,0x02,0x02,0x09,0x0a, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x08,0x08,0x08,0x07,0x07,0x07,0x07,0x08,0x07,0x07, -0x07,0x07,0x07,0x07,0x02,0x0a,0x09,0x09,0x0a,0x03,0x02,0x02,0x02,0x02,0x03,0x03, -0x03,0x03,0x0a,0x0c,0x01,0x0c,0x0a,0x0a,0x0a,0x0e,0x0b,0x01,0x01,0x0c,0x01,0x01, -0x01,0x01,0x01,0x0a,0x0a,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08, -0x08,0x08,0x02,0x02,0x07,0x07,0x07,0x00,0x00,0x01,0x01,0x0c,0x01,0x0c,0x0c,0x0c, -0x0c,0x01,0x01,0x03,0x02,0x02,0x02,0x07,0x08,0x06,0x02,0x09,0x09,0x06,0x02,0x02, -0x02,0x0a,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x02,0x08,0x08,0x08,0x07,0x08,0x07,0x08, -0x08,0x07,0x07,0x07,0x07,0x07,0x02,0x0a,0x09,0x09,0x0a,0x0c,0x02,0x03,0x02,0x02, -0x02,0x02,0x03,0x02,0x01,0x03,0x04,0x0c,0x0a,0x0a,0x0a,0x0e,0x0e,0x01,0x01,0x01, -0x01,0x01,0x0c,0x01,0x01,0x0a,0x0c,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x02, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x07,0x00,0x00,0x00,0x01,0x0c,0x0c,0x0c, -0x0c,0x0c,0x01,0x0c,0x01,0x03,0x03,0x03,0x00,0x00,0x02,0x07,0x06,0x06,0x06,0x05, -0x08,0x02,0x02,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x02,0x08,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x09,0x09,0x0d,0x0a,0x03,0x02,0x03, -0x02,0x02,0x03,0x03,0x01,0x01,0x02,0x02,0x04,0x0e,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a, -0x01,0x01,0x01,0x01,0x0c,0x0c,0x0c,0x0a,0x0c,0x01,0x01,0x0a,0x09,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0c, -0x0e,0x0e,0x0e,0x0c,0x0c,0x01,0x01,0x03,0x03,0x07,0x00,0x00,0x09,0x08,0x06,0x06, -0x06,0x06,0x08,0x08,0x02,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x02,0x02,0x08,0x08, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x02,0x09,0x09,0x09,0x0a,0x03, -0x02,0x02,0x03,0x03,0x03,0x01,0x02,0x02,0x02,0x04,0x01,0x0e,0x0a,0x0a,0x0c,0x0c, -0x01,0x03,0x03,0x01,0x0c,0x01,0x01,0x0c,0x0c,0x0a,0x0b,0x01,0x0a,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x0e,0x0e,0x0e,0x0e,0x0c,0x0c,0x01,0x01,0x01,0x08,0x00,0x00,0x02,0x06,0x07, -0x06,0x06,0x06,0x06,0x08,0x08,0x02,0x09,0x09,0x0d,0x0d,0x0d,0x09,0x09,0x02,0x02, -0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x0a,0x09,0x09, -0x09,0x01,0x08,0x03,0x07,0x07,0x07,0x02,0x03,0x02,0x03,0x04,0x04,0x0b,0x0a,0x0a, -0x0c,0x03,0x04,0x01,0x02,0x03,0x01,0x01,0x01,0x0a,0x0a,0x0c,0x0a,0x03,0x02,0x08, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x0e,0x0e,0x0e,0x0e,0x0c,0x01,0x0c,0x0c,0x04,0x00,0x00,0x00,0x02, -0x06,0x08,0x06,0x06,0x06,0x06,0x08,0x08,0x08,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x09, -0x02,0x02,0x08,0x07,0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x09, -0x09,0x09,0x09,0x0a,0x07,0x08,0x07,0x07,0x07,0x08,0x02,0x03,0x02,0x08,0x02,0x0a, -0x0d,0x0a,0x0b,0x04,0x03,0x04,0x03,0x04,0x02,0x01,0x03,0x0a,0x0a,0x03,0x03,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0c,0x0c,0x0c,0x01,0x00,0x00,0x00, -0x00,0x09,0x02,0x07,0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x06,0x09,0x0d,0x0d,0x0d, -0x09,0x09,0x02,0x02,0x08,0x08,0x08,0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x02,0x09,0x09,0x09,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x08,0x02,0x03,0x08,0x08, -0x04,0x0a,0x0d,0x0a,0x0c,0x04,0x02,0x04,0x04,0x03,0x01,0x03,0x02,0x03,0x03,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0e,0x0c,0x0c,0x0c,0x01,0x0c,0x00, -0x00,0x00,0x00,0x09,0x02,0x08,0x06,0x06,0x06,0x06,0x05,0x07,0x08,0x02,0x09,0x0d, -0x0d,0x0d,0x09,0x09,0x02,0x08,0x08,0x07,0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x08,0x02,0x09,0x09,0x09,0x0a,0x03,0x08,0x07,0x07,0x07,0x07,0x08,0x02,0x02, -0x08,0x07,0x03,0x0a,0x0d,0x0b,0x01,0x04,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0c,0x0c,0x0c,0x0c, -0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x07,0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x02, -0x09,0x09,0x09,0x0d,0x09,0x09,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x07,0x08,0x07, -0x07,0x08,0x07,0x08,0x03,0x09,0x09,0x09,0x09,0x02,0x08,0x07,0x07,0x07,0x07,0x08, -0x02,0x03,0x07,0x08,0x03,0x0d,0x09,0x0b,0x04,0x04,0x03,0x04,0x04,0x01,0x0c,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x03, -0x0c,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x08,0x06,0x06,0x06,0x06,0x06,0x06,0x05, -0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08, -0x07,0x07,0x07,0x08,0x08,0x08,0x02,0x09,0x09,0x09,0x0a,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x03,0x02,0x08,0x08,0x03,0x09,0x0a,0x01,0x04,0x04,0x01,0x01,0x01,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x06,0x06,0x06,0x06,0x06, -0x06,0x05,0x08,0x08,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x02,0x02,0x02,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x03,0x0d,0x0d,0x0d,0x0a,0x03,0x02,0x02, -0x04,0x04,0x04,0x03,0x02,0x02,0x08,0x08,0x09,0x0d,0x0c,0x03,0x01,0x01,0x01,0x0a, -0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x08,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x08,0x08,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x02,0x02,0x01,0x0d,0x0d,0x0d,0x0a,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x08,0x03,0x0a,0x0a,0x0c,0x01,0x01,0x01, -0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x08,0x08,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x02, -0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x0d,0x0d,0x0d, -0x03,0x02,0x02,0x09,0x02,0x02,0x02,0x02,0x08,0x08,0x02,0x0a,0x0a,0x0a,0x01,0x03, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06, -0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x08,0x06,0x09,0x09,0x09,0x09,0x09, -0x09,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x04,0x03,0x03,0x09, -0x0d,0x0d,0x02,0x02,0x09,0x09,0x09,0x03,0x02,0x03,0x03,0x03,0x0a,0x0a,0x0a,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x02,0x09,0x09,0x09, -0x09,0x09,0x06,0x06,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x03, -0x09,0x0d,0x0d,0x09,0x09,0x0d,0x0d,0x0d,0x0d,0x03,0x03,0x03,0x01,0x0a,0x0a,0x09, -0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x05,0x06, -0x09,0x09,0x09,0x09,0x06,0x06,0x06,0x02,0x02,0x08,0x08,0x08,0x08,0x02,0x02,0x03, -0x03,0x03,0x02,0x08,0x07,0x03,0x09,0x09,0x0d,0x0d,0x09,0x03,0x09,0x0a,0x0a,0x0d, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x08,0x06,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08, -0x08,0x09,0x09,0x09,0x09,0x09,0x06,0x06,0x06,0x02,0x02,0x08,0x08,0x08,0x08,0x08, -0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x02,0x09,0x0d,0x0d,0x09,0x03,0x09,0x09,0x0a, -0x0d,0x0d,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x05,0x08,0x06,0x09,0x06,0x09,0x09,0x09,0x06,0x06,0x05,0x08,0x08,0x08,0x08, -0x07,0x08,0x02,0x09,0x08,0x00,0x00,0x00,0x00,0x09,0x09,0x0d,0x0d,0x0a,0x09,0x09, -0x0a,0x0a,0x0d,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x08,0x06,0x06,0x09,0x09,0x09,0x06,0x06,0x06,0x08,0x02,0x08, -0x02,0x08,0x08,0x08,0x02,0x09,0x03,0x00,0x00,0x00,0x02,0x09,0x0d,0x0d,0x03,0x09, -0x09,0x03,0x0a,0x0d,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x08,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x06,0x09,0x06,0x06,0x06,0x05, -0x02,0x05,0x06,0x08,0x08,0x02,0x09,0x09,0x00,0x00,0x00,0x03,0x0d,0x0d,0x0d,0x0a, -0x03,0x09,0x03,0x0a,0x0d,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x07, -0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x06,0x08,0x08,0x06,0x02,0x02,0x00,0x00,0x00,0x09,0x0d,0x0d, -0x0d,0x03,0x09,0x03,0x0a,0x0d,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x08,0x06,0x08,0x08,0x00,0x00,0x02,0x0d, -0x0d,0x0a,0x03,0x03,0x0a,0x0d,0x09,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x05,0x08,0x00,0x00,0x00,0x00, -0x09,0x0d,0x0a,0x03,0x0a,0x0d,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x06,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x05,0x06,0x00,0x00,0x00, -0x00,0x03,0x09,0x0a,0x09,0x09,0x05,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x02,0x05,0x08,0x00, -0x00,0x00,0x00,0x08,0x03,0x06,0x05,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x07,0x02,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x06,0x08,0x08,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x06,0x06,0x07, -0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x06,0x08,0x00,0x05, -0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x03,0x06,0x07,0x07,0x07,0x08,0x07,0x07,0x08,0x08,0x08,0x07,0x09,0x06,0x02,0x00, -0x00,0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x06,0x06,0x06,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x08, -0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x03,0x05,0x05,0x05,0x05,0x08,0x03,0x00, -0x00,0x00,0x00,0x00,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/cichlid1.h b/fishmaps/cichlid1.h deleted file mode 100644 index cc57890..0000000 --- a/fishmaps/cichlid1.h +++ /dev/null @@ -1,307 +0,0 @@ -#define cichlid1_width 63 -#define cichlid1_height 37 -#define cichlid1_colors 16 -#define cichlid1_back 0 -int cichlid1_reds[] = {18944, 40192, 30464, 41984, 38912, 26880, 48896, -51968, 29440, 41984, 30720, 36096, 50944, 20224, -18176, 37632}; -int cichlid1_greens[] = {65280, 39680, 23552, 29952, 36608, 33024, 41216, -56320, 41984, 44800, 33280, 36864, 47104, 23040, -15872, 26880}; -int cichlid1_blues[] = {36608, 30976, 20992, 25088, 18176, 15360, 40704, -49920, 25600, 46592, 31744, 40448, 50432, 15616, -17408, 15872}; -unsigned char cichlid1_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x03,0x03,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x04,0x04,0x05,0x05,0x05,0x04, -0x01,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x07,0x01,0x01,0x07,0x01,0x01,0x07,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x05,0x07,0x05,0x08,0x07, -0x04,0x01,0x04,0x01,0x00,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x06,0x07, -0x09,0x04,0x07,0x06,0x01,0x07,0x01,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x05,0x07,0x08,0x05,0x07, -0x01,0x01,0x07,0x04,0x04,0x07,0x01,0x06,0x07,0x01,0x06,0x01,0x01,0x05,0x0a,0x0a, -0x09,0x03,0x02,0x0b,0x0b,0x0b,0x0b,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x08,0x08,0x08,0x05,0x08, -0x05,0x0a,0x08,0x09,0x08,0x08,0x01,0x04,0x02,0x02,0x0a,0x03,0x0a,0x03,0x05,0x01, -0x0a,0x06,0x0b,0x0b,0x0b,0x0b,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x07,0x05,0x08,0x05,0x08,0x05,0x05, -0x08,0x0d,0x0d,0x02,0x0d,0x0a,0x0a,0x09,0x08,0x02,0x0b,0x03,0x0a,0x01,0x01,0x01, -0x01,0x01,0x06,0x09,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x08,0x07,0x08,0x0d,0x05,0x08,0x05,0x0d, -0x05,0x0d,0x0a,0x0d,0x0d,0x02,0x02,0x03,0x02,0x01,0x06,0x0b,0x03,0x0b,0x0b,0x09, -0x09,0x0b,0x0b,0x03,0x0b,0x0b,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x0d,0x08,0x08,0x08,0x05,0x05,0x05,0x0d,0x05, -0x05,0x02,0x05,0x0a,0x0a,0x0a,0x01,0x09,0x09,0x01,0x02,0x02,0x0a,0x0b,0x09,0x09, -0x0b,0x02,0x02,0x0a,0x03,0x0b,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x03, -0x00,0x00,0x00,0x00,0x00,0x01,0x08,0x05,0x0a,0x05,0x05,0x05,0x05,0x0d,0x05,0x05, -0x0a,0x04,0x0b,0x0a,0x02,0x0b,0x09,0x09,0x02,0x0d,0x02,0x0b,0x09,0x09,0x09,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x00,0x00,0x00,0x01,0x05,0x07,0x08,0x08,0x08,0x05,0x05,0x0d,0x0d,0x02,0x0a, -0x09,0x0b,0x02,0x0d,0x0a,0x09,0x09,0x0a,0x02,0x0a,0x09,0x09,0x09,0x0b,0x0b,0x0b, -0x0b,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0e, -0x0d,0x00,0x00,0x00,0x05,0x05,0x02,0x0d,0x05,0x0d,0x05,0x0a,0x02,0x0e,0x0b,0x09, -0x0a,0x0d,0x0d,0x0b,0x09,0x09,0x0a,0x0a,0x0b,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x0b, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d, -0x0d,0x00,0x00,0x05,0x05,0x05,0x0d,0x0d,0x05,0x0a,0x0b,0x0e,0x0d,0x0b,0x09,0x02, -0x0e,0x0e,0x0b,0x09,0x0b,0x0b,0x0a,0x0b,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x09, -0x0c,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x05,0x0d,0x0d,0x0d, -0x0d,0x00,0x00,0x00,0x05,0x05,0x0d,0x0d,0x02,0x0a,0x0e,0x02,0x0b,0x09,0x0e,0x0e, -0x0e,0x0d,0x09,0x0b,0x0a,0x0d,0x0a,0x09,0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x0c, -0x0c,0x0c,0x09,0x0a,0x06,0x09,0x09,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d,0x0d,0x02, -0x00,0x00,0x00,0x05,0x05,0x0d,0x0e,0x0d,0x02,0x0e,0x0d,0x0b,0x0b,0x0e,0x0e,0x0e, -0x0d,0x09,0x0b,0x0e,0x0e,0x0e,0x0a,0x0b,0x0b,0x0a,0x0b,0x09,0x09,0x0c,0x0c,0x09, -0x0c,0x0a,0x07,0x07,0x06,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x0d,0x0d,0x05,0x0a, -0x02,0x0a,0x01,0x02,0x0e,0x0e,0x0d,0x02,0x0e,0x0e,0x0b,0x0b,0x0e,0x0e,0x0e,0x0e, -0x0b,0x0a,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0e,0x0d,0x02,0x09,0x03,0x03,0x09,0x0b, -0x07,0x0e,0x0e,0x07,0x0c,0x09,0x09,0x09,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x05,0x0d,0x02,0x0d, -0x0d,0x0a,0x0a,0x0e,0x0e,0x0d,0x0a,0x0e,0x0d,0x0a,0x09,0x0a,0x0e,0x0e,0x0a,0x0b, -0x09,0x0a,0x0a,0x0b,0x09,0x09,0x0a,0x0d,0x0e,0x0b,0x03,0x0e,0x02,0x07,0x0b,0x07, -0x0e,0x0e,0x07,0x0c,0x0c,0x0c,0x09,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x05,0x05,0x0d,0x0e,0x02,0x0d, -0x02,0x0a,0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0b,0x09,0x09,0x02,0x0a,0x09,0x09,0x09, -0x09,0x09,0x09,0x0c,0x0c,0x09,0x09,0x09,0x09,0x09,0x0b,0x0b,0x0c,0x0c,0x0b,0x07, -0x07,0x0b,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x05,0x0d,0x0e,0x0d,0x02,0x0a, -0x0a,0x0d,0x02,0x0b,0x09,0x0b,0x0b,0x09,0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x09, -0x09,0x09,0x07,0x07,0x09,0x09,0x09,0x0c,0x09,0x0b,0x0b,0x06,0x0c,0x07,0x0b,0x0b, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x0b,0x00,0x00,0x00,0x00,0x0a,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0e,0x0d,0x02,0x02,0x0a, -0x02,0x0a,0x0b,0x09,0x0b,0x0b,0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x07,0x09,0x09, -0x0c,0x07,0x07,0x0c,0x0c,0x09,0x09,0x0b,0x0b,0x0b,0x01,0x0c,0x07,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x0b,0x09,0x09,0x00,0x00,0x00,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d,0x02,0x0a,0x02,0x0a,0x0a,0x02, -0x0a,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0c,0x09,0x09,0x0c, -0x09,0x06,0x09,0x0c,0x0b,0x06,0x0b,0x0b,0x0b,0x03,0x06,0x07,0x07,0x07,0x07,0x07, -0x0c,0x0c,0x06,0x06,0x09,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x03,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x01,0x00,0x00,0x00,0x0a,0x05,0x02,0x0a, -0x0b,0x0b,0x0b,0x0b,0x09,0x07,0x09,0x09,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x0c,0x06,0x0e,0x0b,0x0b,0x01,0x03,0x03,0x01,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x0c,0x01,0x01,0x01,0x00,0x03,0x03,0x0b,0x00,0x00,0x0d,0x0d,0x0d,0x0e,0x0e, -0x0e,0x0e,0x0d,0x0d,0x0e,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x0a,0x02,0x02,0x02, -0x03,0x0a,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x0c,0x07,0x07,0x07,0x06,0x03,0x06, -0x0c,0x06,0x02,0x0e,0x01,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x0c, -0x06,0x01,0x01,0x03,0x03,0x01,0x01,0x0b,0x00,0x00,0x00,0x0d,0x02,0x02,0x0e,0x0e, -0x0e,0x02,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0d,0x0d,0x02, -0x04,0x01,0x01,0x01,0x09,0x09,0x09,0x09,0x09,0x07,0x07,0x09,0x06,0x0b,0x06,0x0c, -0x01,0x02,0x0e,0x02,0x06,0x03,0x03,0x03,0x01,0x06,0x06,0x0c,0x06,0x06,0x06,0x03, -0x03,0x03,0x0f,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x08,0x04,0x02,0x0d,0x0d,0x02, -0x05,0x03,0x01,0x01,0x01,0x09,0x01,0x09,0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x02, -0x02,0x0e,0x0e,0x0e,0x0f,0x0f,0x03,0x01,0x03,0x01,0x01,0x03,0x03,0x03,0x03,0x02, -0x02,0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x05,0x04,0x04,0x0f,0x02,0x02,0x0d,0x0d, -0x0d,0x02,0x02,0x02,0x02,0x0f,0x05,0x05,0x02,0x05,0x02,0x02,0x02,0x02,0x0d,0x0e, -0x0e,0x0e,0x0e,0x0e,0x02,0x0f,0x02,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x05,0x0f,0x08,0x04,0x04,0x0f,0x02,0x02,0x02,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x02,0x0e,0x0e,0x0d,0x0d,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0d,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x05,0x08,0x04,0x04,0x05,0x0f,0x02,0x0d,0x02,0x02,0x0d, -0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x02,0x0e,0x0e,0x0e,0x0e,0x06,0x0e,0x0e,0x0e, -0x0e,0x0e,0x02,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0f,0x0f,0x04,0x04,0x02,0x02,0x02,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x0e,0x0e,0x0d,0x02,0x0e,0x07,0x07,0x06,0x0e,0x0e,0x06,0x0e,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x0f,0x05,0x02,0x0d,0x0d,0x06,0x0d,0x0e,0x0e,0x0d,0x0e, -0x0e,0x06,0x0e,0x0e,0x0d,0x0e,0x07,0x0e,0x0e,0x0e,0x0e,0x06,0x0d,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x04,0x04,0x08,0x0f,0x02,0x0d,0x0d,0x06,0x0e,0x0d,0x06,0x0d,0x0e,0x06,0x0e, -0x0e,0x0e,0x0e,0x00,0x0e,0x0e,0x0e,0x07,0x07,0x06,0x0e,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x0f,0x08,0x04,0x02,0x0d,0x0d,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x0e,0x02,0x00, -0x00,0x00,0x00,0x0e,0x07,0x07,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x08, -0x04,0x0f,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x07,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x0d,0x01,0x04, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e, -0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char cichlid1_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x04,0x04,0x04,0x05,0x05,0x05,0x04, -0x01,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x07,0x01,0x01,0x07,0x01,0x01,0x07,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x05,0x07,0x05,0x08,0x07, -0x04,0x01,0x04,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x06,0x07, -0x09,0x04,0x07,0x06,0x01,0x07,0x01,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x05,0x07,0x08,0x05,0x07, -0x01,0x01,0x07,0x04,0x04,0x07,0x01,0x06,0x07,0x01,0x06,0x01,0x01,0x05,0x0a,0x0a, -0x09,0x03,0x02,0x0b,0x0b,0x0b,0x0b,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x08,0x08,0x08,0x05,0x08, -0x05,0x0a,0x08,0x09,0x08,0x08,0x01,0x04,0x02,0x02,0x0a,0x03,0x0a,0x03,0x05,0x01, -0x0a,0x06,0x0b,0x0b,0x0b,0x0b,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x07,0x05,0x08,0x05,0x08,0x05,0x05, -0x08,0x0d,0x0d,0x02,0x0d,0x0a,0x0a,0x09,0x08,0x02,0x0b,0x03,0x0a,0x01,0x01,0x01, -0x01,0x01,0x06,0x09,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x08,0x07,0x08,0x0d,0x05,0x08,0x05,0x0d, -0x05,0x0d,0x0a,0x0d,0x0d,0x02,0x02,0x03,0x02,0x01,0x06,0x0b,0x03,0x0b,0x0b,0x09, -0x09,0x0b,0x0b,0x03,0x0b,0x0b,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x0d,0x08,0x08,0x08,0x05,0x05,0x05,0x0d,0x05, -0x05,0x02,0x05,0x0a,0x0a,0x0a,0x01,0x09,0x09,0x01,0x02,0x02,0x0a,0x0b,0x09,0x09, -0x0b,0x02,0x02,0x0a,0x03,0x0b,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x03, -0x00,0x00,0x00,0x00,0x00,0x01,0x08,0x05,0x0a,0x05,0x05,0x05,0x05,0x0d,0x05,0x05, -0x0a,0x04,0x0b,0x0a,0x02,0x0b,0x09,0x09,0x02,0x0d,0x02,0x0b,0x09,0x09,0x09,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x00,0x00,0x00,0x00,0x05,0x07,0x08,0x08,0x08,0x05,0x05,0x0d,0x0d,0x02,0x0a, -0x09,0x0b,0x02,0x0d,0x0a,0x09,0x09,0x0a,0x02,0x0a,0x09,0x09,0x09,0x0b,0x0b,0x0b, -0x0b,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0d,0x0d,0x0e,0x0e,0x0e,0x0d,0x0d,0x0e, -0x0d,0x00,0x00,0x00,0x05,0x05,0x02,0x0d,0x05,0x0d,0x05,0x0a,0x02,0x0e,0x0b,0x09, -0x0a,0x0d,0x0d,0x0b,0x09,0x09,0x0a,0x0a,0x0b,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x0b, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d, -0x0d,0x00,0x00,0x00,0x05,0x05,0x0d,0x0d,0x05,0x0a,0x0b,0x0e,0x0d,0x0b,0x09,0x02, -0x0e,0x0e,0x0b,0x09,0x0b,0x0b,0x0a,0x0b,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x09, -0x0c,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x05,0x0d,0x0d,0x0d, -0x0d,0x00,0x00,0x00,0x05,0x05,0x0d,0x0d,0x02,0x0a,0x0e,0x02,0x0b,0x09,0x0e,0x0e, -0x0e,0x0d,0x09,0x0b,0x0a,0x0d,0x0a,0x09,0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x0c, -0x0c,0x0c,0x09,0x0a,0x06,0x09,0x09,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d,0x0d,0x02, -0x00,0x00,0x00,0x05,0x05,0x0d,0x0e,0x0d,0x02,0x0e,0x0d,0x0b,0x0b,0x0e,0x0e,0x0e, -0x0d,0x09,0x0b,0x0e,0x0e,0x0e,0x0a,0x0b,0x0b,0x0a,0x0b,0x09,0x09,0x0c,0x0c,0x09, -0x0c,0x0a,0x07,0x07,0x06,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x0d,0x0d,0x05,0x0a, -0x02,0x0a,0x01,0x02,0x0e,0x0e,0x0d,0x02,0x0e,0x0e,0x0b,0x0b,0x0e,0x0e,0x0e,0x0e, -0x0b,0x0a,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0e,0x0d,0x02,0x09,0x03,0x03,0x09,0x0b, -0x07,0x0e,0x0e,0x07,0x0c,0x09,0x09,0x09,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x05,0x0d,0x02,0x0d, -0x0d,0x0a,0x0a,0x0e,0x0e,0x0d,0x0a,0x0e,0x0d,0x0a,0x09,0x0a,0x0e,0x0e,0x0a,0x0b, -0x09,0x0a,0x0a,0x0b,0x09,0x09,0x0a,0x0d,0x0e,0x0b,0x03,0x0e,0x02,0x07,0x0b,0x07, -0x0e,0x0e,0x07,0x0c,0x0c,0x0c,0x09,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x05,0x05,0x0d,0x0e,0x02,0x0d, -0x02,0x0a,0x0d,0x0d,0x0a,0x0a,0x0a,0x0a,0x0b,0x09,0x09,0x02,0x0a,0x09,0x09,0x09, -0x09,0x09,0x09,0x0c,0x0c,0x09,0x09,0x09,0x09,0x09,0x0b,0x0b,0x0c,0x0c,0x0b,0x07, -0x07,0x0b,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00, -0x0a,0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x05,0x0d,0x0e,0x0d,0x02,0x0a, -0x0a,0x0d,0x02,0x0b,0x09,0x0b,0x0b,0x09,0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x09, -0x09,0x09,0x07,0x07,0x09,0x09,0x09,0x0c,0x09,0x0b,0x0b,0x06,0x0c,0x07,0x0b,0x0b, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x0b,0x00,0x00,0x00,0x00,0x00,0x0a, -0x0d,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0e,0x0d,0x02,0x02,0x0a, -0x02,0x0a,0x0b,0x09,0x0b,0x0b,0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x07,0x09,0x09, -0x0c,0x07,0x07,0x0c,0x0c,0x09,0x09,0x0b,0x0b,0x0b,0x01,0x0c,0x07,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x0b,0x09,0x09,0x00,0x00,0x00,0x00,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d,0x02,0x0a,0x02,0x0a,0x0a,0x02, -0x0a,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0c,0x09,0x09,0x0c, -0x09,0x06,0x09,0x0c,0x0b,0x06,0x0b,0x0b,0x0b,0x03,0x06,0x07,0x07,0x07,0x07,0x07, -0x0c,0x0c,0x06,0x06,0x09,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x01,0x00,0x00,0x00,0x0a,0x05,0x02,0x0a, -0x0b,0x0b,0x0b,0x0b,0x09,0x07,0x09,0x09,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x0c,0x06,0x0e,0x0b,0x0b,0x01,0x03,0x03,0x01,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x0c,0x01,0x01,0x01,0x00,0x03,0x03,0x0b,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0d,0x0d,0x0e,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x0a,0x02,0x02,0x02, -0x03,0x0a,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x0c,0x07,0x07,0x07,0x06,0x03,0x06, -0x0c,0x06,0x02,0x0e,0x01,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x0c, -0x06,0x01,0x01,0x03,0x03,0x01,0x01,0x0b,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x02,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x0d,0x0d,0x02, -0x04,0x01,0x01,0x01,0x09,0x09,0x09,0x09,0x09,0x07,0x07,0x09,0x06,0x0b,0x06,0x0c, -0x01,0x02,0x0e,0x02,0x06,0x03,0x03,0x03,0x01,0x06,0x06,0x0c,0x06,0x06,0x06,0x03, -0x03,0x03,0x0f,0x02,0x02,0x02,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x08,0x04,0x02,0x0d,0x0d,0x02, -0x05,0x03,0x01,0x01,0x01,0x09,0x01,0x09,0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x02, -0x02,0x0e,0x0e,0x0e,0x0f,0x0f,0x03,0x01,0x03,0x01,0x01,0x03,0x03,0x03,0x03,0x02, -0x02,0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x05,0x04,0x04,0x0f,0x02,0x02,0x0d,0x0d, -0x0d,0x02,0x02,0x02,0x02,0x0f,0x05,0x05,0x02,0x05,0x02,0x02,0x02,0x02,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x02,0x0f,0x02,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x0f,0x08,0x04,0x04,0x0f,0x02,0x02,0x02,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x02,0x02,0x02,0x0d,0x0e,0x0e,0x06,0x0e, -0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x0d,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x05,0x08,0x04,0x04,0x05,0x0f,0x02,0x0d,0x02,0x02,0x0d, -0x0d,0x0d,0x0d,0x0e,0x0e,0x0e,0x0e,0x02,0x02,0x02,0x0e,0x0e,0x06,0x0e,0x0e,0x06, -0x0e,0x0e,0x02,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0f,0x0f,0x04,0x04,0x02,0x02,0x02,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x0e,0x0e,0x0d,0x02,0x02,0x02,0x0e,0x06,0x0e,0x0e,0x06,0x0e,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x04,0x0f,0x05,0x02,0x0d,0x0d,0x06,0x0d,0x0e,0x0e,0x0d,0x0e, -0x0e,0x06,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d,0x0e,0x07,0x0e,0x06,0x0e,0x0e,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x01,0x04,0x04,0x08,0x0f,0x02,0x0d,0x0d,0x06,0x0e,0x0d,0x06,0x0d,0x0e,0x06,0x0e, -0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x07,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x0f,0x08,0x04,0x02,0x0d,0x0d,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x0e,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x07,0x0e,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x08, -0x04,0x0f,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x07,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x08,0x01,0x04, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0e,0x07,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/cichlid4.h b/fishmaps/cichlid4.h deleted file mode 100644 index 4bc44ff..0000000 --- a/fishmaps/cichlid4.h +++ /dev/null @@ -1,417 +0,0 @@ -#define cichlid4_width 73 -#define cichlid4_height 44 -#define cichlid4_colors 17 -#define cichlid4_back 0 -int cichlid4_reds[] = {0, 46592, 39168, 39424, 27392, 40704, 55040, -49664, 32256, 34048, 20224, 27648, 29440, 14592, -37632, 37888, 63744}; -int cichlid4_greens[] = {0, 46336, 49152, 50944, 32512, 41472, 57344, -55808, 43008, 38400, 24832, 24576, 40192, 13568, -43520, 35328, 62208}; -int cichlid4_blues[] = {63744, 38144, 34816, 43264, 23040, 40192, 53504, -41728, 39936, 33024, 18176, 20992, 22016, 9728, -23808, 24576, 58112}; -unsigned char cichlid4_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x05,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01, -0x01,0x06,0x03,0x06,0x03,0x07,0x03,0x07,0x03,0x03,0x02,0x03,0x00,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x08,0x02,0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x07, -0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x01,0x01,0x02,0x03,0x07,0x07,0x07, -0x07,0x07,0x07,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x09,0x02,0x03,0x03, -0x02,0x02,0x01,0x01,0x07,0x07,0x07,0x07,0x06,0x06,0x06,0x07,0x06,0x07,0x06,0x07, -0x02,0x04,0x04,0x04,0x0a,0x0b,0x0c,0x04,0x09,0x03,0x07,0x03,0x07,0x07,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x09,0x02,0x02,0x02,0x01,0x01,0x07,0x07,0x07,0x06,0x07, -0x06,0x07,0x06,0x07,0x07,0x03,0x09,0x05,0x01,0x04,0x0b,0x0a,0x0a,0x0d,0x0d,0x0a, -0x0a,0x0a,0x04,0x0e,0x02,0x03,0x03,0x02,0x09,0x02,0x02,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x09, -0x05,0x02,0x01,0x01,0x07,0x01,0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x0a,0x0a,0x0d, -0x0a,0x0b,0x0a,0x0d,0x0a,0x0d,0x0d,0x0d,0x04,0x0b,0x0a,0x0a,0x0a,0x02,0x07,0x07, -0x09,0x0c,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x02,0x02,0x01,0x01,0x07,0x01,0x07,0x01, -0x01,0x03,0x09,0x02,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x0d,0x0d,0x0d,0x0d, -0x0d,0x09,0x09,0x04,0x0a,0x0a,0x05,0x06,0x07,0x09,0x04,0x0a,0x0a,0x0a,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x09,0x0b,0x0a,0x0e,0x0e,0x0d,0x0d, -0x0d,0x0d,0x0d,0x0d,0x04,0x0a,0x0d,0x0d,0x0d,0x04,0x03,0x07,0x0b,0x0a,0x0a,0x09, -0x07,0x01,0x04,0x0a,0x0a,0x0a,0x04,0x05,0x07,0x09,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x01,0x01, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x01,0x09,0x0d,0x0d,0x0d,0x0a,0x0c,0x0a,0x0d,0x0d,0x0d,0x0a,0x09,0x02,0x04,0x0d, -0x0a,0x0d,0x04,0x07,0x07,0x0c,0x0a,0x0a,0x04,0x07,0x07,0x0a,0x0a,0x0a,0x09,0x06, -0x06,0x06,0x04,0x04,0x0f,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x05,0x02,0x02,0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x05,0x02,0x09,0x0d,0x0d,0x0d,0x0d,0x0a,0x09, -0x0a,0x0d,0x0d,0x0d,0x0a,0x08,0x03,0x09,0x0d,0x0d,0x0a,0x04,0x06,0x07,0x09,0x0d, -0x0a,0x04,0x07,0x07,0x09,0x04,0x05,0x06,0x06,0x06,0x07,0x0a,0x0b,0x09,0x06,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x0f,0x09,0x02, -0x05,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x05, -0x02,0x0e,0x0a,0x0d,0x0d,0x0d,0x0d,0x04,0x05,0x09,0x0d,0x0d,0x0d,0x0d,0x03,0x03, -0x09,0x0a,0x0d,0x0a,0x09,0x06,0x07,0x0b,0x0a,0x04,0x03,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0f,0x0a,0x04,0x07,0x10,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x0f,0x09,0x02,0x09,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x09,0x04,0x0a,0x0a,0x04,0x0a,0x0d,0x0a, -0x09,0x02,0x02,0x04,0x0d,0x0d,0x0a,0x08,0x07,0x03,0x0a,0x0a,0x0a,0x03,0x06,0x05, -0x0a,0x04,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x0a,0x0a,0x0a,0x05,0x10, -0x10,0x04,0x0b,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x0f,0x04, -0x09,0x05,0x09,0x0f,0x05,0x01,0x01,0x01,0x01,0x07,0x00,0x00,0x00,0x01,0x01,0x01, -0x09,0x0a,0x0d,0x0d,0x04,0x03,0x09,0x0a,0x0a,0x09,0x03,0x03,0x03,0x0a,0x0d,0x0a, -0x08,0x06,0x03,0x0a,0x0d,0x04,0x06,0x06,0x05,0x0a,0x09,0x03,0x06,0x06,0x06,0x06, -0x06,0x06,0x0f,0x0d,0x0a,0x0a,0x09,0x06,0x06,0x0f,0x0a,0x04,0x07,0x06,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x0f,0x0f,0x09,0x02,0x05,0x02,0x01, -0x01,0x01,0x07,0x07,0x00,0x00,0x00,0x02,0x01,0x04,0x0d,0x0d,0x0d,0x04,0x07,0x02, -0x04,0x0a,0x04,0x06,0x06,0x03,0x0a,0x0d,0x04,0x03,0x06,0x01,0x0a,0x0a,0x04,0x06, -0x06,0x05,0x0a,0x09,0x06,0x06,0x06,0x06,0x06,0x09,0x04,0x0a,0x0d,0x0d,0x09,0x06, -0x06,0x04,0x0a,0x0a,0x09,0x02,0x02,0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f, -0x0f,0x0f,0x09,0x09,0x09,0x09,0x02,0x01,0x02,0x01,0x01,0x01,0x07,0x02,0x0e,0x00, -0x00,0x01,0x0f,0x0d,0x0d,0x0d,0x09,0x01,0x03,0x0a,0x0a,0x04,0x06,0x06,0x09,0x0a, -0x0a,0x05,0x06,0x06,0x05,0x0a,0x0a,0x04,0x03,0x06,0x09,0x0a,0x04,0x07,0x06,0x06, -0x06,0x07,0x0a,0x0d,0x0d,0x0a,0x0b,0x06,0x06,0x01,0x04,0x04,0x09,0x09,0x0a,0x0a, -0x04,0x08,0x01,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x0f,0x09,0x02,0x02, -0x02,0x02,0x01,0x01,0x07,0x01,0x0b,0x0d,0x04,0x01,0x01,0x01,0x0e,0x0d,0x0d,0x09, -0x06,0x06,0x0b,0x0a,0x09,0x06,0x06,0x05,0x0a,0x0a,0x03,0x06,0x06,0x04,0x0a,0x0d, -0x0b,0x03,0x05,0x0a,0x0a,0x0a,0x05,0x06,0x06,0x01,0x0a,0x0d,0x0d,0x0d,0x0a,0x09, -0x07,0x05,0x09,0x01,0x06,0x01,0x0a,0x0f,0x0f,0x0f,0x04,0x01,0x01,0x00,0x00,0x00, -0x09,0x09,0x09,0x09,0x09,0x09,0x02,0x02,0x02,0x0e,0x02,0x01,0x01,0x07,0x09,0x0d, -0x0d,0x09,0x09,0x03,0x03,0x04,0x0d,0x0d,0x04,0x07,0x07,0x04,0x0a,0x0b,0x07,0x06, -0x01,0x0a,0x0a,0x03,0x06,0x03,0x0a,0x0a,0x0d,0x0b,0x09,0x09,0x0d,0x0a,0x0a,0x09, -0x06,0x09,0x0a,0x0d,0x0a,0x0a,0x0d,0x0a,0x05,0x0b,0x0b,0x0b,0x01,0x06,0x09,0x0a, -0x0f,0x0d,0x0d,0x05,0x01,0x07,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0e,0x02, -0x02,0x02,0x02,0x05,0x02,0x02,0x01,0x04,0x0d,0x0d,0x0a,0x05,0x07,0x07,0x05,0x0a, -0x0d,0x04,0x03,0x03,0x04,0x0a,0x04,0x03,0x06,0x09,0x0a,0x0a,0x05,0x06,0x08,0x0a, -0x0a,0x0a,0x0a,0x04,0x09,0x0a,0x0a,0x0d,0x0b,0x05,0x0a,0x0d,0x0d,0x0a,0x0a,0x0a, -0x04,0x04,0x0a,0x0b,0x0b,0x05,0x07,0x0f,0x0a,0x0f,0x0d,0x0a,0x05,0x01,0x01,0x07, -0x00,0x00,0x0f,0x09,0x0f,0x09,0x09,0x09,0x02,0x02,0x0e,0x02,0x02,0x01,0x02,0x01, -0x0a,0x0d,0x0d,0x0a,0x01,0x07,0x07,0x09,0x0a,0x0a,0x09,0x07,0x03,0x0b,0x0a,0x04, -0x03,0x07,0x04,0x0a,0x0a,0x04,0x03,0x04,0x0a,0x0d,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x03,0x0f,0x0b,0x0b,0x0b,0x0b,0x09,0x01, -0x09,0x0b,0x0f,0x0b,0x04,0x04,0x09,0x01,0x07,0x07,0x00,0x04,0x0f,0x04,0x04,0x04, -0x04,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x0e,0x0a,0x0d,0x0d,0x0b,0x01,0x07,0x07, -0x03,0x0a,0x0a,0x09,0x07,0x03,0x0b,0x0a,0x0a,0x05,0x06,0x09,0x0a,0x0b,0x04,0x08, -0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x09,0x07,0x0a,0x0a,0x04,0x0b,0x04,0x0f,0x09,0x09,0x0f,0x09,0x09,0x09,0x09,0x0f, -0x09,0x01,0x06,0x00,0x0f,0x0f,0x04,0x0f,0x04,0x0f,0x09,0x09,0x09,0x09,0x09,0x02, -0x02,0x02,0x0d,0x0d,0x0d,0x0a,0x03,0x06,0x06,0x07,0x0b,0x0b,0x05,0x06,0x06,0x04, -0x0a,0x0b,0x05,0x03,0x09,0x0a,0x0a,0x0b,0x08,0x04,0x0d,0x0a,0x0a,0x0a,0x01,0x04, -0x0a,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x01,0x09,0x0a,0x0b,0x04,0x04,0x04, -0x04,0x04,0x04,0x0f,0x09,0x08,0x09,0x09,0x09,0x09,0x05,0x06,0x06,0x04,0x04,0x0b, -0x0b,0x04,0x04,0x0f,0x0f,0x09,0x09,0x09,0x05,0x01,0x02,0x0a,0x0d,0x0d,0x0b,0x05, -0x07,0x03,0x09,0x0b,0x0b,0x09,0x03,0x03,0x0b,0x0a,0x0a,0x09,0x05,0x0b,0x0a,0x0a, -0x04,0x05,0x0b,0x0a,0x0a,0x0a,0x0b,0x01,0x0f,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a, -0x0a,0x09,0x05,0x04,0x0b,0x0a,0x09,0x0b,0x04,0x04,0x0b,0x04,0x04,0x09,0x09,0x09, -0x09,0x06,0x06,0x03,0x03,0x00,0x0f,0x04,0x04,0x04,0x04,0x0f,0x09,0x0f,0x0f,0x09, -0x09,0x09,0x02,0x02,0x0a,0x0d,0x0d,0x0a,0x09,0x05,0x05,0x04,0x0a,0x0a,0x09,0x05, -0x09,0x0a,0x0a,0x0a,0x09,0x05,0x0b,0x0a,0x0a,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x09, -0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x09,0x04,0x0b,0x04,0x0a,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x0f,0x09,0x05,0x09,0x03,0x03,0x04, -0x04,0x04,0x04,0x04,0x04,0x0f,0x04,0x04,0x04,0x09,0x09,0x02,0x02,0x0b,0x0a,0x0a, -0x0a,0x0b,0x0f,0x04,0x0a,0x0d,0x0a,0x04,0x05,0x0f,0x0a,0x0a,0x04,0x09,0x01,0x04, -0x0a,0x0b,0x05,0x09,0x0a,0x0a,0x0a,0x0a,0x0f,0x05,0x09,0x0a,0x0a,0x0b,0x0a,0x0a, -0x0a,0x0b,0x04,0x09,0x04,0x09,0x04,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x04,0x04,0x04,0x04,0x04,0x00,0x0f,0x04,0x0b,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x0f,0x0f,0x09,0x08,0x09,0x04,0x0b,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a, -0x0b,0x04,0x04,0x0b,0x0a,0x0b,0x09,0x09,0x0a,0x0a,0x0a,0x0f,0x0f,0x0a,0x0d,0x0a, -0x0b,0x04,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x05,0x09,0x04,0x05,0x0b, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x0b,0x0b,0x00, -0x00,0x0f,0x04,0x04,0x04,0x04,0x0b,0x0b,0x04,0x04,0x04,0x04,0x09,0x09,0x09,0x09, -0x08,0x0e,0x02,0x09,0x09,0x0a,0x0d,0x0d,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x0b,0x04, -0x0b,0x0a,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x09,0x04,0x09,0x04,0x04,0x04,0x04,0x09, -0x05,0x09,0x05,0x05,0x05,0x04,0x0b,0x09,0x0b,0x0b,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x0f,0x04,0x0b,0x0b,0x0b,0x04, -0x04,0x04,0x04,0x04,0x0f,0x0f,0x09,0x09,0x08,0x09,0x00,0x09,0x09,0x09,0x0b,0x0d, -0x0a,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a, -0x04,0x0b,0x0b,0x04,0x04,0x09,0x04,0x09,0x09,0x09,0x09,0x05,0x05,0x09,0x0b,0x0b, -0x04,0x0a,0x0b,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0b,0x0b,0x0a,0x0b,0x0b,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x04,0x04,0x09, -0x09,0x00,0x00,0x04,0x08,0x09,0x09,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x0b,0x0b,0x0b,0x09,0x04,0x09, -0x04,0x04,0x04,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b, -0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x04,0x0b, -0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x04,0x09,0x00,0x00,0x00,0x04,0x09,0x08,0x09, -0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x09,0x0b,0x0a,0x09,0x0b,0x04,0x04,0x04,0x09,0x0b,0x0b,0x05,0x04,0x04, -0x04,0x0b,0x0a,0x0a,0x0b,0x0b,0x0a,0x0b,0x0a,0x0b,0x0a,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x04, -0x04,0x00,0x00,0x00,0x04,0x04,0x09,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x0b,0x0b,0x0b, -0x0b,0x04,0x09,0x0b,0x0b,0x05,0x0b,0x04,0x09,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b, -0x0a,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0b,0x0b,0x04,0x0b,0x04,0x0b,0x04,0x0f,0x04,0x00,0x00,0x00,0x00,0x0b,0x04,0x09, -0x09,0x04,0x04,0x04,0x04,0x0b,0x0a,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x04,0x09,0x0b,0x09,0x09,0x0b,0x0b,0x09,0x04, -0x04,0x0b,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x04,0x0b,0x04,0x0b,0x0b, -0x00,0x00,0x00,0x00,0x00,0x0b,0x04,0x09,0x09,0x09,0x09,0x09,0x09,0x04,0x04,0x0b, -0x0b,0x04,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0b,0x0b,0x04,0x04,0x0b,0x0b,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x04, -0x04,0x04,0x09,0x09,0x09,0x09,0x09,0x04,0x04,0x04,0x09,0x04,0x04,0x04,0x0b,0x04, -0x04,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x0a,0x04,0x0f,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x04,0x04,0x04,0x04,0x09,0x04,0x09,0x04, -0x04,0x04,0x09,0x04,0x04,0x04,0x0b,0x09,0x04,0x04,0x0b,0x0b,0x04,0x04,0x04,0x0b, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b, -0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x04,0x04,0x0b,0x0b,0x09,0x09,0x04,0x04,0x04,0x09, -0x04,0x09,0x09,0x04,0x09,0x04,0x04,0x0f,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0a,0x0b,0x0b,0x04,0x04,0x04,0x04,0x04, -0x04,0x0b,0x0b,0x00,0x00,0x00,0x04,0x04,0x09,0x04,0x09,0x09,0x0b,0x09,0x09,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0a,0x0a, -0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0a,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b,0x04,0x04, -0x04,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0b,0x0b,0x04,0x04,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b, -0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char cichlid4_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x05,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01, -0x01,0x06,0x03,0x06,0x03,0x07,0x03,0x07,0x03,0x03,0x02,0x00,0x00,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x08,0x02,0x03,0x02,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x06,0x07, -0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x01,0x01,0x02,0x03,0x07,0x07,0x07, -0x07,0x07,0x07,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x09,0x02,0x03,0x03, -0x02,0x02,0x01,0x01,0x07,0x07,0x07,0x07,0x06,0x06,0x06,0x07,0x06,0x07,0x06,0x07, -0x02,0x04,0x04,0x04,0x0a,0x0b,0x0c,0x04,0x09,0x03,0x07,0x03,0x07,0x07,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x09,0x02,0x02,0x02,0x01,0x01,0x07,0x07,0x07,0x06,0x07, -0x06,0x07,0x06,0x07,0x07,0x03,0x09,0x05,0x01,0x04,0x0b,0x0a,0x0a,0x0d,0x0d,0x0a, -0x0a,0x0a,0x04,0x0e,0x02,0x03,0x03,0x02,0x09,0x02,0x02,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x09,0x09, -0x05,0x02,0x01,0x01,0x07,0x01,0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x0a,0x0a,0x0d, -0x0a,0x0b,0x0a,0x0d,0x0a,0x0d,0x0d,0x0d,0x04,0x0b,0x0a,0x0a,0x0a,0x02,0x07,0x07, -0x09,0x0c,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x02,0x02,0x01,0x01,0x07,0x01,0x07,0x01, -0x01,0x03,0x09,0x02,0x09,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0a,0x0d,0x0d,0x0d,0x0d, -0x0d,0x09,0x09,0x04,0x0a,0x0a,0x05,0x06,0x07,0x09,0x04,0x0a,0x0a,0x0a,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x09,0x0b,0x0a,0x0e,0x0e,0x0d,0x0d, -0x0d,0x0d,0x0d,0x0d,0x04,0x0a,0x0d,0x0d,0x0d,0x04,0x03,0x07,0x0b,0x0a,0x0a,0x09, -0x07,0x01,0x04,0x0a,0x0a,0x0a,0x04,0x05,0x07,0x09,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x01, -0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x01,0x09,0x0d,0x0d,0x0d,0x0a,0x0c,0x0a,0x0d,0x0d,0x0d,0x0a,0x09,0x02,0x04,0x0d, -0x0a,0x0d,0x04,0x07,0x07,0x0c,0x0a,0x0a,0x04,0x07,0x07,0x0a,0x0a,0x0a,0x09,0x06, -0x06,0x06,0x04,0x04,0x0f,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x05,0x02,0x02,0x01,0x01,0x05,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x05,0x02,0x09,0x0d,0x0d,0x0d,0x0d,0x0a,0x09, -0x0a,0x0d,0x0d,0x0d,0x0a,0x08,0x03,0x09,0x0d,0x0d,0x0a,0x04,0x06,0x07,0x09,0x0d, -0x0a,0x04,0x07,0x07,0x09,0x04,0x05,0x06,0x06,0x06,0x07,0x0a,0x0b,0x09,0x06,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x0f,0x02, -0x05,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x05, -0x02,0x0e,0x0a,0x0d,0x0d,0x0d,0x0d,0x04,0x05,0x09,0x0d,0x0d,0x0d,0x0d,0x03,0x03, -0x09,0x0a,0x0d,0x0a,0x09,0x06,0x07,0x0b,0x0a,0x04,0x03,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0f,0x0a,0x04,0x07,0x10,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x0f,0x09,0x02,0x09,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x09,0x04,0x0a,0x0a,0x04,0x0a,0x0d,0x0a, -0x09,0x02,0x02,0x04,0x0d,0x0d,0x0a,0x08,0x07,0x03,0x0a,0x0a,0x0a,0x03,0x06,0x05, -0x0a,0x04,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x0a,0x0a,0x0a,0x05,0x10, -0x10,0x04,0x0b,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x0f, -0x0f,0x05,0x09,0x0f,0x05,0x01,0x01,0x01,0x01,0x07,0x00,0x00,0x00,0x01,0x01,0x01, -0x09,0x0a,0x0d,0x0d,0x04,0x03,0x09,0x0a,0x0a,0x09,0x03,0x03,0x03,0x0a,0x0d,0x0a, -0x08,0x06,0x03,0x0a,0x0d,0x04,0x06,0x06,0x05,0x0a,0x09,0x03,0x06,0x06,0x06,0x06, -0x06,0x06,0x0f,0x0d,0x0a,0x0a,0x09,0x06,0x06,0x0f,0x0a,0x04,0x07,0x06,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x0f,0x0f,0x09,0x02,0x05,0x02,0x01, -0x01,0x01,0x07,0x07,0x00,0x00,0x00,0x02,0x01,0x04,0x0d,0x0d,0x0d,0x04,0x07,0x02, -0x04,0x0a,0x04,0x06,0x06,0x03,0x0a,0x0d,0x04,0x03,0x06,0x01,0x0a,0x0a,0x04,0x06, -0x06,0x05,0x0a,0x09,0x06,0x06,0x06,0x06,0x06,0x09,0x04,0x0a,0x0d,0x0d,0x09,0x06, -0x06,0x04,0x0a,0x0a,0x09,0x02,0x02,0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x0f, -0x0f,0x0f,0x09,0x09,0x09,0x09,0x02,0x01,0x02,0x01,0x01,0x01,0x07,0x02,0x0e,0x00, -0x00,0x01,0x0f,0x0d,0x0d,0x0d,0x09,0x01,0x03,0x0a,0x0a,0x04,0x06,0x06,0x09,0x0a, -0x0a,0x05,0x06,0x06,0x05,0x0a,0x0a,0x04,0x03,0x06,0x09,0x0a,0x04,0x07,0x06,0x06, -0x06,0x07,0x0a,0x0d,0x0d,0x0a,0x0d,0x06,0x06,0x01,0x04,0x04,0x09,0x09,0x0a,0x0a, -0x04,0x08,0x01,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x0f,0x09,0x02,0x02, -0x02,0x02,0x01,0x01,0x07,0x01,0x0b,0x0d,0x04,0x01,0x01,0x01,0x0e,0x0d,0x0d,0x09, -0x06,0x06,0x0b,0x0a,0x09,0x06,0x06,0x05,0x0a,0x0a,0x03,0x06,0x06,0x04,0x0a,0x0d, -0x0b,0x03,0x05,0x0a,0x0a,0x0a,0x05,0x06,0x06,0x01,0x0a,0x0d,0x0d,0x0d,0x0a,0x09, -0x07,0x05,0x09,0x01,0x06,0x01,0x0a,0x0f,0x0f,0x0f,0x04,0x01,0x01,0x00,0x00,0x00, -0x00,0x09,0x09,0x09,0x09,0x09,0x02,0x02,0x02,0x0e,0x02,0x01,0x01,0x07,0x09,0x0d, -0x0d,0x09,0x09,0x03,0x03,0x04,0x0d,0x0d,0x04,0x07,0x07,0x04,0x0a,0x0b,0x07,0x06, -0x01,0x0a,0x0a,0x03,0x06,0x03,0x0a,0x0a,0x0d,0x0b,0x09,0x09,0x0d,0x0a,0x0a,0x09, -0x06,0x09,0x0a,0x0d,0x0a,0x0a,0x0d,0x0a,0x05,0x0b,0x0b,0x0b,0x01,0x06,0x09,0x0a, -0x0f,0x0d,0x0d,0x05,0x01,0x07,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0e,0x02, -0x02,0x02,0x02,0x05,0x02,0x02,0x01,0x04,0x0d,0x0d,0x0a,0x05,0x07,0x07,0x05,0x0a, -0x0d,0x04,0x03,0x03,0x04,0x0a,0x04,0x03,0x06,0x09,0x0a,0x0a,0x05,0x06,0x08,0x0a, -0x0a,0x0a,0x0a,0x04,0x09,0x0a,0x0a,0x0d,0x0b,0x05,0x0a,0x0d,0x0d,0x0a,0x0a,0x0a, -0x0d,0x04,0x0a,0x0b,0x0b,0x05,0x07,0x0f,0x0a,0x0f,0x0d,0x0a,0x05,0x01,0x01,0x07, -0x00,0x00,0x00,0x09,0x0f,0x09,0x09,0x09,0x02,0x02,0x0e,0x02,0x02,0x01,0x02,0x01, -0x0a,0x0d,0x0d,0x0a,0x01,0x07,0x07,0x09,0x0a,0x0a,0x09,0x07,0x03,0x0b,0x0a,0x04, -0x03,0x07,0x04,0x0a,0x0a,0x04,0x03,0x04,0x0a,0x0d,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x03,0x0f,0x0b,0x0b,0x0b,0x0b,0x09,0x01, -0x09,0x0b,0x0f,0x0b,0x04,0x04,0x09,0x01,0x07,0x07,0x00,0x00,0x0f,0x04,0x04,0x04, -0x04,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x0e,0x0a,0x0d,0x0d,0x0b,0x01,0x07,0x07, -0x03,0x0a,0x0a,0x09,0x07,0x03,0x0b,0x0a,0x0a,0x05,0x06,0x09,0x0a,0x0b,0x04,0x08, -0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x09,0x07,0x0a,0x0a,0x04,0x0b,0x04,0x0f,0x09,0x09,0x0f,0x09,0x09,0x09,0x09,0x0f, -0x09,0x01,0x06,0x00,0x00,0x0f,0x04,0x0f,0x04,0x0f,0x09,0x09,0x09,0x09,0x09,0x02, -0x02,0x02,0x0d,0x0d,0x0d,0x0a,0x03,0x06,0x06,0x07,0x0b,0x0b,0x05,0x06,0x06,0x04, -0x0a,0x0b,0x05,0x03,0x09,0x0a,0x0a,0x0b,0x08,0x04,0x0d,0x0a,0x0a,0x0a,0x01,0x04, -0x0a,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x01,0x09,0x0a,0x0d,0x04,0x04,0x04, -0x04,0x04,0x04,0x0f,0x09,0x08,0x09,0x09,0x09,0x09,0x05,0x06,0x06,0x00,0x04,0x04, -0x0b,0x0b,0x04,0x0f,0x0f,0x09,0x09,0x09,0x05,0x01,0x02,0x0a,0x0d,0x0d,0x0b,0x05, -0x07,0x03,0x09,0x0b,0x0b,0x09,0x03,0x03,0x0b,0x0a,0x0a,0x09,0x05,0x0b,0x0a,0x0a, -0x04,0x05,0x0b,0x0a,0x0a,0x0a,0x0b,0x01,0x0f,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a, -0x0a,0x09,0x05,0x04,0x0b,0x0a,0x09,0x0b,0x04,0x04,0x0b,0x04,0x04,0x09,0x09,0x09, -0x09,0x06,0x06,0x03,0x03,0x00,0x00,0x04,0x04,0x04,0x04,0x0f,0x09,0x0f,0x0f,0x09, -0x09,0x09,0x02,0x02,0x0a,0x0d,0x0d,0x0a,0x09,0x05,0x05,0x04,0x0a,0x0a,0x09,0x05, -0x09,0x0a,0x0a,0x0a,0x09,0x05,0x0b,0x0a,0x0a,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x09, -0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x09,0x04,0x0b,0x04,0x0a,0x0b, -0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x0f,0x09,0x05,0x09,0x03,0x03,0x00, -0x04,0x04,0x04,0x04,0x04,0x0f,0x04,0x04,0x04,0x09,0x09,0x02,0x02,0x0b,0x0a,0x0a, -0x0a,0x0b,0x0f,0x04,0x0a,0x0d,0x0a,0x04,0x05,0x0f,0x0a,0x0a,0x04,0x09,0x01,0x04, -0x0a,0x0b,0x05,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x0a,0x0a,0x0b,0x0a,0x0a, -0x0a,0x0b,0x04,0x09,0x04,0x09,0x04,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x04,0x04,0x0b,0x04,0x04,0x04,0x04, -0x04,0x04,0x0f,0x0f,0x09,0x08,0x09,0x04,0x0b,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a, -0x0b,0x04,0x04,0x0b,0x0a,0x0b,0x09,0x09,0x0a,0x0a,0x0a,0x0f,0x0f,0x0a,0x0d,0x0a, -0x0a,0x0a,0x04,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x05,0x09,0x04,0x05,0x0b, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x0b,0x0b,0x00, -0x00,0x00,0x04,0x04,0x04,0x04,0x0b,0x0b,0x04,0x04,0x04,0x04,0x09,0x09,0x09,0x09, -0x08,0x0e,0x02,0x09,0x09,0x0a,0x0d,0x0d,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x0b,0x04, -0x0b,0x0a,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x09,0x04,0x04,0x09,0x04,0x05, -0x05,0x05,0x05,0x05,0x05,0x04,0x0b,0x09,0x0b,0x0b,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x04,0x04,0x0b,0x0b,0x04, -0x04,0x04,0x04,0x04,0x0f,0x0f,0x09,0x09,0x08,0x09,0x00,0x09,0x09,0x09,0x0b,0x0d, -0x0a,0x0d,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x04,0x04,0x09,0x09,0x05,0x09,0x05,0x05,0x05,0x05,0x09,0x0b,0x0b, -0x04,0x0a,0x0b,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0b,0x0b,0x0a,0x0b,0x0b,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x04,0x04,0x09, -0x09,0x00,0x00,0x04,0x08,0x09,0x09,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x04,0x04,0x09, -0x04,0x05,0x05,0x05,0x09,0x04,0x04,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b, -0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b, -0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x04,0x09,0x00,0x00,0x00,0x04,0x09,0x08,0x09, -0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x04,0x04,0x09,0x09,0x0b,0x0b,0x05,0x04,0x04, -0x04,0x0b,0x0a,0x0a,0x0b,0x0b,0x0a,0x0b,0x0a,0x0b,0x0a,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x04, -0x04,0x00,0x00,0x00,0x04,0x04,0x09,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a, -0x04,0x04,0x09,0x09,0x09,0x05,0x0b,0x04,0x09,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b, -0x0a,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0b,0x04,0x0b,0x04,0x0b,0x04,0x0f,0x04,0x04,0x00,0x00,0x00,0x0b,0x04,0x09, -0x09,0x04,0x04,0x04,0x04,0x0b,0x0a,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x04,0x04,0x04,0x04,0x09,0x04, -0x04,0x0b,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x0b, -0x04,0x00,0x00,0x00,0x00,0x0b,0x04,0x09,0x09,0x09,0x09,0x09,0x09,0x04,0x04,0x0b, -0x0b,0x04,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x04, -0x04,0x04,0x09,0x09,0x09,0x09,0x09,0x04,0x04,0x04,0x09,0x04,0x04,0x04,0x0b,0x04, -0x04,0x04,0x04,0x04,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x0a,0x04,0x0f,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x04,0x04,0x04,0x04,0x09,0x04,0x09,0x04, -0x04,0x04,0x09,0x04,0x04,0x04,0x0b,0x09,0x04,0x04,0x0b,0x0b,0x04,0x04,0x04,0x0b, -0x0a,0x00,0x00,0x00,0x00,0x00,0x04,0x0f,0x04,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b, -0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x04,0x04,0x0b,0x0b,0x09,0x09,0x04,0x04,0x04,0x09, -0x04,0x09,0x09,0x04,0x09,0x04,0x04,0x0f,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0a,0x0b,0x0b,0x04,0x04,0x04,0x04,0x04, -0x04,0x0b,0x0b,0x09,0x09,0x09,0x04,0x04,0x09,0x04,0x09,0x09,0x0b,0x09,0x09,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0a,0x0a, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0b,0x0b,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0b,0x00,0x00,0x00,0x00,0x00, -0x04,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x0b,0x0b,0x0b,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x0b,0x0b,0x0b, -0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b,0x04,0x04, -0x04,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x0b,0x0b,0x04,0x04,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/collaris.h b/fishmaps/collaris.h deleted file mode 100644 index 596c0ee..0000000 --- a/fishmaps/collaris.h +++ /dev/null @@ -1,403 +0,0 @@ -#define collaris_width 62 -#define collaris_height 50 -#define collaris_colors 16 -#define collaris_back 0 -int collaris_reds[] = {65280, 7936, 57344, 38912, 56832, 36608, 58368, -49152, 40192, 35584, 36352, 53760, 16128, 37376, -51968, 0}; -int collaris_greens[] = {65280, 7936, 59648, 49152, 55808, 42496, 45824, -37888, 44800, 19200, 39680, 49152, 16128, 18432, -41984, 0}; -int collaris_blues[] = {65280, 0, 49920, 36608, 14592, 0, 16896, -0, 17920, 0, 47872, 60416, 39936, 44032, -46336, 0}; -unsigned char collaris_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x00,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00, -0x01,0x01,0x01,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x03,0x03, -0x04,0x03,0x03,0x04,0x03,0x03,0x04,0x03,0x05,0x01,0x01,0x00,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x04,0x07,0x04, -0x06,0x07,0x06,0x06,0x04,0x06,0x03,0x08,0x09,0x09,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02, -0x02,0x02,0x03,0x03,0x06,0x06,0x06,0x04,0x06,0x07,0x06,0x06,0x06,0x04,0x06,0x06, -0x04,0x06,0x06,0x06,0x06,0x04,0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x03, -0x06,0x06,0x06,0x06,0x04,0x06,0x06,0x08,0x04,0x06,0x09,0x06,0x06,0x08,0x09,0x06, -0x06,0x09,0x04,0x06,0x06,0x03,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x09,0x06,0x08,0x08,0x08,0x08, -0x07,0x06,0x06,0x08,0x09,0x08,0x06,0x04,0x08,0x06,0x04,0x06,0x06,0x08,0x04,0x06, -0x06,0x06,0x04,0x06,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x08,0x07,0x08,0x07,0x08,0x04,0x06, -0x08,0x04,0x08,0x08,0x06,0x08,0x08,0x06,0x08,0x08,0x01,0x08,0x06,0x06,0x01,0x06, -0x06,0x06,0x08,0x08,0x09,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x07,0x08,0x07,0x08,0x08,0x09,0x08,0x08,0x08, -0x08,0x08,0x01,0x04,0x08,0x01,0x08,0x06,0x08,0x04,0x08,0x06,0x08,0x04,0x06,0x08, -0x04,0x06,0x08,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02, -0x09,0x07,0x07,0x08,0x07,0x08,0x07,0x08,0x07,0x08,0x06,0x08,0x04,0x06,0x08,0x08, -0x04,0x08,0x06,0x08,0x08,0x06,0x01,0x08,0x08,0x08,0x06,0x08,0x08,0x06,0x08,0x08, -0x08,0x09,0x02,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x09,0x07,0x07, -0x07,0x08,0x07,0x07,0x09,0x07,0x08,0x04,0x08,0x01,0x04,0x08,0x01,0x08,0x08,0x01, -0x04,0x06,0x08,0x04,0x08,0x06,0x08,0x01,0x08,0x04,0x06,0x08,0x06,0x06,0x03,0x09, -0x02,0x02,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x07, -0x08,0x07,0x07,0x08,0x01,0x08,0x06,0x06,0x06,0x08,0x06,0x08,0x04,0x06,0x08,0x08, -0x01,0x08,0x04,0x08,0x08,0x04,0x08,0x08,0x01,0x08,0x08,0x08,0x08,0x09,0x02,0x02, -0x08,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x09,0x07,0x07,0x07,0x07,0x09,0x07,0x07, -0x07,0x08,0x07,0x08,0x04,0x08,0x08,0x01,0x04,0x08,0x08,0x04,0x08,0x08,0x08,0x04, -0x01,0x06,0x08,0x08,0x04,0x06,0x08,0x08,0x03,0x03,0x08,0x03,0x02,0x02,0x08,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x01,0x07, -0x04,0x01,0x08,0x01,0x08,0x08,0x08,0x01,0x01,0x08,0x01,0x08,0x01,0x08,0x08,0x04, -0x08,0x01,0x08,0x08,0x04,0x08,0x03,0x08,0x03,0x03,0x02,0x02,0x08,0x08,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x01,0x07,0x08, -0x08,0x08,0x04,0x08,0x08,0x04,0x08,0x08,0x08,0x08,0x04,0x01,0x08,0x08,0x08,0x08, -0x08,0x01,0x08,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x02,0x09,0x07,0x07,0x09,0x07,0x08,0x01,0x07,0x07,0x04,0x04,0x07,0x08,0x01, -0x01,0x08,0x01,0x08,0x01,0x08,0x01,0x08,0x08,0x08,0x04,0x01,0x08,0x04,0x08,0x08, -0x03,0x08,0x08,0x08,0x03,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02, -0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x08,0x01,0x08,0x01,0x04,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x04,0x08,0x01,0x04,0x08,0x08,0x01,0x08,0x08,0x08,0x08,0x08, -0x08,0x03,0x03,0x02,0x02,0x02,0x02,0x08,0x08,0x09,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07, -0x07,0x07,0x07,0x01,0x07,0x01,0x07,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x04,0x08,0x08,0x07,0x07,0x08,0x01,0x08,0x04,0x01,0x04,0x08,0x03,0x08,0x03,0x08, -0x03,0x02,0x02,0x02,0x02,0x08,0x09,0x08,0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x09, -0x07,0x07,0x01,0x08,0x08,0x01,0x08,0x04,0x08,0x08,0x04,0x04,0x08,0x08,0x01,0x01, -0x01,0x07,0x07,0x07,0x07,0x08,0x08,0x08,0x01,0x03,0x03,0x08,0x08,0x03,0x03,0x02, -0x02,0x02,0x02,0x09,0x08,0x09,0x09,0x0a,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x01,0x08, -0x01,0x01,0x01,0x01,0x07,0x01,0x08,0x01,0x08,0x01,0x01,0x01,0x08,0x04,0x08,0x08, -0x07,0x07,0x07,0x07,0x04,0x08,0x08,0x08,0x08,0x03,0x03,0x03,0x03,0x02,0x02,0x02, -0x02,0x08,0x09,0x01,0x02,0x01,0x0a,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x08,0x07,0x08,0x01,0x08, -0x01,0x07,0x01,0x07,0x01,0x08,0x01,0x01,0x08,0x08,0x01,0x01,0x01,0x04,0x07,0x07, -0x07,0x07,0x07,0x07,0x04,0x03,0x08,0x08,0x08,0x08,0x03,0x02,0x02,0x02,0x02,0x09, -0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x0b,0x09,0x00,0x00,0x01,0x09,0x02,0x09,0x01,0x07,0x01,0x09,0x01,0x09,0x01, -0x07,0x01,0x07,0x04,0x08,0x08,0x01,0x01,0x08,0x04,0x08,0x01,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x08,0x08,0x03,0x08,0x03,0x03,0x0b,0x02,0x02,0x02,0x02,0x01,0x02, -0x01,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x01,0x01,0x01,0x00,0x01,0x09,0x09,0x07,0x09,0x09,0x09,0x08,0x07,0x07,0x01,0x07, -0x01,0x07,0x01,0x07,0x04,0x08,0x01,0x01,0x08,0x04,0x08,0x07,0x07,0x07,0x07,0x07, -0x07,0x03,0x08,0x08,0x08,0x08,0x01,0x01,0x0b,0x02,0x02,0x02,0x01,0x02,0x01,0x01, -0x01,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x02,0x02,0x0b,0x02,0x02,0x01,0x01, -0x09,0x01,0x00,0x00,0x09,0x09,0x01,0x01,0x09,0x01,0x01,0x07,0x08,0x07,0x07,0x01, -0x08,0x01,0x08,0x07,0x08,0x08,0x01,0x08,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x09, -0x03,0x08,0x03,0x08,0x01,0x0b,0x03,0x02,0x02,0x02,0x01,0x01,0x02,0x01,0x01,0x02, -0x0c,0x0c,0x01,0x01,0x01,0x00,0x00,0x02,0x02,0x04,0x02,0x02,0x01,0x01,0x09,0x09, -0x09,0x09,0x01,0x01,0x09,0x09,0x01,0x09,0x09,0x01,0x07,0x01,0x07,0x04,0x07,0x01, -0x08,0x01,0x08,0x04,0x08,0x01,0x01,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x08, -0x08,0x08,0x01,0x03,0x0b,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x0c,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x08,0x01,0x01,0x09,0x09,0x09, -0x09,0x01,0x09,0x09,0x09,0x07,0x07,0x07,0x01,0x07,0x01,0x01,0x07,0x08,0x01,0x07, -0x01,0x04,0x08,0x08,0x04,0x01,0x07,0x07,0x07,0x09,0x07,0x07,0x07,0x09,0x08,0x01, -0x01,0x0b,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x02,0x02,0x04,0x04,0x02,0x02,0x01,0x01,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x01,0x09,0x07,0x01,0x07,0x08,0x07,0x01,0x07,0x07,0x08,0x04,0x01,0x08, -0x01,0x08,0x08,0x08,0x07,0x07,0x07,0x07,0x09,0x07,0x09,0x01,0x08,0x01,0x01,0x03, -0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x01,0x01,0x01,0x00,0x00, -0x00,0x02,0x02,0x04,0x04,0x02,0x02,0x01,0x01,0x09,0x09,0x09,0x09,0x01,0x01,0x01, -0x01,0x09,0x09,0x01,0x07,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x08,0x01,0x08,0x01, -0x08,0x04,0x08,0x07,0x09,0x07,0x07,0x01,0x01,0x01,0x08,0x08,0x01,0x01,0x08,0x03, -0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x0b,0x02,0x02,0x02,0x01,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x09, -0x09,0x07,0x01,0x07,0x01,0x08,0x07,0x01,0x08,0x01,0x07,0x08,0x07,0x01,0x08,0x01, -0x08,0x04,0x07,0x09,0x07,0x01,0x07,0x07,0x07,0x08,0x08,0x01,0x01,0x08,0x02,0x02, -0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x0b,0x02,0x03,0x01,0x01,0x09,0x09,0x09,0x09,0x01,0x01,0x01,0x09,0x01,0x01,0x07, -0x01,0x07,0x07,0x01,0x07,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x01,0x07,0x01,0x07, -0x07,0x07,0x09,0x01,0x07,0x07,0x07,0x07,0x08,0x09,0x01,0x01,0x02,0x0b,0x01,0x01, -0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x03,0x01,0x01,0x09,0x09,0x09,0x09,0x01,0x09,0x01,0x09,0x09,0x09,0x01,0x07,0x07, -0x01,0x07,0x01,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x07,0x01,0x07,0x01,0x07, -0x07,0x07,0x08,0x08,0x07,0x07,0x07,0x05,0x0d,0x0a,0x01,0x02,0x01,0x01,0x01,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x0e,0x01, -0x01,0x09,0x01,0x00,0x01,0x01,0x01,0x09,0x01,0x07,0x09,0x09,0x01,0x07,0x07,0x07, -0x07,0x07,0x01,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0b,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0b,0x02,0x02,0x05,0x01,0x01,0x09, -0x00,0x01,0x01,0x01,0x09,0x09,0x09,0x01,0x01,0x09,0x07,0x01,0x01,0x07,0x01,0x07, -0x07,0x07,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x07,0x07,0x01,0x09,0x09,0x08, -0x08,0x08,0x08,0x08,0x08,0x0b,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x08,0x08,0x0e,0x03,0x01,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x09,0x01,0x09,0x01,0x07,0x09,0x07,0x01,0x07,0x01,0x07,0x07, -0x07,0x01,0x07,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x07,0x07,0x09,0x09,0x08,0x08, -0x08,0x08,0x0b,0x0b,0x02,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x0e,0x0e,0x03,0x00,0x00,0x01,0x01,0x01,0x09, -0x01,0x01,0x01,0x09,0x07,0x09,0x01,0x07,0x09,0x09,0x01,0x01,0x09,0x01,0x01,0x07, -0x01,0x07,0x09,0x09,0x01,0x07,0x01,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x0b, -0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x03,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x09,0x01, -0x09,0x09,0x09,0x09,0x09,0x01,0x01,0x07,0x09,0x09,0x01,0x01,0x09,0x01,0x09,0x07, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x0b,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09, -0x01,0x09,0x01,0x09,0x09,0x01,0x09,0x09,0x09,0x01,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x01,0x01,0x09, -0x01,0x09,0x01,0x09,0x01,0x09,0x01,0x09,0x01,0x09,0x09,0x09,0x09,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x09,0x09,0x01,0x01,0x09,0x09,0x09,0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x01,0x01,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x01,0x01,0x09,0x01, -0x09,0x09,0x09,0x09,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char collaris_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x01,0x01,0x01,0x00,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x00,0x00,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00, -0x01,0x01,0x01,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x03,0x03, -0x04,0x03,0x03,0x04,0x03,0x03,0x04,0x03,0x05,0x01,0x01,0x00,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x04,0x07,0x04, -0x06,0x07,0x06,0x06,0x04,0x06,0x03,0x08,0x09,0x09,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02, -0x02,0x02,0x03,0x03,0x06,0x06,0x06,0x04,0x06,0x07,0x06,0x06,0x06,0x04,0x06,0x06, -0x04,0x06,0x06,0x06,0x06,0x04,0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x03, -0x06,0x06,0x06,0x06,0x04,0x06,0x06,0x08,0x04,0x06,0x09,0x06,0x06,0x08,0x09,0x06, -0x06,0x09,0x04,0x06,0x06,0x03,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x09,0x06,0x08,0x08,0x08,0x08, -0x07,0x06,0x06,0x08,0x09,0x08,0x06,0x04,0x08,0x06,0x04,0x06,0x06,0x08,0x04,0x06, -0x06,0x06,0x04,0x06,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x08,0x07,0x08,0x07,0x08,0x04,0x06, -0x08,0x04,0x08,0x08,0x06,0x08,0x08,0x06,0x08,0x08,0x01,0x08,0x06,0x06,0x01,0x06, -0x06,0x06,0x08,0x08,0x09,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x07,0x08,0x07,0x08,0x08,0x09,0x08,0x08,0x08, -0x08,0x08,0x01,0x04,0x08,0x01,0x08,0x06,0x08,0x04,0x08,0x06,0x08,0x04,0x06,0x08, -0x04,0x06,0x08,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02, -0x09,0x07,0x07,0x08,0x07,0x08,0x07,0x08,0x07,0x08,0x06,0x08,0x04,0x06,0x08,0x08, -0x04,0x08,0x06,0x08,0x08,0x06,0x01,0x08,0x08,0x08,0x06,0x08,0x08,0x06,0x08,0x08, -0x08,0x09,0x02,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x09,0x07,0x07, -0x07,0x08,0x07,0x07,0x09,0x07,0x08,0x04,0x08,0x01,0x04,0x08,0x01,0x08,0x08,0x01, -0x04,0x06,0x08,0x04,0x08,0x06,0x08,0x01,0x08,0x04,0x06,0x08,0x06,0x06,0x03,0x09, -0x02,0x02,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x07, -0x08,0x07,0x07,0x08,0x01,0x08,0x06,0x06,0x06,0x08,0x06,0x08,0x04,0x06,0x08,0x08, -0x01,0x08,0x04,0x08,0x08,0x04,0x08,0x08,0x01,0x08,0x08,0x08,0x08,0x09,0x02,0x02, -0x08,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x09,0x07,0x07,0x07,0x07,0x09,0x07,0x07, -0x07,0x08,0x07,0x08,0x04,0x08,0x08,0x01,0x04,0x08,0x08,0x04,0x08,0x08,0x08,0x04, -0x01,0x06,0x08,0x08,0x04,0x06,0x08,0x08,0x03,0x03,0x08,0x03,0x02,0x02,0x08,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x01,0x07, -0x04,0x01,0x08,0x01,0x08,0x08,0x08,0x01,0x01,0x08,0x01,0x08,0x01,0x08,0x08,0x04, -0x08,0x01,0x08,0x08,0x04,0x08,0x03,0x08,0x03,0x03,0x02,0x02,0x08,0x08,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x01,0x07,0x08, -0x08,0x08,0x04,0x08,0x08,0x04,0x08,0x08,0x08,0x08,0x04,0x01,0x08,0x08,0x08,0x08, -0x08,0x01,0x08,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x02,0x09,0x07,0x07,0x09,0x07,0x08,0x01,0x07,0x07,0x04,0x04,0x07,0x08,0x01, -0x01,0x08,0x01,0x08,0x01,0x08,0x01,0x08,0x08,0x08,0x04,0x01,0x08,0x04,0x08,0x08, -0x03,0x08,0x08,0x08,0x03,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02, -0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x08,0x01,0x08,0x01,0x04,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x04,0x08,0x01,0x04,0x08,0x08,0x01,0x08,0x08,0x08,0x08,0x08, -0x08,0x03,0x03,0x02,0x02,0x02,0x02,0x08,0x08,0x09,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07, -0x07,0x07,0x07,0x01,0x07,0x01,0x07,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x04,0x08,0x08,0x04,0x08,0x08,0x01,0x04,0x07,0x07,0x04,0x08,0x03,0x08,0x03,0x08, -0x03,0x02,0x02,0x02,0x02,0x08,0x09,0x08,0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x09, -0x07,0x07,0x01,0x08,0x08,0x01,0x08,0x04,0x08,0x08,0x04,0x04,0x08,0x08,0x01,0x01, -0x01,0x01,0x01,0x08,0x04,0x08,0x07,0x07,0x01,0x03,0x03,0x08,0x08,0x03,0x03,0x02, -0x02,0x02,0x02,0x09,0x08,0x09,0x09,0x0a,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x07,0x07,0x01,0x08, -0x01,0x01,0x01,0x01,0x07,0x01,0x08,0x01,0x08,0x01,0x01,0x01,0x08,0x04,0x08,0x08, -0x08,0x01,0x01,0x01,0x07,0x07,0x08,0x08,0x08,0x03,0x03,0x03,0x03,0x02,0x02,0x02, -0x02,0x08,0x09,0x01,0x02,0x01,0x0a,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x00,0x00,0x00,0x01,0x01,0x02,0x09,0x07,0x08,0x07,0x08,0x01,0x08, -0x01,0x07,0x01,0x07,0x01,0x08,0x01,0x01,0x08,0x08,0x01,0x01,0x01,0x04,0x08,0x08, -0x04,0x07,0x07,0x07,0x07,0x03,0x08,0x08,0x08,0x08,0x03,0x02,0x02,0x02,0x02,0x09, -0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x0b,0x09,0x00,0x00,0x01,0x09,0x02,0x09,0x01,0x07,0x01,0x09,0x01,0x09,0x01, -0x07,0x01,0x07,0x04,0x08,0x08,0x01,0x01,0x08,0x04,0x08,0x01,0x01,0x01,0x08,0x07, -0x07,0x07,0x07,0x08,0x08,0x03,0x08,0x03,0x03,0x0b,0x02,0x02,0x02,0x02,0x01,0x02, -0x01,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x01,0x01,0x01,0x00,0x01,0x09,0x09,0x07,0x09,0x09,0x09,0x08,0x07,0x07,0x01,0x07, -0x01,0x07,0x01,0x07,0x04,0x08,0x01,0x01,0x08,0x04,0x08,0x08,0x01,0x07,0x07,0x07, -0x07,0x03,0x08,0x08,0x08,0x08,0x01,0x01,0x0b,0x02,0x02,0x02,0x01,0x02,0x01,0x01, -0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x0b,0x02,0x02,0x01,0x01, -0x09,0x01,0x00,0x00,0x09,0x09,0x01,0x01,0x09,0x01,0x01,0x07,0x08,0x07,0x07,0x01, -0x08,0x01,0x08,0x07,0x08,0x08,0x01,0x08,0x04,0x08,0x04,0x07,0x07,0x07,0x07,0x09, -0x03,0x08,0x03,0x08,0x01,0x0b,0x03,0x02,0x02,0x02,0x01,0x01,0x02,0x01,0x01,0x02, -0x0c,0x0c,0x01,0x00,0x00,0x00,0x00,0x04,0x02,0x04,0x02,0x02,0x01,0x01,0x09,0x09, -0x09,0x09,0x01,0x01,0x09,0x09,0x01,0x09,0x09,0x01,0x07,0x01,0x07,0x04,0x07,0x01, -0x08,0x01,0x08,0x04,0x08,0x01,0x01,0x08,0x08,0x07,0x07,0x07,0x07,0x07,0x09,0x08, -0x08,0x08,0x01,0x03,0x0b,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x0c,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x08,0x01,0x01,0x09,0x09,0x09, -0x09,0x01,0x09,0x09,0x09,0x07,0x07,0x07,0x01,0x07,0x01,0x01,0x07,0x08,0x01,0x07, -0x01,0x04,0x08,0x08,0x04,0x01,0x08,0x07,0x07,0x07,0x09,0x07,0x07,0x09,0x08,0x01, -0x01,0x0b,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x02,0x02,0x04,0x02,0x02,0x02,0x01,0x01,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x01,0x09,0x07,0x01,0x07,0x08,0x07,0x01,0x07,0x07,0x08,0x04,0x01,0x08, -0x01,0x08,0x08,0x08,0x01,0x07,0x09,0x07,0x09,0x07,0x09,0x01,0x08,0x01,0x01,0x03, -0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x01,0x01,0x01,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x09,0x09,0x09,0x09,0x01,0x01,0x01, -0x01,0x09,0x09,0x01,0x07,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x08,0x01,0x08,0x01, -0x08,0x04,0x08,0x08,0x09,0x07,0x07,0x01,0x01,0x01,0x08,0x08,0x01,0x01,0x08,0x03, -0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x04, -0x02,0x0b,0x02,0x02,0x02,0x01,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x09, -0x09,0x07,0x01,0x07,0x01,0x08,0x07,0x01,0x08,0x01,0x07,0x08,0x07,0x01,0x08,0x01, -0x08,0x04,0x07,0x09,0x07,0x01,0x07,0x07,0x07,0x08,0x08,0x01,0x01,0x08,0x02,0x02, -0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x0b,0x02,0x03,0x01,0x01,0x09,0x09,0x09,0x09,0x01,0x01,0x01,0x09,0x01,0x01,0x07, -0x01,0x07,0x07,0x01,0x07,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x01,0x07,0x01,0x07, -0x07,0x07,0x09,0x01,0x07,0x07,0x07,0x07,0x08,0x09,0x01,0x01,0x02,0x0b,0x01,0x01, -0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x02,0x02,0x02, -0x03,0x01,0x01,0x09,0x09,0x09,0x09,0x01,0x09,0x01,0x09,0x09,0x09,0x01,0x07,0x07, -0x01,0x07,0x01,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x07,0x01,0x07,0x01,0x07, -0x07,0x07,0x08,0x08,0x07,0x07,0x07,0x05,0x0d,0x0a,0x01,0x02,0x01,0x01,0x01,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x0e,0x01, -0x01,0x09,0x01,0x00,0x01,0x01,0x01,0x09,0x01,0x07,0x09,0x09,0x01,0x07,0x07,0x07, -0x07,0x07,0x01,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0b,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0b,0x02,0x02,0x05,0x01,0x01,0x09, -0x00,0x01,0x01,0x01,0x09,0x09,0x09,0x01,0x01,0x09,0x07,0x01,0x01,0x07,0x01,0x07, -0x07,0x07,0x01,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x07,0x07,0x01,0x09,0x09,0x08, -0x08,0x08,0x08,0x08,0x08,0x0b,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x08,0x08,0x0e,0x03,0x01,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x09,0x01,0x09,0x01,0x07,0x09,0x07,0x01,0x07,0x01,0x07,0x07, -0x07,0x01,0x07,0x07,0x07,0x01,0x07,0x01,0x07,0x07,0x07,0x07,0x09,0x09,0x08,0x08, -0x08,0x08,0x0b,0x0b,0x02,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x0e,0x0e,0x03,0x00,0x00,0x01,0x01,0x01,0x09, -0x01,0x01,0x01,0x09,0x07,0x09,0x01,0x07,0x09,0x09,0x01,0x01,0x09,0x01,0x01,0x07, -0x01,0x07,0x09,0x09,0x01,0x07,0x01,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x0b, -0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x03,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x09,0x01, -0x09,0x09,0x09,0x09,0x09,0x01,0x01,0x07,0x09,0x09,0x01,0x01,0x09,0x01,0x09,0x07, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x0b,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09, -0x01,0x09,0x01,0x09,0x09,0x01,0x09,0x09,0x09,0x01,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x01,0x01,0x09, -0x01,0x09,0x01,0x09,0x01,0x09,0x01,0x09,0x01,0x09,0x09,0x09,0x09,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x09,0x09,0x01,0x01,0x09,0x09,0x09,0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x01,0x01,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x01,0x01,0x09,0x01, -0x09,0x09,0x09,0x09,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/discus2.h b/fishmaps/discus2.h deleted file mode 100644 index 913df55..0000000 --- a/fishmaps/discus2.h +++ /dev/null @@ -1,1267 +0,0 @@ -#define discus2_width 100 -#define discus2_height 100 -#define discus2_colors 16 -#define discus2_back 0 -int discus2_reds[] = {26112, 30464, 24064, 26624, 49152, 32256, 28672, -41984, 28160, 46848, 17408, 46336, 40192, 42240, -6656, 43008}; -int discus2_greens[] = {52480, 39424, 28416, 27648, 53504, 44032, 31232, -48640, 33536, 50432, 19712, 50432, 45568, 36864, -6656, 32512}; -int discus2_blues[] = {43520, 23296, 20480, 13312, 48640, 39424, 23808, -43264, 35328, 38400, 9728, 26624, 18944, 31232, -5632, 15104}; -unsigned char discus2_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x04,0x05,0x06,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x05,0x04, -0x07,0x05,0x05,0x07,0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x02,0x01,0x03,0x02,0x01,0x08,0x05, -0x05,0x02,0x02,0x06,0x07,0x04,0x04,0x01,0x04,0x07,0x05,0x05,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03, -0x03,0x05,0x04,0x04,0x04,0x04,0x04,0x05,0x02,0x05,0x04,0x07,0x08,0x07,0x07,0x04, -0x04,0x05,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x02,0x03,0x03,0x08,0x02,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x04, -0x05,0x05,0x04,0x05,0x04,0x07,0x04,0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x01,0x02,0x03,0x03,0x01,0x04,0x04,0x07,0x04,0x05,0x04,0x04,0x05,0x05,0x08,0x08, -0x01,0x05,0x04,0x04,0x05,0x05,0x07,0x04,0x05,0x07,0x05,0x04,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x02,0x01,0x02,0x03,0x03,0x03,0x03,0x02,0x01,0x05,0x05,0x04,0x04,0x05,0x04, -0x05,0x07,0x04,0x05,0x05,0x05,0x04,0x04,0x07,0x05,0x01,0x07,0x04,0x04,0x04,0x05, -0x04,0x05,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x01,0x03,0x03,0x02,0x04,0x04,0x05,0x05,0x02,0x08,0x02, -0x06,0x08,0x05,0x06,0x08,0x08,0x05,0x05,0x05,0x06,0x05,0x04,0x04,0x04,0x01,0x01, -0x07,0x04,0x07,0x05,0x04,0x04,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x06,0x05,0x05, -0x04,0x05,0x02,0x02,0x06,0x02,0x05,0x05,0x05,0x02,0x05,0x04,0x04,0x05,0x06,0x01, -0x07,0x07,0x04,0x05,0x06,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x03,0x03,0x02,0x02, -0x03,0x03,0x06,0x06,0x05,0x05,0x01,0x02,0x05,0x01,0x07,0x04,0x04,0x04,0x01,0x04, -0x04,0x04,0x04,0x01,0x05,0x07,0x04,0x07,0x05,0x01,0x04,0x04,0x04,0x05,0x04,0x07, -0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01, -0x02,0x03,0x04,0x07,0x04,0x07,0x04,0x04,0x05,0x07,0x04,0x09,0x04,0x07,0x04,0x07, -0x04,0x07,0x06,0x02,0x06,0x04,0x07,0x01,0x01,0x01,0x07,0x04,0x04,0x01,0x04,0x07, -0x07,0x05,0x05,0x07,0x07,0x07,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x01,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x01, -0x01,0x02,0x03,0x03,0x01,0x04,0x04,0x06,0x01,0x04,0x04,0x04,0x05,0x02,0x02,0x01, -0x07,0x07,0x01,0x09,0x07,0x07,0x05,0x01,0x04,0x04,0x07,0x07,0x07,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x02,0x0a,0x02,0x02,0x02,0x06,0x02,0x03,0x03, -0x02,0x01,0x05,0x05,0x06,0x05,0x06,0x03,0x03,0x07,0x04,0x07,0x05,0x06,0x04,0x04, -0x04,0x04,0x01,0x01,0x04,0x07,0x05,0x01,0x05,0x07,0x04,0x05,0x05,0x09,0x07,0x04, -0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x03,0x03,0x02,0x05,0x04,0x04,0x07,0x05, -0x05,0x03,0x05,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x01,0x06,0x02,0x07,0x04, -0x04,0x06,0x06,0x01,0x09,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x04,0x07,0x09, -0x07,0x05,0x05,0x07,0x04,0x04,0x07,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x01,0x02,0x03,0x03,0x03,0x03, -0x02,0x01,0x04,0x05,0x02,0x06,0x07,0x04,0x05,0x06,0x06,0x02,0x02,0x04,0x04,0x04, -0x09,0x03,0x03,0x01,0x04,0x04,0x01,0x02,0x06,0x09,0x04,0x07,0x01,0x05,0x04,0x09, -0x07,0x05,0x09,0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x06,0x02,0x02,0x06,0x01,0x07,0x04,0x05, -0x02,0x02,0x01,0x04,0x07,0x04,0x07,0x01,0x06,0x04,0x07,0x04,0x08,0x02,0x01,0x01, -0x02,0x06,0x01,0x07,0x07,0x05,0x05,0x05,0x05,0x04,0x04,0x07,0x07,0x07,0x07,0x07, -0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03,0x03, -0x03,0x03,0x03,0x0a,0x02,0x05,0x04,0x04,0x05,0x01,0x06,0x0a,0x06,0x07,0x01,0x02, -0x06,0x05,0x04,0x04,0x05,0x06,0x02,0x06,0x09,0x04,0x04,0x04,0x07,0x05,0x04,0x04, -0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x01,0x01,0x07,0x05,0x01,0x01,0x05,0x05,0x05, -0x07,0x04,0x07,0x04,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x02,0x05,0x03,0x03,0x02,0x05,0x02,0x0a,0x02,0x02,0x05,0x0a,0x02,0x01, -0x04,0x04,0x05,0x05,0x03,0x03,0x06,0x04,0x04,0x07,0x06,0x02,0x02,0x02,0x07,0x07, -0x07,0x09,0x06,0x01,0x09,0x07,0x07,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x07,0x07, -0x07,0x05,0x01,0x05,0x05,0x01,0x05,0x05,0x09,0x04,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x05,0x05,0x02,0x02,0x03, -0x02,0x03,0x02,0x04,0x04,0x07,0x04,0x04,0x04,0x05,0x02,0x03,0x04,0x04,0x04,0x04, -0x07,0x05,0x02,0x02,0x08,0x02,0x02,0x02,0x06,0x01,0x07,0x07,0x07,0x09,0x07,0x07, -0x07,0x09,0x04,0x07,0x07,0x04,0x07,0x07,0x05,0x05,0x05,0x05,0x05,0x01,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x0a,0x03,0x03,0x02,0x02, -0x05,0x04,0x01,0x0a,0x02,0x02,0x04,0x04,0x05,0x03,0x06,0x07,0x04,0x04,0x04,0x03, -0x02,0x07,0x04,0x07,0x04,0x04,0x07,0x06,0x02,0x0b,0x04,0x07,0x09,0x05,0x01,0x01, -0x01,0x06,0x02,0x01,0x01,0x01,0x01,0x01,0x05,0x07,0x07,0x07,0x09,0x04,0x07,0x07, -0x04,0x07,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03,0x03,0x03,0x03,0x03,0x02, -0x05,0x03,0x03,0x03,0x03,0x02,0x06,0x02,0x03,0x03,0x02,0x05,0x03,0x03,0x03,0x03, -0x01,0x04,0x04,0x05,0x02,0x03,0x01,0x07,0x07,0x05,0x07,0x07,0x09,0x07,0x04,0x07, -0x07,0x05,0x01,0x06,0x01,0x01,0x05,0x07,0x07,0x09,0x01,0x01,0x01,0x01,0x01,0x05, -0x07,0x05,0x05,0x09,0x07,0x04,0x09,0x04,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x03,0x0a,0x03,0x02,0x01,0x05,0x03,0x02,0x02,0x03,0x02,0x05,0x05,0x04,0x03,0x03, -0x06,0x01,0x01,0x02,0x02,0x02,0x06,0x06,0x01,0x02,0x03,0x03,0x02,0x01,0x04,0x09, -0x04,0x05,0x0b,0x05,0x01,0x02,0x01,0x04,0x05,0x07,0x04,0x07,0x09,0x04,0x07,0x09, -0x05,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x04,0x07,0x04,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x0a,0x03,0x03,0x03,0x0a,0x03,0x0a,0x03,0x03,0x03,0x03,0x07,0x04,0x03,0x03,0x06, -0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x05,0x02,0x01,0x07,0x07,0x04,0x06,0x02, -0x03,0x06,0x0b,0x01,0x06,0x02,0x02,0x03,0x06,0x06,0x07,0x07,0x04,0x07,0x05,0x01, -0x09,0x09,0x07,0x07,0x04,0x07,0x05,0x07,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x07, -0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x0a,0x03,0x05,0x05,0x0a,0x0a,0x03,0x02, -0x02,0x0a,0x02,0x04,0x04,0x08,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07, -0x04,0x04,0x07,0x07,0x07,0x02,0x02,0x03,0x02,0x02,0x06,0x01,0x07,0x07,0x04,0x07, -0x07,0x07,0x06,0x03,0x06,0x06,0x01,0x04,0x04,0x07,0x07,0x07,0x04,0x07,0x04,0x04, -0x07,0x07,0x05,0x05,0x07,0x09,0x07,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x0a,0x03,0x03,0x03,0x03,0x0a,0x0a,0x02, -0x03,0x01,0x01,0x03,0x0a,0x02,0x04,0x04,0x02,0x02,0x03,0x02,0x03,0x02,0x06,0x05, -0x04,0x07,0x04,0x05,0x02,0x01,0x04,0x07,0x07,0x05,0x08,0x01,0x07,0x09,0x04,0x07, -0x04,0x07,0x04,0x05,0x08,0x06,0x01,0x07,0x05,0x05,0x02,0x01,0x07,0x07,0x05,0x05, -0x09,0x04,0x07,0x07,0x04,0x07,0x05,0x05,0x01,0x05,0x07,0x07,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x0a,0x03,0x08,0x04,0x05,0x03,0x03,0x08,0x06,0x02,0x03,0x02,0x03, -0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x03,0x05,0x05,0x04,0x04,0x04,0x04, -0x07,0x05,0x05,0x07,0x05,0x05,0x02,0x02,0x06,0x06,0x01,0x07,0x04,0x04,0x07,0x05, -0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x04,0x07,0x07,0x09,0x05,0x04, -0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x02,0x03,0x03,0x01,0x03,0x03,0x0a,0x03,0x0a,0x02,0x02,0x02,0x03,0x02,0x02,0x02, -0x05,0x04,0x07,0x02,0x04,0x05,0x06,0x03,0x03,0x02,0x03,0x01,0x05,0x05,0x06,0x02, -0x02,0x02,0x05,0x05,0x01,0x02,0x03,0x02,0x02,0x03,0x06,0x01,0x05,0x05,0x05,0x01, -0x05,0x04,0x07,0x01,0x01,0x01,0x07,0x07,0x07,0x05,0x01,0x01,0x01,0x01,0x05,0x07, -0x07,0x07,0x01,0x04,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x0a,0x0a,0x02,0x03,0x03,0x02,0x0a,0x02, -0x02,0x04,0x04,0x06,0x07,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x07,0x07,0x07,0x05, -0x05,0x05,0x05,0x02,0x03,0x02,0x02,0x03,0x03,0x06,0x05,0x08,0x06,0x07,0x07,0x04, -0x07,0x04,0x07,0x07,0x01,0x09,0x04,0x07,0x07,0x05,0x05,0x04,0x04,0x04,0x07,0x07, -0x07,0x05,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x0a,0x0a,0x03,0x03,0x03, -0x0a,0x03,0x03,0x02,0x02,0x04,0x07,0x01,0x03,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x07,0x07,0x05,0x05,0x09,0x01,0x0a,0x01,0x05,0x05,0x05,0x07,0x07,0x07,0x05,0x05, -0x04,0x07,0x05,0x07,0x07,0x07,0x07,0x04,0x07,0x01,0x04,0x07,0x04,0x04,0x01,0x01, -0x05,0x07,0x09,0x07,0x04,0x07,0x09,0x01,0x09,0x09,0x04,0x07,0x05,0x05,0x07,0x04, -0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x0a,0x03,0x03, -0x03,0x0a,0x03,0x03,0x02,0x02,0x0a,0x02,0x03,0x05,0x04,0x05,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x07,0x05,0x05,0x02,0x02,0x03,0x03,0x05,0x05,0x07,0x04,0x05, -0x05,0x05,0x04,0x07,0x05,0x07,0x04,0x05,0x06,0x01,0x01,0x05,0x04,0x01,0x01,0x05, -0x04,0x04,0x07,0x05,0x01,0x01,0x0b,0x01,0x07,0x04,0x04,0x04,0x07,0x07,0x07,0x07, -0x07,0x05,0x05,0x01,0x01,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x03,0x0a,0x03,0x03,0x01,0x03,0x0a,0x0a,0x01,0x0a,0x02,0x05,0x03,0x03, -0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x05,0x05,0x05,0x05, -0x08,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x06,0x02,0x06,0x08,0x01,0x06,0x06, -0x06,0x01,0x01,0x01,0x0c,0x05,0x09,0x04,0x09,0x04,0x07,0x01,0x09,0x05,0x05,0x05, -0x05,0x05,0x05,0x0d,0x04,0x04,0x04,0x07,0x09,0x07,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x0a,0x02,0x0a,0x0a,0x0a,0x03,0x03,0x05,0x0a, -0x06,0x05,0x03,0x05,0x07,0x07,0x09,0x04,0x05,0x05,0x05,0x05,0x02,0x01,0x05,0x04, -0x05,0x05,0x05,0x01,0x02,0x02,0x02,0x02,0x03,0x02,0x06,0x01,0x06,0x06,0x01,0x07, -0x04,0x07,0x07,0x07,0x07,0x04,0x04,0x05,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x07, -0x07,0x05,0x05,0x01,0x05,0x05,0x05,0x05,0x05,0x04,0x07,0x04,0x07,0x07,0x04,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x0a,0x0a,0x0a,0x0a,0x03, -0x0a,0x0a,0x0a,0x02,0x04,0x05,0x02,0x04,0x04,0x04,0x04,0x05,0x01,0x05,0x05,0x04, -0x05,0x05,0x04,0x05,0x08,0x02,0x02,0x03,0x02,0x07,0x07,0x05,0x05,0x07,0x04,0x07, -0x05,0x06,0x07,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x09,0x09,0x05,0x01, -0x05,0x07,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x0a, -0x0a,0x0a,0x03,0x0a,0x0a,0x02,0x0a,0x03,0x05,0x05,0x03,0x05,0x04,0x05,0x05,0x02, -0x02,0x01,0x02,0x01,0x07,0x01,0x06,0x02,0x03,0x06,0x01,0x05,0x06,0x05,0x07,0x04, -0x07,0x07,0x04,0x04,0x07,0x07,0x07,0x04,0x01,0x01,0x05,0x01,0x05,0x05,0x07,0x04, -0x04,0x04,0x04,0x07,0x05,0x05,0x09,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07, -0x07,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x0a,0x03,0x03,0x0a,0x0a,0x03,0x05,0x03,0x03,0x05,0x04,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x07,0x04,0x04, -0x07,0x06,0x01,0x02,0x02,0x06,0x02,0x01,0x04,0x04,0x04,0x06,0x01,0x01,0x06,0x01, -0x01,0x01,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x07,0x07,0x05,0x09,0x07,0x07,0x07, -0x04,0x04,0x04,0x07,0x04,0x04,0x05,0x07,0x04,0x07,0x07,0x07,0x04,0x04,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x0a,0x0a,0x0a,0x0a,0x02,0x02,0x03, -0x04,0x04,0x05,0x03,0x0a,0x03,0x02,0x02,0x01,0x05,0x02,0x03,0x02,0x02,0x01,0x01, -0x05,0x05,0x05,0x01,0x05,0x05,0x06,0x06,0x06,0x02,0x01,0x05,0x05,0x08,0x05,0x09, -0x07,0x04,0x07,0x07,0x05,0x04,0x07,0x07,0x05,0x0b,0x05,0x07,0x04,0x04,0x04,0x04, -0x09,0x09,0x07,0x07,0x07,0x05,0x07,0x04,0x04,0x07,0x07,0x04,0x04,0x07,0x05,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e, -0x0e,0x0a,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x0a,0x03,0x0a,0x0a,0x01, -0x0a,0x0a,0x02,0x01,0x04,0x04,0x05,0x03,0x01,0x05,0x01,0x05,0x07,0x05,0x05,0x04, -0x05,0x05,0x04,0x04,0x05,0x01,0x02,0x06,0x02,0x02,0x01,0x04,0x07,0x07,0x07,0x04, -0x05,0x01,0x01,0x01,0x04,0x07,0x04,0x07,0x04,0x04,0x09,0x01,0x09,0x09,0x04,0x05, -0x07,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x07,0x09,0x05,0x05,0x07,0x04,0x07,0x05, -0x05,0x05,0x04,0x04,0x05,0x07,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0a,0x0a,0x03,0x03,0x02,0x03,0x0a,0x0a,0x00,0x00,0x00,0x00,0x0a, -0x03,0x02,0x0a,0x03,0x0a,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x05,0x05,0x05,0x05, -0x02,0x02,0x02,0x02,0x01,0x03,0x01,0x06,0x02,0x03,0x01,0x05,0x05,0x05,0x07,0x05, -0x05,0x05,0x04,0x07,0x07,0x05,0x07,0x07,0x01,0x04,0x0b,0x07,0x04,0x04,0x07,0x07, -0x04,0x07,0x07,0x0d,0x09,0x04,0x09,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07,0x05, -0x07,0x04,0x07,0x05,0x04,0x05,0x05,0x05,0x07,0x04,0x05,0x05,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x03,0x03,0x03,0x03,0x03,0x0a,0x0a,0x03, -0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x03,0x0a,0x0a,0x03,0x02,0x02,0x03,0x05,0x05, -0x05,0x05,0x02,0x02,0x0a,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x05,0x04,0x04, -0x04,0x04,0x04,0x05,0x02,0x02,0x06,0x01,0x05,0x04,0x07,0x04,0x05,0x0c,0x01,0x01, -0x01,0x09,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x09,0x04,0x09,0x07,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x03,0x01,0x03,0x0e, -0x03,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x03,0x0a,0x0a,0x0a,0x03,0x0a,0x05, -0x05,0x0a,0x01,0x02,0x03,0x03,0x02,0x03,0x03,0x05,0x01,0x04,0x05,0x05,0x05,0x05, -0x05,0x04,0x05,0x06,0x06,0x01,0x05,0x01,0x01,0x05,0x06,0x05,0x05,0x04,0x04,0x04, -0x05,0x07,0x0c,0x05,0x01,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x09,0x07, -0x04,0x09,0x04,0x04,0x09,0x07,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x07, -0x07,0x07,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a, -0x03,0x03,0x01,0x0a,0x0e,0x0e,0x03,0x0a,0x0a,0x0e,0x0a,0x0a,0x00,0x00,0x00,0x0a, -0x0a,0x0a,0x03,0x05,0x05,0x02,0x02,0x03,0x02,0x02,0x0a,0x02,0x05,0x05,0x08,0x01, -0x07,0x07,0x05,0x01,0x01,0x05,0x01,0x02,0x01,0x03,0x01,0x01,0x07,0x04,0x01,0x07, -0x05,0x07,0x01,0x01,0x09,0x04,0x07,0x04,0x04,0x07,0x05,0x0b,0x01,0x0d,0x07,0x04, -0x04,0x04,0x07,0x04,0x04,0x07,0x09,0x05,0x07,0x05,0x04,0x07,0x07,0x07,0x04,0x04, -0x07,0x05,0x07,0x07,0x05,0x04,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0a,0x0a,0x03,0x03,0x0a,0x01,0x03,0x01,0x0a,0x0e,0x0a,0x0e,0x0a,0x0a, -0x0a,0x0a,0x00,0x0a,0x0a,0x0a,0x0a,0x03,0x03,0x05,0x0a,0x01,0x05,0x06,0x02,0x06, -0x06,0x03,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x07,0x04,0x07,0x01,0x05, -0x04,0x05,0x01,0x05,0x01,0x01,0x0c,0x01,0x05,0x04,0x04,0x04,0x04,0x07,0x07,0x05, -0x07,0x07,0x09,0x07,0x07,0x04,0x07,0x04,0x04,0x04,0x07,0x07,0x05,0x04,0x04,0x07, -0x09,0x04,0x04,0x04,0x05,0x02,0x02,0x02,0x05,0x05,0x05,0x04,0x07,0x04,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x03,0x03,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0a,0x0e,0x03,0x0a,0x0e,0x0a,0x0e,0x02,0x02,0x02,0x01,0x05,0x02,0x05, -0x02,0x03,0x02,0x01,0x03,0x03,0x01,0x04,0x01,0x05,0x01,0x05,0x08,0x01,0x05,0x05, -0x05,0x07,0x05,0x04,0x05,0x05,0x05,0x07,0x05,0x07,0x07,0x07,0x04,0x04,0x04,0x05, -0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x05,0x05,0x04,0x04,0x04,0x07,0x07,0x04,0x07, -0x04,0x04,0x07,0x07,0x09,0x04,0x05,0x02,0x02,0x0f,0x05,0x08,0x02,0x05,0x07,0x07, -0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x01,0x01,0x0a, -0x01,0x0a,0x03,0x0a,0x0e,0x0e,0x0e,0x03,0x0e,0x0e,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x02,0x0a,0x0a,0x02,0x02,0x03,0x05,0x06,0x02,0x04,0x05,0x05,0x05,0x05,0x07,0x01, -0x02,0x02,0x06,0x02,0x02,0x05,0x07,0x05,0x05,0x04,0x09,0x07,0x04,0x04,0x04,0x04, -0x04,0x09,0x05,0x01,0x05,0x07,0x04,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x07, -0x09,0x07,0x04,0x07,0x04,0x04,0x07,0x07,0x09,0x04,0x02,0x0f,0x06,0x05,0x0d,0x0f, -0x02,0x05,0x04,0x04,0x05,0x05,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a, -0x0a,0x03,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0e,0x0e,0x02,0x0a,0x0a, -0x0e,0x03,0x0a,0x0a,0x0a,0x02,0x02,0x05,0x05,0x01,0x02,0x02,0x03,0x01,0x06,0x02, -0x02,0x02,0x02,0x03,0x05,0x05,0x05,0x07,0x05,0x01,0x04,0x05,0x01,0x01,0x06,0x01, -0x05,0x07,0x07,0x07,0x04,0x09,0x0d,0x04,0x01,0x0d,0x07,0x0b,0x07,0x07,0x04,0x04, -0x04,0x07,0x07,0x07,0x07,0x04,0x04,0x05,0x07,0x07,0x04,0x04,0x04,0x04,0x02,0x0f, -0x05,0x03,0x03,0x05,0x0f,0x05,0x04,0x07,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0a,0x0a,0x0a,0x01,0x03,0x01,0x01,0x0a,0x03,0x0e,0x0e,0x0a,0x0a, -0x0a,0x0e,0x0a,0x0a,0x0a,0x0a,0x0a,0x02,0x0a,0x01,0x03,0x01,0x05,0x08,0x02,0x03, -0x03,0x02,0x03,0x03,0x02,0x05,0x05,0x05,0x05,0x07,0x05,0x04,0x05,0x01,0x01,0x05, -0x05,0x05,0x05,0x05,0x07,0x05,0x05,0x05,0x04,0x04,0x07,0x04,0x04,0x07,0x05,0x09, -0x09,0x07,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x07,0x04,0x04, -0x07,0x04,0x02,0x0f,0x05,0x02,0x02,0x0d,0x01,0x05,0x04,0x04,0x07,0x05,0x04,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x03,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0a,0x02,0x0a,0x0a,0x0e,0x0a,0x0a,0x03,0x02,0x02, -0x03,0x02,0x03,0x01,0x05,0x05,0x05,0x01,0x04,0x05,0x05,0x02,0x02,0x03,0x06,0x06, -0x07,0x07,0x01,0x09,0x07,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x07,0x04,0x07,0x04,0x05,0x0f,0x06,0x01,0x05,0x0f,0x02,0x04,0x04,0x07, -0x07,0x07,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x01,0x03, -0x01,0x03,0x0a,0x0e,0x0a,0x0e,0x0a,0x0e,0x0a,0x0e,0x0a,0x0e,0x0e,0x01,0x0e,0x0a, -0x0a,0x02,0x03,0x03,0x03,0x04,0x04,0x05,0x01,0x07,0x05,0x07,0x05,0x06,0x03,0x01, -0x05,0x06,0x02,0x01,0x04,0x04,0x04,0x07,0x05,0x05,0x07,0x07,0x04,0x04,0x04,0x04, -0x07,0x07,0x05,0x01,0x05,0x07,0x04,0x04,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x07, -0x04,0x07,0x04,0x07,0x04,0x07,0x07,0x04,0x04,0x04,0x04,0x02,0x02,0x0f,0x0f,0x02, -0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e, -0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x03, -0x0a,0x02,0x0a,0x0a,0x0a,0x03,0x02,0x02,0x05,0x02,0x06,0x02,0x02,0x03,0x02,0x05, -0x05,0x01,0x02,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x05,0x07,0x05,0x01,0x01,0x01, -0x07,0x05,0x04,0x04,0x04,0x0d,0x05,0x05,0x01,0x05,0x05,0x09,0x07,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x04,0x07,0x04,0x07,0x04,0x04,0x04,0x07,0x04,0x07,0x04,0x05, -0x01,0x02,0x02,0x05,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0e,0x0e,0x0a,0x0a,0x01,0x03,0x03,0x0a,0x0e,0x0a,0x0e,0x0a,0x0e, -0x0e,0x0a,0x03,0x0a,0x0a,0x01,0x0a,0x0a,0x03,0x0a,0x01,0x08,0x03,0x02,0x03,0x03, -0x01,0x01,0x05,0x02,0x03,0x03,0x02,0x02,0x06,0x05,0x04,0x05,0x01,0x01,0x06,0x05, -0x07,0x05,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x07,0x07,0x07,0x07,0x09, -0x07,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x04,0x04,0x05,0x05,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x07, -0x02,0x02,0x05,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0a,0x0a,0x03,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0a,0x01,0x08,0x03,0x03,0x05,0x05,0x07, -0x01,0x05,0x05,0x05,0x01,0x04,0x05,0x06,0x01,0x02,0x01,0x01,0x03,0x05,0x05,0x01, -0x05,0x07,0x07,0x07,0x04,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x04,0x04,0x07,0x05,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x07, -0x07,0x04,0x04,0x07,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x07,0x04,0x04, -0x04,0x04,0x04,0x02,0x07,0x02,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0a,0x01,0x03, -0x01,0x0a,0x03,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0a,0x02,0x02,0x02,0x03,0x08,0x0a, -0x02,0x02,0x02,0x02,0x01,0x01,0x06,0x02,0x03,0x03,0x02,0x06,0x0b,0x05,0x05,0x01, -0x08,0x05,0x05,0x01,0x07,0x04,0x07,0x07,0x01,0x06,0x01,0x07,0x07,0x04,0x04,0x04, -0x04,0x04,0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04, -0x07,0x04,0x01,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x04,0x04,0x04,0x05,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e, -0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0e,0x0e,0x0a,0x0e,0x0a,0x0a, -0x0a,0x0a,0x0a,0x03,0x03,0x03,0x02,0x0a,0x02,0x02,0x03,0x01,0x01,0x06,0x05,0x01, -0x02,0x04,0x05,0x05,0x02,0x02,0x06,0x01,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01, -0x05,0x07,0x04,0x04,0x07,0x0d,0x01,0x01,0x01,0x0c,0x07,0x04,0x09,0x04,0x04,0x04, -0x04,0x04,0x04,0x0b,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x07,0x02,0x00,0x00, -0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x01,0x03,0x01,0x0a,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a, -0x0e,0x0e,0x0e,0x0a,0x0a,0x05,0x05,0x06,0x05,0x05,0x05,0x02,0x03,0x02,0x02,0x05, -0x05,0x04,0x04,0x05,0x02,0x03,0x02,0x03,0x06,0x01,0x01,0x05,0x06,0x01,0x01,0x01, -0x04,0x05,0x05,0x01,0x05,0x0d,0x05,0x05,0x05,0x05,0x07,0x04,0x05,0x01,0x07,0x04, -0x07,0x04,0x04,0x07,0x04,0x04,0x04,0x09,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04, -0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04, -0x02,0x02,0x05,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x0a,0x03,0x0e,0x0e,0x0e,0x03,0x0a, -0x0e,0x0a,0x0e,0x0a,0x0e,0x0a,0x0a,0x0a,0x0a,0x07,0x05,0x02,0x02,0x05,0x05,0x05, -0x05,0x05,0x05,0x02,0x02,0x05,0x05,0x07,0x05,0x01,0x02,0x01,0x05,0x05,0x01,0x04, -0x05,0x01,0x04,0x05,0x05,0x05,0x04,0x07,0x04,0x04,0x04,0x09,0x04,0x04,0x04,0x04, -0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x04,0x04,0x04,0x04,0x07,0x07,0x01,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x05,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x03,0x0e,0x03, -0x01,0x03,0x0a,0x0e,0x0a,0x0a,0x0a,0x0e,0x0a,0x0e,0x0a,0x0a,0x0e,0x02,0x01,0x04, -0x05,0x02,0x06,0x05,0x05,0x05,0x01,0x02,0x03,0x02,0x03,0x07,0x04,0x04,0x04,0x05, -0x05,0x07,0x06,0x04,0x05,0x07,0x07,0x05,0x01,0x01,0x01,0x04,0x04,0x04,0x07,0x07, -0x04,0x04,0x07,0x05,0x05,0x04,0x04,0x05,0x09,0x07,0x07,0x04,0x07,0x07,0x04,0x04, -0x01,0x07,0x07,0x04,0x09,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a, -0x0a,0x03,0x01,0x01,0x03,0x0e,0x0e,0x0a,0x0a,0x0e,0x0e,0x0a,0x0a,0x0a,0x0e,0x0a, -0x0a,0x02,0x04,0x04,0x04,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02, -0x05,0x05,0x07,0x01,0x02,0x06,0x01,0x05,0x07,0x01,0x05,0x04,0x05,0x01,0x01,0x05, -0x04,0x04,0x07,0x04,0x04,0x04,0x05,0x01,0x07,0x04,0x04,0x05,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x05,0x05,0x07,0x05,0x04,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0a,0x0a,0x03,0x01,0x03,0x03,0x0e,0x03,0x01,0x0a,0x0e,0x0a,0x0a,0x0a, -0x0a,0x00,0x0a,0x0a,0x0a,0x03,0x04,0x05,0x04,0x04,0x05,0x03,0x03,0x03,0x03,0x01, -0x05,0x05,0x05,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x05,0x07,0x05,0x07,0x01,0x05, -0x05,0x07,0x05,0x01,0x0d,0x0b,0x07,0x04,0x07,0x05,0x07,0x04,0x07,0x07,0x07,0x04, -0x04,0x04,0x04,0x04,0x05,0x05,0x07,0x05,0x05,0x07,0x04,0x04,0x07,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x03,0x03,0x03,0x0e,0x01,0x0a,0x0e,0x0e, -0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x0a,0x05,0x0a,0x03,0x04,0x08,0x02,0x04,0x05,0x05, -0x05,0x05,0x05,0x05,0x04,0x05,0x04,0x05,0x01,0x01,0x01,0x05,0x05,0x07,0x05,0x01, -0x07,0x04,0x07,0x07,0x05,0x07,0x05,0x05,0x01,0x01,0x01,0x0b,0x09,0x07,0x04,0x04, -0x05,0x07,0x07,0x04,0x07,0x04,0x07,0x07,0x05,0x04,0x08,0x05,0x07,0x04,0x04,0x04, -0x04,0x0b,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x03,0x03,0x03,0x01, -0x0a,0x0e,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x03,0x04,0x05, -0x03,0x01,0x05,0x05,0x04,0x05,0x05,0x05,0x08,0x02,0x05,0x05,0x07,0x04,0x05,0x05, -0x05,0x05,0x05,0x01,0x01,0x04,0x04,0x07,0x04,0x05,0x05,0x05,0x07,0x04,0x04,0x05, -0x05,0x05,0x07,0x07,0x05,0x05,0x05,0x05,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x05, -0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a, -0x0a,0x02,0x05,0x02,0x03,0x03,0x03,0x02,0x02,0x01,0x02,0x02,0x02,0x03,0x02,0x01, -0x05,0x04,0x05,0x02,0x02,0x05,0x01,0x07,0x05,0x01,0x06,0x01,0x05,0x05,0x05,0x01, -0x01,0x04,0x07,0x07,0x01,0x01,0x05,0x05,0x05,0x04,0x05,0x05,0x07,0x07,0x04,0x07, -0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0e,0x0a,0x02,0x03,0x02,0x02,0x05,0x04,0x03,0x02,0x02,0x02,0x03,0x02, -0x06,0x05,0x05,0x01,0x02,0x02,0x02,0x05,0x01,0x01,0x07,0x04,0x07,0x07,0x05,0x05, -0x05,0x06,0x06,0x06,0x01,0x04,0x07,0x09,0x06,0x05,0x04,0x05,0x04,0x04,0x07,0x05, -0x07,0x07,0x07,0x07,0x04,0x07,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x01,0x05,0x03,0x0a,0x05,0x03,0x04,0x04,0x05,0x04, -0x04,0x04,0x04,0x05,0x05,0x04,0x07,0x05,0x02,0x02,0x02,0x01,0x05,0x05,0x04,0x07, -0x07,0x04,0x07,0x07,0x07,0x05,0x05,0x07,0x07,0x01,0x01,0x01,0x01,0x04,0x07,0x04, -0x04,0x04,0x01,0x09,0x07,0x07,0x07,0x04,0x07,0x04,0x09,0x09,0x0b,0x0b,0x09,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x02,0x03,0x02, -0x04,0x04,0x05,0x04,0x04,0x05,0x07,0x05,0x02,0x02,0x06,0x07,0x04,0x04,0x05,0x05, -0x01,0x01,0x01,0x03,0x02,0x02,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x04, -0x04,0x04,0x04,0x07,0x0b,0x01,0x0b,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x0d, -0x0d,0x0d,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03, -0x0a,0x02,0x0a,0x02,0x04,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02, -0x01,0x04,0x07,0x05,0x06,0x02,0x05,0x07,0x07,0x07,0x01,0x06,0x01,0x01,0x07,0x05, -0x04,0x01,0x04,0x04,0x07,0x04,0x07,0x0d,0x01,0x07,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0a,0x06,0x05,0x02,0x0a,0x01,0x05,0x02,0x03,0x03,0x03,0x02,0x01,0x07, -0x07,0x07,0x07,0x05,0x03,0x02,0x01,0x01,0x02,0x01,0x05,0x04,0x04,0x07,0x05,0x01, -0x05,0x05,0x06,0x01,0x01,0x05,0x04,0x07,0x01,0x01,0x01,0x0b,0x07,0x04,0x07,0x09, -0x0b,0x07,0x07,0x0b,0x0b,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x01,0x05,0x03,0x0a,0x02,0x03,0x02,0x01, -0x04,0x04,0x04,0x04,0x07,0x04,0x07,0x04,0x05,0x01,0x02,0x02,0x05,0x02,0x02,0x01, -0x01,0x07,0x07,0x04,0x04,0x04,0x05,0x05,0x05,0x04,0x04,0x05,0x07,0x04,0x07,0x04, -0x04,0x04,0x05,0x0b,0x0d,0x07,0x09,0x0b,0x04,0x04,0x04,0x09,0x09,0x09,0x07,0x09, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x02,0x0a,0x0a,0x0a,0x0a,0x0a, -0x03,0x05,0x04,0x04,0x04,0x04,0x04,0x06,0x02,0x05,0x04,0x04,0x04,0x04,0x05,0x04, -0x05,0x05,0x05,0x06,0x02,0x02,0x04,0x07,0x07,0x04,0x07,0x07,0x04,0x04,0x07,0x07, -0x04,0x04,0x04,0x04,0x04,0x07,0x01,0x04,0x07,0x09,0x07,0x04,0x04,0x04,0x04,0x04, -0x0b,0x0b,0x0b,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0e, -0x02,0x05,0x02,0x03,0x02,0x04,0x04,0x05,0x02,0x02,0x03,0x02,0x01,0x01,0x03,0x02, -0x01,0x04,0x07,0x04,0x07,0x05,0x07,0x07,0x07,0x05,0x01,0x07,0x07,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x07,0x04,0x04, -0x04,0x04,0x09,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x02,0x05,0x02,0x03,0x0a,0x0a,0x0a,0x02,0x02,0x03,0x02,0x05,0x04, -0x04,0x02,0x03,0x02,0x02,0x04,0x04,0x02,0x02,0x06,0x07,0x04,0x07,0x04,0x05,0x02, -0x03,0x03,0x02,0x06,0x01,0x01,0x01,0x05,0x0b,0x04,0x01,0x01,0x07,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x09,0x09,0x04, -0x04,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x03,0x02,0x06,0x03,0x03,0x03, -0x05,0x04,0x04,0x04,0x05,0x02,0x05,0x04,0x04,0x04,0x05,0x03,0x06,0x02,0x01,0x04, -0x07,0x04,0x04,0x07,0x07,0x05,0x05,0x01,0x02,0x01,0x01,0x09,0x01,0x05,0x07,0x0d, -0x09,0x01,0x01,0x09,0x01,0x04,0x04,0x04,0x09,0x04,0x04,0x04,0x04,0x07,0x04,0x07, -0x01,0x05,0x04,0x05,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x02,0x08,0x05,0x08, -0x02,0x03,0x02,0x05,0x04,0x04,0x05,0x02,0x02,0x05,0x04,0x04,0x04,0x04,0x02,0x07, -0x07,0x07,0x02,0x03,0x01,0x07,0x05,0x07,0x07,0x04,0x04,0x04,0x07,0x04,0x07,0x04, -0x04,0x07,0x04,0x04,0x04,0x07,0x07,0x05,0x0b,0x04,0x04,0x04,0x0b,0x0d,0x07,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0e,0x0e,0x02,0x03,0x02,0x02,0x0a,0x02,0x06,0x02,0x03,0x03,0x02,0x04,0x04,0x04, -0x04,0x08,0x09,0x04,0x04,0x07,0x04,0x01,0x02,0x03,0x01,0x04,0x04,0x04,0x04,0x07, -0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x09,0x0d, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0d,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x05,0x04,0x05,0x08,0x02,0x02,0x05,0x04,0x07, -0x07,0x04,0x04,0x02,0x03,0x03,0x02,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x07,0x09, -0x07,0x04,0x05,0x04,0x04,0x07,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x0d,0x09,0x04,0x04,0x04,0x04,0x04,0x05,0x02,0x04,0x07,0x07,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x02,0x02,0x0e,0x0a,0x03, -0x02,0x05,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x06,0x02,0x02,0x02,0x05,0x04, -0x04,0x04,0x04,0x06,0x03,0x06,0x06,0x02,0x02,0x06,0x01,0x06,0x06,0x06,0x0b,0x0d, -0x01,0x0d,0x0f,0x06,0x04,0x0d,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x02,0x04,0x06, -0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e, -0x0a,0x03,0x05,0x04,0x05,0x02,0x02,0x07,0x05,0x04,0x05,0x03,0x01,0x04,0x04,0x04, -0x05,0x07,0x07,0x04,0x04,0x07,0x07,0x02,0x01,0x01,0x05,0x01,0x07,0x07,0x01,0x01, -0x0d,0x0b,0x0c,0x05,0x0f,0x0d,0x04,0x04,0x09,0x09,0x04,0x04,0x04,0x04,0x02,0x02, -0x03,0x04,0x06,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0a,0x04,0x05,0x05,0x06,0x02,0x03,0x03,0x02,0x01,0x02,0x02,0x03, -0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x02,0x02,0x02,0x04,0x04,0x07,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x02,0x03,0x02,0x04,0x06,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0a,0x0a,0x03,0x03,0x02,0x01,0x01, -0x01,0x03,0x02,0x02,0x07,0x04,0x04,0x05,0x01,0x05,0x07,0x02,0x02,0x01,0x04,0x04, -0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04, -0x07,0x04,0x04,0x04,0x05,0x0a,0x02,0x04,0x02,0x0d,0x0d,0x06,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x05, -0x04,0x04,0x05,0x02,0x05,0x07,0x04,0x04,0x04,0x04,0x07,0x02,0x03,0x02,0x06,0x02, -0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x05,0x01,0x05,0x06,0x08,0x01,0x06,0x02, -0x01,0x04,0x04,0x06,0x0d,0x04,0x07,0x05,0x02,0x03,0x01,0x03,0x02,0x04,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0e,0x0a,0x0a,0x02,0x02,0x05,0x05,0x01,0x03,0x03,0x04,0x04,0x04,0x05,0x02,0x03, -0x05,0x04,0x04,0x05,0x01,0x04,0x07,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x06,0x05, -0x04,0x01,0x05,0x04,0x04,0x04,0x04,0x03,0x04,0x04,0x0d,0x02,0x02,0x04,0x02,0x02, -0x0f,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x02, -0x03,0x02,0x02,0x05,0x04,0x04,0x04,0x08,0x03,0x02,0x02,0x02,0x05,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x0d,0x04,0x04,0x07,0x07,0x02, -0x03,0x02,0x02,0x06,0x0f,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x0a,0x03, -0x05,0x04,0x04,0x04,0x01,0x05,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x06,0x01,0x06,0x04,0x04, -0x01,0x06,0x08,0x03,0x03,0x0f,0x03,0x0f,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e, -0x0e,0x0a,0x03,0x02,0x05,0x06,0x02,0x02,0x03,0x02,0x04,0x04,0x05,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x04,0x02,0x06,0x03,0x0f, -0x04,0x0c,0x04,0x02,0x01,0x01,0x03,0x06,0x03,0x03,0x0f,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0a,0x0a,0x0a,0x0a,0x03,0x0a,0x01,0x05,0x05,0x05,0x04,0x05, -0x02,0x02,0x02,0x06,0x06,0x01,0x07,0x04,0x05,0x01,0x05,0x02,0x02,0x02,0x03,0x02, -0x07,0x04,0x06,0x04,0x06,0x04,0x05,0x02,0x03,0x02,0x0f,0x0f,0x03,0x0f,0x0f,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x01,0x04,0x04,0x07,0x04, -0x04,0x04,0x08,0x02,0x02,0x03,0x01,0x05,0x03,0x02,0x03,0x08,0x03,0x02,0x05,0x02, -0x03,0x06,0x09,0x04,0x04,0x08,0x04,0x04,0x02,0x04,0x03,0x03,0x0a,0x0f,0x00,0x0f, -0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e, -0x0e,0x0a,0x03,0x03,0x0a,0x03,0x03,0x03,0x02,0x04,0x04,0x04,0x02,0x03,0x03,0x03, -0x02,0x04,0x04,0x02,0x01,0x04,0x04,0x05,0x01,0x06,0x04,0x01,0x03,0x01,0x00,0x0a, -0x0f,0x00,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0a,0x0a,0x0a,0x03,0x0a,0x02,0x03,0x07,0x04,0x04,0x08,0x02, -0x02,0x03,0x06,0x04,0x04,0x04,0x02,0x01,0x04,0x04,0x04,0x02,0x01,0x01,0x04,0x01, -0x00,0x00,0x03,0x03,0x00,0x00,0x03,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0a,0x0a,0x05,0x04,0x07, -0x05,0x06,0x03,0x02,0x02,0x05,0x04,0x04,0x04,0x02,0x02,0x04,0x05,0x05,0x08,0x01, -0x07,0x02,0x01,0x00,0x00,0x03,0x03,0x00,0x00,0x03,0x0f,0x0f,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a, -0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x04,0x04,0x08,0x05,0x05,0x02,0x04,0x05, -0x02,0x05,0x03,0x02,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x00,0x0f,0x0f,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0e,0x0a,0x0e,0x0a,0x0a,0x0a,0x03,0x03,0x04,0x04,0x02,0x02,0x04, -0x08,0x01,0x05,0x02,0x05,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00, -0x03,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0e,0x0a,0x01,0x04,0x08, -0x02,0x01,0x05,0x02,0x00,0x08,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a, -0x0a,0x0e,0x0a,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; -unsigned char discus2_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x01,0x03,0x03,0x03,0x01,0x04,0x05,0x06,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x05,0x04, -0x07,0x05,0x05,0x07,0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x02,0x01,0x03,0x02,0x01,0x08,0x05, -0x05,0x02,0x02,0x06,0x07,0x04,0x04,0x01,0x04,0x07,0x05,0x05,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x03,0x03,0x02,0x03, -0x03,0x05,0x04,0x04,0x04,0x04,0x04,0x05,0x02,0x05,0x04,0x07,0x08,0x07,0x07,0x04, -0x04,0x05,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x01,0x01,0x03, -0x03,0x03,0x02,0x02,0x03,0x03,0x08,0x02,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x04, -0x05,0x05,0x04,0x05,0x04,0x07,0x04,0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x01,0x02,0x03,0x03,0x01,0x04,0x04,0x07,0x04,0x05,0x04,0x04,0x05,0x05,0x08,0x08, -0x01,0x05,0x04,0x04,0x05,0x05,0x07,0x04,0x05,0x07,0x05,0x04,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x02,0x01,0x02,0x03,0x03,0x03,0x03,0x02,0x01,0x05,0x05,0x04,0x04,0x05,0x04, -0x05,0x07,0x04,0x05,0x05,0x05,0x04,0x04,0x07,0x05,0x01,0x07,0x04,0x04,0x04,0x05, -0x04,0x05,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x02,0x04,0x04,0x05,0x05,0x02,0x08,0x02, -0x06,0x08,0x05,0x06,0x08,0x08,0x05,0x05,0x05,0x06,0x05,0x04,0x04,0x04,0x01,0x01, -0x07,0x04,0x07,0x05,0x04,0x04,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x05,0x05, -0x04,0x05,0x02,0x02,0x06,0x02,0x05,0x05,0x05,0x02,0x05,0x04,0x04,0x05,0x06,0x01, -0x07,0x07,0x04,0x05,0x06,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x03,0x03,0x03,0x02,0x02, -0x03,0x03,0x06,0x06,0x05,0x05,0x01,0x02,0x05,0x01,0x07,0x04,0x04,0x04,0x01,0x04, -0x04,0x04,0x04,0x01,0x05,0x07,0x04,0x07,0x05,0x01,0x04,0x04,0x04,0x05,0x04,0x07, -0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x02,0x03,0x04,0x07,0x04,0x07,0x04,0x04,0x05,0x07,0x04,0x09,0x04,0x07,0x04,0x07, -0x04,0x07,0x06,0x02,0x06,0x04,0x07,0x01,0x01,0x01,0x07,0x04,0x04,0x01,0x04,0x07, -0x07,0x05,0x05,0x07,0x07,0x07,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x01,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x01, -0x01,0x02,0x03,0x03,0x01,0x04,0x04,0x06,0x01,0x04,0x04,0x04,0x05,0x02,0x02,0x01, -0x07,0x07,0x01,0x09,0x07,0x07,0x05,0x01,0x04,0x04,0x07,0x07,0x07,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x02,0x0a,0x02,0x02,0x02,0x06,0x02,0x03,0x03, -0x02,0x01,0x05,0x05,0x06,0x05,0x06,0x03,0x03,0x07,0x04,0x07,0x05,0x06,0x04,0x04, -0x04,0x04,0x01,0x01,0x04,0x07,0x05,0x01,0x05,0x07,0x04,0x05,0x05,0x09,0x07,0x04, -0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x01,0x03,0x03,0x02,0x05,0x04,0x04,0x07,0x05, -0x05,0x03,0x05,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x01,0x06,0x02,0x07,0x04, -0x04,0x06,0x06,0x01,0x09,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x04,0x07,0x09, -0x07,0x05,0x05,0x07,0x04,0x04,0x07,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x01,0x02,0x03,0x03,0x03,0x03, -0x02,0x01,0x04,0x05,0x02,0x06,0x07,0x04,0x05,0x06,0x06,0x02,0x02,0x04,0x04,0x04, -0x09,0x03,0x03,0x01,0x04,0x04,0x01,0x02,0x06,0x09,0x04,0x07,0x01,0x05,0x04,0x09, -0x07,0x05,0x09,0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x06,0x02,0x02,0x06,0x01,0x07,0x04,0x05, -0x02,0x02,0x01,0x04,0x07,0x04,0x07,0x01,0x06,0x04,0x07,0x04,0x08,0x02,0x01,0x01, -0x02,0x06,0x01,0x07,0x07,0x05,0x05,0x05,0x05,0x04,0x04,0x07,0x07,0x07,0x07,0x07, -0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03,0x03, -0x03,0x03,0x03,0x0a,0x02,0x05,0x04,0x04,0x05,0x01,0x06,0x0a,0x06,0x07,0x01,0x02, -0x06,0x05,0x04,0x04,0x05,0x06,0x02,0x06,0x09,0x04,0x04,0x04,0x07,0x05,0x04,0x04, -0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x01,0x01,0x07,0x05,0x01,0x01,0x05,0x05,0x05, -0x07,0x04,0x07,0x04,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x02,0x05,0x03,0x03,0x02,0x05,0x02,0x0a,0x02,0x02,0x05,0x0a,0x02,0x01, -0x04,0x04,0x05,0x05,0x03,0x03,0x06,0x04,0x04,0x07,0x06,0x02,0x02,0x02,0x07,0x07, -0x07,0x09,0x06,0x01,0x09,0x07,0x07,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x07,0x07, -0x07,0x05,0x01,0x05,0x05,0x01,0x05,0x05,0x09,0x04,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x02,0x03,0x03,0x03,0x05,0x05,0x02,0x02,0x03, -0x02,0x03,0x02,0x04,0x04,0x07,0x04,0x04,0x04,0x05,0x02,0x03,0x04,0x04,0x04,0x04, -0x07,0x05,0x02,0x02,0x08,0x02,0x02,0x02,0x06,0x01,0x07,0x07,0x07,0x09,0x07,0x07, -0x07,0x09,0x04,0x07,0x07,0x04,0x07,0x07,0x05,0x05,0x05,0x05,0x05,0x01,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x01,0x03,0x0a,0x03,0x03,0x02,0x02, -0x05,0x04,0x01,0x0a,0x02,0x02,0x04,0x04,0x05,0x03,0x06,0x07,0x04,0x04,0x04,0x03, -0x02,0x07,0x04,0x07,0x04,0x04,0x07,0x06,0x02,0x0b,0x04,0x07,0x09,0x05,0x01,0x01, -0x01,0x06,0x02,0x01,0x01,0x01,0x01,0x01,0x05,0x07,0x07,0x07,0x09,0x04,0x07,0x07, -0x04,0x07,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03,0x01,0x01,0x03,0x03,0x02, -0x05,0x03,0x03,0x03,0x03,0x02,0x06,0x02,0x03,0x03,0x02,0x05,0x03,0x03,0x03,0x03, -0x01,0x04,0x04,0x05,0x02,0x03,0x01,0x07,0x07,0x05,0x07,0x07,0x09,0x07,0x04,0x07, -0x07,0x05,0x01,0x06,0x01,0x01,0x05,0x07,0x07,0x09,0x01,0x01,0x01,0x01,0x01,0x05, -0x07,0x05,0x05,0x09,0x07,0x04,0x09,0x04,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x01, -0x01,0x0a,0x03,0x02,0x01,0x05,0x03,0x02,0x02,0x03,0x02,0x05,0x05,0x04,0x03,0x03, -0x06,0x01,0x01,0x02,0x02,0x02,0x06,0x06,0x01,0x02,0x03,0x03,0x02,0x01,0x04,0x09, -0x04,0x05,0x0b,0x05,0x01,0x02,0x01,0x04,0x05,0x07,0x04,0x07,0x09,0x04,0x07,0x09, -0x05,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x04,0x07,0x04,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x0a,0x03,0x03,0x01,0x0a,0x03,0x0a,0x03,0x03,0x03,0x03,0x07,0x04,0x03,0x03,0x06, -0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x05,0x02,0x01,0x07,0x07,0x04,0x06,0x02, -0x03,0x06,0x0b,0x01,0x06,0x02,0x02,0x03,0x06,0x06,0x07,0x07,0x04,0x07,0x05,0x01, -0x09,0x09,0x07,0x07,0x04,0x07,0x05,0x07,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x07, -0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x0a,0x03,0x05,0x05,0x0a,0x0a,0x03,0x02, -0x02,0x0a,0x02,0x04,0x04,0x08,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07, -0x04,0x04,0x07,0x07,0x07,0x02,0x02,0x03,0x02,0x02,0x06,0x01,0x07,0x07,0x04,0x07, -0x07,0x07,0x06,0x03,0x06,0x06,0x01,0x04,0x04,0x07,0x07,0x07,0x04,0x07,0x04,0x04, -0x07,0x07,0x05,0x05,0x07,0x09,0x07,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x0a,0x03,0x03,0x03,0x03,0x0a,0x0a,0x02, -0x03,0x01,0x01,0x03,0x0a,0x02,0x04,0x04,0x02,0x02,0x03,0x02,0x03,0x02,0x06,0x05, -0x04,0x07,0x04,0x05,0x02,0x01,0x04,0x07,0x07,0x05,0x08,0x01,0x07,0x09,0x04,0x07, -0x04,0x07,0x04,0x05,0x08,0x06,0x01,0x07,0x05,0x05,0x02,0x01,0x07,0x07,0x05,0x05, -0x09,0x04,0x07,0x07,0x04,0x07,0x05,0x05,0x01,0x05,0x07,0x07,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x0a,0x03,0x08,0x04,0x05,0x03,0x03,0x08,0x06,0x02,0x03,0x02,0x03, -0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x03,0x05,0x05,0x04,0x04,0x04,0x04, -0x07,0x05,0x05,0x07,0x05,0x05,0x02,0x02,0x06,0x06,0x01,0x07,0x04,0x04,0x07,0x05, -0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x04,0x07,0x07,0x09,0x05,0x04, -0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x02,0x03,0x03,0x01,0x03,0x03,0x0a,0x03,0x0a,0x02,0x02,0x02,0x03,0x02,0x02,0x02, -0x05,0x04,0x07,0x02,0x04,0x05,0x06,0x03,0x03,0x02,0x03,0x01,0x05,0x05,0x06,0x02, -0x02,0x02,0x05,0x05,0x01,0x02,0x03,0x02,0x02,0x03,0x06,0x01,0x05,0x05,0x05,0x01, -0x05,0x04,0x07,0x01,0x01,0x01,0x07,0x07,0x07,0x05,0x01,0x01,0x01,0x01,0x05,0x07, -0x07,0x07,0x01,0x04,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x0a,0x0a,0x02,0x03,0x03,0x02,0x0a,0x02, -0x02,0x04,0x04,0x06,0x07,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x07,0x07,0x07,0x05, -0x05,0x05,0x05,0x02,0x03,0x02,0x02,0x03,0x03,0x06,0x05,0x08,0x06,0x07,0x07,0x04, -0x07,0x04,0x07,0x07,0x01,0x09,0x04,0x07,0x07,0x05,0x05,0x04,0x04,0x04,0x07,0x07, -0x07,0x05,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x0a,0x0a,0x03,0x03,0x03, -0x0a,0x03,0x03,0x02,0x02,0x04,0x07,0x01,0x03,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x07,0x07,0x05,0x05,0x09,0x01,0x0a,0x01,0x05,0x05,0x05,0x07,0x07,0x07,0x05,0x05, -0x04,0x07,0x05,0x07,0x07,0x07,0x07,0x04,0x07,0x01,0x04,0x07,0x04,0x04,0x01,0x01, -0x05,0x07,0x09,0x07,0x04,0x07,0x09,0x01,0x09,0x09,0x04,0x07,0x05,0x05,0x07,0x04, -0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03, -0x03,0x0a,0x03,0x03,0x02,0x02,0x0a,0x02,0x03,0x05,0x04,0x05,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x07,0x05,0x05,0x02,0x02,0x03,0x03,0x05,0x05,0x07,0x04,0x05, -0x05,0x05,0x04,0x07,0x05,0x07,0x04,0x05,0x06,0x01,0x01,0x05,0x04,0x01,0x01,0x05, -0x04,0x04,0x07,0x05,0x01,0x01,0x0b,0x01,0x07,0x04,0x04,0x04,0x07,0x07,0x07,0x07, -0x07,0x05,0x05,0x01,0x01,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x03,0x03,0x0a,0x03,0x03,0x01,0x03,0x0a,0x0a,0x01,0x0a,0x02,0x05,0x03,0x03, -0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x05,0x05,0x05,0x05, -0x08,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x06,0x02,0x06,0x08,0x01,0x06,0x06, -0x06,0x01,0x01,0x01,0x0c,0x05,0x09,0x04,0x09,0x04,0x07,0x01,0x09,0x05,0x05,0x05, -0x05,0x05,0x05,0x0d,0x04,0x04,0x04,0x07,0x09,0x07,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x0a,0x02,0x0a,0x0a,0x0a,0x03,0x03,0x05,0x0a, -0x06,0x05,0x03,0x05,0x07,0x07,0x09,0x04,0x05,0x05,0x05,0x05,0x02,0x01,0x05,0x04, -0x05,0x05,0x05,0x01,0x02,0x02,0x02,0x02,0x03,0x02,0x06,0x01,0x06,0x06,0x01,0x07, -0x04,0x07,0x07,0x07,0x07,0x04,0x04,0x05,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x07, -0x07,0x05,0x05,0x01,0x05,0x05,0x05,0x05,0x05,0x04,0x07,0x04,0x07,0x07,0x04,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x0a,0x0a,0x0a,0x0a,0x03, -0x0a,0x0a,0x0a,0x02,0x04,0x05,0x02,0x04,0x04,0x04,0x04,0x05,0x01,0x05,0x05,0x04, -0x05,0x05,0x04,0x05,0x08,0x02,0x02,0x03,0x02,0x07,0x07,0x05,0x05,0x07,0x04,0x07, -0x05,0x06,0x07,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x09,0x09,0x05,0x01, -0x05,0x07,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x0a, -0x0a,0x0a,0x03,0x0a,0x0a,0x02,0x0a,0x03,0x05,0x05,0x03,0x05,0x04,0x05,0x05,0x02, -0x02,0x01,0x02,0x01,0x07,0x01,0x06,0x02,0x03,0x06,0x01,0x05,0x06,0x05,0x07,0x04, -0x07,0x07,0x04,0x04,0x07,0x07,0x07,0x04,0x01,0x01,0x05,0x01,0x05,0x05,0x07,0x04, -0x04,0x04,0x04,0x07,0x05,0x05,0x09,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07, -0x07,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x0a,0x00,0x00,0x00, -0x00,0x03,0x03,0x0a,0x03,0x03,0x0a,0x0a,0x03,0x05,0x03,0x03,0x05,0x04,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x07,0x04,0x04, -0x07,0x06,0x01,0x02,0x02,0x06,0x02,0x01,0x04,0x04,0x04,0x06,0x01,0x01,0x06,0x01, -0x01,0x01,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x07,0x07,0x05,0x09,0x07,0x07,0x07, -0x04,0x04,0x04,0x07,0x04,0x04,0x05,0x07,0x04,0x07,0x07,0x07,0x04,0x04,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x03,0x01, -0x0a,0x0a,0x0a,0x00,0x00,0x00,0x03,0x03,0x02,0x0a,0x0a,0x0a,0x0a,0x02,0x02,0x03, -0x04,0x04,0x05,0x03,0x0a,0x03,0x02,0x02,0x01,0x05,0x02,0x03,0x02,0x02,0x01,0x01, -0x05,0x05,0x05,0x01,0x05,0x05,0x06,0x06,0x06,0x02,0x01,0x05,0x05,0x08,0x05,0x09, -0x07,0x04,0x07,0x07,0x05,0x04,0x07,0x07,0x05,0x0b,0x05,0x07,0x04,0x04,0x04,0x04, -0x09,0x09,0x07,0x07,0x07,0x05,0x07,0x04,0x04,0x07,0x07,0x04,0x04,0x07,0x05,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e, -0x0e,0x0a,0x03,0x03,0x01,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x0a,0x03,0x0a,0x0a,0x01, -0x0a,0x0a,0x02,0x01,0x04,0x04,0x05,0x03,0x01,0x05,0x01,0x05,0x07,0x05,0x05,0x04, -0x05,0x05,0x04,0x04,0x05,0x01,0x02,0x06,0x02,0x02,0x01,0x04,0x07,0x07,0x07,0x04, -0x05,0x01,0x01,0x01,0x04,0x07,0x04,0x07,0x04,0x04,0x09,0x01,0x09,0x09,0x04,0x05, -0x07,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x07,0x09,0x05,0x05,0x07,0x04,0x07,0x05, -0x05,0x05,0x04,0x04,0x05,0x07,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0a,0x01,0x03,0x0e,0x03,0x03,0x03,0x0a,0x0a,0x00,0x00,0x0a, -0x03,0x02,0x0a,0x03,0x0a,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x05,0x05,0x05,0x05, -0x02,0x02,0x02,0x02,0x01,0x03,0x01,0x06,0x02,0x03,0x01,0x05,0x05,0x05,0x07,0x05, -0x05,0x05,0x04,0x07,0x07,0x05,0x07,0x07,0x01,0x04,0x0b,0x07,0x04,0x04,0x07,0x07, -0x04,0x07,0x07,0x0d,0x09,0x04,0x09,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07,0x05, -0x07,0x04,0x07,0x05,0x04,0x05,0x05,0x05,0x07,0x04,0x05,0x05,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x03,0x03,0x01,0x03,0x0e,0x03,0x0a,0x03, -0x0a,0x0a,0x00,0x00,0x0a,0x0a,0x0a,0x03,0x0a,0x0a,0x03,0x02,0x02,0x03,0x05,0x05, -0x05,0x05,0x02,0x02,0x0a,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x05,0x04,0x04, -0x04,0x04,0x04,0x05,0x02,0x02,0x06,0x01,0x05,0x04,0x07,0x04,0x05,0x0c,0x01,0x01, -0x01,0x09,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x09,0x04,0x09,0x07,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x03,0x03,0x03,0x01, -0x03,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x00,0x00,0x03,0x0a,0x0a,0x0a,0x03,0x0a,0x05, -0x05,0x0a,0x01,0x02,0x03,0x03,0x02,0x03,0x03,0x05,0x01,0x04,0x05,0x05,0x05,0x05, -0x05,0x04,0x05,0x06,0x06,0x01,0x05,0x01,0x01,0x05,0x06,0x05,0x05,0x04,0x04,0x04, -0x05,0x07,0x0c,0x05,0x01,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x09,0x07, -0x04,0x09,0x04,0x04,0x09,0x07,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x07, -0x07,0x07,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a, -0x03,0x03,0x0e,0x03,0x01,0x03,0x0a,0x0a,0x0e,0x0e,0x0a,0x0a,0x00,0x00,0x00,0x0a, -0x0a,0x0a,0x03,0x05,0x05,0x02,0x02,0x03,0x02,0x02,0x0a,0x02,0x05,0x05,0x08,0x01, -0x07,0x07,0x05,0x01,0x01,0x05,0x01,0x02,0x01,0x03,0x01,0x01,0x07,0x04,0x01,0x07, -0x05,0x07,0x01,0x01,0x09,0x04,0x07,0x04,0x04,0x07,0x05,0x0b,0x01,0x0d,0x07,0x04, -0x04,0x04,0x07,0x04,0x04,0x07,0x09,0x05,0x07,0x05,0x04,0x07,0x07,0x07,0x04,0x04, -0x07,0x05,0x07,0x07,0x05,0x04,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0a,0x03,0x03,0x0e,0x0e,0x03,0x03,0x03,0x0a,0x0a,0x0e,0x0e,0x0a, -0x0a,0x0a,0x00,0x0a,0x0a,0x0a,0x0a,0x03,0x03,0x05,0x0a,0x01,0x05,0x06,0x02,0x06, -0x06,0x03,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x07,0x04,0x07,0x01,0x05, -0x04,0x05,0x01,0x05,0x01,0x01,0x0c,0x01,0x05,0x04,0x04,0x04,0x04,0x07,0x07,0x05, -0x07,0x07,0x09,0x07,0x07,0x04,0x07,0x04,0x04,0x04,0x07,0x07,0x05,0x04,0x04,0x07, -0x09,0x04,0x04,0x04,0x05,0x02,0x02,0x02,0x05,0x05,0x05,0x04,0x07,0x04,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x01,0x01,0x03,0x03,0x0e,0x0e,0x03,0x0a, -0x0a,0x0a,0x0e,0x0e,0x03,0x0a,0x0e,0x0a,0x0e,0x02,0x02,0x02,0x01,0x05,0x02,0x05, -0x02,0x03,0x02,0x01,0x03,0x03,0x01,0x04,0x01,0x05,0x01,0x05,0x08,0x01,0x05,0x05, -0x05,0x07,0x05,0x04,0x05,0x05,0x05,0x07,0x05,0x07,0x07,0x07,0x04,0x04,0x04,0x05, -0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x05,0x05,0x04,0x04,0x04,0x07,0x07,0x04,0x07, -0x04,0x04,0x07,0x07,0x09,0x04,0x05,0x02,0x02,0x0f,0x05,0x08,0x02,0x05,0x07,0x07, -0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x03,0x01,0x01, -0x03,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x03,0x0e,0x0e,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x02,0x0a,0x0a,0x02,0x02,0x03,0x05,0x06,0x02,0x04,0x05,0x05,0x05,0x05,0x07,0x01, -0x02,0x02,0x06,0x02,0x02,0x05,0x07,0x05,0x05,0x04,0x09,0x07,0x04,0x04,0x04,0x04, -0x04,0x09,0x05,0x01,0x05,0x07,0x04,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x07, -0x09,0x07,0x04,0x07,0x04,0x04,0x07,0x07,0x09,0x04,0x02,0x0f,0x06,0x05,0x0d,0x0f, -0x02,0x05,0x04,0x04,0x05,0x05,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a, -0x0a,0x03,0x03,0x03,0x03,0x01,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x02,0x0a,0x0a, -0x0e,0x03,0x0a,0x0a,0x0a,0x02,0x02,0x05,0x05,0x01,0x02,0x02,0x03,0x01,0x06,0x02, -0x02,0x02,0x02,0x03,0x05,0x05,0x05,0x07,0x05,0x01,0x04,0x05,0x01,0x01,0x06,0x01, -0x05,0x07,0x07,0x07,0x04,0x09,0x0d,0x04,0x01,0x0d,0x07,0x0b,0x07,0x07,0x04,0x04, -0x04,0x07,0x07,0x07,0x07,0x04,0x04,0x05,0x07,0x07,0x04,0x04,0x04,0x04,0x02,0x0f, -0x05,0x03,0x03,0x05,0x0f,0x05,0x04,0x07,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0a,0x0a,0x0a,0x0e,0x0e,0x0a,0x03,0x0a,0x03,0x0a,0x0e,0x0e,0x0a, -0x0a,0x0e,0x0a,0x0a,0x0a,0x0a,0x0a,0x02,0x0a,0x01,0x03,0x01,0x05,0x08,0x02,0x03, -0x03,0x02,0x03,0x03,0x02,0x05,0x05,0x05,0x05,0x07,0x05,0x04,0x05,0x01,0x01,0x05, -0x05,0x05,0x05,0x05,0x07,0x05,0x05,0x05,0x04,0x04,0x07,0x04,0x04,0x07,0x05,0x09, -0x09,0x07,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x07,0x04,0x04, -0x07,0x04,0x02,0x0f,0x05,0x02,0x02,0x0d,0x01,0x05,0x04,0x04,0x07,0x05,0x04,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x01,0x03,0x03,0x0e,0x0e,0x0e,0x0e, -0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0a,0x02,0x0a,0x0a,0x0e,0x0a,0x0a,0x03,0x02,0x02, -0x03,0x02,0x03,0x01,0x05,0x05,0x05,0x01,0x04,0x05,0x05,0x02,0x02,0x03,0x06,0x06, -0x07,0x07,0x01,0x09,0x07,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x07,0x04,0x07,0x04,0x05,0x0f,0x06,0x01,0x05,0x0f,0x02,0x04,0x04,0x07, -0x07,0x07,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x01,0x01, -0x01,0x0a,0x0a,0x03,0x0a,0x0e,0x0a,0x0e,0x0a,0x0e,0x0a,0x0e,0x0e,0x01,0x0e,0x0a, -0x0a,0x02,0x03,0x03,0x03,0x04,0x04,0x05,0x01,0x07,0x05,0x07,0x05,0x06,0x03,0x01, -0x05,0x06,0x02,0x01,0x04,0x04,0x04,0x07,0x05,0x05,0x07,0x07,0x04,0x04,0x04,0x04, -0x07,0x07,0x05,0x01,0x05,0x07,0x04,0x04,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x07, -0x04,0x07,0x04,0x07,0x04,0x07,0x07,0x04,0x04,0x04,0x04,0x02,0x02,0x0f,0x0f,0x02, -0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x0e, -0x0a,0x0a,0x03,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x03, -0x0a,0x02,0x0a,0x0a,0x0a,0x03,0x02,0x02,0x05,0x02,0x06,0x02,0x02,0x03,0x02,0x05, -0x05,0x01,0x02,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x05,0x07,0x05,0x01,0x01,0x01, -0x07,0x05,0x04,0x04,0x04,0x0d,0x05,0x05,0x01,0x05,0x05,0x09,0x07,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x04,0x07,0x04,0x07,0x04,0x04,0x04,0x07,0x04,0x07,0x04,0x05, -0x01,0x02,0x02,0x05,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0e,0x01,0x03,0x01,0x01,0x0a,0x0a,0x03,0x0a,0x0e,0x0a,0x0e, -0x0e,0x0a,0x03,0x0a,0x0a,0x01,0x0a,0x0a,0x03,0x0a,0x01,0x08,0x03,0x02,0x03,0x03, -0x01,0x01,0x05,0x02,0x03,0x03,0x02,0x02,0x06,0x05,0x04,0x05,0x01,0x01,0x06,0x05, -0x07,0x05,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x07,0x07,0x07,0x07,0x09, -0x07,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x04,0x04,0x05,0x05,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x07, -0x02,0x02,0x05,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x03,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0a,0x01,0x08,0x03,0x03,0x05,0x05,0x07, -0x01,0x05,0x05,0x05,0x01,0x04,0x05,0x06,0x01,0x02,0x01,0x01,0x03,0x05,0x05,0x01, -0x05,0x07,0x07,0x07,0x04,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x04,0x04,0x07,0x05,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x07, -0x07,0x04,0x04,0x07,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x07,0x04,0x04, -0x04,0x04,0x04,0x02,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x01,0x03,0x01, -0x01,0x0a,0x03,0x0a,0x0a,0x0e,0x0a,0x0a,0x0e,0x0a,0x02,0x02,0x02,0x03,0x08,0x0a, -0x02,0x02,0x02,0x02,0x01,0x01,0x06,0x02,0x03,0x03,0x02,0x06,0x0b,0x05,0x05,0x01, -0x08,0x05,0x05,0x01,0x07,0x04,0x07,0x07,0x01,0x06,0x01,0x07,0x07,0x04,0x04,0x04, -0x04,0x04,0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04, -0x07,0x04,0x01,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x04,0x04,0x04,0x05,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x0e, -0x0a,0x0a,0x03,0x03,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0e,0x0e,0x0a,0x0e,0x0a,0x0a, -0x0a,0x0a,0x0a,0x03,0x03,0x03,0x02,0x0a,0x02,0x02,0x03,0x01,0x01,0x06,0x05,0x01, -0x02,0x04,0x05,0x05,0x02,0x02,0x06,0x01,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01, -0x05,0x07,0x04,0x04,0x07,0x0d,0x01,0x01,0x01,0x0c,0x07,0x04,0x09,0x04,0x04,0x04, -0x04,0x04,0x04,0x0b,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x07,0x02,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0a,0x0a,0x0e,0x0e,0x03,0x0a,0x0e,0x0e,0x0a,0x0a,0x0a,0x0e, -0x0e,0x0e,0x0e,0x0a,0x0a,0x05,0x05,0x06,0x05,0x05,0x05,0x02,0x03,0x02,0x02,0x05, -0x05,0x04,0x04,0x05,0x02,0x03,0x02,0x03,0x06,0x01,0x01,0x05,0x06,0x01,0x01,0x01, -0x04,0x05,0x05,0x01,0x05,0x0d,0x05,0x05,0x05,0x05,0x07,0x04,0x05,0x01,0x07,0x04, -0x07,0x04,0x04,0x07,0x04,0x04,0x04,0x09,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04, -0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04, -0x02,0x02,0x05,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x03,0x03,0x01,0x01,0x03,0x0a, -0x0a,0x0e,0x0e,0x0a,0x0e,0x0a,0x0a,0x0a,0x0a,0x07,0x05,0x02,0x02,0x05,0x05,0x05, -0x05,0x05,0x05,0x02,0x02,0x05,0x05,0x07,0x05,0x01,0x02,0x01,0x05,0x05,0x01,0x04, -0x05,0x01,0x04,0x05,0x05,0x05,0x04,0x07,0x04,0x04,0x04,0x09,0x04,0x04,0x04,0x04, -0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x04,0x04,0x04,0x04,0x07,0x07,0x01,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x05,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x01,0x01,0x01, -0x03,0x0a,0x0a,0x0a,0x0e,0x0a,0x0a,0x0e,0x0a,0x0e,0x0a,0x0a,0x0e,0x02,0x01,0x04, -0x05,0x02,0x06,0x05,0x05,0x05,0x01,0x02,0x03,0x02,0x03,0x07,0x04,0x04,0x04,0x05, -0x05,0x07,0x06,0x04,0x05,0x07,0x07,0x05,0x01,0x01,0x01,0x04,0x04,0x04,0x07,0x07, -0x04,0x04,0x07,0x05,0x05,0x04,0x04,0x05,0x09,0x07,0x07,0x04,0x07,0x07,0x04,0x04, -0x01,0x07,0x07,0x04,0x09,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a, -0x0a,0x01,0x03,0x03,0x0e,0x0e,0x0e,0x0e,0x03,0x0a,0x0a,0x0e,0x0e,0x0a,0x0e,0x0a, -0x0a,0x02,0x04,0x04,0x04,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02, -0x05,0x05,0x07,0x01,0x02,0x06,0x01,0x05,0x07,0x01,0x05,0x04,0x05,0x01,0x01,0x05, -0x04,0x04,0x07,0x04,0x04,0x04,0x05,0x01,0x07,0x04,0x04,0x05,0x04,0x04,0x04,0x04, -0x04,0x05,0x05,0x05,0x05,0x07,0x05,0x04,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0a,0x01,0x03,0x03,0x0e,0x01,0x01,0x03,0x0a,0x0a,0x0a,0x0e,0x0e, -0x0a,0x0a,0x0a,0x0a,0x0a,0x03,0x04,0x05,0x04,0x04,0x05,0x03,0x03,0x03,0x03,0x01, -0x05,0x05,0x05,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x05,0x07,0x05,0x07,0x01,0x05, -0x05,0x07,0x05,0x01,0x0d,0x0b,0x07,0x04,0x07,0x05,0x07,0x04,0x07,0x07,0x07,0x04, -0x04,0x05,0x05,0x05,0x05,0x05,0x08,0x05,0x05,0x07,0x04,0x04,0x07,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x03,0x03,0x0e,0x03,0x0a,0x0a,0x0a,0x0a, -0x0e,0x0e,0x0e,0x0a,0x0a,0x00,0x0a,0x05,0x0a,0x03,0x04,0x08,0x02,0x04,0x05,0x05, -0x05,0x05,0x05,0x05,0x04,0x05,0x04,0x05,0x01,0x01,0x01,0x05,0x05,0x07,0x05,0x01, -0x07,0x04,0x07,0x07,0x05,0x07,0x05,0x05,0x01,0x01,0x01,0x0b,0x09,0x07,0x04,0x04, -0x05,0x07,0x07,0x05,0x05,0x05,0x05,0x05,0x05,0x08,0x08,0x05,0x05,0x04,0x04,0x04, -0x04,0x0b,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x03,0x03,0x03,0x01, -0x03,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x00,0x00,0x0e,0x0a,0x0a,0x03,0x04,0x05, -0x03,0x01,0x05,0x05,0x04,0x05,0x05,0x05,0x08,0x02,0x05,0x05,0x07,0x04,0x05,0x05, -0x05,0x05,0x05,0x01,0x01,0x04,0x04,0x07,0x04,0x05,0x05,0x05,0x07,0x04,0x04,0x05, -0x05,0x05,0x07,0x07,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e, -0x0a,0x01,0x03,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x0e,0x0e,0x0a, -0x0a,0x02,0x05,0x02,0x03,0x03,0x03,0x02,0x02,0x01,0x02,0x02,0x02,0x03,0x02,0x01, -0x05,0x04,0x05,0x02,0x02,0x05,0x01,0x07,0x05,0x01,0x06,0x01,0x05,0x05,0x05,0x01, -0x01,0x04,0x07,0x07,0x01,0x01,0x05,0x05,0x05,0x04,0x05,0x05,0x07,0x07,0x04,0x07, -0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0a,0x03,0x0e,0x03,0x03,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0e,0x0a,0x02,0x03,0x02,0x02,0x05,0x04,0x03,0x02,0x02,0x02,0x03,0x02, -0x06,0x05,0x05,0x01,0x02,0x02,0x02,0x05,0x01,0x01,0x07,0x04,0x07,0x07,0x05,0x05, -0x05,0x06,0x06,0x06,0x01,0x04,0x07,0x09,0x06,0x05,0x04,0x05,0x04,0x04,0x07,0x05, -0x07,0x07,0x07,0x07,0x04,0x07,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x03,0x01,0x0a,0x0a,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x01,0x05,0x03,0x0a,0x05,0x03,0x04,0x04,0x05,0x04, -0x04,0x04,0x04,0x05,0x05,0x04,0x07,0x05,0x02,0x02,0x02,0x01,0x05,0x05,0x04,0x07, -0x07,0x04,0x07,0x07,0x07,0x05,0x05,0x07,0x07,0x01,0x01,0x01,0x01,0x04,0x07,0x04, -0x04,0x04,0x01,0x09,0x07,0x07,0x07,0x04,0x07,0x04,0x09,0x09,0x0b,0x0b,0x09,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0a,0x0a,0x0a, -0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x02,0x03,0x02, -0x04,0x04,0x05,0x04,0x04,0x05,0x07,0x05,0x02,0x02,0x06,0x07,0x04,0x04,0x05,0x05, -0x01,0x01,0x01,0x03,0x02,0x02,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x04, -0x04,0x04,0x04,0x07,0x0b,0x01,0x0b,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x0d, -0x0d,0x0d,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03, -0x0a,0x02,0x0a,0x02,0x04,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02, -0x01,0x04,0x07,0x05,0x06,0x02,0x05,0x07,0x07,0x07,0x01,0x06,0x01,0x01,0x07,0x05, -0x04,0x01,0x04,0x04,0x07,0x04,0x07,0x0d,0x01,0x07,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0e,0x0a,0x06,0x05,0x02,0x0a,0x01,0x05,0x02,0x03,0x03,0x03,0x02,0x01,0x07, -0x07,0x07,0x07,0x05,0x03,0x02,0x01,0x01,0x02,0x01,0x05,0x04,0x04,0x07,0x05,0x01, -0x05,0x05,0x06,0x01,0x01,0x05,0x04,0x07,0x01,0x01,0x01,0x0b,0x07,0x04,0x07,0x09, -0x0b,0x07,0x07,0x0b,0x0b,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x01,0x05,0x03,0x0a,0x02,0x03,0x02,0x01, -0x04,0x04,0x04,0x04,0x07,0x04,0x07,0x04,0x05,0x01,0x02,0x02,0x05,0x02,0x02,0x01, -0x01,0x07,0x07,0x04,0x04,0x04,0x05,0x05,0x05,0x04,0x04,0x05,0x07,0x04,0x07,0x04, -0x04,0x04,0x05,0x0b,0x0d,0x07,0x09,0x0b,0x04,0x04,0x04,0x09,0x09,0x09,0x07,0x09, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x02,0x0a,0x0a,0x0a,0x0a,0x0a, -0x03,0x05,0x04,0x04,0x04,0x04,0x04,0x06,0x02,0x05,0x04,0x04,0x04,0x04,0x05,0x04, -0x05,0x05,0x05,0x06,0x02,0x02,0x04,0x07,0x07,0x04,0x07,0x07,0x04,0x04,0x07,0x07, -0x04,0x04,0x04,0x04,0x04,0x07,0x01,0x04,0x07,0x09,0x07,0x04,0x04,0x04,0x04,0x04, -0x0b,0x0b,0x0b,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e, -0x02,0x05,0x02,0x03,0x02,0x04,0x04,0x05,0x02,0x02,0x03,0x02,0x01,0x01,0x03,0x02, -0x01,0x04,0x07,0x04,0x07,0x05,0x07,0x07,0x07,0x05,0x01,0x07,0x07,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x07,0x04,0x04, -0x04,0x04,0x09,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0e,0x05,0x02,0x03,0x0a,0x0a,0x0a,0x02,0x02,0x03,0x02,0x05,0x04, -0x04,0x02,0x03,0x02,0x02,0x04,0x04,0x02,0x02,0x06,0x07,0x04,0x07,0x04,0x05,0x02, -0x03,0x03,0x02,0x06,0x01,0x01,0x01,0x05,0x0b,0x04,0x01,0x01,0x07,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x09,0x09,0x04, -0x04,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x03,0x02,0x06,0x03,0x03,0x03, -0x05,0x04,0x04,0x04,0x05,0x02,0x05,0x04,0x04,0x04,0x05,0x03,0x06,0x02,0x01,0x04, -0x07,0x04,0x04,0x07,0x07,0x05,0x05,0x01,0x02,0x01,0x01,0x09,0x01,0x05,0x07,0x0d, -0x09,0x01,0x01,0x09,0x01,0x04,0x04,0x04,0x09,0x04,0x04,0x04,0x04,0x07,0x04,0x07, -0x01,0x05,0x04,0x05,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x08,0x05,0x08, -0x02,0x03,0x02,0x05,0x04,0x04,0x05,0x02,0x02,0x05,0x04,0x04,0x04,0x04,0x02,0x07, -0x07,0x07,0x02,0x03,0x01,0x07,0x05,0x07,0x07,0x04,0x04,0x04,0x07,0x04,0x07,0x04, -0x04,0x07,0x04,0x04,0x04,0x07,0x07,0x05,0x0b,0x04,0x04,0x04,0x0b,0x0d,0x07,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0e,0x0e,0x02,0x03,0x02,0x02,0x0a,0x02,0x06,0x02,0x03,0x03,0x02,0x04,0x04,0x04, -0x04,0x08,0x09,0x04,0x04,0x07,0x04,0x01,0x02,0x03,0x01,0x04,0x04,0x04,0x04,0x07, -0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x09,0x0d, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0d,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0a,0x0e,0x0a,0x05,0x04,0x05,0x08,0x02,0x02,0x05,0x04,0x07, -0x07,0x04,0x04,0x02,0x03,0x03,0x02,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x07,0x09, -0x07,0x04,0x05,0x04,0x04,0x07,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x0d,0x09,0x04,0x04,0x04,0x04,0x04,0x05,0x02,0x04,0x07,0x07,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x02,0x02,0x0e,0x0a,0x03, -0x02,0x05,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x06,0x02,0x02,0x02,0x05,0x04, -0x04,0x04,0x04,0x06,0x03,0x06,0x06,0x02,0x02,0x06,0x01,0x06,0x06,0x06,0x0b,0x0d, -0x01,0x0d,0x0f,0x06,0x04,0x0d,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x02,0x04,0x06, -0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0e,0x0e, -0x0a,0x03,0x05,0x04,0x05,0x02,0x02,0x07,0x05,0x04,0x05,0x03,0x01,0x04,0x04,0x04, -0x05,0x07,0x07,0x04,0x04,0x07,0x07,0x02,0x01,0x01,0x05,0x01,0x07,0x07,0x01,0x01, -0x0d,0x0b,0x0c,0x05,0x0f,0x0d,0x04,0x04,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x02, -0x03,0x04,0x06,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0e,0x0a,0x04,0x05,0x05,0x06,0x02,0x03,0x03,0x02,0x01,0x02,0x02,0x03, -0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x02,0x02,0x02,0x04,0x04,0x07,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x03,0x02,0x04,0x06,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0a,0x0a,0x03,0x03,0x02,0x01,0x01, -0x01,0x03,0x02,0x02,0x07,0x04,0x04,0x05,0x01,0x05,0x07,0x02,0x02,0x01,0x04,0x04, -0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04, -0x07,0x04,0x04,0x04,0x05,0x0a,0x02,0x02,0x04,0x06,0x04,0x06,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x05, -0x04,0x04,0x05,0x02,0x05,0x07,0x04,0x04,0x04,0x04,0x07,0x02,0x03,0x02,0x06,0x02, -0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x05,0x01,0x05,0x06,0x08,0x01,0x06,0x02, -0x01,0x04,0x04,0x06,0x0d,0x04,0x07,0x05,0x02,0x03,0x01,0x04,0x06,0x04,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0e,0x0e,0x0a,0x02,0x02,0x05,0x05,0x01,0x03,0x03,0x04,0x04,0x04,0x05,0x02,0x03, -0x05,0x04,0x04,0x05,0x01,0x04,0x07,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x06,0x05, -0x04,0x01,0x05,0x04,0x04,0x04,0x04,0x03,0x04,0x04,0x0d,0x02,0x02,0x02,0x02,0x04, -0x06,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x02, -0x03,0x02,0x02,0x05,0x04,0x04,0x04,0x08,0x03,0x02,0x02,0x02,0x05,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x0d,0x04,0x04,0x07,0x07,0x02, -0x03,0x02,0x04,0x06,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x0a,0x03, -0x05,0x04,0x04,0x04,0x01,0x05,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x07, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x06,0x01,0x06,0x04,0x04, -0x01,0x06,0x08,0x03,0x03,0x0f,0x03,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a, -0x0e,0x0a,0x03,0x02,0x05,0x06,0x02,0x02,0x03,0x02,0x04,0x04,0x05,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x04,0x02,0x06,0x03,0x0f, -0x04,0x0c,0x04,0x02,0x01,0x01,0x03,0x06,0x03,0x03,0x0f,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0a,0x0a,0x03,0x0a,0x01,0x05,0x05,0x05,0x04,0x05, -0x02,0x02,0x02,0x06,0x06,0x01,0x07,0x04,0x05,0x01,0x05,0x02,0x02,0x02,0x03,0x02, -0x07,0x04,0x06,0x04,0x06,0x04,0x05,0x02,0x03,0x02,0x0f,0x0f,0x03,0x0f,0x0f,0x0f, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x01,0x04,0x04,0x07,0x04, -0x04,0x04,0x08,0x02,0x02,0x03,0x01,0x05,0x03,0x02,0x03,0x08,0x03,0x02,0x05,0x02, -0x03,0x06,0x09,0x04,0x04,0x08,0x04,0x04,0x02,0x04,0x03,0x03,0x03,0x03,0x0a,0x0f, -0x0f,0x0f,0x0f,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e, -0x0e,0x0a,0x03,0x03,0x0a,0x03,0x03,0x03,0x02,0x04,0x04,0x04,0x02,0x03,0x03,0x03, -0x02,0x04,0x04,0x02,0x01,0x04,0x04,0x05,0x01,0x06,0x04,0x01,0x03,0x01,0x00,0x00, -0x00,0x0a,0x03,0x00,0x03,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0e,0x0a,0x0a,0x0a,0x03,0x0a,0x02,0x03,0x07,0x04,0x04,0x08,0x02, -0x02,0x03,0x06,0x04,0x04,0x04,0x02,0x01,0x04,0x04,0x04,0x02,0x01,0x01,0x04,0x01, -0x00,0x00,0x00,0x00,0x03,0x0a,0x00,0x00,0x03,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0a,0x0a,0x05,0x04,0x07, -0x05,0x06,0x03,0x02,0x02,0x05,0x04,0x04,0x04,0x02,0x02,0x04,0x05,0x05,0x08,0x01, -0x07,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x0f,0x0f,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a, -0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x04,0x04,0x08,0x05,0x05,0x02,0x04,0x05, -0x02,0x05,0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00, -0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0a,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x03,0x03,0x04,0x04,0x02,0x02,0x04, -0x08,0x01,0x05,0x02,0x05,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x00,0x00,0x03,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a,0x0e,0x0a,0x01,0x04,0x08, -0x02,0x01,0x05,0x02,0x00,0x08,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x0f,0x0f,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0a, -0x0a,0x0e,0x0a,0x00,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f, -0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; diff --git a/fishmaps/discus3.h b/fishmaps/discus3.h deleted file mode 100644 index 2bc2510..0000000 --- a/fishmaps/discus3.h +++ /dev/null @@ -1,465 +0,0 @@ -#define discus3_width 63 -#define discus3_height 57 -#define discus3_colors 16 -#define discus3_back 0 -int discus3_reds[] = {34816, 34816, 29696, 28928, 23040, 36096, 42752, -45568, 33792, 42496, 39424, 47360, 49920, 16128, -47616, 36352}; -int discus3_greens[] = {28672, 41472, 36352, 27392, 25856, 31232, 41728, -50944, 45312, 55808, 39424, 49920, 50176, 14080, -44544, 47872}; -int discus3_blues[] = {58368, 30208, 23296, 21504, 14848, 14592, 24576, -33280, 38912, 41984, 16128, 25088, 36608, 12288, -13824, 44288}; -unsigned char discus3_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02, -0x01,0x02,0x01,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x02,0x01,0x01,0x01,0x01,0x02, -0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x01,0x02,0x04,0x03,0x05,0x02,0x02,0x04, -0x01,0x02,0x01,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x05,0x02,0x02,0x04,0x04,0x03,0x02,0x02,0x01,0x01,0x01,0x02,0x06,0x02, -0x02,0x04,0x06,0x01,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x03,0x02,0x02,0x05,0x02,0x06,0x07,0x01,0x01, -0x07,0x01,0x06,0x04,0x02,0x02,0x08,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x05,0x02, -0x02,0x04,0x04,0x03,0x02,0x08,0x07,0x07,0x06,0x07,0x01,0x07,0x05,0x05,0x02,0x02, -0x02,0x07,0x09,0x01,0x02,0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x02,0x02,0x02,0x04, -0x04,0x02,0x02,0x01,0x02,0x05,0x05,0x05,0x05,0x05,0x06,0x07,0x07,0x07,0x0a,0x05, -0x05,0x03,0x02,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x05,0x05,0x02,0x02,0x02,0x04,0x02, -0x02,0x06,0x06,0x07,0x01,0x07,0x07,0x06,0x05,0x05,0x05,0x0a,0x05,0x01,0x07,0x07, -0x06,0x02,0x04,0x03,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x05,0x02,0x04,0x03,0x04,0x03,0x02,0x02,0x02, -0x02,0x05,0x05,0x05,0x05,0x05,0x06,0x07,0x07,0x0a,0x05,0x05,0x05,0x05,0x02,0x02, -0x07,0x07,0x02,0x04,0x04,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x05,0x05,0x05,0x02,0x02,0x02,0x04,0x02,0x01,0x06,0x06,0x07, -0x07,0x07,0x06,0x0a,0x05,0x05,0x05,0x05,0x06,0x07,0x07,0x07,0x0b,0x05,0x04,0x04, -0x04,0x02,0x01,0x01,0x0a,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x05,0x02, -0x05,0x06,0x09,0x0c,0x0c,0x06,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x02,0x05,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04, -0x04,0x04,0x04,0x05,0x02,0x04,0x02,0x04,0x04,0x02,0x05,0x05,0x05,0x05,0x02,0x05, -0x05,0x02,0x05,0x05,0x05,0x05,0x05,0x02,0x02,0x0a,0x06,0x01,0x01,0x01,0x0a,0x02, -0x05,0x04,0x04,0x04,0x04,0x0d,0x0d,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04, -0x04,0x05,0x02,0x04,0x04,0x02,0x02,0x06,0x06,0x07,0x07,0x06,0x07,0x09,0x01,0x02, -0x0a,0x05,0x06,0x01,0x0b,0x0b,0x07,0x01,0x06,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04, -0x05,0x04,0x04,0x02,0x04,0x02,0x02,0x05,0x05,0x05,0x07,0x06,0x0a,0x05,0x07,0x07, -0x07,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x0a,0x06,0x06,0x06,0x05,0x04,0x04, -0x04,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04, -0x04,0x04,0x02,0x04,0x01,0x07,0x07,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x0a,0x06,0x0b,0x06,0x0a,0x05,0x05,0x05,0x05,0x05,0x02,0x02,0x0a,0x04, -0x04,0x04,0x0d,0x04,0x04,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04, -0x04,0x03,0x02,0x01,0x05,0x02,0x0a,0x05,0x05,0x06,0x07,0x06,0x06,0x07,0x07,0x07, -0x07,0x0a,0x05,0x05,0x05,0x0a,0x06,0x0a,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x05, -0x04,0x04,0x04,0x04,0x05,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04, -0x02,0x02,0x01,0x02,0x09,0x07,0x06,0x0c,0x07,0x06,0x0a,0x06,0x0a,0x0a,0x0a,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x06,0x0a,0x0a,0x05,0x04,0x04,0x04,0x04, -0x04,0x04,0x0d,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x02, -0x05,0x02,0x02,0x06,0x05,0x02,0x05,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x05, -0x0a,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x02,0x0a,0x0a,0x05,0x04,0x04,0x02, -0x04,0x05,0x04,0x04,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02, -0x06,0x05,0x05,0x05,0x02,0x0a,0x06,0x07,0x0a,0x06,0x06,0x0a,0x0a,0x06,0x0a,0x05, -0x0a,0x06,0x0b,0x06,0x0a,0x05,0x05,0x05,0x05,0x05,0x05,0x02,0x06,0x04,0x04,0x04, -0x04,0x04,0x04,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x05, -0x06,0x07,0x02,0x07,0x07,0x0a,0x0a,0x05,0x05,0x0a,0x0a,0x0a,0x0e,0x05,0x05,0x05, -0x0a,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x05,0x05,0x05,0x04,0x05,0x06,0x05,0x04,0x04, -0x02,0x05,0x04,0x04,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x02,0x06, -0x02,0x05,0x05,0x05,0x05,0x0a,0x0a,0x06,0x06,0x06,0x06,0x0a,0x0a,0x0a,0x0a,0x05, -0x05,0x05,0x05,0x05,0x05,0x0a,0x0e,0x0a,0x05,0x05,0x04,0x04,0x05,0x06,0x05,0x04, -0x04,0x04,0x04,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x05,0x05, -0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x05,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x05,0x04,0x04,0x04,0x05,0x02, -0x04,0x0d,0x04,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04,0x04, -0x04,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x02,0x0a,0x0a,0x0a,0x05, -0x0a,0x0a,0x0a,0x06,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x05,0x0a,0x0a,0x05,0x05,0x05,0x05,0x04,0x04,0x05,0x04,0x04, -0x04,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x06,0x06,0x04, -0x04,0x02,0x02,0x02,0x06,0x02,0x03,0x03,0x08,0x04,0x05,0x05,0x05,0x05,0x0a,0x0a, -0x0e,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0e,0x0a,0x0a, -0x05,0x0a,0x0a,0x0e,0x0a,0x0a,0x05,0x05,0x05,0x05,0x0a,0x02,0x04,0x02,0x0d,0x0e, -0x0e,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x06,0x05, -0x06,0x04,0x02,0x02,0x06,0x04,0x04,0x07,0x05,0x02,0x06,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a, -0x0a,0x0e,0x0a,0x0a,0x0a,0x05,0x05,0x05,0x06,0x05,0x02,0x04,0x02,0x09,0x0d,0x0d, -0x0e,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x0d,0x04,0x04,0x04,0x04,0x04,0x04,0x02, -0x02,0x02,0x02,0x05,0x04,0x04,0x06,0x05,0x05,0x0a,0x0e,0x0e,0x0a,0x06,0x0e,0x0e, -0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a, -0x0a,0x0a,0x0a,0x0a,0x05,0x05,0x0a,0x05,0x02,0x05,0x05,0x04,0x09,0x0d,0x0d,0x0e, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x04,0x06,0x04,0x06,0x04,0x02, -0x02,0x0a,0x06,0x04,0x04,0x0a,0x05,0x0a,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a, -0x0e,0x0e,0x0a,0x05,0x05,0x06,0x05,0x06,0x05,0x0a,0x06,0x04,0x09,0x0e,0x04,0x0d, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x0d,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x02, -0x06,0x02,0x04,0x04,0x0a,0x05,0x0a,0x0e,0x0a,0x0a,0x05,0x0a,0x0e,0x0e,0x0e,0x0e, -0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e, -0x0a,0x0a,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x06,0x06,0x04,0x0d,0x0d,0x0d,0x04,0x04, -0x0d,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x06,0x04,0x06,0x04,0x06,0x05,0x02,0x02, -0x04,0x04,0x04,0x0a,0x05,0x05,0x0a,0x0e,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x0e,0x0a, -0x0a,0x05,0x0a,0x0e,0x06,0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x04,0x02,0x04,0x04,0x0d, -0x0d,0x00,0x00,0x00,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x06,0x02,0x04,0x04, -0x04,0x04,0x06,0x05,0x05,0x0a,0x0a,0x05,0x05,0x0a,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0a, -0x05,0x0e,0x0e,0x0b,0x0a,0x0e,0x0a,0x0a,0x0a,0x04,0x05,0x04,0x04,0x0d,0x05,0x00, -0x00,0x00,0x00,0x0d,0x0d,0x04,0x04,0x04,0x04,0x06,0x04,0x05,0x04,0x04,0x04,0x04, -0x04,0x09,0x06,0x0c,0x0b,0x0e,0x0a,0x05,0x0a,0x0a,0x0a,0x0e,0x0a,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x05,0x05,0x05,0x05, -0x0d,0x0e,0x0b,0x0b,0x0a,0x0a,0x06,0x06,0x04,0x04,0x04,0x04,0x05,0x04,0x0d,0x00, -0x00,0x00,0x01,0x04,0x04,0x06,0x06,0x04,0x05,0x02,0x05,0x05,0x04,0x01,0x00,0x00, -0x07,0x0a,0x0a,0x0a,0x0c,0x06,0x05,0x0a,0x0a,0x0a,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x05,0x04, -0x0d,0x0e,0x0b,0x0e,0x06,0x06,0x0a,0x06,0x04,0x04,0x04,0x04,0x0d,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x0a,0x01,0x00,0x00,0x01,0x04,0x08, -0x0a,0x06,0x0a,0x0a,0x05,0x07,0x0b,0x0e,0x0a,0x0a,0x0a,0x06,0x0b,0x0b,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x0d, -0x0a,0x0e,0x0b,0x0a,0x05,0x06,0x06,0x04,0x04,0x04,0x0d,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x05,0x04,0x04,0x05,0x0a,0x01,0x00,0x00,0x00,0x07,0x04,0x04,0x08,0x02, -0x01,0x0b,0x06,0x06,0x05,0x06,0x06,0x06,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x04,0x0d,0x0e,0x05, -0x0e,0x0e,0x06,0x0a,0x06,0x0a,0x04,0x04,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x04,0x04,0x02,0x01,0x00,0x00,0x00,0x00,0x07,0x06,0x0d,0x04,0x02,0x01,0x04, -0x05,0x05,0x0a,0x05,0x05,0x07,0x07,0x0a,0x0a,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e, -0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x04,0x0d,0x0e,0x05,0x0a, -0x0e,0x0e,0x0a,0x06,0x0a,0x04,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x0a,0x05,0x0d,0x04,0x04,0x02,0x04,0x01, -0x07,0x02,0x09,0x0b,0x06,0x05,0x0a,0x0a,0x0b,0x0a,0x0a,0x0e,0x0e,0x0a,0x0a,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x04,0x0a,0x0e,0x0a,0x0a,0x0e, -0x0e,0x0e,0x06,0x05,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x07,0x0a,0x0a,0x05,0x0d,0x0d,0x0d,0x01,0x02,0x02,0x02, -0x04,0x02,0x07,0x09,0x09,0x07,0x0c,0x09,0x07,0x0b,0x0b,0x07,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x05,0x0a,0x0a, -0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0a,0x06,0x05,0x04,0x0d,0x0d,0x08,0x02,0x04,0x04,0x04,0x02, -0x01,0x06,0x02,0x0a,0x05,0x05,0x06,0x06,0x07,0x07,0x0b,0x06,0x0c,0x0e,0x0e,0x0e, -0x0b,0x07,0x0e,0x0e,0x05,0x0a,0x05,0x05,0x0a,0x0e,0x0a,0x0a,0x05,0x05,0x05,0x04, -0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x05,0x05,0x05,0x04,0x0d,0x0d,0x03,0x04,0x04,0x04,0x08,0x09,0x01, -0x0b,0x05,0x0a,0x05,0x07,0x07,0x0b,0x0e,0x05,0x0a,0x05,0x0a,0x0e,0x0e,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0a,0x05,0x05,0x05,0x04,0x0d,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x05,0x0a,0x04,0x04,0x04,0x0d,0x0d,0x03,0x01,0x01,0x08,0x02,0x04,0x04,0x04, -0x01,0x09,0x09,0x09,0x09,0x07,0x06,0x07,0x0b,0x0b,0x07,0x09,0x07,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x05,0x05,0x05,0x05,0x04,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x05,0x05,0x04,0x04,0x04,0x0d,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x01,0x01, -0x05,0x03,0x03,0x05,0x02,0x09,0x09,0x0c,0x07,0x07,0x06,0x0e,0x06,0x07,0x07,0x0a, -0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a,0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x05,0x04,0x0d,0x0d,0x0d,0x01,0x08,0x02,0x08,0x08,0x08,0x02,0x04,0x04, -0x08,0x07,0x01,0x07,0x06,0x05,0x05,0x05,0x06,0x01,0x09,0x09,0x0a,0x0a,0x06,0x06, -0x06,0x0a,0x0e,0x05,0x05,0x0a,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x05,0x02,0x0d,0x0d,0x0d,0x02,0x02,0x04,0x04,0x04,0x04,0x03,0x01,0x09, -0x09,0x01,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x06,0x09,0x09,0x09,0x07,0x07, -0x06,0x05,0x0a,0x06,0x05,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x04,0x04,0x0d,0x0d,0x02,0x01,0x08,0x08,0x0f,0x09,0x08,0x02,0x04, -0x04,0x02,0x03,0x01,0x06,0x02,0x02,0x05,0x03,0x05,0x05,0x05,0x01,0x06,0x0a,0x05, -0x06,0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x04,0x0d,0x04,0x03,0x02,0x03,0x04,0x04,0x04,0x04,0x04,0x02,0x08, -0x09,0x01,0x01,0x01,0x01,0x0b,0x0b,0x07,0x07,0x07,0x07,0x0b,0x01,0x0a,0x05,0x01, -0x0d,0x04,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x04,0x0d,0x0d,0x0d,0x02,0x09,0x08,0x08,0x08,0x09,0x0f,0x08,0x08, -0x08,0x09,0x09,0x09,0x01,0x07,0x01,0x02,0x02,0x01,0x09,0x01,0x0a,0x03,0x00,0x0d, -0x07,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x03,0x04,0x04,0x03,0x04,0x04,0x02,0x08,0x02,0x04,0x04,0x02,0x04, -0x04,0x04,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x04,0x04,0x03,0x00,0x00,0x0d,0x0d, -0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x0d,0x0d,0x0d,0x04,0x02,0x08,0x02,0x04,0x04,0x04,0x01,0x09,0x09,0x09, -0x09,0x09,0x09,0x01,0x01,0x02,0x02,0x04,0x04,0x02,0x00,0x00,0x00,0x0d,0x0d,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x03,0x03,0x0d,0x0d,0x02,0x08,0x0f,0x0f,0x08,0x03,0x04,0x02,0x04, -0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x0d,0x00,0x00,0x00,0x0d,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0d,0x0d,0x0d,0x04,0x03,0x0d,0x0d,0x04,0x0d,0x04,0x02,0x04,0x02,0x04, -0x04,0x04,0x03,0x02,0x00,0x03,0x00,0x0d,0x00,0x00,0x0d,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x04,0x04,0x04,0x02,0x02,0x03,0x0d,0x0d,0x04,0x03,0x0d,0x0d,0x04, -0x03,0x04,0x01,0x00,0x00,0x00,0x0d,0x00,0x00,0x04,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x04,0x0d,0x00,0x04,0x0d,0x04,0x04,0x04,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char discus3_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02, -0x01,0x02,0x01,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x02,0x01,0x01,0x01,0x01,0x02, -0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x01,0x02,0x04,0x03,0x05,0x02,0x02,0x04, -0x01,0x02,0x01,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x05,0x02,0x02,0x04,0x04,0x03,0x02,0x02,0x01,0x01,0x01,0x02,0x06,0x02, -0x02,0x04,0x06,0x01,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05, -0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x03,0x02,0x02,0x05,0x02,0x06,0x07,0x01,0x01, -0x07,0x01,0x06,0x04,0x02,0x02,0x08,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x03,0x05,0x02, -0x02,0x04,0x04,0x03,0x02,0x08,0x07,0x07,0x06,0x07,0x01,0x07,0x05,0x05,0x02,0x02, -0x02,0x07,0x09,0x01,0x02,0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x02,0x02,0x02,0x04, -0x04,0x02,0x02,0x01,0x02,0x05,0x05,0x05,0x05,0x05,0x06,0x07,0x07,0x07,0x0a,0x05, -0x05,0x03,0x02,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x02,0x02,0x02,0x04,0x02, -0x02,0x06,0x06,0x07,0x01,0x07,0x07,0x06,0x05,0x05,0x05,0x0a,0x05,0x01,0x07,0x07, -0x06,0x02,0x04,0x03,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x03,0x05,0x02,0x04,0x03,0x04,0x03,0x02,0x02,0x02, -0x02,0x05,0x05,0x05,0x05,0x05,0x06,0x07,0x07,0x0a,0x05,0x05,0x05,0x05,0x02,0x02, -0x07,0x07,0x02,0x04,0x04,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x03,0x04,0x05,0x05,0x02,0x02,0x02,0x04,0x02,0x01,0x06,0x06,0x07, -0x07,0x07,0x06,0x0a,0x05,0x05,0x05,0x05,0x06,0x07,0x07,0x07,0x0b,0x05,0x04,0x04, -0x04,0x02,0x01,0x01,0x0a,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04, -0x03,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x05,0x02, -0x05,0x06,0x09,0x0c,0x0c,0x06,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x02,0x05,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04, -0x04,0x04,0x04,0x05,0x02,0x04,0x02,0x04,0x04,0x02,0x05,0x05,0x05,0x05,0x02,0x05, -0x05,0x02,0x05,0x05,0x05,0x05,0x05,0x02,0x02,0x0a,0x06,0x01,0x01,0x01,0x0a,0x02, -0x05,0x04,0x04,0x04,0x04,0x0d,0x0d,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04, -0x04,0x05,0x02,0x04,0x04,0x02,0x02,0x06,0x06,0x07,0x07,0x06,0x07,0x09,0x01,0x02, -0x0a,0x05,0x06,0x01,0x0b,0x0b,0x07,0x01,0x06,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04, -0x05,0x04,0x04,0x02,0x04,0x02,0x02,0x05,0x05,0x05,0x07,0x06,0x0a,0x05,0x07,0x07, -0x07,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x0a,0x06,0x06,0x06,0x05,0x04,0x04, -0x04,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04, -0x04,0x04,0x02,0x04,0x01,0x07,0x07,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x0a,0x06,0x0b,0x06,0x0a,0x05,0x05,0x05,0x05,0x05,0x02,0x02,0x0a,0x04, -0x04,0x04,0x0d,0x04,0x04,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04, -0x04,0x03,0x02,0x01,0x05,0x02,0x0a,0x05,0x05,0x06,0x07,0x06,0x06,0x07,0x07,0x07, -0x07,0x0a,0x05,0x05,0x05,0x0a,0x06,0x0a,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x05, -0x04,0x04,0x04,0x04,0x05,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04, -0x02,0x02,0x01,0x02,0x09,0x07,0x06,0x0c,0x07,0x06,0x0a,0x06,0x0a,0x0a,0x0a,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x06,0x0a,0x0a,0x05,0x04,0x04,0x04,0x04, -0x04,0x04,0x0d,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x02, -0x05,0x02,0x02,0x06,0x05,0x02,0x05,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x05, -0x0a,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x02,0x0a,0x0a,0x05,0x04,0x04,0x02, -0x04,0x05,0x04,0x04,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02, -0x06,0x05,0x05,0x05,0x02,0x0a,0x06,0x07,0x0a,0x06,0x06,0x0a,0x0a,0x06,0x0a,0x05, -0x0a,0x06,0x0b,0x06,0x0a,0x05,0x05,0x05,0x05,0x05,0x05,0x02,0x06,0x04,0x04,0x04, -0x04,0x04,0x04,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x05, -0x06,0x07,0x02,0x07,0x07,0x0a,0x0a,0x05,0x05,0x0a,0x0a,0x0a,0x0e,0x05,0x05,0x05, -0x0a,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x05,0x05,0x05,0x04,0x05,0x06,0x05,0x04,0x04, -0x02,0x05,0x04,0x04,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x02,0x06, -0x02,0x05,0x05,0x05,0x05,0x0a,0x0a,0x06,0x06,0x06,0x06,0x0a,0x0a,0x0a,0x0a,0x05, -0x05,0x05,0x05,0x05,0x05,0x0a,0x0e,0x0a,0x05,0x05,0x04,0x04,0x05,0x06,0x05,0x04, -0x04,0x04,0x04,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x05,0x05, -0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x05,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x05,0x04,0x04,0x04,0x05,0x02, -0x04,0x0d,0x04,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04, -0x04,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x02,0x0a,0x0a,0x0a,0x05, -0x0a,0x0a,0x0a,0x06,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x05,0x0a,0x0a,0x05,0x05,0x05,0x05,0x04,0x04,0x05,0x04,0x04, -0x04,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x04,0x04,0x04, -0x04,0x02,0x02,0x02,0x06,0x02,0x03,0x03,0x08,0x04,0x05,0x05,0x05,0x05,0x0a,0x0a, -0x0e,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x0e,0x0a,0x0a, -0x05,0x0a,0x0a,0x0e,0x0a,0x0a,0x05,0x05,0x05,0x05,0x0a,0x02,0x04,0x02,0x0d,0x0e, -0x0e,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x04,0x05, -0x06,0x04,0x02,0x02,0x06,0x04,0x04,0x07,0x05,0x02,0x06,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a, -0x0a,0x0e,0x0a,0x0a,0x0a,0x05,0x05,0x05,0x06,0x05,0x02,0x04,0x02,0x09,0x0d,0x0d, -0x0e,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x04,0x04,0x04,0x06,0x04,0x02, -0x02,0x02,0x02,0x05,0x04,0x04,0x06,0x05,0x05,0x0a,0x0e,0x0e,0x0a,0x06,0x0e,0x0e, -0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a, -0x0a,0x0a,0x0a,0x0a,0x05,0x05,0x0a,0x05,0x02,0x05,0x05,0x04,0x09,0x0d,0x0d,0x0e, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x04,0x04,0x04,0x04,0x04,0x06,0x02, -0x02,0x0a,0x06,0x04,0x04,0x0a,0x05,0x0a,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0a, -0x0e,0x0e,0x0a,0x05,0x05,0x06,0x05,0x06,0x05,0x0a,0x06,0x04,0x09,0x0e,0x04,0x0d, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x04,0x06,0x04,0x04,0x05,0x02, -0x06,0x02,0x04,0x04,0x0a,0x05,0x0a,0x0e,0x0a,0x0a,0x05,0x0a,0x0e,0x0e,0x0e,0x0e, -0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e, -0x0a,0x0a,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x06,0x06,0x04,0x0d,0x0d,0x0d,0x04,0x04, -0x0d,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x04,0x06,0x04,0x05,0x02,0x02, -0x04,0x04,0x04,0x0a,0x05,0x05,0x0a,0x0e,0x0a,0x0a,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x0a, -0x0a,0x05,0x0a,0x0e,0x06,0x0a,0x0a,0x0a,0x0a,0x0a,0x04,0x04,0x02,0x04,0x04,0x0d, -0x0d,0x00,0x00,0x00,0x00,0x0d,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x02,0x04,0x04, -0x04,0x04,0x06,0x05,0x05,0x0a,0x0a,0x05,0x05,0x0a,0x0e,0x0e,0x0e,0x0a,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x05,0x05,0x05,0x0a, -0x05,0x0e,0x0e,0x0b,0x0a,0x0e,0x0a,0x0a,0x0a,0x04,0x05,0x04,0x04,0x0d,0x05,0x00, -0x00,0x00,0x00,0x00,0x0d,0x04,0x04,0x04,0x06,0x04,0x04,0x05,0x04,0x04,0x04,0x04, -0x04,0x09,0x06,0x0c,0x0b,0x0e,0x0a,0x05,0x0a,0x0a,0x0a,0x0e,0x0a,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x05,0x05,0x05,0x05,0x05, -0x0d,0x0e,0x0b,0x0b,0x0a,0x0a,0x06,0x06,0x04,0x04,0x04,0x04,0x05,0x04,0x0d,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x04,0x05,0x02,0x05,0x05,0x04,0x01,0x00,0x00, -0x07,0x0a,0x0a,0x0a,0x0c,0x06,0x05,0x0a,0x0a,0x0a,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x05,0x05,0x04, -0x0d,0x0e,0x0b,0x0e,0x06,0x06,0x0a,0x06,0x04,0x04,0x04,0x04,0x0d,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x06,0x04,0x05,0x05,0x05,0x0a,0x01,0x00,0x00,0x01,0x04,0x08, -0x0a,0x06,0x0a,0x0a,0x05,0x07,0x0b,0x0e,0x0a,0x0a,0x0a,0x06,0x0b,0x0b,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x05,0x0d,0x04, -0x0a,0x0e,0x0b,0x0a,0x05,0x06,0x06,0x04,0x04,0x04,0x0d,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x05,0x04,0x04,0x05,0x0a,0x01,0x00,0x00,0x00,0x07,0x04,0x04,0x08,0x02, -0x01,0x0b,0x06,0x06,0x05,0x06,0x06,0x06,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x0d,0x04,0x0e,0x05, -0x0e,0x0e,0x06,0x0a,0x06,0x0a,0x04,0x04,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x04,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x06,0x0d,0x04,0x02,0x01,0x04, -0x05,0x05,0x0a,0x05,0x05,0x07,0x07,0x0a,0x0a,0x0e,0x0e,0x0a,0x0e,0x0e,0x0e,0x0e, -0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x05,0x04,0x04,0x0e,0x05,0x0a, -0x0e,0x0e,0x0a,0x06,0x0a,0x04,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x05,0x0d,0x04,0x04,0x02,0x04,0x01, -0x07,0x02,0x09,0x0b,0x06,0x05,0x0a,0x0a,0x0b,0x0a,0x0a,0x0e,0x0e,0x0a,0x0a,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x04,0x0a,0x0e,0x0a,0x0a,0x0e, -0x0e,0x0e,0x06,0x05,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x0a,0x05,0x0d,0x0d,0x0d,0x01,0x02,0x02,0x02, -0x04,0x02,0x07,0x09,0x09,0x07,0x0c,0x09,0x07,0x0b,0x0b,0x07,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x05,0x05,0x0e,0x0a,0x0a,0x05,0x0a,0x0a, -0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x07,0x05,0x04,0x0d,0x0d,0x08,0x02,0x04,0x04,0x04,0x02, -0x01,0x06,0x02,0x0a,0x05,0x05,0x06,0x06,0x07,0x07,0x0b,0x06,0x0c,0x0e,0x0e,0x0e, -0x0b,0x07,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x05,0x05,0x05,0x04, -0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x05,0x05,0x04,0x0d,0x0d,0x03,0x04,0x04,0x04,0x08,0x09,0x01, -0x0b,0x05,0x0a,0x05,0x07,0x07,0x0b,0x0e,0x05,0x0a,0x05,0x0a,0x0e,0x0e,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0a,0x0a,0x0a,0x0e,0x0e,0x0e,0x0a,0x05,0x05,0x05,0x04,0x0d,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x05,0x05,0x04,0x04,0x0d,0x0d,0x03,0x01,0x01,0x08,0x02,0x04,0x04,0x04, -0x01,0x09,0x09,0x09,0x09,0x07,0x06,0x07,0x0b,0x0b,0x07,0x09,0x07,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0a,0x05,0x05,0x05,0x05,0x04,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x05,0x05,0x04,0x04,0x04,0x0d,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x01,0x01, -0x05,0x03,0x03,0x05,0x02,0x09,0x09,0x0c,0x07,0x07,0x06,0x0e,0x06,0x07,0x07,0x0a, -0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x0a,0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x05,0x05,0x04,0x0d,0x0d,0x0d,0x01,0x08,0x02,0x08,0x08,0x08,0x02,0x04,0x04, -0x08,0x07,0x01,0x07,0x06,0x05,0x05,0x05,0x06,0x01,0x09,0x09,0x0a,0x0a,0x06,0x06, -0x06,0x0a,0x0e,0x05,0x05,0x0a,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x03,0x05,0x02,0x0d,0x0d,0x0d,0x02,0x02,0x04,0x04,0x04,0x04,0x03,0x01,0x09, -0x09,0x01,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x06,0x09,0x09,0x09,0x07,0x07, -0x06,0x05,0x0a,0x06,0x05,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x03,0x04,0x04,0x04,0x0d,0x0d,0x02,0x01,0x08,0x08,0x0f,0x09,0x08,0x02,0x04, -0x04,0x02,0x03,0x01,0x06,0x02,0x02,0x05,0x03,0x05,0x05,0x05,0x01,0x06,0x0a,0x05, -0x06,0x04,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x04,0x0d,0x04,0x03,0x02,0x03,0x04,0x04,0x04,0x04,0x04,0x02,0x08, -0x09,0x01,0x01,0x01,0x01,0x0b,0x0b,0x07,0x07,0x07,0x07,0x0b,0x01,0x0a,0x05,0x01, -0x0d,0x04,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x04,0x0d,0x0d,0x0d,0x02,0x09,0x08,0x08,0x08,0x09,0x0f,0x08,0x08, -0x08,0x09,0x09,0x09,0x01,0x07,0x01,0x02,0x02,0x01,0x09,0x01,0x0a,0x03,0x00,0x0d, -0x04,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x03,0x04,0x04,0x03,0x04,0x04,0x02,0x08,0x02,0x04,0x04,0x02,0x04, -0x04,0x04,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x04,0x04,0x03,0x00,0x00,0x00,0x0d, -0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x0d,0x0d,0x0d,0x04,0x02,0x08,0x02,0x04,0x04,0x04,0x01,0x09,0x09,0x09, -0x09,0x09,0x09,0x01,0x01,0x02,0x02,0x04,0x04,0x02,0x0d,0x00,0x00,0x00,0x0d,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x04,0x03,0x03,0x0d,0x0d,0x02,0x08,0x0f,0x0f,0x08,0x03,0x04,0x02,0x04, -0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x00,0x0d,0x00,0x00,0x0d,0x03,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0d,0x0d,0x0d,0x04,0x03,0x0d,0x0d,0x04,0x0d,0x04,0x02,0x04,0x02,0x04, -0x04,0x04,0x03,0x02,0x00,0x00,0x00,0x00,0x0d,0x00,0x00,0x0d,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x04,0x04,0x04,0x02,0x02,0x03,0x0d,0x0d,0x04,0x03,0x0d,0x0d,0x04, -0x03,0x04,0x01,0x00,0x00,0x00,0x03,0x00,0x00,0x04,0x03,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x04,0x0d,0x00,0x04,0x0d,0x04,0x04,0x04,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/eel.h b/fishmaps/eel.h deleted file mode 100644 index f2803ab..0000000 --- a/fishmaps/eel.h +++ /dev/null @@ -1,809 +0,0 @@ -#define eel_width 176 -#define eel_height 36 -#define eel_colors 16 -#define eel_back 0 -int eel_reds[] = {16384, 8192, 16384, 24576, 32768, 40960, 61440, -61440, 0, 0, 0, 0, 0, 0, -0, 0}; -int eel_greens[] = {53248, 8192, 16384, 24576, 32768, 40960, 61440, -61440, 0, 0, 0, 0, 0, 0, -0, 0}; -int eel_blues[] = {45056, 8192, 16384, 24576, 32768, 40960, 0, -61440, 0, 0, 0, 0, 0, 0, -0, 0}; -unsigned char eel_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x03,0x04,0x04,0x02,0x02, -0x03,0x03,0x03,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x05,0x06,0x06, -0x03,0x04,0x03,0x03,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03, -0x04,0x04,0x04,0x03,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x04, -0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05, -0x05,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03, -0x03,0x03,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05, -0x04,0x04,0x03,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x04,0x03,0x03,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04, -0x05,0x04,0x03,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02, -0x03,0x03,0x03,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05, -0x04,0x04,0x03,0x02,0x01,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x02,0x03,0x04,0x04,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x03, -0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x05,0x04,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x07,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02, -0x03,0x03,0x03,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x03, -0x03,0x03,0x03,0x04,0x05,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03, -0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03, -0x03,0x03,0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x04,0x04,0x05,0x04,0x03,0x03,0x02,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04, -0x05,0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x04, -0x05,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x03,0x02,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x05, -0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04, -0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x02,0x03,0x03,0x03,0x04,0x04,0x05,0x04,0x03,0x02,0x02,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x04, -0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x04,0x04,0x03,0x02,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x04,0x04, -0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x03,0x03,0x02,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x05,0x04,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x03,0x02,0x02,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x05,0x04,0x03,0x03, -0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x05,0x04,0x03,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x05,0x04,0x02,0x02, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x02,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x04,0x03,0x03,0x02, -0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04, -0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x03,0x05,0x04,0x03,0x02,0x02,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x03,0x03,0x04,0x05,0x04,0x03,0x03,0x02,0x02, -0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x05,0x04, -0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x03,0x04,0x05,0x04,0x03,0x02,0x02,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x04,0x03,0x03,0x03,0x02,0x02,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x05, -0x05,0x05,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x04,0x04,0x05,0x04,0x03,0x02,0x02,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x05,0x03,0x03,0x03,0x02,0x02,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03, -0x04,0x04,0x05,0x05,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x03, -0x02,0x02,0x03,0x03,0x03,0x04,0x05,0x05,0x04,0x03,0x02,0x02,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x02,0x03,0x03,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x02,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03, -0x03,0x03,0x04,0x04,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04, -0x04,0x04,0x04,0x05,0x05,0x05,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02, -0x02,0x03,0x03,0x04,0x04,0x05,0x04,0x04,0x03,0x03,0x02,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02, -0x03,0x04,0x04,0x04,0x05,0x04,0x04,0x03,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x04,0x03,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x04, -0x04,0x05,0x05,0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x04,0x03,0x04,0x04,0x03, -0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x03,0x03,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x04,0x04,0x05, -0x05,0x04,0x04,0x04,0x03,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x04,0x04,0x04, -0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x04,0x04,0x04,0x04,0x05,0x04, -0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x04,0x04,0x04, -0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x04,0x04, -0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x04, -0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x03, -0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x02,0x02, -0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; -unsigned char eel_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x03,0x04,0x04,0x02,0x02, -0x03,0x03,0x03,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x05,0x06,0x06, -0x03,0x04,0x03,0x03,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03, -0x04,0x04,0x04,0x03,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05, -0x05,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x04,0x04,0x04,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04, -0x04,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05, -0x04,0x04,0x03,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x04,0x04,0x04,0x03,0x03,0x03, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x04, -0x04,0x04,0x04,0x04,0x05,0x04,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x03,0x03,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x05,0x04,0x03,0x02,0x01,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04, -0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x04,0x04,0x03,0x03,0x03,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03, -0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x05,0x05,0x03,0x02,0x02,0x01,0x01,0x07,0x00,0x00,0x07,0x00,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02, -0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x03,0x04,0x04, -0x03,0x03,0x03,0x03,0x03,0x02,0x01,0x01,0x00,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x04, -0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x02, -0x02,0x02,0x03,0x04,0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x02,0x02,0x03,0x03,0x03,0x03,0x04,0x05,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x05,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x07,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x04,0x04,0x04, -0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02, -0x03,0x03,0x03,0x03,0x05,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x05,0x05,0x04, -0x04,0x04,0x04,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03, -0x03,0x03,0x04,0x04,0x04,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x04,0x04,0x04,0x03,0x02, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x05,0x04,0x03,0x03,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x04,0x03,0x02,0x02,0x02, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03, -0x03,0x05,0x04,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x04,0x03,0x02,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x03,0x04,0x03,0x02,0x02,0x02,0x02, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x04,0x04,0x04,0x03,0x02,0x02, -0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04, -0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x04,0x04,0x03,0x03, -0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x05, -0x04,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x04,0x04,0x04,0x04, -0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x04,0x04,0x05,0x04, -0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x04,0x04,0x04, -0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x04,0x05,0x04,0x03,0x03, -0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x03,0x04, -0x05,0x04,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x03,0x04,0x05,0x04,0x03,0x03,0x02, -0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x03, -0x04,0x04,0x05,0x05,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x04,0x04,0x05,0x04,0x03,0x02,0x02,0x02, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02, -0x03,0x03,0x04,0x04,0x05,0x05,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02, -0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x04,0x05,0x05,0x04,0x03,0x02,0x02,0x02,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02, -0x02,0x03,0x03,0x03,0x04,0x04,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x03,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x04,0x03,0x03,0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x04,0x03,0x04, -0x04,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; diff --git a/fishmaps/f00.h b/fishmaps/f00.h deleted file mode 100644 index e7666b1..0000000 --- a/fishmaps/f00.h +++ /dev/null @@ -1,489 +0,0 @@ -#define f00_width 64 -#define f00_height 59 -#define f00_colors 16 -#define f00_back 0 -int f00_reds[] = {45824, 13312, 1024, 4096, 10496, 37632, 40960, -41472, 46080, 23552, 32000, 42496, 16896, 24832, -13312, 0}; -int f00_greens[] = {0, 7680, 2304, 4608, 8448, 27648, 33792, -36352, 41984, 21504, 21248, 28672, 13312, 13056, -13312, 0}; -int f00_blues[] = {19200, 2816, 256, 2304, 6656, 2048, 12288, -12288, 22528, 8448, 768, 1024, 4096, 1024, -11776, 0}; -unsigned char f00_rasterA[] = { -0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x01,0x01,0x04,0x05,0x05,0x05,0x05,0x06, -0x07,0x07,0x08,0x08,0x08,0x06,0x05,0x05,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x09,0x0a,0x0b,0x06,0x0a,0x09,0x0c,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x01,0x09,0x0b,0x0b,0x05,0x09,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0a,0x06,0x0b,0x0b,0x05,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0a,0x0b,0x0b,0x0a,0x0c, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0c,0x0d,0x0b,0x0b, -0x0b,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x09, -0x0b,0x06,0x0b,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x0b,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x0b,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x0a,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x0c, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x06,0x06,0x0b,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x0b,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x0a, -0x05,0x09,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x09,0x0b,0x06,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x0d,0x09,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03, -0x0c,0x05,0x0b,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x05,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x05,0x09,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x01,0x05,0x05,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x0b,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x0b,0x0a,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x0a,0x0b,0x0a,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x05,0x0b,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x0b,0x09,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x0a,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0d,0x0b,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x0a,0x05,0x02,0x02,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0b,0x0b,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x0b,0x01,0x02,0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0a,0x0b,0x0d,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0b,0x05,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0a,0x0d,0x02,0x02,0x02,0x03,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0b,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0b,0x0b,0x0b,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0d,0x0a,0x02,0x0a,0x0b,0x02,0x03,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x02,0x0b,0x02,0x0b,0x03,0x0d,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x0a,0x0a,0x0a,0x02,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x01,0x06,0x02,0x06,0x02,0x01,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x0a,0x02,0x0a,0x01,0x02,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0b,0x09,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x05,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0c,0x02,0x0b,0x02,0x02,0x03,0x09,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x0d,0x02,0x02,0x03,0x09,0x03,0x02,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x05,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0b,0x0b,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0c,0x02,0x02,0x02,0x02,0x03,0x0d,0x05,0x00, -0x00,0x00,0x00,0x01,0x0a,0x01,0x02,0x02,0x02,0x02,0x0c,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0c,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x09,0x02,0x02,0x02,0x02,0x02,0x0a,0x02,0x00, -0x00,0x00,0x00,0x01,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x09,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0b,0x0b,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0d,0x02,0x02,0x02,0x02,0x02,0x0a,0x03,0x03, -0x00,0x00,0x00,0x0d,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x0b,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0d,0x02,0x02,0x02,0x02,0x02,0x0a,0x03,0x02, -0x00,0x00,0x00,0x0d,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0d,0x02,0x02,0x02,0x02,0x03,0x0a,0x03,0x02, -0x00,0x00,0x00,0x0c,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0d,0x02,0x02,0x02,0x02,0x03,0x0a,0x02,0x02, -0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0d,0x02,0x02,0x02,0x02,0x01,0x0d,0x02,0x02, -0x00,0x00,0x00,0x01,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0c,0x02,0x02,0x02,0x02,0x0d,0x02,0x02,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x01,0x0c,0x0d,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x0b,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0b,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0c,0x02,0x02,0x02,0x03,0x01,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x01,0x0c,0x03,0x02,0x0c,0x0a,0x0d,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0b,0x0b,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x05,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x01,0x02,0x02,0x02,0x03,0x02,0x0c,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x03,0x01,0x0d,0x0d,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0c,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x05,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0d,0x0a,0x02,0x02,0x02,0x02,0x02,0x0c,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x05,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0a,0x0c,0x02,0x02,0x02,0x02,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0a,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x09,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x0a,0x03,0x02,0x02,0x02,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x05,0x0c,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x0d,0x0d,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0a,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x0b,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x0a,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0b,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x0a,0x0c,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x05,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0d,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x0d,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0a,0x0c,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x0c,0x0d,0x0d,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x01,0x0c,0x0a,0x05,0x0a,0x09,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x05,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x01,0x0c,0x0c, -0x09,0x09,0x09,0x0c,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0d,0x0a,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0a,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x0d,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; -unsigned char f00_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06, -0x07,0x07,0x08,0x08,0x08,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x09,0x0a,0x0b,0x06,0x0a,0x09,0x0c,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x01,0x09,0x0b,0x0b,0x05,0x09,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0a,0x06,0x0b,0x0b,0x05,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0a,0x0b,0x0b,0x0a,0x0c, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0c,0x0d,0x0b,0x0b, -0x0b,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x09, -0x0b,0x06,0x0b,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x0b,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x0b,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x0a,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x0c, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x06,0x06,0x0b,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x0b,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x0a, -0x05,0x09,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x09,0x0b,0x06,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x0d,0x09,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03, -0x0c,0x05,0x0b,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x05,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x05,0x09,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x01,0x05,0x05,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x0b,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x0b,0x0a,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x0a,0x0b,0x0a,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x05,0x0b,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x0b,0x09,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x0a,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0d,0x0b,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x0a,0x05,0x02,0x02,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0b,0x0b,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x0b,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x0b,0x01,0x02,0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0a,0x0b,0x0d,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0a,0x0d,0x02,0x02,0x02,0x03,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0b,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0b,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0d,0x0a,0x02,0x0a,0x0b,0x02,0x03,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x02,0x0b,0x02,0x0b,0x03,0x0d,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x0a,0x0a,0x0a,0x0a,0x02,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x01,0x06,0x02,0x06,0x02,0x01,0x0a,0x00,0x00, -0x00,0x00,0x00,0x01,0x0a,0x02,0x02,0x02,0x0a,0x01,0x02,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0b,0x09,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0c,0x02,0x0b,0x02,0x02,0x03,0x09,0x00,0x00, -0x00,0x00,0x00,0x01,0x0a,0x02,0x02,0x02,0x03,0x09,0x03,0x02,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x05,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0c,0x02,0x02,0x02,0x02,0x03,0x0d,0x05,0x00, -0x00,0x00,0x00,0x0d,0x0a,0x02,0x02,0x02,0x02,0x02,0x0c,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0c,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x09,0x02,0x02,0x02,0x02,0x02,0x0a,0x02,0x00, -0x00,0x00,0x00,0x0d,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x09,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0b,0x0b,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0d,0x02,0x02,0x02,0x02,0x02,0x0a,0x03,0x03, -0x00,0x00,0x00,0x0d,0x09,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x0b,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0d,0x02,0x02,0x02,0x02,0x02,0x0a,0x03,0x02, -0x00,0x00,0x00,0x0d,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0d,0x02,0x02,0x02,0x02,0x03,0x0a,0x03,0x02, -0x00,0x00,0x00,0x0c,0x0c,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0b,0x0c,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0d,0x02,0x02,0x02,0x02,0x03,0x0a,0x02,0x02, -0x00,0x00,0x00,0x0d,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0d,0x02,0x02,0x02,0x02,0x01,0x0d,0x02,0x02, -0x00,0x00,0x00,0x0d,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0c,0x02,0x02,0x02,0x02,0x0d,0x02,0x02,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x0c,0x0d,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x0b,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0b,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0c,0x02,0x02,0x02,0x03,0x01,0x02,0x02,0x00, -0x00,0x00,0x00,0x01,0x0d,0x02,0x02,0x02,0x0c,0x0a,0x0d,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0b,0x0b,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x05,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x01,0x02,0x02,0x02,0x03,0x02,0x0c,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x0d,0x01,0x0d,0x0d,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0c,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x05,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0d,0x0a,0x02,0x02,0x02,0x02,0x02,0x0c,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x05,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0a,0x0c,0x02,0x02,0x02,0x02,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0a,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x09,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x0a,0x03,0x02,0x02,0x02,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x05,0x0c,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0b,0x0b,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x0d,0x0d,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0a,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x0b,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x0a,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x0b,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x09,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x0a,0x0c,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x05,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0a,0x0b,0x0d,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x0d,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c,0x0a,0x0c,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x0c,0x0d,0x0d,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0b,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x01,0x0c,0x0a,0x05,0x0a,0x09,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x0d,0x05,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x01,0x0c,0x0c, -0x09,0x09,0x09,0x0c,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0c, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0d,0x0a,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x0a,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x0d,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; diff --git a/fishmaps/f01.h b/fishmaps/f01.h deleted file mode 100644 index 7911b7c..0000000 --- a/fishmaps/f01.h +++ /dev/null @@ -1,409 +0,0 @@ -#define f01_width 63 -#define f01_height 50 -#define f01_colors 17 -#define f01_back 0 -int f01_reds[] = {61952, 25344, 6656, 38144, 3840, 5888, 512, -11776, 23296, 19456, 20480, 23040, 28160, 30976, -45312, 36352, 41984}; -int f01_greens[] = {63232, 24832, 10240, 28160, 4352, 4864, 1280, -13312, 16128, 6912, 18688, 18944, 16384, 28416, -43776, 34560, 38912}; -int f01_blues[] = {60416, 18688, 20736, 3584, 7680, 2048, 256, -9216, 4352, 1792, 16128, 5632, 768, 26624, -41728, 28160, 35584}; -unsigned char f01_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x04,0x05,0x05,0x03, -0x04,0x04,0x02,0x04,0x04,0x02,0x04,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x06,0x06,0x06,0x05,0x03,0x07, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x03,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x05,0x06,0x06,0x06,0x06,0x08,0x08,0x04, -0x02,0x04,0x04,0x02,0x04,0x04,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x03,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x03, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x07,0x02,0x04, -0x04,0x04,0x02,0x04,0x04,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x02,0x02,0x02, -0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x08,0x04,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x04, -0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x0a,0x02,0x02,0x02,0x04, -0x04,0x04,0x02,0x04,0x02,0x07,0x04,0x04,0x07,0x04,0x04,0x02,0x04,0x02,0x02,0x02, -0x04,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x0a,0x02,0x04,0x04,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04, -0x04,0x04,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x0b,0x04,0x02,0x02,0x02,0x02,0x02, -0x07,0x02,0x02,0x02,0x01,0x02,0x02,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0c,0x07,0x02,0x02,0x02,0x0a,0x02,0x02,0x03, -0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x0d,0x0d,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x02,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x0d,0x0e,0x0e,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x02,0x06,0x06, -0x06,0x06,0x06,0x06,0x08,0x0b,0x02,0x02,0x0a,0x02,0x07,0x02,0x02,0x02,0x01,0x02, -0x02,0x0a,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x01, -0x0e,0x0e,0x0f,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x02,0x05,0x06,0x06, -0x06,0x06,0x06,0x08,0x08,0x02,0x02,0x07,0x02,0x0a,0x02,0x02,0x02,0x03,0x02,0x02, -0x03,0x0a,0x02,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x0e, -0x0e,0x10,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x02,0x04,0x06,0x06,0x06, -0x06,0x06,0x08,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x0a,0x02,0x02,0x02, -0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e, -0x0e,0x0b,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x06,0x06,0x06,0x06,0x02,0x00,0x00,0x00,0x07,0x04,0x06,0x06,0x06,0x06, -0x05,0x03,0x02,0x02,0x02,0x08,0x02,0x02,0x0a,0x02,0x02,0x02,0x03,0x02,0x02,0x01, -0x02,0x02,0x02,0x03,0x02,0x02,0x0a,0x01,0x02,0x02,0x02,0x02,0x02,0x10,0x10,0x0e, -0x01,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x06,0x06,0x02,0x02,0x00,0x00,0x00,0x07,0x04,0x06,0x06,0x06,0x06,0x09, -0x0b,0x02,0x0b,0x02,0x03,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e,0x0e,0x01, -0x09,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x06,0x06,0x02,0x06,0x06,0x00,0x00,0x00,0x05,0x06,0x06,0x06,0x06,0x0c,0x0a, -0x02,0x0b,0x02,0x02,0x0a,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x0a,0x02, -0x02,0x03,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e,0x0e,0x0d,0x09, -0x09,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06, -0x06,0x04,0x04,0x06,0x06,0x06,0x00,0x00,0x07,0x06,0x06,0x06,0x05,0x03,0x0b,0x02, -0x02,0x02,0x02,0x03,0x02,0x0a,0x02,0x02,0x02,0x0a,0x03,0x02,0x02,0x01,0x02,0x02, -0x07,0x03,0x02,0x02,0x0a,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e,0x0e,0x0f,0x09,0x09, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x06,0x06,0x06, -0x04,0x04,0x06,0x06,0x06,0x00,0x00,0x06,0x06,0x06,0x06,0x09,0x0b,0x02,0x02,0x02, -0x0b,0x02,0x0b,0x02,0x02,0x01,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x0e,0x0e,0x0e,0x0f,0x09,0x09,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x02, -0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0c,0x0a,0x02,0x02,0x02,0x0b, -0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x03, -0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x0d,0x0e,0x0e,0x0e,0x0f,0x09,0x09,0x09,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x02,0x05, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x02,0x02,0x0b,0x02,0x0b,0x02, -0x02,0x01,0x02,0x0a,0x0a,0x02,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x0a,0x0a, -0x02,0x02,0x03,0x02,0x02,0x02,0x0d,0x0e,0x10,0x10,0x0d,0x09,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x02,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x02,0x02,0x0b,0x02,0x02,0x0a,0x02, -0x03,0x02,0x02,0x03,0x02,0x02,0x07,0x01,0x02,0x02,0x03,0x02,0x02,0x0a,0x03,0x02, -0x02,0x0a,0x01,0x02,0x02,0x0f,0x0e,0x10,0x10,0x0d,0x05,0x05,0x10,0x0a,0x05,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x04,0x07,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x07,0x02,0x02,0x0b,0x07,0x02,0x0b,0x02,0x03, -0x0a,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02, -0x02,0x03,0x02,0x02,0x10,0x0e,0x0e,0x10,0x0d,0x05,0x07,0x06,0x06,0x05,0x05,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x05,0x03,0x02,0x02,0x02,0x07,0x0b,0x02,0x0b,0x02,0x02,0x03, -0x02,0x03,0x01,0x02,0x02,0x03,0x0a,0x02,0x0a,0x01,0x02,0x02,0x03,0x02,0x02,0x02, -0x03,0x0a,0x02,0x0e,0x0e,0x0e,0x10,0x0d,0x05,0x07,0x06,0x07,0x05,0x05,0x05,0x05, -0x05,0x05,0x09,0x00,0x00,0x00,0x04,0x06,0x06,0x07,0x04,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x09,0x0b,0x02,0x02,0x02,0x0b,0x02,0x02,0x0b,0x02,0x07,0x03,0x02, -0x0b,0x03,0x02,0x02,0x03,0x01,0x02,0x0a,0x03,0x02,0x02,0x03,0x0a,0x02,0x02,0x03, -0x0b,0x01,0x10,0x10,0x0e,0x10,0x01,0x05,0x05,0x07,0x05,0x05,0x09,0x09,0x05,0x05, -0x05,0x09,0x05,0x00,0x00,0x04,0x06,0x06,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0c,0x02,0x02,0x02,0x02,0x0b,0x02,0x07,0x0b,0x02,0x03,0x0a,0x02,0x03, -0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x0f,0x0d, -0x01,0x10,0x10,0x10,0x10,0x01,0x05,0x05,0x05,0x05,0x05,0x09,0x09,0x09,0x09,0x05, -0x05,0x05,0x00,0x00,0x02,0x06,0x06,0x02,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x05,0x08,0x02,0x02,0x02,0x07,0x02,0x02,0x0b,0x02,0x02,0x03,0x02,0x07,0x03,0x02, -0x02,0x0a,0x03,0x02,0x02,0x03,0x02,0x02,0x0a,0x01,0x02,0x02,0x10,0x0f,0x10,0x0d, -0x10,0x10,0x10,0x10,0x01,0x09,0x05,0x05,0x09,0x05,0x05,0x09,0x05,0x05,0x06,0x06, -0x06,0x00,0x00,0x00,0x06,0x06,0x07,0x02,0x06,0x06,0x06,0x00,0x00,0x06,0x06,0x05, -0x0c,0x02,0x02,0x07,0x07,0x02,0x0b,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02, -0x01,0x02,0x02,0x01,0x0a,0x02,0x02,0x03,0x02,0x02,0x0d,0x10,0x07,0x0f,0x0d,0x10, -0x10,0x10,0x0f,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x05, -0x00,0x00,0x00,0x06,0x06,0x07,0x02,0x07,0x06,0x00,0x00,0x00,0x00,0x06,0x09,0x08, -0x04,0x04,0x0b,0x02,0x02,0x0b,0x02,0x07,0x03,0x02,0x02,0x0a,0x02,0x02,0x0a,0x03, -0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x07,0x10,0x0d,0x07,0x0d,0x01,0x10, -0x10,0x0f,0x0a,0x09,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00, -0x00,0x00,0x06,0x06,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x08,0x04,0x04, -0x04,0x04,0x02,0x0b,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02, -0x02,0x03,0x02,0x02,0x0a,0x02,0x02,0x02,0x0d,0x07,0x07,0x0d,0x07,0x0d,0x01,0x10, -0x0f,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x06,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x02,0x04, -0x04,0x08,0x02,0x02,0x07,0x02,0x02,0x07,0x03,0x02,0x02,0x0b,0x02,0x02,0x02,0x01, -0x02,0x02,0x02,0x03,0x02,0x02,0x10,0x0d,0x10,0x10,0x07,0x0a,0x07,0x0d,0x0d,0x0d, -0x0a,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x02,0x04,0x04,0x04, -0x04,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02, -0x02,0x03,0x02,0x02,0x02,0x0a,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x0d,0x0d,0x0b, -0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x04,0x04,0x02,0x04,0x04,0x04, -0x04,0x07,0x02,0x02,0x0a,0x02,0x02,0x02,0x0a,0x02,0x02,0x02,0x0b,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x03,0x10,0x0d,0x0d,0x0d,0x10,0x07,0x01,0x01,0x0d,0x09,0x05, -0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x02,0x04,0x04,0x04, -0x04,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x0a,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x0d,0x0d,0x0d,0x01,0x05,0x05,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x02,0x02,0x02,0x04,0x04,0x04,0x04, -0x04,0x07,0x02,0x02,0x02,0x07,0x02,0x02,0x02,0x0a,0x02,0x02,0x02,0x0a,0x02,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x0d,0x0f,0x0d,0x01,0x07,0x05,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x04,0x04,0x04, -0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x02,0x02,0x07,0x02,0x02,0x02,0x03, -0x02,0x02,0x02,0x02,0x01,0x0d,0x0d,0x0d,0x0d,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x04,0x04, -0x02,0x02,0x07,0x02,0x02,0x02,0x07,0x02,0x02,0x02,0x07,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x0d,0x01,0x0d,0x0a,0x0a,0x0a,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0d, -0x01,0x0a,0x0a,0x07,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x0d,0x0a, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x04, -0x04,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x01,0x0d,0x0d,0x0a,0x0d,0x0d,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x02,0x07,0x07,0x01,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x0a,0x0d,0x0d,0x0d,0x0f,0x10,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x01,0x0d,0x0d,0x0d, -0x0f,0x0d,0x0d,0x0d,0x10,0x0d,0x0f,0x10,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0d,0x10,0x0f,0x10,0x0f, -0x10,0x0f,0x10,0x0f,0x0f,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x0d,0x0d,0x0d,0x10,0x0d,0x0d,0x0d, -0x0d,0x0f,0x10,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x10,0x0f,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f01_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x04,0x05,0x05,0x03, -0x04,0x04,0x02,0x04,0x04,0x02,0x04,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x06,0x06,0x06,0x05,0x03,0x07, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x03,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x05,0x06,0x06,0x06,0x06,0x08,0x08,0x04, -0x02,0x04,0x04,0x02,0x04,0x04,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x03,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x03, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x07,0x02,0x04, -0x04,0x04,0x02,0x04,0x04,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x02,0x02,0x02, -0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x08,0x04,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x04, -0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x0a,0x02,0x02,0x02,0x04, -0x04,0x04,0x02,0x04,0x02,0x07,0x04,0x04,0x07,0x04,0x04,0x02,0x04,0x02,0x02,0x02, -0x04,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x07,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x0a,0x02,0x04,0x04,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04, -0x04,0x04,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x0b,0x04,0x02,0x02,0x02,0x02,0x02, -0x07,0x02,0x02,0x02,0x01,0x02,0x02,0x0a,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0c,0x07,0x02,0x02,0x02,0x0a,0x02,0x02,0x03, -0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x0d,0x0d,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x02,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x0d,0x0e,0x0e,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x00,0x00,0x00,0x07,0x02,0x06,0x06, -0x06,0x06,0x06,0x06,0x08,0x0b,0x02,0x02,0x0a,0x02,0x07,0x02,0x02,0x02,0x01,0x02, -0x02,0x0a,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x01, -0x0e,0x0e,0x0f,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x00,0x00,0x00,0x07,0x02,0x05,0x06,0x06, -0x06,0x06,0x06,0x08,0x08,0x02,0x02,0x07,0x02,0x0a,0x02,0x02,0x02,0x03,0x02,0x02, -0x03,0x0a,0x02,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x0e, -0x0e,0x10,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x02,0x04,0x06,0x06,0x06, -0x06,0x06,0x08,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x0a,0x02,0x02,0x02, -0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e, -0x0e,0x0b,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x06,0x06,0x06,0x06,0x02,0x00,0x00,0x00,0x07,0x04,0x06,0x06,0x06,0x06, -0x05,0x03,0x02,0x02,0x02,0x08,0x02,0x02,0x0a,0x02,0x02,0x02,0x03,0x02,0x02,0x01, -0x02,0x02,0x02,0x03,0x02,0x02,0x0a,0x01,0x02,0x02,0x02,0x02,0x02,0x10,0x10,0x0e, -0x01,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x06,0x06,0x06,0x02,0x06,0x00,0x00,0x07,0x04,0x06,0x06,0x06,0x06,0x09, -0x0b,0x02,0x0b,0x02,0x03,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e,0x0e,0x01, -0x09,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x06,0x06,0x06,0x02,0x06,0x06,0x00,0x00,0x05,0x06,0x06,0x06,0x06,0x0c,0x0a, -0x02,0x0b,0x02,0x02,0x0a,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x0a,0x02, -0x02,0x03,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e,0x0e,0x0d,0x09, -0x09,0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06, -0x06,0x06,0x04,0x04,0x06,0x06,0x00,0x00,0x07,0x06,0x06,0x06,0x05,0x03,0x0b,0x02, -0x02,0x02,0x02,0x03,0x02,0x0a,0x02,0x02,0x02,0x0a,0x03,0x02,0x02,0x01,0x02,0x02, -0x07,0x03,0x02,0x02,0x0a,0x02,0x02,0x02,0x02,0x02,0x0e,0x0e,0x0e,0x0f,0x09,0x09, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06, -0x06,0x04,0x04,0x06,0x06,0x00,0x00,0x06,0x06,0x06,0x06,0x09,0x0b,0x02,0x02,0x02, -0x0b,0x02,0x0b,0x02,0x02,0x01,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x0e,0x0e,0x0e,0x0f,0x09,0x09,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06, -0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0c,0x0a,0x02,0x02,0x02,0x0b, -0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x03, -0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x0d,0x0e,0x0e,0x0e,0x0f,0x09,0x09,0x09,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x06,0x02, -0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x02,0x02,0x0b,0x02,0x0b,0x02, -0x02,0x01,0x02,0x0a,0x0a,0x02,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x0a,0x0a, -0x02,0x02,0x03,0x02,0x02,0x02,0x0d,0x0e,0x10,0x10,0x0d,0x09,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x02,0x02,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x02,0x02,0x0b,0x02,0x02,0x0a,0x02, -0x03,0x02,0x02,0x03,0x02,0x02,0x07,0x01,0x02,0x02,0x03,0x02,0x02,0x0a,0x03,0x02, -0x02,0x0a,0x01,0x02,0x02,0x0f,0x0e,0x10,0x10,0x0d,0x05,0x05,0x10,0x0a,0x05,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x07,0x02,0x04,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x07,0x02,0x02,0x0b,0x07,0x02,0x0b,0x02,0x03, -0x0a,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02, -0x02,0x03,0x02,0x02,0x10,0x0e,0x0e,0x10,0x0d,0x05,0x07,0x06,0x06,0x05,0x05,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x04,0x04,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x05,0x03,0x02,0x02,0x02,0x07,0x0b,0x02,0x0b,0x02,0x02,0x03, -0x02,0x03,0x01,0x02,0x02,0x03,0x0a,0x02,0x0a,0x01,0x02,0x02,0x03,0x02,0x02,0x02, -0x03,0x0a,0x02,0x0e,0x0e,0x0e,0x10,0x0d,0x05,0x07,0x06,0x07,0x05,0x05,0x05,0x05, -0x05,0x05,0x09,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x09,0x0b,0x02,0x02,0x02,0x0b,0x02,0x02,0x0b,0x02,0x07,0x03,0x02, -0x0b,0x03,0x02,0x02,0x03,0x01,0x02,0x0a,0x03,0x02,0x02,0x03,0x0a,0x02,0x02,0x03, -0x0b,0x02,0x10,0x10,0x0e,0x10,0x01,0x05,0x05,0x07,0x05,0x05,0x09,0x09,0x05,0x05, -0x05,0x09,0x05,0x00,0x00,0x04,0x06,0x06,0x06,0x02,0x04,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0c,0x02,0x02,0x02,0x02,0x0b,0x02,0x07,0x0b,0x02,0x03,0x0a,0x02,0x03, -0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02, -0x01,0x10,0x10,0x10,0x10,0x01,0x05,0x05,0x05,0x05,0x05,0x09,0x09,0x09,0x09,0x05, -0x05,0x05,0x00,0x00,0x06,0x06,0x06,0x06,0x02,0x04,0x06,0x06,0x06,0x06,0x06,0x06, -0x05,0x08,0x02,0x02,0x02,0x07,0x02,0x02,0x0b,0x02,0x02,0x03,0x02,0x07,0x03,0x02, -0x02,0x0a,0x03,0x02,0x02,0x03,0x02,0x02,0x0a,0x01,0x02,0x02,0x01,0x01,0x02,0x07, -0x10,0x10,0x10,0x10,0x01,0x09,0x05,0x05,0x09,0x05,0x05,0x09,0x05,0x05,0x06,0x06, -0x06,0x00,0x00,0x06,0x06,0x06,0x06,0x02,0x02,0x06,0x06,0x06,0x00,0x06,0x06,0x05, -0x0c,0x02,0x02,0x07,0x07,0x02,0x0b,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02, -0x01,0x02,0x02,0x01,0x0a,0x02,0x02,0x03,0x02,0x02,0x0d,0x03,0x02,0x10,0x07,0x10, -0x10,0x10,0x0f,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x05, -0x00,0x00,0x06,0x06,0x06,0x06,0x02,0x07,0x06,0x06,0x00,0x00,0x00,0x06,0x09,0x08, -0x04,0x04,0x0b,0x02,0x02,0x0b,0x02,0x07,0x03,0x02,0x02,0x0a,0x02,0x02,0x0a,0x03, -0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x03,0x02,0x10,0x07,0x01,0x10, -0x10,0x0f,0x0a,0x09,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00, -0x00,0x06,0x06,0x06,0x06,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x04,0x04, -0x04,0x04,0x02,0x0b,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02, -0x02,0x03,0x02,0x02,0x0a,0x02,0x02,0x02,0x03,0x02,0x07,0x0d,0x0d,0x07,0x01,0x10, -0x0f,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x04, -0x04,0x08,0x02,0x02,0x07,0x02,0x02,0x07,0x03,0x02,0x02,0x0b,0x02,0x02,0x02,0x01, -0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x01,0x02,0x10,0x07,0x07,0x07,0x0d,0x0d,0x0d, -0x0a,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x04,0x04,0x04,0x04, -0x04,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02, -0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x07,0x0d,0x10,0x0d,0x07,0x01,0x0d,0x0d,0x0b, -0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x02,0x04,0x04,0x04,0x04, -0x04,0x07,0x02,0x02,0x0a,0x02,0x02,0x02,0x0a,0x02,0x02,0x02,0x0b,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x03,0x02,0x10,0x07,0x07,0x07,0x07,0x01,0x01,0x0d,0x09,0x05, -0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x04,0x02,0x02,0x02,0x04,0x04,0x04, -0x04,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x0a,0x02, -0x02,0x02,0x03,0x02,0x02,0x0d,0x0d,0x02,0x01,0x0d,0x0d,0x0d,0x01,0x05,0x05,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x04,0x04,0x02,0x04,0x04,0x04,0x04, -0x04,0x07,0x02,0x02,0x02,0x07,0x02,0x02,0x02,0x0a,0x02,0x02,0x02,0x0a,0x02,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x0d,0x0f,0x0d,0x01,0x07,0x05,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x04,0x04,0x04, -0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x02,0x02,0x07,0x02,0x02,0x02,0x03, -0x02,0x02,0x02,0x02,0x01,0x0d,0x0d,0x0d,0x0d,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x04,0x04,0x04, -0x02,0x02,0x07,0x02,0x02,0x02,0x07,0x02,0x02,0x02,0x07,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x0d,0x01,0x0d,0x0a,0x0a,0x0a,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x0d, -0x01,0x0a,0x0a,0x07,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x04, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x0d,0x0a, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x04, -0x04,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x01,0x0d,0x0d,0x0a,0x0d,0x0d,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x02,0x07,0x07,0x01,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x0a,0x0d,0x0d,0x0d,0x0f,0x10,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0d,0x0d,0x0d, -0x0f,0x0d,0x0d,0x0d,0x10,0x0d,0x0f,0x10,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x10,0x0f,0x10,0x0f, -0x10,0x0f,0x10,0x0f,0x0f,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x0d,0x10,0x0d,0x0d,0x0d, -0x0d,0x0f,0x10,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x10,0x0f,0x0d,0x0d,0x0d,0x0d,0x10, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f02.h b/fishmaps/f02.h deleted file mode 100644 index aa0b982..0000000 --- a/fishmaps/f02.h +++ /dev/null @@ -1,407 +0,0 @@ -#define f02_width 71 -#define f02_height 44 -#define f02_colors 16 -#define f02_back 0 -int f02_reds[] = {65280, 16128, 37632, 39936, 32000, 22528, 34816, -1792, 29696, 24320, 33280, 38912, 38656, 37120, -41984, 0}; -int f02_greens[] = {65280, 9984, 22016, 22784, 18432, 18688, 29696, -2304, 18944, 22528, 29696, 36352, 35840, 33280, -38400, 0}; -int f02_blues[] = {0, 3840, 0, 512, 1280, 7936, 4096, -512, 4608, 19712, 24064, 33024, 20224, 20224, -17408, 0}; -unsigned char f02_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x03,0x02, -0x01,0x02,0x03,0x03,0x00,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x02,0x01,0x02,0x02,0x04,0x01,0x02,0x02,0x03,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x03,0x04,0x01,0x02,0x02,0x01, -0x03,0x02,0x05,0x02,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02,0x03, -0x01,0x03,0x02,0x01,0x03,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x01,0x02,0x02,0x04,0x01,0x04,0x01,0x01,0x01,0x05,0x04,0x02, -0x01,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x02,0x01,0x01, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x01,0x03,0x02, -0x01,0x02,0x01,0x01,0x01,0x04,0x05,0x08,0x05,0x02,0x02,0x08,0x04,0x08,0x01,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x01,0x02,0x02,0x02,0x01,0x05,0x02,0x01,0x01,0x09,0x09,0x09,0x05,0x09,0x09,0x09, -0x0a,0x09,0x0a,0x09,0x0b,0x01,0x07,0x07,0x07,0x07,0x07,0x01,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x02,0x01,0x03,0x02,0x02,0x01,0x01,0x05,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07, -0x07,0x07,0x01,0x02,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x01, -0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x05,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x03,0x02,0x02,0x02,0x03,0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x02,0x02, -0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x07, -0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x02,0x02,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x05,0x02,0x02,0x05,0x05,0x01,0x05,0x09,0x05,0x01,0x01,0x01,0x01, -0x01,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x03,0x02,0x04,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x02,0x01,0x01,0x01,0x05,0x02,0x01,0x05,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x03, -0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x03,0x03,0x01,0x04,0x05,0x05,0x08,0x03,0x03, -0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07, -0x07,0x07,0x07,0x07,0x07,0x02,0x03,0x03,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x03,0x01,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x05,0x01, -0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03, -0x03,0x03,0x02,0x03,0x03,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x03,0x03, -0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x02,0x03,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x03,0x03,0x02,0x01,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x07,0x07,0x07, -0x07,0x07,0x01,0x02,0x03,0x03,0x03,0x02,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x02,0x03,0x02,0x02,0x02, -0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x02,0x01,0x01,0x02,0x02,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x02,0x08,0x04,0x08,0x08,0x05,0x05,0x01,0x07,0x07,0x07,0x07,0x07, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x07,0x0b,0x01,0x07,0x07,0x05,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x01,0x01,0x02,0x04,0x04,0x06, -0x03,0x00,0x00,0x02,0x02,0x03,0x02,0x02,0x03,0x0d,0x09,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0b,0x0b,0x0b,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0a,0x09,0x07,0x07,0x07,0x07,0x07,0x05,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x07, -0x01,0x01,0x07,0x07,0x01,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x02,0x04,0x02,0x01,0x04,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x03, -0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x01,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x01,0x03,0x02,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x02, -0x07,0x07,0x07,0x07,0x07,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07, -0x07,0x07,0x07,0x02,0x02,0x02,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x03,0x02,0x01,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x07,0x07,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x03,0x04, -0x04,0x02,0x04,0x02,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x04,0x02,0x02,0x02,0x04,0x02,0x04,0x04,0x04,0x03,0x02,0x03,0x03,0x02,0x01,0x07, -0x07,0x07,0x07,0x07,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07, -0x07,0x02,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x02, -0x04,0x01,0x04,0x03,0x01,0x04,0x08,0x05,0x05,0x0d,0x09,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0e,0x0b,0x0b,0x0b,0x0b,0x0d,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x05,0x09,0x07,0x07,0x07,0x07,0x07,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x01,0x05,0x01,0x01, -0x04,0x02,0x02,0x05,0x09,0x09,0x08,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x07, -0x07,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07, -0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x01,0x01,0x01, -0x01,0x02,0x02,0x03,0x03,0x04,0x01,0x01,0x04,0x02,0x03,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x05,0x02,0x02,0x03,0x0e,0x0b,0x0b,0x0b,0x04,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x03, -0x01,0x02,0x02,0x01,0x04,0x02,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x04,0x02,0x02,0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x04,0x02,0x02,0x04, -0x04,0x04,0x02,0x03,0x02,0x02,0x06,0x0d,0x0d,0x06,0x06,0x06,0x0d,0x06,0x0b,0x0b, -0x0b,0x0b,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x07,0x07,0x07,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x01,0x01,0x02,0x04,0x01,0x02,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x03,0x05,0x05,0x08,0x05,0x09,0x0d,0x0d,0x06,0x06,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x08,0x0d,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0b,0x0a,0x0b,0x0a,0x06,0x02,0x02,0x02,0x02, -0x02,0x02,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x02, -0x03,0x02,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x01,0x01,0x01, -0x08,0x05,0x09,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0a,0x0a,0x0c,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x0d,0x0a,0x0a,0x0d,0x0d, -0x0b,0x0b,0x0c,0x0b,0x09,0x09,0x05,0x05,0x02,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x02,0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x01,0x01,0x02,0x02,0x05,0x01,0x05,0x09,0x09,0x0d,0x0c,0x0c,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0a,0x0a,0x0d,0x0b,0x0c,0x0d, -0x0d,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x05,0x05,0x05,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x03,0x02,0x01,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x03,0x01,0x02,0x01, -0x01,0x05,0x09,0x09,0x0a,0x0d,0x0b,0x0b,0x0b,0x0b,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0d,0x0d,0x0d,0x0a,0x0d,0x0a,0x0d,0x0d,0x0d,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x01,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x01,0x02,0x02,0x02,0x01,0x02,0x01,0x0c,0x0c,0x09,0x09,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0c,0x0d,0x0d,0x0d,0x0a,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0a,0x09,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x02,0x02,0x01,0x01, -0x03,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x05,0x05,0x05,0x05,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09, -0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x04,0x01,0x05,0x04,0x02,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x02,0x03,0x02, -0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x02,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; -unsigned char f02_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x02,0x00,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x02, -0x02,0x01,0x03,0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x04,0x01,0x02,0x04,0x01,0x02,0x02,0x03,0x01,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x03,0x04,0x01,0x02,0x02,0x01, -0x03,0x02,0x05,0x02,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03, -0x01,0x03,0x02,0x01,0x03,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x01,0x02,0x02,0x04,0x01,0x04,0x01,0x01,0x01,0x05,0x04,0x02, -0x01,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x02,0x01,0x01, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x01,0x03,0x02, -0x01,0x02,0x01,0x01,0x01,0x04,0x05,0x08,0x05,0x02,0x02,0x08,0x04,0x08,0x01,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x01,0x02,0x02,0x01,0x05,0x02,0x01,0x01,0x09,0x09,0x09,0x05,0x09,0x09,0x09, -0x0a,0x09,0x0a,0x09,0x0b,0x01,0x07,0x07,0x07,0x07,0x07,0x01,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x01,0x03,0x02,0x02,0x01,0x01,0x05,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07, -0x07,0x07,0x01,0x02,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01, -0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x05,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x02,0x02,0x02,0x03,0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x02,0x02, -0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x07, -0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x02,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x05,0x02,0x02,0x05,0x05,0x01,0x05,0x09,0x05,0x01,0x01,0x01,0x01, -0x01,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x03,0x02,0x04,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x02,0x03,0x01,0x01,0x05,0x02,0x01,0x05,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x03, -0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x03,0x03,0x01,0x04,0x05,0x05,0x08,0x03,0x03, -0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07, -0x07,0x07,0x07,0x07,0x07,0x02,0x03,0x03,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x05,0x01, -0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03, -0x03,0x03,0x02,0x03,0x03,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x03,0x03, -0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x03,0x03,0x02,0x01,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x07,0x07,0x07, -0x07,0x07,0x01,0x02,0x03,0x03,0x03,0x02,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x02,0x03,0x01,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x03,0x02,0x02,0x02, -0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x01,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x02,0x08,0x04,0x08,0x08,0x05,0x05,0x01,0x07,0x07,0x07,0x07,0x07, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x07,0x0b,0x01,0x07,0x07,0x05,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x01,0x04,0x02, -0x01,0x00,0x00,0x02,0x02,0x03,0x02,0x02,0x03,0x0d,0x09,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0b,0x0b,0x0b,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0a,0x09,0x07,0x07,0x07,0x07,0x07,0x05,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x07, -0x01,0x01,0x07,0x07,0x01,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x01,0x02,0x01,0x04,0x01,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x03, -0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x01,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x01,0x03,0x02,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x01,0x01,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x02, -0x07,0x07,0x07,0x07,0x07,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07, -0x07,0x07,0x07,0x02,0x02,0x02,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x03,0x02,0x04,0x01,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x07,0x07,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x04, -0x04,0x02,0x04,0x02,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x04,0x02,0x02,0x02,0x04,0x02,0x04,0x04,0x04,0x03,0x02,0x03,0x03,0x02,0x01,0x07, -0x07,0x07,0x07,0x07,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07, -0x07,0x02,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x02, -0x04,0x04,0x01,0x03,0x01,0x04,0x08,0x05,0x05,0x0d,0x09,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0e,0x0b,0x0b,0x0b,0x0b,0x0d,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x05,0x09,0x07,0x07,0x07,0x07,0x07,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x03,0x01,0x01,0x01,0x01,0x04,0x04,0x01,0x05,0x01,0x01, -0x04,0x02,0x02,0x05,0x09,0x09,0x08,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x07, -0x07,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x02,0x01,0x04, -0x01,0x02,0x02,0x03,0x03,0x04,0x01,0x01,0x04,0x02,0x03,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x05,0x02,0x02,0x03,0x0e,0x0b,0x0b,0x0b,0x04,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x02,0x01,0x02,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x04,0x02,0x02,0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x04,0x02,0x02,0x04, -0x04,0x04,0x02,0x03,0x02,0x02,0x06,0x0d,0x0d,0x06,0x06,0x06,0x0d,0x06,0x0b,0x0b, -0x0b,0x0b,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x05,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x04,0x01,0x02,0x01,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x05,0x05,0x08,0x05,0x09,0x0d,0x0d,0x06,0x06,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x08,0x0d,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0b,0x0a,0x0b,0x0a,0x06,0x02,0x02,0x02,0x02, -0x02,0x02,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x03,0x01,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x01,0x01,0x01, -0x08,0x05,0x09,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0a,0x0a,0x0c,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x0d,0x0a,0x0a,0x0d,0x0d, -0x0b,0x0b,0x0c,0x0b,0x09,0x09,0x05,0x05,0x02,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x02,0x02,0x02,0x01,0x05,0x01,0x05,0x09,0x09,0x0d,0x0c,0x0c,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0a,0x0a,0x0d,0x0b,0x0c,0x0d, -0x0d,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x05,0x05,0x05,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x02,0x01,0x01, -0x01,0x05,0x09,0x09,0x0a,0x0d,0x0b,0x0b,0x0b,0x0b,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0d,0x0d,0x0d,0x0a,0x0d,0x0a,0x0d,0x0d,0x0d,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x03,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x01,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x0c,0x0c,0x09,0x09,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0c,0x0d,0x0d,0x0d,0x0a,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0a,0x09,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x02,0x01, -0x01,0x03,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x05,0x05,0x05,0x05,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x02,0x02,0x02,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x05,0x05,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x01,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x05,0x05,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x05,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x05,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f03.h b/fishmaps/f03.h deleted file mode 100644 index 4ed7ad7..0000000 --- a/fishmaps/f03.h +++ /dev/null @@ -1,555 +0,0 @@ -#define f03_width 83 -#define f03_height 52 -#define f03_colors 16 -#define f03_back 0 -int f03_reds[] = {65280, 4864, 4608, 6400, 17664, 28928, 35328, -40960, 15104, 2560, 1536, 4608, 9216, 14592, -41216, 0}; -int f03_greens[] = {65280, 6656, 7680, 6144, 11520, 14848, 24064, -23040, 14336, 9984, 3072, 13312, 23296, 26368, -26112, 0}; -int f03_blues[] = {0, 12288, 20480, 4864, 3328, 1024, 1280, -256, 13312, 1536, 512, 3584, 2304, 6400, -0, 0}; -unsigned char f03_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x01,0x03,0x04, -0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x03, -0x05,0x05,0x06,0x07,0x05,0x06,0x05,0x05,0x05,0x06,0x05,0x06,0x06,0x05,0x06,0x05, -0x05,0x04,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x04, -0x04,0x04,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x04,0x08,0x02,0x01,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x04, -0x05,0x05,0x05,0x05,0x05,0x04,0x03,0x09,0x0a,0x0b,0x09,0x09,0x09,0x09,0x09,0x0a, -0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x03,0x04,0x04,0x04,0x05,0x05,0x05,0x04, -0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04, -0x05,0x05,0x05,0x05,0x05,0x04,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x09,0x09,0x09, -0x09,0x09,0x0b,0x0b,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x0a,0x09, -0x03,0x04,0x05,0x05,0x05,0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x04,0x05,0x05,0x05,0x05,0x05,0x04,0x03,0x0a,0x09,0x09,0x09,0x0a,0x09,0x0b,0x09, -0x09,0x0b,0x0a,0x09,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0b,0x04,0x05,0x05,0x05,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x05,0x05,0x05,0x05,0x04,0x04,0x0a,0x09,0x0b,0x09,0x0a,0x0b,0x0b,0x0b, -0x09,0x0a,0x09,0x0b,0x09,0x0b,0x0a,0x0a,0x09,0x09,0x09,0x0b,0x0b,0x09,0x09,0x09, -0x09,0x0b,0x09,0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x09,0x0b,0x0b,0x09,0x0b,0x04, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x05,0x05,0x05,0x05,0x04,0x03,0x0a,0x09,0x09,0x09,0x0a,0x0b,0x0b, -0x09,0x0a,0x0a,0x0b,0x0b,0x09,0x09,0x0a,0x0a,0x09,0x09,0x09,0x0b,0x09,0x0b,0x09, -0x0b,0x0b,0x0c,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x0b,0x09,0x0b,0x0b, -0x0b,0x09,0x09,0x09,0x09,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x05,0x05,0x05,0x06,0x05,0x0a,0x09,0x09,0x0b,0x0a,0x09, -0x09,0x09,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x09,0x0a,0x09,0x09,0x09,0x09,0x09,0x0b, -0x09,0x0b,0x0b,0x0b,0x09,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b, -0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x0a,0x04,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x05,0x05,0x05,0x05,0x05,0x04,0x03,0x03,0x03, -0x03,0x03,0x0b,0x09,0x0a,0x09,0x09,0x0b,0x09,0x0b,0x09,0x0a,0x09,0x09,0x09,0x0b, -0x0b,0x09,0x09,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x09,0x04,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x05,0x05,0x05,0x05,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x09,0x0a,0x0b,0x0c,0x09,0x0a,0x0a,0x0a,0x09, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0d,0x0c,0x0d, -0x0c,0x0c,0x0d,0x0d,0x0c,0x0d,0x0c,0x0d,0x0c,0x0d,0x0d,0x0d,0x0c,0x0b,0x09,0x09, -0x0b,0x09,0x09,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x05,0x05,0x03,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0a,0x0b,0x0c,0x0b,0x0a,0x0a, -0x0a,0x09,0x09,0x09,0x0b,0x0b,0x0c,0x0d,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c, -0x0c,0x0d,0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0d,0x0d,0x0c,0x0c, -0x0c,0x0c,0x0b,0x0b,0x09,0x0b,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x05,0x04, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x0b,0x0b,0x0a, -0x0b,0x0a,0x0a,0x09,0x09,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d,0x0d, -0x0c,0x0c,0x0d,0x0c,0x0d,0x0d,0x0d,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x0c, -0x0d,0x0c,0x0d,0x0d,0x0c,0x0c,0x03,0x03,0x0b,0x09,0x09,0x09,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x09,0x0b,0x0b,0x0a,0x09,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0c,0x0d,0x0c,0x0c,0x0b,0x0c,0x0c,0x0d,0x0c,0x01,0x02,0x08,0x05,0x04,0x0b,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x09,0x0a,0x0a,0x0a,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d,0x0c,0x0c,0x0d,0x0d,0x0c,0x0d, -0x0d,0x0d,0x0d,0x0c,0x0c,0x0a,0x04,0x06,0x04,0x0d,0x0c,0x08,0x02,0x02,0x05,0x07, -0x06,0x06,0x04,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x09,0x0a,0x0a,0x09,0x0c,0x0c,0x0c,0x0c,0x0d, -0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c, -0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0a,0x05,0x04,0x06,0x05,0x0a,0x0d,0x08,0x02, -0x02,0x05,0x07,0x0e,0x07,0x07,0x05,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0a,0x0a,0x09,0x0c,0x0c,0x0c, -0x0c,0x0c,0x06,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0d,0x0d, -0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x05,0x05,0x06,0x04,0x06,0x0a, -0x0c,0x08,0x02,0x02,0x06,0x07,0x0e,0x0e,0x07,0x06,0x05,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0b,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0d,0x06,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x04,0x04,0x06,0x06, -0x04,0x06,0x06,0x0b,0x03,0x02,0x01,0x06,0x07,0x07,0x07,0x07,0x0e,0x07,0x06,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x03,0x03,0x03,0x03,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x09, -0x09,0x0b,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x0c,0x0d,0x0c,0x0d,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x0d,0x0d,0x0d,0x0d,0x0c,0x0c,0x04, -0x06,0x04,0x06,0x06,0x04,0x06,0x04,0x01,0x02,0x02,0x06,0x0e,0x07,0x05,0x0e,0x0e, -0x07,0x06,0x06,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0a,0x0a,0x0a,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x0a, -0x0a,0x0a,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d, -0x0c,0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0c,0x0c,0x0d, -0x0c,0x0b,0x04,0x06,0x0e,0x04,0x06,0x04,0x06,0x05,0x03,0x01,0x01,0x05,0x06,0x06, -0x04,0x06,0x0e,0x04,0x01,0x06,0x0e,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05, -0x05,0x05,0x05,0x05,0x05,0x09,0x0b,0x0c,0x0c,0x0c,0x06,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d, -0x0c,0x0d,0x0d,0x0c,0x09,0x06,0x04,0x05,0x07,0x04,0x06,0x04,0x06,0x03,0x02,0x02, -0x05,0x06,0x06,0x04,0x05,0x01,0x06,0x06,0x03,0x05,0x06,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x05,0x04,0x05,0x05,0x05, -0x05,0x03,0x03,0x03,0x03,0x05,0x05,0x05,0x09,0x0b,0x0c,0x0c,0x0c,0x06,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0d,0x0c,0x0d,0x0c,0x0d,0x0d,0x04,0x06,0x07,0x04,0x06,0x07,0x04,0x05,0x04, -0x04,0x01,0x02,0x04,0x06,0x06,0x04,0x04,0x06,0x06,0x0a,0x04,0x03,0x05,0x0e,0x0d, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x0a,0x0b,0x0c,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0d,0x0c,0x0c,0x0c,0x04,0x04,0x06,0x06,0x04,0x0e, -0x05,0x07,0x04,0x05,0x0a,0x02,0x02,0x06,0x06,0x04,0x03,0x06,0x0a,0x0a,0x06,0x01, -0x04,0x06,0x06,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x03,0x0b, -0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d,0x0c,0x03,0x05,0x04, -0x06,0x06,0x04,0x06,0x05,0x05,0x04,0x03,0x02,0x01,0x05,0x05,0x04,0x04,0x0a,0x08, -0x06,0x06,0x0a,0x05,0x0e,0x06,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x03,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x04,0x09,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x06,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d, -0x0c,0x0b,0x03,0x03,0x04,0x06,0x04,0x06,0x03,0x02,0x02,0x01,0x02,0x08,0x06,0x04, -0x05,0x05,0x04,0x01,0x03,0x05,0x07,0x06,0x07,0x01,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x05,0x05,0x03,0x03,0x05,0x05,0x03,0x03,0x03, -0x03,0x03,0x05,0x05,0x04,0x09,0x0b,0x04,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d,0x0c,0x0c,0x0d,0x0c,0x0d, -0x0d,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x09,0x04,0x05,0x04,0x01,0x01,0x02,0x01,0x08, -0x01,0x05,0x06,0x04,0x06,0x07,0x06,0x0e,0x07,0x07,0x07,0x01,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03,0x03,0x03,0x05,0x05,0x05, -0x0a,0x05,0x05,0x05,0x05,0x03,0x05,0x05,0x04,0x0b,0x0b,0x0b,0x0c,0x04,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0c, -0x0c,0x0d,0x0d,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0a,0x01,0x01,0x01, -0x01,0x03,0x0c,0x01,0x04,0x06,0x04,0x0e,0x0e,0x0e,0x06,0x06,0x06,0x06,0x01,0x02, -0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x05,0x05, -0x05,0x03,0x03,0x04,0x05,0x04,0x03,0x03,0x05,0x0a,0x0a,0x0a,0x0a,0x09,0x0b,0x0c, -0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d, -0x0b,0x03,0x01,0x03,0x0c,0x0c,0x0c,0x03,0x06,0x03,0x04,0x0e,0x06,0x05,0x05,0x04, -0x0c,0x0c,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x03,0x05,0x03,0x03,0x04,0x04,0x04,0x03,0x03,0x05,0x04,0x0a,0x00,0x00,0x00,0x00, -0x09,0x0b,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0d,0x0d,0x0d,0x0c,0x0d,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x05,0x05,0x04,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0a,0x0a,0x03,0x04,0x04,0x03,0x03,0x04,0x04,0x0a,0x00,0x00,0x00, -0x00,0x00,0x09,0x09,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x04,0x04, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x03,0x03,0x03,0x03,0x04,0x04,0x0a,0x04, -0x00,0x00,0x00,0x00,0x00,0x09,0x0c,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x05,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x04,0x04,0x04, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x03,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03, -0x03,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x0b,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x09, -0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x03,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x02,0x01,0x09,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x0a,0x09,0x0a,0x0b,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x0a,0x09,0x0a,0x0a,0x0a, -0x09,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0b,0x0b,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x09,0x0a, -0x09,0x0a,0x09,0x09,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0b,0x0b,0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03, -0x0a,0x09,0x09,0x09,0x0b,0x0a,0x09,0x0a,0x09,0x09,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0b,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x01,0x0a,0x0b,0x0a,0x09,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x09,0x09, -0x0b,0x0c,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0b,0x0b,0x04,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x0b,0x09,0x0a,0x09,0x09,0x09,0x0a,0x09,0x0a,0x0a,0x09,0x09, -0x09,0x0a,0x0a,0x09,0x0b,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0b,0x0b,0x04,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x01,0x09,0x09,0x09,0x0a,0x09,0x0a,0x09,0x0b,0x0b,0x0a, -0x0a,0x09,0x09,0x09,0x03,0x03,0x03,0x03,0x03,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x09,0x09,0x09,0x09,0x0a,0x09,0x09,0x09, -0x0a,0x0a,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0b,0x0b,0x0b,0x0b,0x0b, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x03,0x0a,0x09,0x0a,0x0a,0x0b, -0x09,0x0a,0x0b,0x09,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x08,0x09,0x09,0x03,0x09, -0x0b,0x0a,0x0a,0x09,0x01,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x0a,0x09, -0x0a,0x09,0x09,0x0a,0x03,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x06,0x05, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x0a,0x09,0x09,0x0b,0x0a,0x0a,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05, -0x06,0x07,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x03,0x09,0x0a,0x0a,0x0a,0x0b,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x0b,0x0a,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x05,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f03_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x04,0x04,0x04,0x04, -0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x04, -0x05,0x05,0x06,0x07,0x05,0x06,0x05,0x05,0x05,0x06,0x05,0x06,0x06,0x05,0x06,0x05, -0x05,0x04,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x04, -0x04,0x04,0x05,0x05,0x0a,0x0a,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x04,0x08,0x02,0x01,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x04, -0x05,0x04,0x05,0x05,0x0a,0x0a,0x03,0x09,0x0a,0x0b,0x09,0x09,0x09,0x09,0x09,0x0a, -0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x03,0x04,0x04,0x04,0x05,0x05,0x05,0x04, -0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x05,0x04,0x04, -0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0a,0x0a,0x0a,0x09,0x09,0x09, -0x09,0x09,0x0b,0x0b,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x0a,0x09, -0x03,0x04,0x05,0x05,0x05,0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x05,0x05,0x05,0x09, -0x09,0x05,0x05,0x0a,0x0a,0x05,0x04,0x03,0x0a,0x09,0x09,0x09,0x0a,0x09,0x0b,0x09, -0x09,0x0b,0x0a,0x09,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0b,0x04,0x05,0x05,0x05,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x09,0x05, -0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x04,0x0a,0x09,0x0b,0x09,0x0a,0x0b,0x0b,0x0b, -0x09,0x0a,0x09,0x0b,0x09,0x0b,0x0a,0x0a,0x09,0x09,0x09,0x0b,0x0b,0x09,0x09,0x09, -0x09,0x0b,0x09,0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x09,0x0b,0x0b,0x09,0x0b,0x04, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x05,0x05, -0x05,0x09,0x05,0x05,0x05,0x0a,0x0a,0x04,0x03,0x0a,0x09,0x09,0x09,0x0a,0x0b,0x0b, -0x09,0x0a,0x0a,0x0b,0x0b,0x09,0x09,0x0a,0x0a,0x09,0x09,0x09,0x0b,0x09,0x0b,0x09, -0x0b,0x0b,0x0c,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x0b,0x09,0x0b,0x0b, -0x0b,0x09,0x09,0x09,0x09,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x05,0x09, -0x05,0x09,0x09,0x05,0x05,0x09,0x05,0x09,0x0a,0x05,0x0a,0x09,0x09,0x0b,0x0a,0x09, -0x09,0x09,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x09,0x0a,0x09,0x09,0x09,0x09,0x09,0x0b, -0x09,0x0b,0x0b,0x0b,0x09,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b, -0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x0a,0x04,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x05, -0x05,0x09,0x05,0x09,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03, -0x03,0x03,0x0b,0x09,0x0a,0x09,0x09,0x0b,0x09,0x0b,0x09,0x0a,0x09,0x09,0x09,0x0b, -0x0b,0x09,0x09,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x09,0x04,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x09,0x0a,0x0b,0x0c,0x09,0x0a,0x0a,0x0a,0x09, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0d,0x0c,0x0d, -0x0c,0x0c,0x0d,0x0d,0x0c,0x0d,0x0c,0x0d,0x0c,0x0d,0x0d,0x0d,0x0c,0x0b,0x09,0x09, -0x0b,0x09,0x09,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0a,0x0b,0x0c,0x0b,0x0a,0x0a, -0x0a,0x09,0x09,0x09,0x0b,0x0b,0x0c,0x0d,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c, -0x0c,0x0d,0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0d,0x0d,0x0c,0x0c, -0x0c,0x0c,0x0b,0x0b,0x09,0x0b,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x0b,0x0b,0x0a, -0x0b,0x0a,0x0a,0x09,0x09,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d,0x0d, -0x0c,0x0c,0x0d,0x0c,0x0d,0x0d,0x0d,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x0c, -0x0d,0x0c,0x0d,0x0d,0x0c,0x0c,0x03,0x03,0x0b,0x09,0x09,0x09,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x09,0x0b,0x0b,0x0a,0x09,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0c,0x0d,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0c,0x01,0x02,0x08,0x05,0x04,0x0b,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x09,0x0a,0x0a,0x0a,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d,0x0c,0x0c,0x0d,0x0d,0x0c,0x0d, -0x0d,0x0d,0x0d,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x08,0x02,0x02,0x05,0x07, -0x06,0x06,0x04,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x09,0x0a,0x0a,0x09,0x0c,0x0c,0x0c,0x0c,0x0d, -0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c, -0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0a,0x0d,0x0c,0x0d,0x0c,0x0c,0x0d,0x08,0x02, -0x02,0x05,0x07,0x0e,0x07,0x07,0x05,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x0a,0x0a,0x0a, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x0a,0x0a,0x09,0x0c,0x0c,0x0c, -0x0c,0x0c,0x06,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0d,0x0d, -0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x09,0x06,0x0b,0x0c,0x0d,0x0d,0x0d, -0x0c,0x08,0x02,0x02,0x06,0x07,0x0e,0x0e,0x07,0x06,0x05,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0b,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0d,0x06,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0d,0x0d,0x05,0x06,0x06,0x06,0x0a, -0x0d,0x0c,0x0c,0x0d,0x03,0x02,0x01,0x06,0x07,0x07,0x07,0x07,0x0e,0x07,0x06,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x03,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x00,0x00,0x09, -0x09,0x0b,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x0c,0x0d,0x0c,0x0d,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x0d,0x0d,0x0d,0x0d,0x04,0x06,0x06, -0x06,0x06,0x06,0x0a,0x0c,0x0d,0x0c,0x01,0x02,0x02,0x06,0x0e,0x07,0x05,0x0e,0x0e, -0x07,0x06,0x06,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x05,0x05,0x03,0x03,0x03,0x05,0x05,0x05,0x05,0x05,0x04,0x0a, -0x0a,0x0a,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d, -0x0c,0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0c,0x0c,0x0d, -0x05,0x04,0x04,0x04,0x04,0x06,0x06,0x0b,0x0c,0x0c,0x03,0x01,0x01,0x05,0x06,0x06, -0x04,0x06,0x0e,0x04,0x01,0x06,0x0e,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x05,0x05,0x03,0x03,0x03,0x05, -0x05,0x05,0x05,0x05,0x05,0x09,0x0b,0x0c,0x0c,0x0c,0x06,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d, -0x0c,0x0d,0x0d,0x05,0x06,0x06,0x06,0x06,0x04,0x04,0x06,0x0b,0x0c,0x03,0x02,0x02, -0x05,0x06,0x06,0x04,0x05,0x01,0x06,0x06,0x03,0x05,0x06,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x03,0x03,0x03,0x03,0x05,0x05,0x05,0x09,0x0b,0x0c,0x0c,0x0c,0x06,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0d,0x0c,0x0d,0x0c,0x0d,0x04,0x06,0x06,0x06,0x06,0x06,0x07,0x04,0x06,0x0b, -0x0b,0x01,0x02,0x04,0x06,0x06,0x04,0x04,0x06,0x06,0x0a,0x04,0x03,0x05,0x0e,0x0d, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x03,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x0a,0x0b,0x0c,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0d,0x0c,0x0c,0x05,0x04,0x04,0x04,0x04,0x04,0x0e, -0x05,0x04,0x04,0x05,0x0a,0x02,0x02,0x06,0x06,0x04,0x03,0x06,0x0a,0x0a,0x06,0x01, -0x04,0x06,0x06,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x03,0x0b, -0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d,0x05,0x06,0x0e,0x06, -0x06,0x0e,0x04,0x04,0x04,0x04,0x04,0x03,0x02,0x01,0x05,0x05,0x04,0x04,0x0a,0x08, -0x06,0x06,0x0a,0x05,0x0e,0x06,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x04,0x09,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x06,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x05, -0x06,0x06,0x06,0x06,0x06,0x06,0x0e,0x06,0x03,0x02,0x02,0x01,0x02,0x08,0x06,0x04, -0x05,0x05,0x04,0x01,0x03,0x05,0x07,0x06,0x07,0x01,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x05,0x05,0x03,0x03,0x05,0x05,0x03,0x03,0x03, -0x03,0x03,0x05,0x05,0x04,0x09,0x0b,0x04,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0d,0x0c,0x0c,0x0d,0x0c,0x0d, -0x0d,0x0c,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x02,0x01,0x08, -0x01,0x05,0x06,0x04,0x06,0x07,0x06,0x0e,0x07,0x07,0x07,0x01,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x03,0x03,0x03,0x05,0x05,0x03, -0x0a,0x05,0x05,0x05,0x05,0x03,0x05,0x05,0x04,0x0b,0x0b,0x0b,0x0c,0x04,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0d,0x0c, -0x0c,0x0d,0x0d,0x0c,0x0d,0x05,0x07,0x07,0x07,0x0e,0x07,0x07,0x0a,0x01,0x01,0x01, -0x01,0x03,0x0c,0x01,0x04,0x06,0x04,0x0e,0x0e,0x0e,0x06,0x06,0x06,0x06,0x01,0x02, -0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x05,0x05, -0x03,0x03,0x04,0x04,0x05,0x03,0x03,0x03,0x05,0x0a,0x0a,0x0a,0x0a,0x09,0x0b,0x0c, -0x0d,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x05,0x07,0x07,0x07,0x07,0x09,0x09,0x09, -0x09,0x03,0x01,0x03,0x0c,0x0c,0x0c,0x03,0x06,0x03,0x04,0x0e,0x06,0x05,0x05,0x04, -0x0c,0x0c,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x03,0x04,0x05,0x04,0x00,0x00,0x00,0x00,0x00, -0x09,0x0b,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0c,0x0d,0x0d,0x09,0x09,0x09,0x09, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x05,0x05,0x04,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0a,0x0a,0x04,0x04,0x03,0x03,0x03,0x04,0x04,0x0a,0x00,0x00,0x00, -0x00,0x00,0x09,0x09,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x04,0x04, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x03,0x03,0x03,0x04,0x04,0x03,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x09,0x0c,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x05,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x0a,0x0a,0x04,0x04,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x03,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x0a,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x0b,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0b,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x09, -0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x03,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x02,0x01,0x09,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x0a,0x09,0x0a,0x0b,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x0a,0x09,0x0a,0x0a,0x0a, -0x09,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0b,0x0b,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x09,0x09,0x0a, -0x09,0x0a,0x09,0x09,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0b,0x0b,0x04,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x09, -0x09,0x09,0x09,0x09,0x0b,0x0a,0x09,0x0a,0x09,0x09,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0b,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x09,0x09,0x0b,0x0a,0x09,0x0a,0x0a,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a,0x09,0x09, -0x0b,0x0c,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0b,0x0b,0x04,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x09,0x09,0x0a,0x09,0x0a,0x09,0x09,0x09,0x0a,0x09,0x0a,0x0a,0x09,0x09, -0x09,0x0a,0x0a,0x09,0x0b,0x09,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0b,0x0b,0x04,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x09,0x09,0x0a,0x09,0x0b,0x09,0x09,0x0a,0x09,0x0a,0x09,0x0b,0x0b,0x0a, -0x0a,0x09,0x09,0x09,0x03,0x03,0x03,0x03,0x03,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x09,0x09,0x0a,0x0b,0x09,0x09,0x0a,0x09,0x09,0x0a,0x09,0x09,0x09, -0x0a,0x0a,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0b,0x0b,0x0b,0x0b,0x0b, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x09,0x0a,0x0b,0x09,0x0a,0x0a,0x0a,0x09,0x09,0x0a,0x0b, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x09,0x0b,0x09,0x0a,0x09,0x0b,0x09,0x0a,0x09, -0x0b,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x07,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0a,0x09,0x0a,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x07,0x06,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0a,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x07, -0x06,0x07,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f04.h b/fishmaps/f04.h deleted file mode 100644 index 04d8aba..0000000 --- a/fishmaps/f04.h +++ /dev/null @@ -1,737 +0,0 @@ -#define f04_width 93 -#define f04_height 62 -#define f04_colors 16 -#define f04_back 0 -int f04_reds[] = {65280, 5888, 5888, 39168, 46592, 22528, 33024, -1024, 34816, 15360, 4608, 46080, 37632, 36096, -39680, 41984}; -int f04_greens[] = {65280, 7424, 9728, 37120, 44288, 23296, 30208, -2048, 29696, 14080, 5888, 41984, 26368, 33536, -35072, 38400}; -int f04_blues[] = {0, 13824, 22272, 32256, 40448, 16896, 26112, -256, 4096, 11264, 4608, 22528, 1280, 17408, -15360, 17408}; -unsigned char f04_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x03,0x04,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x05,0x05,0x05,0x06,0x03,0x03, -0x03,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x02, -0x02,0x00,0x00,0x00,0x08,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x02,0x02,0x05, -0x06,0x03,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01, -0x01,0x01,0x02,0x02,0x06,0x03,0x03,0x03,0x03,0x06,0x05,0x05,0x02,0x05,0x04,0x04, -0x04,0x04,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x01,0x01,0x01,0x02,0x01,0x05,0x06,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x01,0x02,0x09,0x02, -0x02,0x02,0x09,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x07,0x07,0x07, -0x07,0x07,0x07,0x03,0x06,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x03,0x06,0x03,0x06,0x05,0x01, -0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x07,0x07,0x07,0x07,0x07, -0x03,0x03,0x04,0x04,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x06,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x05,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04, -0x04,0x03,0x03,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x03,0x06,0x04,0x04,0x04,0x04,0x04,0x06,0x0a,0x07,0x07,0x0a,0x03,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04, -0x03,0x06,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x04,0x04,0x06, -0x04,0x04,0x04,0x04,0x0a,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x03,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x04,0x04,0x04,0x06,0x03,0x03, -0x06,0x0a,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0a, -0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x05,0x04,0x04,0x06,0x06,0x04,0x04,0x04,0x06,0x06,0x04,0x09,0x07, -0x07,0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x09,0x07,0x07,0x07, -0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x06,0x06,0x04,0x04,0x05,0x07,0x07,0x07,0x07, -0x07,0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x07,0x07,0x07,0x07,0x01,0x04, -0x04,0x04,0x04,0x04,0x04,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x06,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x04,0x04, -0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x09,0x07,0x07,0x07,0x07,0x07,0x07, -0x03,0x04,0x04,0x04,0x04,0x04,0x03,0x0a,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04, -0x04,0x04,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x05,0x05,0x03,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x03,0x04,0x06,0x06,0x04,0x04,0x09, -0x03,0x04,0x04,0x04,0x04,0x04,0x03,0x0a,0x07,0x07,0x07,0x07,0x07,0x09,0x04,0x04, -0x04,0x04,0x04,0x04,0x0a,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x04,0x04, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x05,0x04,0x06,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x03,0x03,0x04,0x04,0x03,0x06,0x09,0x07,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x04,0x04,0x04, -0x04,0x09,0x07,0x07,0x07,0x07,0x0a,0x03,0x04,0x03,0x04,0x04,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x06,0x04,0x06,0x05,0x04,0x04,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x03,0x03,0x03,0x09,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x01,0x07,0x07,0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x03,0x09,0x07, -0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x0b,0x05,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x06,0x04,0x03,0x03,0x05,0x06,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x06,0x04, -0x04,0x03,0x03,0x09,0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x07,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07, -0x07,0x07,0x06,0x03,0x04,0x04,0x0b,0x0c,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x03,0x04,0x03,0x05,0x06,0x04,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04,0x04,0x06,0x04,0x04,0x05, -0x07,0x07,0x07,0x07,0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0a,0x07,0x07, -0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x01, -0x04,0x04,0x04,0x04,0x08,0x08,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x05,0x03,0x04,0x03, -0x03,0x04,0x06,0x05,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x05,0x03,0x04,0x03,0x06,0x04,0x04,0x04,0x06,0x06,0x05,0x07,0x07,0x07, -0x07,0x07,0x09,0x09,0x09,0x09,0x09,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07, -0x07,0x03,0x04,0x04,0x03,0x04,0x01,0x07,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04, -0x04,0x0b,0x08,0x08,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x05,0x05,0x05,0x05,0x06,0x03, -0x04,0x05,0x06,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04, -0x04,0x04,0x04,0x03,0x06,0x04,0x06,0x03,0x04,0x03,0x01,0x07,0x07,0x07,0x07,0x09, -0x06,0x04,0x04,0x09,0x09,0x09,0x09,0x09,0x0a,0x07,0x07,0x07,0x07,0x07,0x09,0x04, -0x04,0x04,0x03,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x0e, -0x08,0x08,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x04,0x04,0x05,0x05,0x05,0x03,0x03, -0x05,0x05,0x03,0x05,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x03,0x09,0x09,0x04,0x04,0x04,0x04,0x06,0x07,0x09,0x05,0x03,0x06,0x04,0x06,0x03, -0x05,0x05,0x05,0x05,0x04,0x03,0x05,0x05,0x0a,0x07,0x07,0x0a,0x09,0x04,0x04,0x03, -0x03,0x0a,0x07,0x07,0x07,0x07,0x07,0x0a,0x03,0x03,0x04,0x04,0x04,0x03,0x08,0x08, -0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x04,0x04,0x04,0x03,0x05,0x05,0x05,0x05,0x05, -0x06,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x06,0x06,0x03,0x06,0x09,0x07,0x07,0x0a, -0x06,0x04,0x04,0x04,0x04,0x01,0x01,0x01,0x09,0x06,0x04,0x05,0x05,0x04,0x06,0x04, -0x06,0x06,0x04,0x05,0x05,0x04,0x03,0x04,0x04,0x09,0x09,0x09,0x09,0x09,0x0a,0x07, -0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x04,0x04,0x04,0x04,0x03,0x0e,0x08,0x0c,0x0d, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x05,0x05,0x05, -0x05,0x05,0x06,0x04,0x04,0x03,0x06,0x0a,0x07,0x07,0x07,0x07,0x07,0x0a,0x04,0x04, -0x04,0x04,0x04,0x0a,0x07,0x07,0x07,0x0a,0x09,0x05,0x05,0x05,0x05,0x05,0x09,0x05, -0x04,0x03,0x06,0x05,0x05,0x05,0x05,0x06,0x04,0x04,0x04,0x09,0x0a,0x0a,0x07,0x07, -0x07,0x07,0x06,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x08,0x08,0x08,0x09,0x02, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x04,0x03,0x06,0x04,0x05, -0x03,0x04,0x04,0x04,0x0a,0x07,0x07,0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x04, -0x01,0x07,0x07,0x07,0x07,0x0a,0x0a,0x0a,0x04,0x09,0x04,0x04,0x05,0x09,0x09,0x05, -0x04,0x04,0x04,0x04,0x06,0x09,0x09,0x09,0x06,0x04,0x03,0x0a,0x07,0x07,0x07,0x06, -0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x03,0x0d,0x0c,0x08,0x09,0x02,0x02,0x02,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06, -0x06,0x03,0x04,0x04,0x04,0x03,0x04,0x03,0x04,0x04,0x04,0x04,0x05,0x03,0x04,0x04, -0x04,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x04,0x04,0x04,0x05,0x07,0x07, -0x07,0x07,0x0a,0x04,0x09,0x01,0x05,0x05,0x05,0x04,0x04,0x04,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x02,0x02,0x01,0x01,0x07,0x06,0x04,0x04,0x04, -0x04,0x05,0x05,0x04,0x04,0x0f,0x08,0x08,0x0c,0x02,0x02,0x02,0x02,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x03,0x04,0x04,0x03,0x07, -0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x03,0x07,0x07,0x07,0x07,0x07, -0x09,0x04,0x04,0x09,0x09,0x03,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x03,0x02,0x02,0x02,0x02,0x01,0x05,0x04,0x04,0x04,0x04,0x05,0x04, -0x04,0x04,0x03,0x0d,0x0c,0x08,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x03,0x03,0x03,0x03,0x04,0x03, -0x03,0x03,0x06,0x03,0x05,0x05,0x05,0x03,0x03,0x04,0x04,0x03,0x0a,0x07,0x07,0x07, -0x07,0x07,0x05,0x04,0x04,0x04,0x04,0x03,0x01,0x07,0x07,0x07,0x07,0x0a,0x03,0x04, -0x04,0x09,0x09,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x06,0x02,0x02,0x02,0x02,0x02,0x05,0x04,0x04,0x03,0x05,0x03,0x03,0x04,0x04,0x03, -0x03,0x03,0x0e,0x01,0x09,0x09,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x03,0x04,0x03,0x03,0x03,0x04,0x04,0x05,0x05,0x03,0x05, -0x05,0x05,0x03,0x05,0x03,0x03,0x03,0x03,0x03,0x05,0x07,0x07,0x07,0x07,0x07,0x06, -0x04,0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x06,0x03,0x04,0x04,0x04, -0x0a,0x0a,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x05,0x0a,0x01, -0x01,0x0a,0x0a,0x09,0x04,0x04,0x05,0x04,0x06,0x04,0x04,0x04,0x03,0x03,0x04,0x01, -0x0c,0x08,0x08,0x05,0x05,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x03,0x03,0x03,0x05,0x05,0x05,0x05,0x03,0x03,0x05,0x05,0x03,0x06,0x06,0x05, -0x06,0x06,0x03,0x06,0x06,0x09,0x09,0x0a,0x0a,0x01,0x01,0x09,0x03,0x03,0x04,0x04, -0x04,0x04,0x03,0x0a,0x07,0x07,0x07,0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x09,0x09, -0x06,0x03,0x03,0x04,0x04,0x03,0x04,0x03,0x03,0x05,0x09,0x01,0x0a,0x09,0x01,0x01, -0x09,0x04,0x04,0x05,0x04,0x06,0x03,0x04,0x03,0x03,0x06,0x04,0x0c,0x0f,0x0f,0x07, -0x07,0x08,0x05,0x05,0x09,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x05,0x05, -0x05,0x03,0x03,0x03,0x06,0x05,0x05,0x03,0x06,0x05,0x05,0x05,0x05,0x06,0x00,0x00, -0x00,0x09,0x06,0x05,0x05,0x0a,0x0a,0x09,0x04,0x03,0x03,0x03,0x03,0x04,0x03,0x04, -0x09,0x09,0x01,0x01,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x09,0x01,0x0a, -0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x04,0x05,0x01,0x09,0x09,0x01,0x01,0x03,0x04, -0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x0c,0x0d,0x0f,0x07,0x08,0x08,0x06, -0x06,0x05,0x09,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x04,0x03,0x03,0x03,0x05, -0x05,0x05,0x06,0x03,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x03,0x03,0x03,0x09,0x09,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x06,0x01,0x01,0x09, -0x01,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x01,0x01,0x01,0x06, -0x04,0x04,0x03,0x04,0x04,0x05,0x01,0x09,0x01,0x01,0x01,0x03,0x04,0x05,0x03,0x06, -0x03,0x03,0x04,0x03,0x04,0x05,0x03,0x0c,0x0c,0x0c,0x0f,0x08,0x06,0x06,0x05,0x09, -0x05,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x05,0x03,0x06,0x06,0x03, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x09, -0x09,0x06,0x09,0x03,0x03,0x03,0x03,0x04,0x06,0x09,0x09,0x09,0x01,0x09,0x01,0x05, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x09,0x09,0x09,0x09,0x09,0x06,0x04,0x04,0x04, -0x04,0x04,0x06,0x01,0x01,0x09,0x01,0x01,0x03,0x04,0x05,0x04,0x06,0x04,0x03,0x03, -0x03,0x06,0x04,0x03,0x05,0x0c,0x0c,0x08,0x06,0x06,0x06,0x05,0x09,0x05,0x00,0x00, -0x04,0x03,0x03,0x03,0x05,0x05,0x06,0x03,0x06,0x06,0x03,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x03,0x03,0x03,0x09, -0x09,0x03,0x03,0x03,0x05,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x03,0x04,0x04,0x04, -0x04,0x04,0x04,0x05,0x09,0x09,0x09,0x09,0x09,0x06,0x04,0x04,0x04,0x04,0x04,0x03, -0x01,0x09,0x09,0x09,0x01,0x03,0x04,0x05,0x05,0x04,0x04,0x04,0x03,0x05,0x03,0x03, -0x03,0x06,0x05,0x06,0x06,0x06,0x06,0x06,0x05,0x09,0x09,0x00,0x03,0x06,0x03,0x05, -0x05,0x03,0x03,0x06,0x06,0x03,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x09,0x06,0x05,0x09,0x06, -0x09,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03, -0x09,0x09,0x09,0x09,0x09,0x09,0x06,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x09, -0x09,0x01,0x03,0x04,0x05,0x05,0x04,0x03,0x04,0x06,0x03,0x03,0x03,0x03,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x09,0x05,0x00,0x05,0x05,0x05,0x06,0x06,0x06,0x06, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x09,0x01,0x0a,0x01,0x0a, -0x09,0x09,0x01,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x09,0x09, -0x09,0x09,0x09,0x03,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x09,0x09,0x09,0x04, -0x04,0x04,0x05,0x05,0x03,0x04,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06, -0x05,0x09,0x05,0x09,0x00,0x03,0x05,0x05,0x06,0x03,0x06,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x09,0x06,0x03,0x09,0x01,0x01,0x09,0x01,0x09, -0x04,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x05,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x01,0x09,0x09,0x04,0x03,0x04,0x04, -0x05,0x06,0x04,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x05,0x05,0x05,0x09,0x05,0x05, -0x00,0x00,0x00,0x03,0x03,0x03,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x06,0x09,0x09,0x0a,0x09,0x03,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x05,0x04,0x04,0x04, -0x04,0x04,0x04,0x05,0x01,0x09,0x01,0x09,0x05,0x03,0x03,0x03,0x04,0x03,0x05,0x05, -0x05,0x03,0x03,0x06,0x06,0x06,0x05,0x05,0x09,0x09,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x06,0x06,0x05,0x09,0x01,0x09,0x03,0x03,0x04,0x03,0x04,0x04,0x04,0x04, -0x03,0x01,0x09,0x09,0x01,0x09,0x09,0x09,0x01,0x06,0x04,0x04,0x04,0x04,0x04,0x04, -0x09,0x01,0x09,0x01,0x01,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x09,0x06, -0x06,0x05,0x05,0x09,0x09,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x09,0x09,0x03,0x06,0x09,0x06,0x03,0x04,0x03,0x04,0x03,0x04,0x04,0x05,0x01,0x09, -0x09,0x01,0x09,0x01,0x09,0x05,0x04,0x04,0x04,0x04,0x04,0x03,0x06,0x01,0x01,0x09, -0x01,0x01,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x09,0x05,0x05,0x05, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x04, -0x04,0x03,0x09,0x09,0x06,0x03,0x03,0x04,0x03,0x09,0x01,0x01,0x01,0x01,0x09,0x09, -0x01,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x09,0x01,0x01,0x01,0x01,0x09,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x05,0x09,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x09,0x09,0x03, -0x03,0x09,0x06,0x03,0x03,0x09,0x01,0x01,0x09,0x01,0x01,0x01,0x01,0x06,0x04,0x04, -0x03,0x04,0x04,0x04,0x03,0x06,0x01,0x09,0x09,0x01,0x09,0x03,0x03,0x03,0x03,0x03, -0x03,0x06,0x03,0x06,0x06,0x05,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x09,0x09,0x04,0x04,0x03,0x06,0x09, -0x06,0x05,0x01,0x01,0x01,0x01,0x09,0x01,0x01,0x06,0x03,0x04,0x03,0x03,0x04,0x04, -0x04,0x04,0x09,0x01,0x01,0x01,0x09,0x09,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06, -0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x09,0x03,0x04,0x06,0x09,0x02,0x01,0x01,0x0a,0x01, -0x01,0x01,0x01,0x01,0x09,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x03,0x09,0x0a, -0x09,0x09,0x09,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x09,0x01,0x06,0x05,0x01,0x0a,0x09,0x01,0x01,0x01, -0x05,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x0a,0x0a,0x0a,0x0a,0x09, -0x05,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x03,0x04,0x04,0x03,0x05,0x02,0x02,0x0a,0x0a,0x09,0x0a,0x05,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x05,0x05,0x06,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x02,0x05,0x05,0x05,0x01,0x01,0x06,0x03,0x06,0x03,0x03,0x03,0x03,0x03, -0x03,0x06,0x09,0x0a,0x0a,0x0a,0x0a,0x01,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02, -0x01,0x01,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x05,0x06,0x03,0x04,0x04, -0x04,0x06,0x06,0x05,0x01,0x06,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x05,0x0a,0x0a, -0x0a,0x0a,0x09,0x09,0x06,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x03,0x03,0x06,0x01,0x01,0x01,0x01, -0x01,0x09,0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x09,0x0a,0x0a,0x00,0x05,0x03,0x03, -0x06,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x09,0x01,0x05,0x06,0x03,0x03,0x03,0x03,0x06, -0x06,0x05,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x05,0x03,0x06,0x06,0x06,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x01,0x02,0x02, -0x02,0x01,0x06,0x03,0x03,0x06,0x05,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x06,0x05,0x06,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x05,0x06,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x06,0x06,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x06,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f04_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x00,0x00,0x03,0x04,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x05,0x05,0x05,0x06,0x03,0x03, -0x03,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02, -0x02,0x00,0x00,0x00,0x08,0x02,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x02,0x02,0x05, -0x06,0x03,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01, -0x01,0x01,0x02,0x02,0x06,0x03,0x03,0x03,0x03,0x06,0x05,0x05,0x02,0x05,0x04,0x04, -0x04,0x04,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x01,0x01,0x01,0x02,0x01,0x05,0x06,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x01,0x02,0x09,0x02, -0x02,0x02,0x09,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x07,0x07,0x07, -0x07,0x07,0x07,0x03,0x06,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02, -0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x06,0x06,0x06,0x03,0x06,0x03,0x06,0x05,0x01, -0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x07,0x07,0x07,0x07,0x07, -0x03,0x03,0x04,0x04,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x06,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x05,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04, -0x04,0x03,0x03,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x03,0x06,0x04,0x04,0x04,0x04,0x04,0x06,0x0a,0x07,0x07,0x0a,0x03,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04, -0x03,0x06,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x03,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x04,0x04,0x06, -0x04,0x04,0x04,0x04,0x0a,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x03,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x03,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x04,0x04,0x04,0x06,0x03,0x03, -0x06,0x0a,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0a, -0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x06,0x03,0x03,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x05,0x04,0x04,0x06,0x06,0x04,0x04,0x04,0x06,0x06,0x04,0x09,0x07, -0x07,0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x09,0x07,0x07,0x07, -0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05, -0x05,0x03,0x06,0x03,0x06,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x06,0x06,0x04,0x04,0x05,0x07,0x07,0x07,0x07, -0x07,0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x07,0x07,0x07,0x07,0x01,0x04, -0x04,0x04,0x04,0x04,0x04,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x05,0x05, -0x06,0x03,0x06,0x03,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x04,0x04, -0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x09,0x07,0x07,0x07,0x07,0x07,0x07, -0x03,0x04,0x04,0x04,0x04,0x04,0x03,0x0a,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04, -0x04,0x04,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x06,0x05,0x06,0x06, -0x03,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x03,0x04,0x06,0x06,0x04,0x04,0x09, -0x03,0x04,0x04,0x04,0x04,0x04,0x03,0x0a,0x07,0x07,0x07,0x07,0x07,0x09,0x04,0x04, -0x04,0x04,0x04,0x04,0x0a,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x04,0x04, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x03,0x03,0x06,0x05,0x05,0x06,0x06,0x03, -0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x03,0x03,0x04,0x04,0x03,0x06,0x09,0x07,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x04,0x04,0x04, -0x04,0x09,0x07,0x07,0x07,0x07,0x0a,0x03,0x04,0x03,0x04,0x04,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x03,0x04,0x03,0x04,0x03,0x05,0x05,0x06,0x06,0x03,0x06,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x03,0x03,0x03,0x09,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x01,0x07,0x07,0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x03,0x09,0x07, -0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x0b,0x05,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x04,0x03,0x03,0x03,0x04,0x03,0x05,0x05,0x06,0x06,0x06,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x06,0x04, -0x04,0x03,0x03,0x09,0x07,0x07,0x07,0x0a,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x07,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07, -0x07,0x07,0x06,0x03,0x04,0x04,0x0b,0x0c,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05, -0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x05,0x06,0x03,0x03,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04,0x04,0x06,0x04,0x04,0x05, -0x07,0x07,0x07,0x07,0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x0a,0x07,0x07, -0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x01, -0x04,0x04,0x04,0x04,0x08,0x08,0x0d,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x04,0x05, -0x03,0x04,0x06,0x03,0x03,0x05,0x06,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x05,0x03,0x04,0x03,0x06,0x04,0x04,0x04,0x06,0x06,0x05,0x07,0x07,0x07, -0x07,0x07,0x09,0x03,0x04,0x04,0x04,0x04,0x04,0x09,0x06,0x07,0x07,0x07,0x07,0x07, -0x07,0x03,0x04,0x04,0x03,0x04,0x01,0x07,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04, -0x04,0x0b,0x08,0x08,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x04,0x04,0x05,0x05,0x03, -0x04,0x04,0x03,0x06,0x05,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04, -0x04,0x04,0x04,0x03,0x06,0x04,0x06,0x03,0x04,0x03,0x01,0x07,0x07,0x07,0x07,0x09, -0x03,0x04,0x04,0x04,0x04,0x04,0x09,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x04, -0x04,0x04,0x03,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x0e, -0x08,0x08,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x03,0x03, -0x03,0x05,0x06,0x06,0x05,0x00,0x00,0x00,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x03,0x09,0x09,0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x09,0x03,0x04, -0x04,0x04,0x04,0x09,0x04,0x05,0x09,0x09,0x09,0x09,0x09,0x07,0x04,0x04,0x04,0x03, -0x03,0x0a,0x07,0x07,0x07,0x07,0x07,0x0a,0x03,0x03,0x04,0x04,0x04,0x03,0x08,0x08, -0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x04,0x04,0x04,0x03,0x05,0x05,0x05,0x03,0x05, -0x06,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x06,0x06,0x03,0x06,0x09,0x07,0x07,0x0a, -0x06,0x04,0x04,0x04,0x04,0x01,0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x04,0x04,0x04, -0x04,0x09,0x04,0x05,0x04,0x04,0x03,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x07, -0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x04,0x04,0x04,0x04,0x03,0x0e,0x08,0x0c,0x0d, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x06,0x04,0x04,0x03,0x06,0x0a,0x07,0x07,0x07,0x07,0x07,0x0a,0x04,0x04, -0x04,0x04,0x04,0x0a,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x04,0x04,0x04,0x09,0x04, -0x04,0x05,0x05,0x05,0x05,0x04,0x06,0x04,0x06,0x03,0x06,0x0a,0x0a,0x0a,0x07,0x07, -0x07,0x07,0x06,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x08,0x08,0x08,0x09,0x02, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x03,0x04,0x04,0x03,0x06,0x04,0x05, -0x03,0x04,0x04,0x04,0x0a,0x07,0x07,0x07,0x07,0x07,0x0a,0x04,0x04,0x04,0x04,0x04, -0x01,0x07,0x07,0x07,0x07,0x0a,0x03,0x04,0x04,0x04,0x04,0x09,0x05,0x09,0x04,0x04, -0x04,0x05,0x05,0x05,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x0a,0x07,0x07,0x07,0x06, -0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x03,0x0d,0x0c,0x08,0x09,0x02,0x02,0x02,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x06, -0x05,0x05,0x05,0x04,0x04,0x03,0x04,0x03,0x04,0x04,0x04,0x04,0x05,0x03,0x04,0x04, -0x04,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x04,0x04,0x04,0x04,0x05,0x07,0x07, -0x07,0x07,0x0a,0x03,0x04,0x04,0x04,0x04,0x09,0x09,0x05,0x05,0x05,0x05,0x04,0x04, -0x04,0x05,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x02,0x01,0x01,0x07,0x06,0x04,0x04,0x04, -0x04,0x05,0x05,0x04,0x04,0x0f,0x08,0x08,0x0c,0x02,0x02,0x02,0x02,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x03,0x04,0x04,0x03,0x07, -0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x03,0x07,0x07,0x07,0x07,0x07, -0x09,0x04,0x04,0x04,0x04,0x04,0x09,0x09,0x09,0x04,0x04,0x05,0x05,0x05,0x03,0x03, -0x06,0x06,0x06,0x06,0x02,0x02,0x02,0x02,0x01,0x05,0x04,0x04,0x04,0x04,0x05,0x04, -0x04,0x04,0x03,0x0d,0x0c,0x08,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x05,0x05,0x05,0x03,0x03,0x04,0x03, -0x03,0x03,0x06,0x03,0x05,0x05,0x05,0x03,0x03,0x04,0x04,0x03,0x0a,0x07,0x07,0x07, -0x07,0x07,0x05,0x04,0x04,0x04,0x04,0x03,0x01,0x07,0x07,0x07,0x07,0x0a,0x03,0x04, -0x04,0x04,0x04,0x04,0x01,0x09,0x09,0x09,0x09,0x04,0x04,0x09,0x09,0x09,0x0a,0x0a, -0x0a,0x02,0x02,0x02,0x02,0x02,0x05,0x04,0x04,0x03,0x05,0x05,0x06,0x04,0x04,0x03, -0x03,0x03,0x0e,0x01,0x09,0x09,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x05,0x05,0x05,0x04,0x03,0x03,0x03,0x04,0x05,0x05,0x05,0x03,0x05, -0x05,0x05,0x03,0x05,0x03,0x03,0x03,0x03,0x03,0x05,0x07,0x07,0x07,0x07,0x07,0x06, -0x04,0x04,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x06,0x04,0x04,0x04,0x04, -0x04,0x04,0x01,0x01,0x01,0x09,0x09,0x09,0x09,0x03,0x03,0x06,0x06,0x05,0x0a,0x01, -0x01,0x0a,0x0a,0x09,0x04,0x04,0x05,0x05,0x04,0x03,0x06,0x04,0x03,0x03,0x04,0x01, -0x0c,0x08,0x08,0x05,0x05,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x03,0x03,0x03,0x04,0x04,0x05,0x05,0x03,0x04,0x03,0x05,0x05,0x05,0x06,0x05, -0x06,0x06,0x03,0x06,0x06,0x09,0x09,0x0a,0x0a,0x01,0x01,0x09,0x03,0x03,0x04,0x04, -0x04,0x04,0x03,0x0a,0x07,0x07,0x07,0x07,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x09,0x09,0x0a,0x0a,0x01,0x0a,0x09,0x01,0x01, -0x09,0x04,0x04,0x05,0x05,0x04,0x03,0x06,0x03,0x04,0x06,0x04,0x0c,0x0f,0x0f,0x07, -0x07,0x08,0x05,0x05,0x09,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04, -0x05,0x05,0x04,0x04,0x03,0x03,0x03,0x05,0x05,0x06,0x06,0x05,0x05,0x06,0x00,0x00, -0x00,0x09,0x06,0x05,0x05,0x0a,0x0a,0x09,0x04,0x03,0x03,0x03,0x03,0x04,0x03,0x04, -0x09,0x09,0x01,0x01,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x09,0x01,0x01, -0x01,0x01,0x01,0x06,0x06,0x06,0x03,0x03,0x05,0x01,0x09,0x09,0x01,0x01,0x03,0x04, -0x05,0x05,0x03,0x03,0x06,0x04,0x03,0x03,0x06,0x0c,0x0d,0x0f,0x07,0x08,0x08,0x06, -0x06,0x05,0x09,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x05,0x05,0x03,0x03,0x03, -0x03,0x03,0x05,0x06,0x06,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x03,0x03,0x03,0x09,0x09,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x06,0x01,0x01,0x09, -0x01,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x01,0x09,0x01,0x09, -0x03,0x03,0x03,0x03,0x04,0x05,0x01,0x09,0x01,0x01,0x01,0x03,0x04,0x09,0x05,0x04, -0x03,0x06,0x04,0x03,0x04,0x05,0x06,0x0c,0x0c,0x0c,0x0f,0x08,0x06,0x06,0x05,0x09, -0x05,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x03,0x03,0x03,0x04,0x03,0x06,0x05,0x03, -0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x09, -0x09,0x06,0x09,0x03,0x03,0x03,0x03,0x04,0x06,0x09,0x09,0x09,0x01,0x09,0x01,0x05, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x09,0x09,0x09,0x09,0x09,0x09,0x04,0x04,0x04, -0x04,0x04,0x06,0x01,0x01,0x09,0x01,0x01,0x03,0x04,0x09,0x05,0x04,0x06,0x03,0x03, -0x03,0x03,0x04,0x06,0x05,0x0c,0x0c,0x08,0x06,0x06,0x06,0x05,0x09,0x05,0x00,0x00, -0x00,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x06,0x05,0x05,0x03,0x06,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x03,0x03,0x03,0x09, -0x09,0x03,0x03,0x03,0x05,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x03,0x04,0x04,0x04, -0x04,0x04,0x04,0x05,0x09,0x09,0x09,0x09,0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x03, -0x01,0x09,0x09,0x09,0x01,0x03,0x04,0x09,0x09,0x05,0x06,0x04,0x04,0x03,0x04,0x06, -0x03,0x06,0x05,0x06,0x06,0x06,0x06,0x06,0x05,0x09,0x09,0x00,0x00,0x00,0x04,0x03, -0x04,0x03,0x03,0x04,0x06,0x05,0x03,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x09,0x06,0x05,0x09,0x06, -0x09,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x03, -0x09,0x09,0x09,0x09,0x09,0x09,0x06,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x09, -0x09,0x01,0x03,0x04,0x09,0x09,0x05,0x05,0x04,0x04,0x04,0x06,0x03,0x03,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x09,0x05,0x00,0x00,0x04,0x04,0x03,0x03,0x03,0x06, -0x06,0x05,0x06,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x09,0x01,0x0a,0x01,0x0a, -0x09,0x09,0x01,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x09,0x09, -0x09,0x09,0x09,0x03,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x09,0x09,0x09,0x04, -0x04,0x04,0x09,0x09,0x05,0x05,0x03,0x04,0x06,0x03,0x03,0x06,0x06,0x06,0x06,0x06, -0x05,0x09,0x05,0x09,0x00,0x00,0x00,0x04,0x03,0x03,0x04,0x05,0x05,0x05,0x06,0x03, -0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x09,0x06,0x03,0x09,0x01,0x01,0x09,0x01,0x09, -0x04,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x05,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x01,0x09,0x01,0x09,0x09,0x04,0x03,0x04,0x04, -0x09,0x09,0x05,0x05,0x04,0x06,0x03,0x03,0x06,0x06,0x05,0x05,0x05,0x09,0x05,0x05, -0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x05,0x06,0x03,0x06,0x06,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x06,0x09,0x09,0x0a,0x09,0x03,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x05,0x04,0x04,0x04, -0x04,0x04,0x04,0x05,0x01,0x09,0x01,0x09,0x05,0x03,0x03,0x03,0x04,0x03,0x09,0x09, -0x09,0x05,0x06,0x06,0x06,0x06,0x05,0x05,0x09,0x09,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x03,0x06,0x03,0x03,0x03,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x03,0x06,0x06,0x05,0x09,0x01,0x09,0x03,0x03,0x04,0x03,0x04,0x04,0x04,0x04, -0x03,0x01,0x09,0x09,0x01,0x09,0x09,0x09,0x01,0x06,0x04,0x04,0x04,0x04,0x04,0x04, -0x09,0x01,0x09,0x01,0x01,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x09,0x09,0x05, -0x06,0x05,0x05,0x09,0x09,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x06,0x03,0x06,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x01,0x00,0x00,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x03, -0x09,0x09,0x03,0x06,0x09,0x06,0x03,0x04,0x03,0x04,0x03,0x04,0x04,0x05,0x01,0x09, -0x09,0x01,0x09,0x01,0x09,0x05,0x04,0x04,0x04,0x04,0x04,0x03,0x06,0x01,0x01,0x09, -0x01,0x01,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x09,0x09,0x05,0x05,0x05, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x03,0x06,0x06, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x04, -0x04,0x03,0x09,0x09,0x06,0x03,0x03,0x04,0x03,0x09,0x01,0x01,0x01,0x01,0x09,0x09, -0x01,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x09,0x01,0x01,0x01,0x01,0x09,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x05,0x09,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x06,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x03,0x06,0x09,0x09,0x03, -0x03,0x09,0x06,0x03,0x03,0x09,0x01,0x01,0x09,0x01,0x01,0x01,0x01,0x06,0x04,0x04, -0x03,0x04,0x04,0x04,0x03,0x06,0x01,0x09,0x09,0x01,0x09,0x03,0x03,0x03,0x03,0x03, -0x03,0x06,0x03,0x06,0x06,0x05,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x01,0x00,0x00,0x00,0x03,0x09,0x09,0x04,0x04,0x03,0x06,0x09, -0x06,0x05,0x01,0x01,0x01,0x01,0x09,0x01,0x01,0x06,0x03,0x04,0x03,0x03,0x04,0x04, -0x04,0x04,0x09,0x01,0x01,0x01,0x09,0x09,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06, -0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x00,0x00,0x00,0x09,0x03,0x04,0x06,0x09,0x02,0x01,0x01,0x0a,0x01, -0x01,0x01,0x01,0x01,0x09,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x03,0x09,0x0a, -0x09,0x09,0x09,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x09,0x01,0x06,0x05,0x01,0x0a,0x09,0x01,0x01,0x01, -0x05,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x0a,0x0a,0x0a,0x0a,0x09, -0x05,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x03,0x04,0x04,0x03,0x05,0x02,0x02,0x0a,0x0a,0x09,0x0a,0x05,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x05,0x05,0x06,0x05, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x02,0x05,0x05,0x05,0x01,0x01,0x06,0x03,0x06,0x03,0x03,0x03,0x03,0x03, -0x03,0x06,0x09,0x0a,0x0a,0x0a,0x0a,0x01,0x05,0x05,0x06,0x06,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x05,0x06,0x03,0x04,0x04, -0x04,0x06,0x06,0x05,0x01,0x06,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x05,0x0a,0x0a, -0x0a,0x0a,0x09,0x09,0x06,0x03,0x03,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x03,0x03,0x06,0x01,0x01,0x01,0x01, -0x01,0x09,0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x09,0x0a,0x0a,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x01,0x02,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x09,0x01,0x05,0x06,0x03,0x03,0x03,0x03,0x06, -0x06,0x05,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x03,0x06, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x06,0x03,0x03,0x06,0x05,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x03,0x03,0x06,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x06,0x06,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x03,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f05.h b/fishmaps/f05.h deleted file mode 100644 index 1e5ab65..0000000 --- a/fishmaps/f05.h +++ /dev/null @@ -1,567 +0,0 @@ -#define f05_width 90 -#define f05_height 49 -#define f05_colors 16 -#define f05_back 0 -int f05_reds[] = {21760, 25344, 13312, 20480, 13824, 26624, 31744, -6656, 38656, 3328, 42496, 57856, 31232, 53504, -46080, 50176}; -int f05_greens[] = {28416, 29184, 15616, 22528, 14592, 25600, 30720, -8448, 36608, 4608, 43776, 56064, 39936, 52224, -50688, 54016}; -int f05_blues[] = {65280, 18432, 7936, 9728, 4096, 9472, 15872, -2560, 21248, 1280, 32256, 51200, 31232, 45568, -47104, 29952}; -unsigned char f05_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x04,0x02, -0x02,0x04,0x02,0x02,0x02,0x02,0x03,0x01,0x03,0x01,0x03,0x01,0x01,0x03,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x03,0x03,0x02,0x02,0x04,0x01,0x04,0x03,0x03,0x04,0x01,0x02, -0x02,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x05,0x03,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x03, -0x03,0x02,0x02,0x02,0x04,0x01,0x02,0x02,0x03,0x04,0x03,0x02,0x03,0x03,0x02,0x03, -0x03,0x03,0x03,0x01,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x03,0x02,0x03,0x04,0x02,0x01,0x04,0x02,0x03, -0x04,0x03,0x04,0x04,0x02,0x02,0x03,0x02,0x01,0x03,0x02,0x06,0x03,0x02,0x06,0x03, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x03,0x02,0x03,0x04,0x03,0x02,0x02,0x03,0x01,0x04,0x03,0x04,0x06,0x02,0x02, -0x02,0x07,0x03,0x02,0x08,0x02,0x04,0x01,0x04,0x05,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x02,0x03,0x05,0x03,0x02, -0x01,0x04,0x01,0x02,0x04,0x08,0x02,0x02,0x02,0x08,0x02,0x04,0x01,0x07,0x02,0x04, -0x01,0x04,0x01,0x04,0x05,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x04,0x07,0x07,0x07,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x03,0x04,0x01,0x02,0x02,0x03,0x03,0x04,0x01,0x01,0x04,0x03, -0x04,0x04,0x08,0x04,0x07,0x02,0x03,0x03,0x02,0x04,0x02,0x02,0x02,0x04,0x03,0x02, -0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x07,0x07,0x07, -0x04,0x04,0x04,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x02,0x02,0x02,0x01,0x04,0x05,0x03,0x04,0x04,0x08,0x03,0x04,0x04,0x03,0x03,0x02, -0x03,0x07,0x02,0x06,0x03,0x01,0x02,0x03,0x03,0x04,0x07,0x09,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x07,0x07,0x04,0x07, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x04,0x03,0x02,0x04,0x05,0x01,0x04, -0x05,0x01,0x02,0x04,0x04,0x03,0x01,0x04,0x01,0x02,0x02,0x07,0x01,0x02,0x04,0x02, -0x04,0x04,0x04,0x04,0x02,0x07,0x09,0x07,0x09,0x07,0x02,0x02,0x02,0x02,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x07, -0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x04,0x02,0x00,0x00,0x00, -0x00,0x00,0x02,0x04,0x03,0x04,0x04,0x05,0x02,0x04,0x05,0x01,0x04,0x03,0x08,0x07, -0x02,0x04,0x03,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x07,0x07,0x04,0x07,0x07,0x07, -0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x04,0x07,0x07,0x07,0x04,0x07,0x04,0x07, -0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x02,0x02,0x00,0x00,0x00,0x04,0x04,0x04, -0x03,0x03,0x04,0x03,0x04,0x06,0x02,0x03,0x02,0x04,0x08,0x02,0x04,0x02,0x02,0x02, -0x02,0x07,0x04,0x04,0x07,0x03,0x02,0x07,0x04,0x04,0x04,0x02,0x04,0x02,0x04,0x02, -0x07,0x07,0x07,0x07,0x09,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x02,0x04, -0x02,0x02,0x03,0x02,0x04,0x02,0x02,0x04,0x02,0x04,0x04,0x04,0x02,0x04,0x02,0x02, -0x07,0x02,0x02,0x04,0x02,0x02,0x02,0x07,0x02,0x06,0x02,0x07,0x05,0x03,0x02,0x06, -0x02,0x04,0x02,0x04,0x04,0x04,0x04,0x02,0x04,0x02,0x02,0x02,0x07,0x02,0x09,0x07, -0x07,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07, -0x04,0x07,0x07,0x04,0x07,0x07,0x02,0x07,0x02,0x04,0x01,0x04,0x04,0x04,0x04,0x01, -0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x02,0x02,0x02,0x03,0x02,0x07,0x04,0x01,0x02, -0x08,0x02,0x02,0x08,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x02,0x04,0x07,0x07,0x07,0x07,0x07,0x09,0x07,0x07,0x09,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x07,0x07,0x07,0x04, -0x04,0x04,0x04,0x04,0x02,0x02,0x08,0x01,0x04,0x0a,0x07,0x02,0x01,0x02,0x04,0x01, -0x07,0x01,0x01,0x07,0x01,0x01,0x07,0x08,0x01,0x02,0x0a,0x02,0x04,0x0a,0x02,0x02, -0x08,0x02,0x03,0x03,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x07, -0x02,0x07,0x04,0x07,0x02,0x09,0x07,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x07,0x02,0x07,0x03,0x02,0x02, -0x0a,0x01,0x02,0x01,0x02,0x02,0x0b,0x02,0x03,0x0a,0x02,0x08,0x0c,0x02,0x08,0x03, -0x02,0x08,0x01,0x02,0x0a,0x02,0x03,0x0a,0x02,0x02,0x01,0x02,0x01,0x01,0x02,0x02, -0x02,0x01,0x02,0x02,0x04,0x02,0x02,0x04,0x04,0x04,0x04,0x07,0x04,0x07,0x07,0x07, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x07, -0x04,0x07,0x07,0x07,0x09,0x03,0x02,0x02,0x04,0x01,0x01,0x02,0x02,0x0a,0x02,0x02, -0x0b,0x01,0x01,0x0c,0x02,0x0d,0x01,0x02,0x0a,0x02,0x02,0x0a,0x0c,0x03,0x0a,0x02, -0x01,0x0e,0x02,0x01,0x01,0x02,0x08,0x0c,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x02,0x07,0x04,0x07,0x04,0x07,0x07,0x07,0x09,0x07,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x07,0x07,0x04,0x07,0x07,0x04,0x07,0x04,0x02,0x07,0x04, -0x07,0x04,0x02,0x01,0x0a,0x02,0x02,0x0d,0x01,0x02,0x0d,0x01,0x01,0x0c,0x02,0x0d, -0x01,0x02,0x0a,0x01,0x02,0x0a,0x0c,0x01,0x0a,0x02,0x01,0x0e,0x02,0x01,0x01,0x01, -0x08,0x0c,0x02,0x01,0x01,0x0c,0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x04,0x04, -0x07,0x07,0x02,0x07,0x02,0x07,0x07,0x07,0x09,0x09,0x07,0x09,0x09,0x09,0x09,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x07, -0x04,0x04,0x07,0x04,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x01,0x01,0x02, -0x02,0x0a,0x01,0x02,0x08,0x01,0x06,0x0a,0x02,0x0d,0x01,0x02,0x0d,0x01,0x02,0x0a, -0x0c,0x01,0x0a,0x02,0x08,0x0a,0x01,0x01,0x0c,0x01,0x0a,0x0c,0x01,0x01,0x01,0x0a, -0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07, -0x07,0x07,0x07,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x07,0x07,0x04,0x07,0x07,0x07,0x07, -0x07,0x07,0x04,0x07,0x04,0x01,0x02,0x06,0x01,0x01,0x02,0x0a,0x01,0x03,0x0a,0x0c, -0x06,0x0a,0x02,0x0d,0x0c,0x03,0x0d,0x01,0x01,0x0d,0x0a,0x0c,0x0a,0x01,0x0a,0x0a, -0x01,0x01,0x0a,0x01,0x0d,0x01,0x01,0x01,0x0c,0x0a,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x02,0x07,0x07,0x02,0x07,0x02,0x02,0x07,0x07, -0x02,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x07,0x04,0x07,0x04,0x07,0x07,0x03,0x02,0x07,0x05,0x07,0x07,0x03,0x02, -0x02,0x03,0x03,0x01,0x02,0x0d,0x01,0x02,0x0a,0x0a,0x01,0x0e,0x03,0x0d,0x01,0x01, -0x0d,0x01,0x01,0x0b,0x0c,0x0a,0x0c,0x01,0x0a,0x0a,0x01,0x08,0x0a,0x01,0x0d,0x01, -0x0a,0x0a,0x0c,0x0d,0x01,0x0a,0x0c,0x08,0x01,0x01,0x01,0x01,0x0c,0x02,0x01,0x02, -0x01,0x02,0x02,0x02,0x02,0x04,0x0a,0x01,0x02,0x01,0x02,0x07,0x07,0x07,0x09,0x09, -0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x04,0x07, -0x04,0x07,0x07,0x07,0x04,0x07,0x04,0x04,0x04,0x02,0x06,0x0b,0x01,0x01,0x03,0x0d, -0x01,0x01,0x0a,0x0a,0x08,0x0e,0x03,0x0b,0x01,0x01,0x0b,0x01,0x01,0x0b,0x0c,0x0a, -0x0a,0x01,0x0d,0x0a,0x0c,0x0a,0x0a,0x01,0x0b,0x01,0x0e,0x0a,0x0c,0x0d,0x0c,0x0c, -0x0c,0x0c,0x0c,0x01,0x01,0x02,0x0c,0x01,0x01,0x01,0x01,0x01,0x05,0x01,0x02,0x02, -0x01,0x01,0x03,0x03,0x02,0x01,0x02,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x04,0x09,0x04,0x07,0x07,0x02,0x07, -0x04,0x07,0x04,0x02,0x02,0x02,0x02,0x01,0x01,0x0d,0x03,0x03,0x0d,0x0c,0x08,0x0a, -0x03,0x0b,0x01,0x01,0x0b,0x01,0x01,0x0b,0x01,0x0a,0x0a,0x01,0x0d,0x0a,0x0c,0x0a, -0x0c,0x0a,0x0b,0x0c,0x0e,0x0c,0x0a,0x0e,0x0a,0x0c,0x0a,0x0c,0x0e,0x01,0x01,0x0c, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x0a,0x01,0x0e,0x0d,0x01,0x0a,0x0e, -0x02,0x02,0x02,0x02,0x09,0x04,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x04,0x03,0x07,0x02,0x02,0x02,0x08, -0x0e,0x02,0x01,0x0d,0x03,0x01,0x0b,0x01,0x0a,0x0c,0x06,0x0b,0x01,0x01,0x0b,0x01, -0x01,0x0b,0x0c,0x0a,0x0c,0x01,0x0b,0x0a,0x01,0x0e,0x0c,0x0a,0x0b,0x01,0x0e,0x0a, -0x0a,0x0b,0x0a,0x0a,0x0e,0x0c,0x0e,0x0a,0x01,0x0e,0x01,0x0a,0x0c,0x0c,0x0c,0x01, -0x06,0x08,0x01,0x0c,0x01,0x01,0x01,0x02,0x0a,0x0a,0x01,0x0a,0x0b,0x02,0x02,0x09, -0x04,0x02,0x07,0x07,0x09,0x09,0x07,0x04,0x02,0x07,0x07,0x07,0x07,0x07,0x04,0x04, -0x09,0x04,0x07,0x07,0x02,0x07,0x02,0x02,0x04,0x0d,0x01,0x02,0x08,0x0e,0x03,0x01, -0x0e,0x02,0x0a,0x01,0x08,0x0b,0x02,0x01,0x0d,0x01,0x01,0x0b,0x01,0x0a,0x01,0x01, -0x0b,0x0c,0x01,0x0a,0x01,0x0a,0x0e,0x01,0x0e,0x0a,0x0a,0x0d,0x0e,0x0a,0x0a,0x01, -0x0e,0x0c,0x01,0x0a,0x01,0x0e,0x01,0x0a,0x0a,0x01,0x0f,0x0f,0x0b,0x0a,0x0a,0x01, -0x02,0x02,0x0a,0x0c,0x0a,0x09,0x09,0x09,0x01,0x07,0x02,0x02,0x04,0x04,0x07,0x07, -0x04,0x04,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x04,0x07,0x07,0x03,0x07, -0x04,0x01,0x02,0x02,0x02,0x02,0x08,0x0c,0x01,0x01,0x0a,0x03,0x0b,0x01,0x0a,0x0e, -0x03,0x0a,0x0a,0x01,0x01,0x0b,0x01,0x0a,0x01,0x08,0x0b,0x01,0x01,0x0e,0x01,0x0a, -0x0a,0x0c,0x0a,0x0a,0x0a,0x0e,0x0a,0x0e,0x0e,0x0a,0x0e,0x0c,0x01,0x0c,0x01,0x0a, -0x01,0x08,0x0a,0x0a,0x0f,0x0d,0x0b,0x0b,0x0d,0x01,0x02,0x01,0x0a,0x01,0x0b,0x09, -0x09,0x09,0x07,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x02,0x00,0x07,0x07,0x09, -0x07,0x04,0x07,0x07,0x09,0x04,0x04,0x07,0x01,0x07,0x07,0x04,0x02,0x08,0x0d,0x02, -0x0d,0x01,0x02,0x08,0x0c,0x05,0x0b,0x02,0x0a,0x0e,0x03,0x0a,0x01,0x01,0x0a,0x0d, -0x01,0x0d,0x01,0x08,0x0b,0x01,0x0a,0x0e,0x01,0x0d,0x0a,0x0a,0x0e,0x0e,0x0a,0x0e, -0x0a,0x0b,0x0a,0x0e,0x0e,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x0f,0x0f,0x0f,0x0b, -0x0b,0x0b,0x0b,0x0b,0x01,0x01,0x0a,0x01,0x02,0x09,0x09,0x09,0x01,0x02,0x02,0x02, -0x02,0x04,0x05,0x05,0x05,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x07,0x04, -0x04,0x07,0x04,0x04,0x02,0x04,0x02,0x01,0x01,0x02,0x0b,0x01,0x02,0x03,0x03,0x03, -0x0e,0x02,0x0a,0x0a,0x02,0x0d,0x01,0x01,0x0f,0x0e,0x01,0x0b,0x01,0x0a,0x0d,0x01, -0x0d,0x0e,0x01,0x0b,0x0c,0x0a,0x0e,0x0e,0x0a,0x0e,0x0d,0x0b,0x0a,0x0d,0x0a,0x0a, -0x0a,0x0f,0x0e,0x0a,0x0a,0x0f,0x0f,0x0f,0x0f,0x0d,0x0d,0x0e,0x0d,0x0b,0x08,0x01, -0x01,0x02,0x02,0x01,0x07,0x01,0x02,0x02,0x02,0x02,0x03,0x05,0x04,0x02,0x00,0x00, -0x00,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x02,0x07,0x04,0x07, -0x03,0x02,0x03,0x02,0x03,0x04,0x03,0x00,0x00,0x03,0x03,0x02,0x03,0x03,0x03,0x0d, -0x01,0x03,0x0d,0x0a,0x01,0x0d,0x01,0x0a,0x0d,0x01,0x0d,0x0a,0x0a,0x0b,0x0c,0x0d, -0x0e,0x0e,0x0b,0x0d,0x0f,0x0d,0x0f,0x0f,0x0a,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0e,0x0a,0x0e,0x0e,0x0d,0x0c,0x02,0x07,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x04, -0x04,0x07,0x04,0x07,0x07,0x04,0x07,0x04,0x04,0x04,0x03,0x04,0x06,0x04,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x0d,0x0c,0x03,0x0a, -0x01,0x0d,0x0e,0x01,0x0d,0x0c,0x0a,0x0b,0x0a,0x0e,0x0e,0x0e,0x0b,0x0d,0x0d,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0a,0x0a, -0x0a,0x0a,0x08,0x01,0x02,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x04,0x02,0x07,0x02,0x07,0x04,0x07,0x04, -0x04,0x07,0x02,0x07,0x04,0x05,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x0d,0x0c,0x01,0x06,0x0a,0x03,0x0b,0x0a,0x01,0x0b,0x01, -0x0a,0x0b,0x0a,0x0d,0x0e,0x0a,0x0b,0x0a,0x0d,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0d,0x0a,0x01,0x01,0x01,0x01,0x02,0x07, -0x07,0x07,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x04,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x02,0x05,0x04,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x06,0x02,0x06,0x06,0x06,0x06,0x0a, -0x01,0x0a,0x08,0x0a,0x01,0x0b,0x01,0x01,0x0d,0x01,0x0a,0x0b,0x0a,0x0d,0x0e,0x0e, -0x0b,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0a,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x07,0x07, -0x07,0x04,0x07,0x07,0x03,0x07,0x07,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x01,0x05,0x01,0x02,0x03,0x08,0x03,0x08,0x03,0x0f,0x0a,0x08,0x0a,0x0c,0x0a, -0x0a,0x01,0x0d,0x01,0x0a,0x0e,0x0a,0x0b,0x0e,0x0d,0x0b,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x07,0x04,0x02, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x01,0x01,0x02, -0x01,0x03,0x08,0x03,0x01,0x08,0x06,0x0a,0x0d,0x0a,0x0d,0x0c,0x0a,0x01,0x0a,0x0a, -0x0c,0x0d,0x0d,0x0b,0x0b,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x01,0x01,0x03,0x03,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x02,0x05,0x01,0x03,0x01,0x03,0x03,0x05,0x03,0x03,0x01,0x03,0x01, -0x06,0x08,0x0a,0x0a,0x0a,0x0a,0x0a,0x01,0x0d,0x0a,0x0a,0x0e,0x0f,0x0b,0x0d,0x0d, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0a,0x08, -0x08,0x06,0x05,0x03,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x04,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x02, -0x03,0x01,0x03,0x03,0x03,0x01,0x01,0x06,0x03,0x01,0x01,0x06,0x0a,0x01,0x0a,0x0a, -0x08,0x0a,0x0a,0x0a,0x0f,0x0d,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0d,0x0f,0x0f,0x08,0x08,0x06,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x01,0x03,0x03,0x01,0x03,0x01,0x03, -0x03,0x01,0x01,0x01,0x06,0x01,0x06,0x06,0x01,0x01,0x0c,0x08,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x06,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0a,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x03,0x03,0x01,0x03,0x01,0x01, -0x01,0x01,0x06,0x06,0x06,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x06,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x01,0x03,0x03,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x01,0x01,0x06,0x06,0x01,0x05, -0x05,0x06,0x06,0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0a,0x03,0x03,0x03,0x01,0x03,0x01,0x03,0x03,0x01,0x03, -0x03,0x03,0x03,0x03,0x01,0x01,0x06,0x0a,0x00,0x02,0x05,0x05,0x05,0x05,0x06,0x06, -0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a, -0x0c,0x01,0x03,0x03,0x01,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x06,0x06, -0x0a,0x00,0x00,0x02,0x04,0x04,0x04,0x04,0x04,0x03,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x01,0x01,0x03,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x06,0x08,0x0a,0x00,0x00,0x00,0x00,0x04,0x04, -0x04,0x04,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x0c,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01, -0x08,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0a,0x0a,0x0a,0x0a,0x0c,0x01,0x0a,0x01,0x01,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x0a, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f05_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x04,0x02,0x02,0x04,0x02,0x02,0x02,0x02, -0x03,0x01,0x03,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03, -0x02,0x02,0x04,0x01,0x04,0x03,0x03,0x04,0x01,0x02,0x02,0x01,0x01,0x03,0x03,0x03, -0x03,0x03,0x05,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x02,0x02,0x04,0x01, -0x02,0x02,0x03,0x04,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x01,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x01,0x03,0x02,0x03,0x04,0x02,0x01,0x04,0x02,0x03,0x04,0x03,0x04,0x04,0x02,0x02, -0x03,0x02,0x01,0x03,0x02,0x06,0x03,0x02,0x06,0x03,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x02,0x03,0x04,0x03, -0x02,0x02,0x03,0x01,0x04,0x03,0x04,0x06,0x02,0x02,0x02,0x07,0x03,0x02,0x08,0x02, -0x04,0x01,0x04,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x03,0x02,0x03,0x05,0x03,0x02,0x01,0x04,0x01,0x02,0x04,0x08, -0x02,0x02,0x02,0x08,0x02,0x04,0x01,0x07,0x02,0x04,0x01,0x04,0x01,0x04,0x05,0x02, -0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x04,0x07,0x07, -0x07,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x02,0x02,0x02,0x01,0x04,0x05,0x03,0x04,0x04,0x08,0x03,0x04,0x04,0x03,0x03,0x02, -0x03,0x07,0x02,0x06,0x03,0x01,0x02,0x03,0x03,0x04,0x07,0x09,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x04,0x03,0x02,0x04,0x05,0x01,0x04, -0x05,0x01,0x02,0x04,0x04,0x03,0x01,0x04,0x01,0x02,0x02,0x07,0x01,0x02,0x04,0x02, -0x04,0x04,0x04,0x04,0x02,0x07,0x09,0x07,0x09,0x07,0x02,0x02,0x02,0x02,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x07, -0x07,0x07,0x07,0x07,0x04,0x07,0x07,0x07,0x04,0x07,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x04,0x03,0x04,0x04,0x05,0x02,0x04,0x05,0x01,0x04,0x03,0x08,0x07, -0x02,0x04,0x03,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x07,0x07,0x04,0x07,0x07,0x07, -0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x07,0x07,0x07,0x07,0x07,0x04,0x04, -0x04,0x04,0x04,0x04,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04, -0x03,0x03,0x04,0x03,0x04,0x06,0x02,0x03,0x02,0x04,0x08,0x02,0x04,0x02,0x02,0x02, -0x02,0x07,0x04,0x04,0x07,0x03,0x02,0x07,0x04,0x04,0x04,0x02,0x04,0x02,0x04,0x02, -0x07,0x07,0x07,0x07,0x09,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x04,0x07,0x07,0x07,0x04,0x07,0x04,0x07,0x04,0x04,0x04,0x07,0x04,0x04, -0x04,0x04,0x02,0x02,0x04,0x02,0x02,0x04,0x02,0x04,0x04,0x04,0x02,0x04,0x02,0x02, -0x07,0x02,0x02,0x04,0x02,0x02,0x02,0x07,0x02,0x06,0x02,0x07,0x05,0x03,0x02,0x06, -0x02,0x04,0x02,0x04,0x04,0x04,0x04,0x02,0x04,0x02,0x02,0x02,0x07,0x02,0x09,0x07, -0x07,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x07,0x07,0x07, -0x04,0x07,0x07,0x04,0x07,0x07,0x02,0x07,0x02,0x04,0x01,0x04,0x04,0x04,0x04,0x01, -0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x02,0x02,0x02,0x03,0x02,0x07,0x04,0x01,0x02, -0x08,0x02,0x02,0x08,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x02,0x04,0x07,0x07,0x07,0x07,0x07,0x09,0x07,0x07,0x09,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x07,0x07,0x07,0x04, -0x04,0x04,0x04,0x04,0x02,0x02,0x08,0x01,0x04,0x0a,0x07,0x02,0x01,0x02,0x04,0x01, -0x07,0x01,0x01,0x07,0x01,0x01,0x07,0x08,0x01,0x02,0x0a,0x02,0x04,0x0a,0x02,0x02, -0x08,0x02,0x03,0x03,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x07, -0x02,0x07,0x04,0x07,0x02,0x09,0x07,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x04,0x04,0x07,0x02,0x07,0x03,0x02,0x02, -0x0a,0x01,0x02,0x01,0x02,0x02,0x0b,0x02,0x03,0x0a,0x02,0x08,0x0c,0x02,0x08,0x03, -0x02,0x08,0x01,0x02,0x0a,0x02,0x03,0x0a,0x02,0x02,0x01,0x02,0x01,0x01,0x02,0x02, -0x02,0x01,0x02,0x02,0x04,0x02,0x02,0x04,0x04,0x04,0x04,0x07,0x04,0x07,0x07,0x07, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x09,0x07, -0x04,0x07,0x07,0x07,0x09,0x03,0x02,0x02,0x04,0x01,0x01,0x02,0x02,0x0a,0x02,0x02, -0x0b,0x01,0x01,0x0c,0x02,0x0d,0x01,0x02,0x0a,0x02,0x02,0x0a,0x0c,0x03,0x0a,0x02, -0x01,0x0e,0x02,0x01,0x01,0x02,0x08,0x0c,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x02,0x07,0x04,0x07,0x04,0x07,0x07,0x07,0x09,0x07,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x07,0x07,0x04,0x07,0x07,0x04,0x07,0x04,0x02,0x07,0x04, -0x07,0x04,0x02,0x01,0x0a,0x02,0x02,0x0d,0x01,0x02,0x0d,0x01,0x01,0x0c,0x02,0x0d, -0x01,0x02,0x0a,0x01,0x02,0x0a,0x0c,0x01,0x0a,0x02,0x01,0x0e,0x02,0x01,0x01,0x01, -0x08,0x0c,0x02,0x01,0x01,0x0c,0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x04,0x04, -0x07,0x07,0x02,0x07,0x02,0x07,0x07,0x07,0x09,0x09,0x07,0x09,0x09,0x09,0x09,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x07, -0x04,0x04,0x07,0x04,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x01,0x01,0x02, -0x02,0x0a,0x01,0x02,0x08,0x01,0x06,0x0a,0x02,0x0d,0x01,0x02,0x0d,0x01,0x02,0x0a, -0x0c,0x01,0x0a,0x02,0x08,0x0a,0x01,0x01,0x0c,0x01,0x0a,0x0c,0x01,0x01,0x01,0x0a, -0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07, -0x07,0x07,0x07,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x07,0x07,0x04,0x07,0x07,0x07,0x07, -0x07,0x07,0x04,0x07,0x04,0x01,0x02,0x06,0x01,0x01,0x02,0x0a,0x01,0x03,0x0a,0x0c, -0x06,0x0a,0x02,0x0d,0x0c,0x03,0x0d,0x01,0x01,0x0d,0x0a,0x0c,0x0a,0x01,0x0a,0x0a, -0x01,0x01,0x0a,0x01,0x0d,0x01,0x01,0x01,0x0c,0x0a,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x03,0x02,0x07,0x07,0x02,0x07,0x02,0x02,0x07,0x07, -0x02,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x07,0x04,0x07,0x04,0x07,0x07,0x03,0x02,0x07,0x05,0x07,0x07,0x03,0x02, -0x02,0x03,0x03,0x01,0x02,0x0d,0x01,0x02,0x0a,0x0a,0x01,0x0e,0x03,0x0d,0x01,0x01, -0x0d,0x01,0x01,0x0b,0x0c,0x0a,0x0c,0x01,0x0a,0x0a,0x01,0x08,0x0a,0x01,0x0d,0x01, -0x0a,0x0a,0x0c,0x0d,0x01,0x0a,0x0c,0x08,0x01,0x01,0x01,0x01,0x0c,0x02,0x01,0x02, -0x01,0x02,0x02,0x02,0x02,0x04,0x0a,0x01,0x02,0x01,0x02,0x07,0x07,0x07,0x09,0x09, -0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x04,0x07, -0x04,0x07,0x07,0x07,0x04,0x07,0x04,0x04,0x04,0x02,0x06,0x0b,0x01,0x01,0x03,0x0d, -0x01,0x01,0x0a,0x0a,0x08,0x0e,0x03,0x0b,0x01,0x01,0x0b,0x01,0x01,0x0b,0x0c,0x0a, -0x0a,0x01,0x0d,0x0a,0x0c,0x0a,0x0a,0x01,0x0b,0x01,0x0e,0x0a,0x0c,0x0d,0x0c,0x0c, -0x0c,0x0c,0x0c,0x01,0x01,0x02,0x0c,0x01,0x01,0x01,0x01,0x01,0x05,0x01,0x02,0x02, -0x01,0x01,0x03,0x03,0x02,0x01,0x02,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x04,0x09,0x04,0x07,0x07,0x02,0x07, -0x04,0x07,0x04,0x02,0x02,0x02,0x02,0x01,0x01,0x0d,0x03,0x03,0x0d,0x0c,0x08,0x0a, -0x03,0x0b,0x01,0x01,0x0b,0x01,0x01,0x0b,0x01,0x0a,0x0a,0x01,0x0d,0x0a,0x0c,0x0a, -0x0c,0x0a,0x0b,0x0c,0x0e,0x0c,0x0a,0x0e,0x0a,0x0c,0x0a,0x0c,0x0e,0x01,0x01,0x0c, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x0a,0x01,0x0e,0x0d,0x01,0x0a,0x0e, -0x02,0x02,0x02,0x02,0x09,0x04,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x04,0x03,0x07,0x02,0x02,0x02,0x08, -0x0e,0x02,0x01,0x0d,0x03,0x01,0x0b,0x01,0x0a,0x0c,0x06,0x0b,0x01,0x01,0x0b,0x01, -0x01,0x0b,0x0c,0x0a,0x0c,0x01,0x0b,0x0a,0x01,0x0e,0x0c,0x0a,0x0b,0x01,0x0e,0x0a, -0x0a,0x0b,0x0a,0x0a,0x0e,0x0c,0x0e,0x0a,0x01,0x0e,0x01,0x0a,0x0c,0x0c,0x0c,0x0b, -0x0b,0x0b,0x0b,0x0c,0x01,0x01,0x01,0x02,0x0a,0x0a,0x01,0x0a,0x0b,0x02,0x02,0x09, -0x04,0x02,0x07,0x07,0x09,0x09,0x07,0x04,0x02,0x07,0x07,0x07,0x07,0x07,0x04,0x04, -0x09,0x04,0x07,0x07,0x02,0x07,0x02,0x02,0x04,0x0d,0x01,0x02,0x08,0x0e,0x03,0x01, -0x0e,0x02,0x0a,0x01,0x08,0x0b,0x02,0x01,0x0d,0x01,0x01,0x0b,0x01,0x0a,0x01,0x01, -0x0b,0x0c,0x01,0x0a,0x01,0x0a,0x0e,0x01,0x0e,0x0a,0x0a,0x0d,0x0e,0x0a,0x0a,0x01, -0x0e,0x0c,0x01,0x0a,0x01,0x0e,0x01,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0a,0x01, -0x02,0x02,0x0a,0x0c,0x0a,0x09,0x09,0x09,0x01,0x07,0x02,0x02,0x04,0x04,0x07,0x07, -0x04,0x04,0x02,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x04,0x07,0x07,0x03,0x07, -0x04,0x01,0x02,0x02,0x02,0x02,0x08,0x0c,0x01,0x01,0x0a,0x03,0x0b,0x01,0x0a,0x0e, -0x03,0x0a,0x0a,0x01,0x01,0x0b,0x01,0x0a,0x01,0x08,0x0b,0x01,0x01,0x0e,0x01,0x0a, -0x0a,0x0c,0x0a,0x0a,0x0a,0x0e,0x0a,0x0e,0x0e,0x0a,0x0e,0x0c,0x01,0x0c,0x01,0x0a, -0x01,0x08,0x0b,0x0b,0x0b,0x0d,0x0b,0x0b,0x0d,0x01,0x02,0x01,0x0a,0x01,0x0b,0x09, -0x09,0x09,0x07,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x07,0x07,0x09, -0x07,0x04,0x07,0x07,0x09,0x04,0x04,0x07,0x01,0x07,0x07,0x04,0x02,0x08,0x0d,0x02, -0x0d,0x01,0x02,0x08,0x0c,0x05,0x0b,0x02,0x0a,0x0e,0x03,0x0a,0x01,0x01,0x0a,0x0d, -0x01,0x0d,0x01,0x08,0x0b,0x01,0x0a,0x0e,0x01,0x0d,0x0a,0x0a,0x0e,0x0e,0x0a,0x0e, -0x0a,0x0b,0x0a,0x0e,0x0e,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x01,0x01,0x0a,0x01,0x02,0x09,0x09,0x09,0x01,0x02,0x02,0x02, -0x02,0x04,0x05,0x05,0x05,0x00,0x02,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x07,0x04, -0x04,0x07,0x04,0x04,0x02,0x04,0x02,0x01,0x01,0x02,0x0b,0x01,0x02,0x03,0x03,0x03, -0x0e,0x02,0x0a,0x0a,0x02,0x0d,0x01,0x01,0x0f,0x0e,0x01,0x0b,0x01,0x0a,0x0d,0x01, -0x0d,0x0e,0x01,0x0b,0x0c,0x0a,0x0e,0x0e,0x0a,0x0e,0x0d,0x0b,0x0a,0x0d,0x0a,0x0a, -0x0a,0x0f,0x0e,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0d,0x0d,0x0e,0x0d,0x0b,0x08,0x01, -0x01,0x02,0x02,0x01,0x07,0x01,0x02,0x02,0x02,0x02,0x03,0x05,0x04,0x02,0x00,0x00, -0x02,0x02,0x04,0x07,0x07,0x04,0x04,0x07,0x04,0x07,0x07,0x04,0x07,0x04,0x04,0x04, -0x03,0x04,0x06,0x04,0x04,0x04,0x03,0x00,0x00,0x03,0x03,0x02,0x03,0x03,0x03,0x0d, -0x01,0x03,0x0d,0x0a,0x01,0x0d,0x01,0x0a,0x0d,0x01,0x0d,0x0a,0x0a,0x0b,0x0c,0x0d, -0x0e,0x0e,0x0b,0x0d,0x0f,0x0d,0x0f,0x0f,0x0a,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x0d,0x0c,0x02,0x07,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x04,0x02, -0x07,0x02,0x07,0x04,0x07,0x04,0x04,0x07,0x02,0x07,0x04,0x05,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x0d,0x0c,0x03,0x0a, -0x01,0x0d,0x0e,0x01,0x0d,0x0c,0x0a,0x0b,0x0a,0x0e,0x0e,0x0e,0x0b,0x0d,0x0d,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0a,0x08,0x01,0x02,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x04,0x02,0x07,0x07,0x07,0x07,0x07,0x07, -0x04,0x07,0x02,0x05,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x06,0x06,0x0d,0x0c,0x01,0x06,0x0a,0x03,0x0b,0x0a,0x01,0x0b,0x01, -0x0a,0x0b,0x0a,0x0d,0x0e,0x0a,0x0b,0x0a,0x0d,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0b,0x0b,0x0b,0x0b,0x0b,0x0d,0x0a,0x01,0x01,0x01,0x01,0x02,0x07, -0x07,0x07,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x07,0x03,0x07,0x07,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x06,0x02,0x06,0x06,0x06,0x06,0x0a, -0x01,0x0a,0x08,0x0a,0x01,0x0b,0x01,0x01,0x0d,0x01,0x0a,0x0b,0x0a,0x0d,0x0e,0x0e, -0x0b,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0a,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x07,0x07,0x07,0x07, -0x07,0x07,0x02,0x07,0x04,0x02,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x01,0x05,0x01,0x02,0x03,0x08,0x03,0x08,0x03,0x0f,0x0a,0x08,0x0a,0x0c,0x0a, -0x0a,0x01,0x0d,0x01,0x0a,0x0e,0x0a,0x0b,0x0e,0x0d,0x0b,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0d,0x0d,0x0d,0x0f,0x08,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x01,0x01,0x02, -0x01,0x03,0x08,0x03,0x01,0x08,0x06,0x0a,0x0d,0x0a,0x0d,0x0c,0x0a,0x01,0x0a,0x0a, -0x0c,0x0d,0x0d,0x0b,0x0b,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0d,0x0d,0x0f,0x08,0x08,0x06,0x01,0x01,0x03,0x03,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x07,0x07,0x04,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x02,0x05,0x01,0x03,0x01,0x03,0x03,0x05,0x03,0x03,0x01,0x03,0x01, -0x06,0x08,0x0a,0x0a,0x0a,0x0a,0x0a,0x01,0x0d,0x0a,0x0a,0x0e,0x0f,0x0b,0x0d,0x0d, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0a,0x08, -0x08,0x06,0x05,0x03,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x02, -0x03,0x01,0x03,0x03,0x03,0x01,0x01,0x06,0x03,0x01,0x01,0x06,0x0a,0x01,0x0a,0x0a, -0x08,0x0a,0x0a,0x0a,0x0f,0x0d,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0d,0x0f,0x0f,0x08,0x08,0x06,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x01,0x03,0x03,0x01,0x03,0x01,0x03, -0x03,0x01,0x01,0x01,0x06,0x01,0x06,0x06,0x01,0x01,0x0c,0x08,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x06,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0a,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x03,0x03,0x01,0x03,0x01,0x01, -0x01,0x01,0x06,0x06,0x06,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x06,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x01,0x03,0x03,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x01,0x01,0x06,0x06,0x01,0x05, -0x05,0x06,0x06,0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0a,0x0a,0x0c,0x01,0x03,0x03,0x01,0x01,0x03,0x03,0x03,0x01, -0x03,0x03,0x03,0x03,0x06,0x06,0x0a,0x00,0x00,0x02,0x05,0x05,0x05,0x05,0x06,0x06, -0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a, -0x0a,0x0a,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x06,0x0a,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x0c,0x01,0x01, -0x01,0x03,0x03,0x03,0x01,0x01,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x0a,0x0a,0x0c,0x0a,0x0a,0x01,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f06.h b/fishmaps/f06.h deleted file mode 100644 index 781aa1a..0000000 --- a/fishmaps/f06.h +++ /dev/null @@ -1,527 +0,0 @@ -#define f06_width 93 -#define f06_height 44 -#define f06_colors 16 -#define f06_back 0 -int f06_reds[] = {15872, 18176, 8704, 18176, 12800, 5376, 8704, -2304, 20480, 26624, 33792, 28160, 27392, 39936, -20480, 0}; -int f06_greens[] = {21248, 16384, 9216, 17664, 13312, 6144, 8448, -3328, 20992, 24576, 32000, 26880, 26880, 38912, -25600, 0}; -int f06_blues[] = {65280, 4352, 4096, 6912, 6912, 2048, 2560, -768, 10752, 7680, 16384, 9728, 13312, 25600, -16384, 0}; -unsigned char f06_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x01, -0x02,0x02,0x04,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x05, -0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x06,0x01,0x01,0x03,0x03,0x01,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x05, -0x02,0x02,0x06,0x06,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x04,0x01, -0x02,0x06,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x04,0x02,0x02,0x04,0x04,0x02,0x06, -0x02,0x06,0x06,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07, -0x07,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x06,0x02,0x04, -0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x03,0x03,0x03,0x02,0x04,0x02,0x04,0x04,0x06, -0x06,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02, -0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x06,0x06,0x07,0x06,0x04,0x03, -0x02,0x06,0x02,0x04,0x04,0x02,0x04,0x03,0x08,0x03,0x03,0x02,0x03,0x04,0x06,0x05, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x02,0x05,0x02,0x02,0x02,0x02,0x07,0x07,0x06, -0x00,0x00,0x00,0x06,0x06,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02, -0x04,0x04,0x04,0x02,0x04,0x06,0x04,0x04,0x04,0x02,0x06,0x06,0x05,0x04,0x03,0x04, -0x01,0x02,0x09,0x06,0x09,0x04,0x04,0x03,0x02,0x03,0x02,0x02,0x02,0x05,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07, -0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x04,0x02,0x04,0x02,0x02,0x06,0x06, -0x02,0x02,0x02,0x06,0x02,0x02,0x02,0x02,0x06,0x02,0x06,0x02,0x06,0x02,0x06,0x04, -0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x03,0x02,0x03,0x04,0x02,0x04,0x03,0x02,0x03, -0x02,0x03,0x04,0x02,0x03,0x06,0x03,0x02,0x02,0x02,0x02,0x06,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x02, -0x02,0x02,0x03,0x04,0x04,0x07,0x02,0x04,0x02,0x07,0x02,0x02,0x06,0x06,0x07,0x07, -0x02,0x06,0x05,0x07,0x06,0x05,0x07,0x02,0x02,0x07,0x02,0x02,0x05,0x02,0x02,0x04, -0x04,0x02,0x02,0x03,0x03,0x05,0x04,0x03,0x02,0x03,0x03,0x06,0x04,0x02,0x02,0x02, -0x02,0x04,0x02,0x03,0x02,0x04,0x06,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x06,0x06,0x04,0x02,0x02, -0x06,0x02,0x02,0x04,0x02,0x06,0x01,0x03,0x02,0x06,0x05,0x06,0x06,0x06,0x05,0x05, -0x02,0x05,0x07,0x07,0x02,0x06,0x07,0x02,0x02,0x06,0x02,0x02,0x02,0x06,0x06,0x02, -0x06,0x06,0x02,0x06,0x06,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x06,0x02,0x02, -0x02,0x06,0x06,0x06,0x02,0x02,0x06,0x06,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x05,0x06,0x02,0x02,0x02,0x06,0x04,0x02,0x04, -0x06,0x04,0x04,0x08,0x04,0x02,0x04,0x04,0x05,0x07,0x07,0x07,0x07,0x07,0x05,0x02, -0x07,0x07,0x06,0x05,0x05,0x05,0x06,0x06,0x06,0x05,0x05,0x06,0x05,0x06,0x05,0x06, -0x06,0x02,0x05,0x07,0x05,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x07,0x06,0x06,0x06,0x04,0x04,0x06,0x03,0x02,0x06,0x02,0x06,0x02,0x06, -0x06,0x02,0x04,0x01,0x03,0x02,0x05,0x07,0x07,0x05,0x05,0x07,0x05,0x07,0x07,0x05, -0x07,0x07,0x07,0x07,0x07,0x05,0x02,0x05,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06, -0x06,0x06,0x06,0x01,0x02,0x06,0x02,0x04,0x02,0x02,0x03,0x03,0x04,0x04,0x03,0x02, -0x05,0x06,0x05,0x02,0x06,0x07,0x07,0x07,0x05,0x05,0x06,0x06,0x06,0x06,0x05,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x01,0x01,0x06, -0x01,0x03,0x06,0x02,0x06,0x01,0x06,0x02,0x06,0x02,0x06,0x02,0x01,0x02,0x02,0x01, -0x06,0x06,0x06,0x06,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x06, -0x06,0x03,0x02,0x01,0x03,0x03,0x01,0x01,0x02,0x06,0x06,0x06,0x02,0x01,0x01,0x06, -0x06,0x06,0x06,0x07,0x06,0x05,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x01,0x04,0x06,0x06,0x01,0x02,0x02,0x06, -0x06,0x01,0x02,0x06,0x06,0x01,0x06,0x06,0x01,0x06,0x01,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x05,0x06,0x07,0x06,0x05,0x05,0x07,0x05,0x07,0x05,0x07,0x05,0x07,0x05, -0x07,0x06,0x05,0x05,0x05,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07, -0x07,0x06,0x01,0x06,0x01,0x01,0x01,0x06,0x01,0x02,0x02,0x05,0x06,0x09,0x04,0x02, -0x01,0x01,0x02,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x06,0x01,0x06,0x06, -0x06,0x06,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x06,0x05,0x06,0x05,0x06, -0x06,0x06,0x05,0x06,0x05,0x05,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x05, -0x05,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x06,0x05,0x07,0x07,0x05,0x05,0x06, -0x06,0x05,0x05,0x07,0x07,0x07,0x07,0x05,0x05,0x06,0x05,0x06,0x06,0x06,0x02,0x01, -0x01,0x01,0x06,0x06,0x01,0x03,0x06,0x06,0x01,0x02,0x06,0x01,0x02,0x06,0x05,0x01, -0x06,0x06,0x06,0x02,0x01,0x01,0x06,0x01,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x05, -0x06,0x05,0x06,0x05,0x06,0x05,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05, -0x07,0x07,0x05,0x07,0x05,0x06,0x01,0x01,0x07,0x06,0x06,0x06,0x02,0x01,0x06,0x06, -0x07,0x09,0x09,0x09,0x09,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01, -0x01,0x06,0x06,0x02,0x02,0x06,0x06,0x06,0x01,0x03,0x06,0x02,0x02,0x02,0x01,0x01, -0x01,0x01,0x01,0x02,0x06,0x06,0x06,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x05,0x06,0x06,0x05,0x06,0x05,0x05,0x05,0x06, -0x06,0x06,0x01,0x01,0x01,0x07,0x06,0x06,0x07,0x05,0x05,0x05,0x06,0x02,0x07,0x07, -0x07,0x07,0x01,0x01,0x01,0x01,0x02,0x06,0x06,0x06,0x06,0x06,0x01,0x02,0x01,0x03, -0x06,0x06,0x01,0x03,0x06,0x06,0x04,0x06,0x01,0x07,0x06,0x06,0x06,0x06,0x06,0x06, -0x01,0x06,0x01,0x02,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x02,0x02,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05, -0x06,0x06,0x02,0x06,0x06,0x02,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x06,0x06,0x06, -0x06,0x09,0x07,0x07,0x07,0x07,0x05,0x05,0x07,0x06,0x0a,0x0b,0x07,0x07,0x0b,0x01, -0x01,0x01,0x01,0x06,0x00,0x00,0x06,0x06,0x02,0x02,0x06,0x02,0x06,0x06,0x02,0x06, -0x06,0x06,0x04,0x02,0x06,0x02,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01, -0x06,0x02,0x06,0x02,0x05,0x06,0x05,0x06,0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x05, -0x06,0x06,0x06,0x02,0x06,0x02,0x06,0x02,0x06,0x02,0x01,0x06,0x02,0x06,0x02,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x07,0x05,0x05,0x06,0x06,0x06,0x06,0x01,0x01, -0x01,0x07,0x07,0x01,0x01,0x02,0x06,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x09,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x07,0x06,0x06,0x06,0x06,0x02,0x02,0x06,0x02,0x03,0x02, -0x06,0x02,0x05,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x01, -0x06,0x06,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01, -0x01,0x01,0x06,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x06,0x06,0x05,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x07, -0x09,0x09,0x09,0x01,0x01,0x0b,0x0b,0x09,0x09,0x09,0x09,0x01,0x00,0x00,0x00,0x00, -0x00,0x07,0x07,0x02,0x04,0x04,0x02,0x04,0x04,0x02,0x02,0x02,0x06,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x06,0x01,0x01,0x01,0x02,0x06,0x03,0x03,0x01,0x01,0x02, -0x06,0x01,0x02,0x06,0x05,0x06,0x01,0x01,0x01,0x02,0x06,0x06,0x06,0x02,0x02,0x02, -0x06,0x02,0x02,0x02,0x06,0x06,0x06,0x06,0x06,0x01,0x09,0x01,0x07,0x09,0x0b,0x0b, -0x09,0x09,0x01,0x0b,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07, -0x02,0x04,0x02,0x04,0x04,0x04,0x06,0x04,0x02,0x06,0x01,0x01,0x02,0x01,0x02,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x03,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x01, -0x01,0x06,0x06,0x01,0x01,0x01,0x06,0x06,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x07,0x0b,0x0b,0x0b,0x0c,0x09,0x01, -0x09,0x0b,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x02,0x04,0x04, -0x02,0x06,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x01,0x01,0x03,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x06,0x06, -0x01,0x01,0x01,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x09,0x09,0x09,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x0b,0x09,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x02,0x04,0x02,0x04,0x02, -0x02,0x04,0x04,0x04,0x02,0x03,0x02,0x06,0x02,0x01,0x01,0x03,0x01,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x01, -0x06,0x01,0x01,0x01,0x01,0x09,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09, -0x09,0x09,0x09,0x09,0x07,0x09,0x09,0x09,0x09,0x09,0x0c,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x02,0x02,0x05,0x02,0x03,0x03,0x02, -0x02,0x06,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x03,0x02,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x09,0x01,0x09,0x01,0x09,0x01,0x09,0x01,0x01,0x01,0x01,0x01,0x09, -0x09,0x0b,0x0b,0x01,0x09,0x09,0x0b,0x01,0x01,0x09,0x01,0x09,0x01,0x09,0x09,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x0d,0x0d, -0x09,0x09,0x09,0x09,0x09,0x09,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x05,0x06,0x04,0x02,0x02,0x04,0x02,0x02,0x02, -0x04,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x01,0x09, -0x09,0x09,0x09,0x09,0x09,0x0b,0x09,0x01,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09, -0x0b,0x0b,0x09,0x0b,0x09,0x0b,0x09,0x09,0x09,0x09,0x09,0x01,0x09,0x09,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x09,0x0a,0x0d,0x0a,0x0c,0x09, -0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x09,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x0b,0x09, -0x0c,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x09, -0x09,0x09,0x01,0x09,0x09,0x09,0x09,0x09,0x0c,0x0a,0x0a,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07, -0x07,0x07,0x07,0x07,0x05,0x07,0x02,0x07,0x07,0x07,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x09,0x0b,0x0b,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0b,0x0c,0x0c,0x0b,0x0c, -0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0b, -0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x09,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x09, -0x0b,0x0c,0x0c,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0a, -0x0c,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x0b,0x0c,0x0c,0x0b,0x0b,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x09,0x09, -0x0c,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f06_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00, -0x01,0x01,0x06,0x06,0x00,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x06, -0x01,0x06,0x06,0x06,0x06,0x00,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x00,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x09,0x01,0x01,0x01,0x06,0x01,0x06, -0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x01,0x01,0x09,0x01,0x01,0x01,0x09,0x06,0x01,0x06,0x01,0x06,0x06,0x06, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01, -0x01,0x04,0x04,0x02,0x01,0x01,0x01,0x06,0x09,0x06,0x06,0x05,0x06,0x06,0x06,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x00,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x04,0x01,0x02,0x02,0x09,0x05, -0x02,0x09,0x02,0x09,0x02,0x01,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x04,0x01,0x01,0x01,0x01,0x04,0x03,0x01,0x04,0x02,0x02,0x04,0x02,0x04,0x02,0x05, -0x03,0x02,0x09,0x06,0x02,0x05,0x01,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01, -0x02,0x06,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x04,0x02,0x09,0x04,0x04,0x02,0x03, -0x02,0x09,0x04,0x06,0x05,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x02, -0x07,0x02,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x04,0x01,0x02,0x02,0x04,0x02,0x02,0x06,0x04,0x04, -0x02,0x04,0x02,0x02,0x09,0x02,0x04,0x03,0x03,0x03,0x02,0x04,0x02,0x04,0x04,0x06, -0x06,0x02,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x06,0x06,0x07,0x06,0x04,0x03, -0x02,0x06,0x02,0x04,0x04,0x02,0x04,0x03,0x08,0x03,0x06,0x06,0x03,0x04,0x06,0x05, -0x02,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x07,0x00,0x00,0x06,0x06,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02, -0x04,0x04,0x04,0x02,0x04,0x06,0x04,0x04,0x04,0x02,0x06,0x06,0x05,0x04,0x03,0x04, -0x01,0x02,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x05,0x02,0x05,0x02,0x06, -0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07, -0x07,0x07,0x02,0x02,0x02,0x03,0x04,0x04,0x07,0x02,0x04,0x02,0x02,0x02,0x06,0x06, -0x02,0x02,0x02,0x06,0x02,0x02,0x02,0x02,0x06,0x02,0x06,0x02,0x06,0x02,0x06,0x04, -0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x02,0x02,0x06,0x02,0x06,0x06,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x06,0x06, -0x04,0x02,0x03,0x06,0x02,0x03,0x04,0x03,0x03,0x01,0x02,0x02,0x06,0x06,0x07,0x07, -0x02,0x06,0x05,0x07,0x06,0x05,0x07,0x02,0x02,0x07,0x02,0x02,0x05,0x04,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,0x02,0x02,0x02,0x02,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x05,0x06,0x03,0x03,0x03,0x06, -0x04,0x02,0x04,0x06,0x04,0x04,0x08,0x03,0x02,0x06,0x05,0x06,0x06,0x06,0x05,0x05, -0x02,0x05,0x07,0x07,0x02,0x06,0x07,0x02,0x02,0x06,0x02,0x06,0x02,0x06,0x06,0x06, -0x06,0x07,0x06,0x07,0x06,0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x06,0x06,0x02,0x02,0x06,0x06,0x02,0x06,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x03,0x03,0x03,0x04,0x06,0x03,0x02,0x06,0x02, -0x03,0x02,0x06,0x06,0x04,0x02,0x04,0x04,0x05,0x07,0x07,0x07,0x07,0x07,0x05,0x02, -0x07,0x07,0x06,0x05,0x05,0x05,0x06,0x06,0x06,0x05,0x05,0x06,0x05,0x06,0x06,0x06, -0x07,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x07,0x06,0x03,0x06,0x01,0x02,0x06,0x02,0x04,0x03,0x02,0x03,0x03,0x04, -0x04,0x02,0x04,0x01,0x03,0x02,0x05,0x07,0x07,0x05,0x05,0x07,0x05,0x07,0x07,0x05, -0x07,0x07,0x07,0x07,0x07,0x05,0x02,0x05,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06, -0x06,0x06,0x06,0x01,0x02,0x06,0x02,0x04,0x03,0x02,0x03,0x03,0x04,0x04,0x03,0x02, -0x05,0x06,0x05,0x02,0x06,0x07,0x07,0x07,0x05,0x05,0x06,0x06,0x06,0x06,0x05,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x01,0x01,0x06, -0x01,0x03,0x03,0x02,0x06,0x01,0x06,0x02,0x06,0x02,0x06,0x02,0x01,0x02,0x02,0x01, -0x06,0x06,0x06,0x06,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x06, -0x06,0x03,0x02,0x01,0x03,0x03,0x01,0x01,0x02,0x06,0x06,0x06,0x02,0x01,0x01,0x06, -0x06,0x06,0x06,0x07,0x06,0x05,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x01,0x04,0x06,0x06,0x01,0x02,0x02,0x06, -0x06,0x01,0x02,0x06,0x06,0x01,0x06,0x06,0x01,0x06,0x01,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x05,0x06,0x07,0x06,0x05,0x05,0x07,0x05,0x07,0x05,0x07,0x05,0x07,0x05, -0x07,0x06,0x05,0x05,0x05,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07, -0x07,0x06,0x01,0x06,0x01,0x09,0x01,0x06,0x01,0x09,0x02,0x05,0x06,0x09,0x04,0x02, -0x01,0x01,0x02,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x06,0x01,0x06,0x06, -0x06,0x06,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x06,0x05,0x06,0x05,0x06, -0x06,0x06,0x05,0x06,0x05,0x05,0x07,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x05, -0x05,0x05,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x06,0x05,0x07,0x07,0x05,0x05,0x07, -0x06,0x05,0x05,0x07,0x07,0x07,0x07,0x05,0x05,0x06,0x05,0x06,0x06,0x06,0x02,0x01, -0x01,0x01,0x06,0x06,0x01,0x03,0x06,0x06,0x01,0x02,0x06,0x01,0x02,0x06,0x05,0x01, -0x06,0x06,0x06,0x02,0x01,0x01,0x06,0x01,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x05, -0x06,0x05,0x06,0x05,0x06,0x05,0x06,0x05,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05, -0x07,0x07,0x05,0x07,0x05,0x06,0x01,0x01,0x07,0x06,0x06,0x07,0x07,0x01,0x06,0x06, -0x07,0x09,0x09,0x09,0x09,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01, -0x01,0x06,0x09,0x02,0x02,0x06,0x09,0x06,0x01,0x03,0x06,0x02,0x02,0x02,0x01,0x01, -0x01,0x01,0x01,0x02,0x06,0x06,0x06,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x05,0x06,0x06,0x05,0x06,0x05,0x05,0x05,0x06, -0x06,0x06,0x01,0x01,0x01,0x07,0x06,0x07,0x07,0x07,0x05,0x05,0x06,0x02,0x07,0x07, -0x07,0x07,0x01,0x01,0x01,0x01,0x02,0x06,0x06,0x06,0x06,0x09,0x01,0x02,0x01,0x03, -0x06,0x06,0x01,0x03,0x06,0x06,0x04,0x06,0x01,0x07,0x06,0x06,0x06,0x06,0x06,0x06, -0x01,0x06,0x01,0x02,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x02,0x02,0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x05, -0x06,0x06,0x02,0x06,0x06,0x02,0x06,0x06,0x06,0x05,0x05,0x05,0x05,0x06,0x06,0x06, -0x06,0x09,0x07,0x07,0x07,0x07,0x07,0x05,0x07,0x06,0x0a,0x0b,0x07,0x07,0x0b,0x01, -0x01,0x01,0x01,0x06,0x00,0x00,0x06,0x06,0x02,0x02,0x06,0x02,0x06,0x06,0x02,0x06, -0x06,0x06,0x04,0x02,0x06,0x02,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01, -0x06,0x02,0x06,0x02,0x05,0x06,0x05,0x06,0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x05, -0x06,0x06,0x06,0x02,0x06,0x02,0x06,0x02,0x06,0x02,0x01,0x06,0x02,0x06,0x02,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x07,0x05,0x05,0x06,0x06,0x06,0x06,0x01,0x01, -0x01,0x07,0x07,0x01,0x01,0x02,0x06,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x09,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x02,0x02,0x06,0x02,0x03,0x02, -0x06,0x02,0x05,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x01, -0x06,0x06,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01, -0x01,0x01,0x06,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x06,0x06,0x05,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x07,0x07, -0x09,0x09,0x09,0x01,0x01,0x0b,0x0b,0x09,0x09,0x09,0x09,0x01,0x00,0x00,0x00,0x00, -0x00,0x06,0x06,0x02,0x04,0x04,0x02,0x04,0x04,0x02,0x02,0x02,0x06,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x06,0x01,0x01,0x01,0x02,0x06,0x03,0x03,0x01,0x01,0x02, -0x06,0x01,0x02,0x06,0x05,0x06,0x01,0x01,0x01,0x02,0x06,0x06,0x06,0x02,0x02,0x02, -0x06,0x02,0x02,0x02,0x06,0x06,0x06,0x06,0x06,0x01,0x09,0x07,0x07,0x09,0x0b,0x0b, -0x09,0x09,0x01,0x0b,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07, -0x02,0x04,0x02,0x04,0x04,0x04,0x06,0x04,0x02,0x06,0x01,0x01,0x02,0x01,0x02,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x03,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x01, -0x01,0x06,0x06,0x01,0x01,0x01,0x06,0x06,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x07,0x07,0x0b,0x0b,0x0b,0x0c,0x09,0x01, -0x09,0x0b,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x02,0x04,0x02, -0x04,0x04,0x04,0x06,0x04,0x02,0x06,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x06,0x06, -0x01,0x01,0x01,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x09,0x09,0x07,0x07,0x09,0x09,0x09,0x09,0x09,0x09,0x0b,0x09,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x02,0x04,0x04,0x02,0x06,0x02, -0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x01, -0x06,0x01,0x01,0x01,0x01,0x09,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09, -0x09,0x09,0x09,0x07,0x07,0x09,0x09,0x09,0x09,0x09,0x0c,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x02,0x04,0x02,0x04,0x02,0x02,0x04,0x04, -0x04,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x09,0x01,0x09,0x01,0x09,0x01,0x09,0x01,0x01,0x01,0x01,0x01,0x09, -0x09,0x0b,0x0b,0x01,0x09,0x09,0x0b,0x01,0x01,0x09,0x01,0x09,0x01,0x09,0x09,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x0d,0x0d, -0x09,0x07,0x09,0x09,0x09,0x09,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x01,0x01, -0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x01,0x09, -0x09,0x09,0x09,0x09,0x09,0x0b,0x09,0x01,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09, -0x0b,0x0b,0x09,0x0b,0x09,0x0b,0x09,0x09,0x09,0x09,0x09,0x01,0x09,0x09,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x09,0x0a,0x0d,0x0a,0x0c,0x07, -0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x09,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x0b,0x09, -0x0c,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x09, -0x09,0x09,0x01,0x09,0x09,0x09,0x09,0x09,0x0c,0x0a,0x0a,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07, -0x07,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x09,0x0b,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0c, -0x09,0x09,0x09,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0b, -0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x02, -0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x09, -0x0c,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x0c,0x0c,0x0b,0x0c,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0b,0x09,0x0c,0x0c,0x09,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09, -0x09,0x09,0x0c,0x09,0x0c,0x0c,0x09,0x09,0x0c,0x0c,0x09,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x0c,0x0c,0x09,0x0c,0x0c,0x0c, -0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x09,0x09,0x0c,0x0c,0x09,0x09,0x0c,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f07.h b/fishmaps/f07.h deleted file mode 100644 index a898cbf..0000000 --- a/fishmaps/f07.h +++ /dev/null @@ -1,785 +0,0 @@ -#define f07_width 82 -#define f07_height 75 -#define f07_colors 20 -#define f07_back 0 -int f07_reds[] = {0, 36352, 27136, 18432, 17664, 20480, 10496, -21760, 6912, 26112, 16640, 18176, 11776, 25856, -33536, 3072, 43776, 54016, 31488, 17664}; -int f07_greens[] = {23040, 46592, 41728, 34048, 30720, 39168, 22272, -37120, 14592, 37376, 28672, 28672, 19968, 36864, -45824, 6400, 48640, 53760, 39680, 27648}; -int f07_blues[] = {65280, 38400, 39424, 30976, 27392, 37120, 17920, -32000, 7424, 31744, 24576, 19712, 9728, 23808, -46848, 2304, 45824, 49920, 28416, 10752}; -unsigned char f07_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x00,0x00,0x00,0x00, -0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x04,0x01,0x00, -0x00,0x00,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x02,0x00,0x00,0x05, -0x04,0x01,0x00,0x00,0x00,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x00,0x00,0x06,0x02,0x02, -0x00,0x05,0x04,0x01,0x01,0x00,0x00,0x04,0x02,0x07,0x00,0x00,0x00,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x05,0x05,0x00,0x06, -0x08,0x02,0x05,0x00,0x09,0x06,0x01,0x00,0x00,0x04,0x06,0x02,0x00,0x00,0x00,0x05, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x00,0x04,0x06,0x05, -0x02,0x0a,0x06,0x08,0x07,0x04,0x05,0x06,0x06,0x01,0x00,0x04,0x06,0x02,0x07,0x00, -0x00,0x05,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x00,0x04,0x05,0x09,0x04, -0x04,0x06,0x02,0x02,0x06,0x06,0x08,0x09,0x05,0x06,0x06,0x01,0x0a,0x04,0x06,0x02, -0x07,0x00,0x00,0x0a,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x05,0x05,0x04,0x06, -0x06,0x02,0x06,0x0b,0x06,0x02,0x02,0x06,0x06,0x0b,0x0b,0x0c,0x06,0x06,0x01,0x04, -0x04,0x06,0x02,0x00,0x00,0x0a,0x01,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x0a,0x06,0x06, -0x07,0x03,0x06,0x06,0x09,0x03,0x06,0x06,0x04,0x02,0x06,0x06,0x0b,0x0b,0x06,0x06, -0x01,0x04,0x04,0x06,0x02,0x07,0x00,0x0a,0x01,0x06,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x0b,0x06,0x03, -0x03,0x06,0x06,0x02,0x03,0x06,0x06,0x04,0x06,0x06,0x0b,0x04,0x03,0x0a,0x0a,0x04, -0x0d,0x06,0x06,0x01,0x03,0x06,0x02,0x07,0x0a,0x0a,0x01,0x06,0x00,0x00,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x0a,0x0b,0x0a,0x03, -0x04,0x0a,0x04,0x06,0x06,0x06,0x0a,0x0a,0x06,0x06,0x0a,0x0a,0x06,0x0a,0x03,0x05, -0x0a,0x06,0x0a,0x0a,0x06,0x0a,0x07,0x06,0x02,0x0b,0x0a,0x06,0x01,0x06,0x00,0x00, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x0a,0x04, -0x04,0x04,0x03,0x0a,0x06,0x06,0x0a,0x06,0x06,0x0a,0x0a,0x06,0x06,0x04,0x04,0x0b, -0x06,0x03,0x03,0x0b,0x0a,0x04,0x0a,0x0b,0x0a,0x0a,0x0b,0x0b,0x0b,0x06,0x09,0x06, -0x00,0x05,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x06,0x06,0x0a, -0x0a,0x0a,0x04,0x0b,0x06,0x0a,0x0a,0x06,0x0a,0x04,0x06,0x06,0x04,0x04,0x06,0x06, -0x0a,0x0a,0x06,0x0a,0x03,0x0a,0x0b,0x04,0x04,0x0a,0x0b,0x04,0x02,0x06,0x0c,0x06, -0x0a,0x06,0x00,0x02,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0c,0x06, -0x06,0x06,0x0a,0x06,0x06,0x0a,0x06,0x0a,0x0a,0x0a,0x06,0x0a,0x0a,0x0a,0x06,0x0a, -0x0a,0x06,0x0a,0x04,0x0b,0x0b,0x0a,0x09,0x04,0x03,0x02,0x07,0x0a,0x0a,0x09,0x0a, -0x06,0x0b,0x04,0x06,0x03,0x01,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08, -0x08,0x0c,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x06,0x0b,0x0a,0x04,0x06,0x0a,0x0a, -0x0a,0x0a,0x0a,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x0e,0x0e,0x0e,0x02,0x02, -0x09,0x04,0x04,0x07,0x09,0x0b,0x03,0x01,0x00,0x00,0x0a,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x08, -0x08,0x08,0x0c,0x08,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x06,0x06, -0x0b,0x0a,0x0a,0x03,0x03,0x07,0x02,0x02,0x02,0x09,0x02,0x0e,0x02,0x0e,0x0e,0x0e, -0x01,0x0e,0x0e,0x02,0x02,0x01,0x02,0x0b,0x0a,0x01,0x00,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f, -0x08,0x0f,0x08,0x0c,0x06,0x08,0x08,0x08,0x06,0x0c,0x06,0x06,0x06,0x0b,0x06,0x06, -0x0a,0x04,0x03,0x07,0x02,0x02,0x02,0x02,0x07,0x0e,0x0e,0x02,0x09,0x0e,0x0e,0x02, -0x0e,0x0e,0x0e,0x02,0x0e,0x10,0x10,0x10,0x10,0x0e,0x10,0x0a,0x02,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x06,0x06,0x06,0x0b,0x0b, -0x06,0x0a,0x04,0x03,0x02,0x02,0x02,0x09,0x09,0x0e,0x01,0x07,0x02,0x0e,0x02,0x02, -0x0e,0x0e,0x01,0x02,0x10,0x10,0x0e,0x10,0x10,0x10,0x10,0x10,0x10,0x0e,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x0f,0x08,0x08,0x08,0x08,0x08,0x0c,0x08,0x08,0x08,0x08,0x06,0x06,0x06,0x0b, -0x06,0x0a,0x0a,0x04,0x03,0x03,0x04,0x02,0x0e,0x0e,0x02,0x02,0x10,0x0e,0x02,0x02, -0x10,0x01,0x02,0x10,0x10,0x02,0x10,0x10,0x10,0x10,0x11,0x11,0x10,0x11,0x10,0x10, -0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x08,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x06,0x06, -0x06,0x06,0x04,0x04,0x04,0x03,0x02,0x0e,0x0e,0x02,0x07,0x0e,0x0e,0x01,0x02,0x10, -0x0e,0x02,0x10,0x10,0x02,0x0e,0x10,0x10,0x01,0x10,0x10,0x10,0x10,0x11,0x11,0x10, -0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0f,0x0f,0x0f,0x08,0x08,0x0f,0x0f,0x08,0x08,0x08,0x08,0x0c,0x06, -0x06,0x06,0x0a,0x0a,0x04,0x03,0x02,0x02,0x02,0x02,0x02,0x0e,0x10,0x02,0x0e,0x10, -0x0e,0x02,0x10,0x10,0x02,0x10,0x10,0x09,0x10,0x10,0x01,0x0e,0x0e,0x11,0x10,0x0e, -0x11,0x10,0x10,0x10,0x10,0x10,0x10,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x0c, -0x06,0x06,0x0a,0x04,0x0a,0x03,0x07,0x07,0x03,0x0e,0x10,0x0e,0x02,0x02,0x10,0x10, -0x01,0x10,0x10,0x09,0x0e,0x10,0x02,0x0e,0x10,0x01,0x02,0x10,0x10,0x10,0x02,0x0e, -0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0a,0x08,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x08, -0x0c,0x06,0x06,0x06,0x0a,0x0a,0x07,0x04,0x02,0x0e,0x02,0x02,0x02,0x0e,0x10,0x02, -0x09,0x10,0x10,0x02,0x0e,0x10,0x07,0x0e,0x0e,0x07,0x0e,0x10,0x02,0x09,0x0e,0x10, -0x10,0x02,0x0e,0x10,0x0e,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0a,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x06,0x06,0x06,0x0a,0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x10,0x0e,0x02, -0x02,0x0e,0x10,0x02,0x0e,0x10,0x02,0x10,0x0e,0x09,0x0e,0x10,0x02,0x0e,0x10,0x01, -0x07,0x09,0x0e,0x0e,0x07,0x0e,0x10,0x0e,0x10,0x0e,0x10,0x10,0x0e,0x01,0x0a,0x08, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x08,0x0c,0x06,0x06,0x06,0x0a,0x04,0x09,0x09,0x07,0x02,0x0e,0x02,0x09, -0x0e,0x10,0x10,0x02,0x0e,0x10,0x02,0x0e,0x0e,0x07,0x0e,0x02,0x04,0x0e,0x10,0x04, -0x02,0x10,0x10,0x02,0x04,0x0e,0x01,0x02,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x01,0x01, -0x0a,0x08,0x08,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x08,0x08,0x06,0x06,0x06,0x0a,0x04,0x03,0x02,0x02,0x09,0x02,0x02, -0x0e,0x0e,0x09,0x09,0x0e,0x0e,0x02,0x02,0x0e,0x09,0x02,0x01,0x09,0x02,0x09,0x0a, -0x02,0x01,0x0b,0x03,0x02,0x0e,0x09,0x02,0x0e,0x02,0x02,0x0e,0x02,0x0e,0x01,0x0e, -0x01,0x01,0x01,0x08,0x0f,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x06,0x06,0x06,0x0a,0x0a,0x0a,0x07,0x09,0x09,0x02, -0x0e,0x0e,0x02,0x07,0x01,0x10,0x09,0x07,0x0e,0x02,0x07,0x0e,0x09,0x09,0x01,0x09, -0x02,0x01,0x02,0x09,0x01,0x01,0x09,0x0b,0x01,0x07,0x03,0x0e,0x09,0x02,0x0e,0x02, -0x01,0x01,0x01,0x01,0x12,0x0c,0x0f,0x0f,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x06,0x0a,0x0a,0x0a,0x07,0x09,0x09, -0x09,0x02,0x07,0x02,0x0e,0x0e,0x04,0x09,0x0e,0x02,0x0b,0x02,0x09,0x06,0x02,0x02, -0x0b,0x01,0x09,0x04,0x02,0x09,0x09,0x09,0x01,0x02,0x09,0x01,0x0b,0x09,0x01,0x09, -0x07,0x01,0x02,0x02,0x09,0x09,0x0d,0x0b,0x0f,0x0f,0x0c,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0c,0x06,0x06,0x0a,0x0a,0x09,0x09, -0x09,0x09,0x09,0x02,0x01,0x02,0x0a,0x02,0x0e,0x07,0x04,0x01,0x01,0x0a,0x02,0x02, -0x0a,0x02,0x09,0x0a,0x02,0x02,0x0a,0x09,0x02,0x09,0x0b,0x09,0x0d,0x04,0x02,0x09, -0x09,0x02,0x09,0x09,0x01,0x09,0x12,0x09,0x0a,0x0a,0x0f,0x0f,0x08,0x0b,0x0b,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x06,0x06,0x0a,0x04, -0x03,0x09,0x04,0x09,0x02,0x07,0x0a,0x02,0x0e,0x09,0x0a,0x02,0x02,0x0a,0x02,0x02, -0x0a,0x02,0x01,0x0b,0x09,0x02,0x0a,0x02,0x01,0x0b,0x0b,0x09,0x02,0x0a,0x04,0x09, -0x0d,0x09,0x09,0x0b,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0b,0x0f,0x0f,0x0f,0x08, -0x0b,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0c,0x06,0x06,0x06, -0x0a,0x04,0x04,0x04,0x02,0x07,0x0a,0x09,0x02,0x0a,0x07,0x01,0x09,0x06,0x09,0x01, -0x0b,0x04,0x09,0x0b,0x04,0x02,0x0b,0x02,0x02,0x0b,0x04,0x02,0x02,0x06,0x02,0x01, -0x0b,0x06,0x09,0x0d,0x0a,0x0d,0x0a,0x09,0x09,0x0d,0x0d,0x0b,0x0a,0x0b,0x13,0x0f, -0x0f,0x0f,0x0b,0x0d,0x0d,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x06,0x06, -0x06,0x06,0x0a,0x04,0x04,0x04,0x0a,0x09,0x09,0x0b,0x03,0x02,0x0a,0x0a,0x02,0x09, -0x0a,0x0a,0x02,0x0a,0x04,0x09,0x0a,0x09,0x09,0x0b,0x04,0x09,0x0a,0x0a,0x02,0x09, -0x06,0x04,0x09,0x0a,0x0b,0x06,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0d,0x08,0x0f,0x0f,0x08,0x0d,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08, -0x0c,0x06,0x0b,0x0a,0x07,0x02,0x02,0x09,0x07,0x04,0x0b,0x09,0x04,0x06,0x07,0x09, -0x0a,0x0a,0x09,0x04,0x0b,0x07,0x09,0x06,0x09,0x0a,0x0b,0x09,0x0b,0x0b,0x09,0x0a, -0x06,0x04,0x09,0x0a,0x06,0x04,0x01,0x0a,0x06,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0d,0x13,0x0f,0x0f,0x0f,0x0a,0x12,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x06,0x06,0x0a,0x02,0x02,0x02,0x02,0x02,0x09,0x02,0x04,0x06,0x09,0x09, -0x0b,0x06,0x09,0x04,0x06,0x09,0x09,0x0b,0x0d,0x09,0x0b,0x09,0x0d,0x0a,0x09,0x0b, -0x06,0x09,0x09,0x0c,0x06,0x12,0x0a,0x08,0x0b,0x09,0x0a,0x06,0x04,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0b,0x0b,0x0d,0x0d,0x0f,0x0f,0x0f,0x08,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x08,0x0c,0x06,0x06,0x04,0x0b,0x0b,0x0b,0x04,0x0e,0x01,0x09,0x04,0x0a, -0x06,0x0b,0x09,0x0a,0x0b,0x07,0x09,0x0b,0x0a,0x09,0x0b,0x0a,0x0d,0x0b,0x09,0x0a, -0x06,0x0d,0x0b,0x0c,0x0a,0x0d,0x0b,0x06,0x04,0x0d,0x0b,0x0c,0x09,0x04,0x06,0x04, -0x04,0x04,0x0d,0x0d,0x0d,0x09,0x01,0x01,0x0b,0x0f,0x08,0x0c,0x09,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x06,0x00,0x00,0x08,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x0a,0x0f,0x0f,0x0f,0x0f,0x0f,0x06,0x0e,0x0e, -0x02,0x0b,0x0a,0x04,0x06,0x0b,0x09,0x0b,0x06,0x0d,0x0a,0x0b,0x09,0x0b,0x0a,0x0a, -0x06,0x0b,0x0a,0x0c,0x0b,0x0a,0x0c,0x06,0x09,0x0a,0x0c,0x06,0x09,0x0a,0x06,0x0a, -0x04,0x06,0x0a,0x09,0x02,0x09,0x02,0x01,0x0e,0x01,0x09,0x08,0x09,0x06,0x09,0x01, -0x01,0x01,0x01,0x01,0x12,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x06,0x06,0x00,0x00, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x06,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x09,0x01,0x01,0x09,0x06,0x06,0x04,0x0a,0x06,0x04,0x0a,0x06,0x0d,0x0b,0x06,0x0b, -0x06,0x0a,0x0d,0x0b,0x0a,0x0b,0x0c,0x06,0x0a,0x0b,0x08,0x0b,0x0a,0x06,0x08,0x0a, -0x0b,0x06,0x06,0x0b,0x04,0x0d,0x0d,0x09,0x07,0x02,0x01,0x01,0x02,0x10,0x09,0x0f, -0x0f,0x0b,0x08,0x01,0x12,0x12,0x12,0x12,0x12,0x00,0x00,0x00,0x00,0x08,0x08,0x08, -0x06,0x06,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x06,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x06,0x0e,0x01,0x09,0x06,0x0a,0x06,0x06,0x0b,0x0a,0x0a,0x0b,0x0c,0x0b, -0x0b,0x0b,0x0b,0x06,0x06,0x0b,0x0c,0x06,0x0a,0x06,0x06,0x0b,0x0b,0x08,0x06,0x06, -0x06,0x08,0x06,0x06,0x06,0x06,0x0b,0x0b,0x0a,0x04,0x0a,0x09,0x0d,0x0d,0x01,0x13, -0x0c,0x0f,0x0f,0x08,0x0c,0x08,0x0d,0x0d,0x12,0x01,0x01,0x01,0x01,0x00,0x08,0x08, -0x08,0x08,0x0c,0x06,0x06,0x00,0x08,0x0f,0x0f,0x08,0x08,0x08,0x06,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x02,0x0e,0x02,0x0b,0x06,0x0b,0x0b,0x0b,0x06,0x0c,0x06, -0x0b,0x0b,0x0b,0x06,0x0c,0x08,0x06,0x06,0x0b,0x06,0x06,0x0b,0x06,0x0c,0x06,0x06, -0x08,0x0f,0x06,0x06,0x08,0x08,0x06,0x0c,0x0c,0x0c,0x0b,0x0b,0x0a,0x0a,0x0b,0x0b, -0x0b,0x08,0x0c,0x0f,0x0f,0x0f,0x0c,0x08,0x13,0x13,0x0d,0x01,0x12,0x12,0x01,0x0d, -0x08,0x08,0x0f,0x08,0x0c,0x08,0x06,0x06,0x00,0x00,0x08,0x08,0x08,0x0c,0x0b,0x08, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x02,0x0e,0x09,0x0b,0x0b,0x06,0x06,0x06,0x06, -0x0b,0x0b,0x0c,0x08,0x0c,0x0c,0x06,0x06,0x0b,0x06,0x08,0x08,0x0c,0x08,0x06,0x06, -0x0f,0x08,0x08,0x0c,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x0c,0x06,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0c,0x08,0x0c,0x0f,0x0f,0x0f,0x0c,0x08,0x0c,0x13,0x13,0x0d,0x0d,0x0d, -0x0d,0x0d,0x08,0x08,0x0f,0x08,0x08,0x08,0x08,0x06,0x06,0x0a,0x03,0x06,0x06,0x09, -0x11,0x0d,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x02,0x02,0x09,0x0b,0x06,0x0c,0x06, -0x06,0x06,0x08,0x08,0x06,0x06,0x0b,0x06,0x0c,0x08,0x08,0x08,0x06,0x06,0x06,0x08, -0x0f,0x08,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x08,0x08,0x08,0x0c,0x0c,0x08,0x06,0x06, -0x06,0x0c,0x0c,0x0c,0x0c,0x08,0x0c,0x0f,0x0c,0x0c,0x08,0x08,0x08,0x0c,0x13,0x13, -0x13,0x13,0x13,0x13,0x08,0x08,0x0f,0x08,0x08,0x0f,0x08,0x06,0x06,0x06,0x02,0x0e, -0x11,0x11,0x11,0x10,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x09,0x09,0x0b,0x08,0x08, -0x06,0x06,0x0c,0x08,0x0c,0x06,0x06,0x08,0x0f,0x0f,0x08,0x06,0x06,0x06,0x06,0x0f, -0x0f,0x08,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x08,0x08,0x08,0x0c,0x0c, -0x06,0x06,0x06,0x0c,0x0c,0x0c,0x08,0x0c,0x08,0x0f,0x0c,0x0c,0x0f,0x08,0x08,0x08, -0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x08,0x0f,0x08,0x0c,0x06,0x06, -0x04,0x02,0x10,0x01,0x10,0x01,0x0c,0x0f,0x0f,0x0f,0x0f,0x0f,0x06,0x09,0x0b,0x0b, -0x0c,0x0c,0x08,0x08,0x08,0x0c,0x0c,0x0f,0x08,0x08,0x0c,0x06,0x06,0x0c,0x08,0x08, -0x0f,0x08,0x0c,0x0c,0x08,0x08,0x0f,0x08,0x0c,0x08,0x08,0x0f,0x08,0x08,0x08,0x0c, -0x0c,0x0c,0x06,0x06,0x0c,0x0c,0x08,0x0c,0x0c,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x0c,0x0b,0x0a,0x0b,0x0b,0x09,0x04,0x06,0x08,0x08,0x08,0x06,0x0b,0x06, -0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x08,0x0f,0x08,0x08,0x0c,0x08,0x08,0x0f,0x0f,0x08, -0x08,0x0c,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x08,0x08, -0x08,0x0c,0x08,0x08,0x06,0x06,0x06,0x06,0x0c,0x0c,0x06,0x0c,0x0c,0x08,0x0f,0x0f, -0x0f,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x08,0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x06,0x0c,0x06,0x0c,0x0c, -0x0c,0x08,0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x0f,0x08,0x08, -0x0c,0x0c,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x0c,0x08,0x0f,0x08,0x0c,0x0c,0x08, -0x08,0x0c,0x06,0x0c,0x08,0x0c,0x0c,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0c,0x0c, -0x0f,0x0f,0x0f,0x08,0x06,0x06,0x06,0x0c,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x0f,0x08,0x08,0x08, -0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x0f,0x0f,0x0f,0x08,0x08, -0x08,0x08,0x08,0x0f,0x0f,0x0f,0x08,0x08,0x0c,0x0c,0x08,0x0f,0x08,0x0c,0x0c,0x08, -0x08,0x08,0x06,0x0c,0x06,0x06,0x09,0x04,0x0c,0x08,0x06,0x0b,0x0b,0x0b,0x0b,0x0b, -0x06,0x0c,0x0f,0x0f,0x0f,0x08,0x13,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x08,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x0f,0x08,0x08,0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08, -0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0c,0x08,0x08,0x0f,0x08,0x0c,0x0c,0x08, -0x0f,0x08,0x06,0x06,0x08,0x06,0x0b,0x09,0x10,0x0d,0x06,0x0c,0x08,0x06,0x0a,0x0a, -0x0b,0x0a,0x0b,0x06,0x0f,0x0f,0x0f,0x08,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08, -0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x0c,0x0c, -0x0f,0x08,0x0c,0x06,0x08,0x08,0x06,0x0a,0x0d,0x01,0x0d,0x0b,0x06,0x06,0x06,0x0c, -0x06,0x04,0x0a,0x0a,0x0a,0x0b,0x08,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x0f,0x08,0x0f,0x08,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x0c,0x0c,0x0c, -0x08,0x08,0x0c,0x06,0x0c,0x08,0x08,0x06,0x06,0x0a,0x12,0x0d,0x0b,0x0b,0x0b,0x0b, -0x0b,0x06,0x0c,0x0c,0x0b,0x0a,0x0b,0x0b,0x0f,0x0f,0x08,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x0c,0x08,0x08,0x08, -0x08,0x08,0x0c,0x06,0x0c,0x08,0x0c,0x06,0x06,0x0a,0x0a,0x04,0x0b,0x0b,0x0b,0x0b, -0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x06,0x06,0x0b,0x0b,0x0f,0x08,0x08,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0f,0x0f,0x08,0x08,0x08, -0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0f,0x0f, -0x0f,0x08,0x06,0x0c,0x06,0x08,0x08,0x06,0x06,0x06,0x06,0x0a,0x0a,0x0b,0x0b,0x13, -0x13,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x08,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x0c,0x08,0x08,0x0c,0x0c,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13,0x13, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x06,0x06,0x0c,0x0c,0x06,0x06,0x06,0x06,0x06, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13, -0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x06,0x06,0x06,0x06,0x06, -0x06,0x0b,0x06,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13, -0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x00,0x00,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x0c,0x0c,0x0c,0x0c,0x08,0x0c,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x06,0x06, -0x06,0x06,0x06,0x06,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13, -0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x00,0x00,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x13,0x13,0x13,0x13,0x0b,0x0b,0x0b,0x13,0x13,0x13,0x13,0x13,0x0c, -0x08,0x0c,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x00, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x13,0x0c,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x0c,0x0c,0x08,0x0c,0x08,0x08, -0x0f,0x0f,0x0f,0x13,0x13,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x08, -0x0c,0x0c,0x0c,0x13,0x13,0x13,0x13,0x13,0x13,0x00,0x00,0x08,0x08,0x08,0x08,0x08, -0x0c,0x08,0x08,0x08,0x08,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08, -0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x13,0x0d,0x13,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x08,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x08,0x08,0x0c,0x13,0x13,0x13,0x13,0x13,0x0c,0x0a,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x0f,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x08,0x08,0x0c,0x13,0x13,0x0d,0x0d,0x0d,0x13,0x0c,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x08,0x13,0x13,0x0d,0x12,0x01,0x0d,0x13,0x13,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x13,0x13,0x12,0x01,0x01,0x01,0x0d,0x13,0x13,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x13,0x01,0x01,0x01,0x10,0x01,0x0d,0x13, -0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x10,0x11,0x11,0x01, -0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x10,0x10, -0x01,0x01,0x12,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x10, -0x10,0x10,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x10,0x10,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x10,0x10,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x10,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x10, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f07_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x01,0x00,0x00, -0x00,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x05,0x04,0x01, -0x01,0x00,0x00,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00, -0x05,0x04,0x01,0x01,0x00,0x00,0x06,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x06,0x00,0x02, -0x02,0x02,0x00,0x05,0x04,0x01,0x01,0x00,0x06,0x02,0x07,0x00,0x00,0x00,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x05,0x05, -0x06,0x08,0x06,0x02,0x07,0x04,0x05,0x06,0x01,0x00,0x04,0x06,0x02,0x00,0x00,0x00, -0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x04,0x04,0x04,0x06, -0x06,0x05,0x02,0x06,0x08,0x06,0x02,0x09,0x05,0x06,0x01,0x01,0x0a,0x06,0x02,0x07, -0x00,0x00,0x05,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x0a,0x04,0x04,0x05,0x06, -0x04,0x04,0x06,0x06,0x05,0x02,0x06,0x08,0x06,0x02,0x0b,0x0c,0x06,0x01,0x04,0x04, -0x06,0x02,0x07,0x00,0x0a,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x05,0x06,0x06, -0x04,0x05,0x06,0x04,0x04,0x06,0x06,0x05,0x04,0x06,0x06,0x06,0x0b,0x0b,0x06,0x01, -0x01,0x04,0x06,0x02,0x07,0x00,0x0a,0x01,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x0a,0x0a,0x0b,0x06,0x06, -0x05,0x06,0x06,0x04,0x05,0x06,0x04,0x04,0x06,0x06,0x0b,0x04,0x03,0x0a,0x0a,0x04, -0x0d,0x06,0x01,0x01,0x06,0x02,0x07,0x00,0x0a,0x01,0x06,0x00,0x00,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x0a,0x0b,0x0a,0x03, -0x04,0x0a,0x06,0x05,0x06,0x06,0x0a,0x0a,0x06,0x06,0x0a,0x0a,0x06,0x0a,0x03,0x05, -0x0a,0x06,0x0a,0x0a,0x06,0x0a,0x07,0x02,0x02,0x0b,0x0a,0x01,0x06,0x00,0x00,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x0a,0x04, -0x04,0x04,0x03,0x0a,0x06,0x06,0x05,0x06,0x06,0x0a,0x0a,0x06,0x06,0x04,0x04,0x0b, -0x06,0x03,0x03,0x0b,0x0a,0x04,0x0a,0x0b,0x0a,0x0a,0x0b,0x0b,0x0b,0x01,0x06,0x06, -0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0c,0x06,0x06,0x0a, -0x0a,0x0a,0x04,0x0b,0x06,0x0a,0x0a,0x06,0x0a,0x04,0x06,0x06,0x04,0x04,0x06,0x06, -0x0a,0x0a,0x06,0x0a,0x03,0x0a,0x0b,0x04,0x04,0x0a,0x0b,0x04,0x02,0x06,0x0c,0x06, -0x0a,0x06,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0c,0x06, -0x06,0x06,0x0a,0x06,0x06,0x0a,0x06,0x0a,0x0a,0x0a,0x06,0x0a,0x0a,0x0a,0x06,0x0a, -0x0a,0x06,0x0a,0x04,0x0b,0x0b,0x0a,0x09,0x04,0x03,0x02,0x07,0x0a,0x0a,0x09,0x0a, -0x06,0x0b,0x04,0x06,0x03,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08, -0x08,0x0c,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x06,0x0b,0x0a,0x04,0x06,0x0a,0x0a, -0x0a,0x0a,0x0a,0x04,0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x0e,0x0e,0x0e,0x02,0x02, -0x09,0x04,0x04,0x07,0x09,0x0b,0x03,0x0c,0x00,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x08, -0x08,0x08,0x0c,0x08,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x06,0x06, -0x0b,0x0a,0x0a,0x03,0x03,0x07,0x02,0x02,0x02,0x09,0x02,0x0e,0x02,0x0e,0x0e,0x0e, -0x01,0x0e,0x0e,0x02,0x02,0x01,0x02,0x0b,0x0a,0x01,0x0a,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f, -0x08,0x0f,0x08,0x0c,0x06,0x08,0x08,0x08,0x06,0x0c,0x06,0x06,0x06,0x0b,0x06,0x06, -0x0a,0x04,0x03,0x07,0x02,0x02,0x02,0x02,0x07,0x0e,0x0e,0x02,0x09,0x0e,0x0e,0x02, -0x0e,0x0e,0x0e,0x02,0x0e,0x10,0x10,0x10,0x10,0x0e,0x10,0x0a,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x06,0x06,0x06,0x0b,0x0b, -0x06,0x0a,0x04,0x03,0x02,0x02,0x02,0x09,0x09,0x0e,0x01,0x07,0x02,0x0e,0x02,0x02, -0x0e,0x0e,0x01,0x02,0x10,0x10,0x0e,0x10,0x10,0x10,0x10,0x10,0x10,0x0e,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x0f,0x08,0x08,0x08,0x08,0x08,0x0c,0x08,0x08,0x08,0x08,0x06,0x06,0x06,0x0b, -0x06,0x0a,0x0a,0x04,0x03,0x03,0x04,0x02,0x0e,0x0e,0x02,0x02,0x10,0x0e,0x02,0x02, -0x10,0x01,0x02,0x10,0x10,0x02,0x10,0x10,0x10,0x10,0x11,0x11,0x10,0x11,0x10,0x10, -0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x08,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x06,0x06, -0x06,0x06,0x04,0x04,0x04,0x03,0x02,0x0e,0x0e,0x02,0x07,0x0e,0x0e,0x01,0x02,0x10, -0x0e,0x02,0x10,0x10,0x02,0x0e,0x10,0x10,0x01,0x10,0x10,0x10,0x10,0x11,0x11,0x10, -0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0f,0x0f,0x0f,0x08,0x08,0x0f,0x0f,0x08,0x08,0x08,0x08,0x0c,0x06, -0x06,0x06,0x0a,0x0a,0x04,0x03,0x02,0x02,0x02,0x02,0x02,0x0e,0x10,0x02,0x0e,0x10, -0x0e,0x02,0x10,0x10,0x02,0x10,0x10,0x09,0x10,0x10,0x01,0x0e,0x0e,0x11,0x10,0x0e, -0x11,0x10,0x10,0x10,0x10,0x10,0x10,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x0c, -0x06,0x06,0x0a,0x04,0x0a,0x03,0x07,0x07,0x03,0x0e,0x10,0x0e,0x02,0x02,0x10,0x10, -0x01,0x10,0x10,0x09,0x0e,0x10,0x02,0x0e,0x10,0x01,0x02,0x10,0x10,0x10,0x02,0x0e, -0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0a,0x08,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x08, -0x0c,0x06,0x06,0x06,0x0a,0x0a,0x07,0x04,0x02,0x0e,0x02,0x02,0x02,0x0e,0x10,0x02, -0x09,0x10,0x10,0x02,0x0e,0x10,0x07,0x0e,0x0e,0x07,0x0e,0x10,0x02,0x09,0x0e,0x10, -0x10,0x02,0x0e,0x10,0x0e,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0a,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x06,0x06,0x06,0x0a,0x04,0x03,0x03,0x02,0x02,0x02,0x02,0x10,0x0e,0x02, -0x02,0x0e,0x10,0x02,0x0e,0x10,0x02,0x10,0x0e,0x09,0x0e,0x10,0x02,0x0e,0x10,0x01, -0x07,0x09,0x0e,0x0e,0x07,0x0e,0x10,0x0e,0x10,0x0e,0x10,0x10,0x0e,0x01,0x0a,0x08, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x08,0x0c,0x06,0x06,0x06,0x0a,0x04,0x09,0x09,0x07,0x02,0x0e,0x02,0x09, -0x0e,0x10,0x10,0x02,0x0e,0x10,0x02,0x0e,0x0e,0x07,0x0e,0x02,0x04,0x0e,0x10,0x04, -0x02,0x10,0x10,0x02,0x04,0x0e,0x01,0x02,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x01,0x01, -0x0a,0x08,0x08,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x08,0x08,0x06,0x06,0x06,0x0a,0x04,0x03,0x02,0x02,0x09,0x02,0x02, -0x0e,0x0e,0x09,0x09,0x0e,0x0e,0x02,0x02,0x0e,0x09,0x02,0x01,0x09,0x02,0x09,0x0a, -0x02,0x01,0x0b,0x03,0x02,0x0e,0x09,0x02,0x0e,0x02,0x02,0x0e,0x02,0x0e,0x01,0x0e, -0x01,0x01,0x01,0x08,0x0f,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x06,0x06,0x06,0x0a,0x0a,0x0a,0x07,0x09,0x09,0x02, -0x0e,0x0e,0x02,0x07,0x01,0x10,0x09,0x07,0x0e,0x02,0x07,0x0e,0x09,0x09,0x01,0x09, -0x02,0x01,0x02,0x09,0x01,0x01,0x09,0x0b,0x01,0x07,0x03,0x0e,0x09,0x02,0x0e,0x02, -0x01,0x01,0x01,0x01,0x12,0x0c,0x0f,0x0f,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x06,0x0a,0x0a,0x0a,0x07,0x09,0x09, -0x09,0x02,0x07,0x02,0x0e,0x0e,0x04,0x09,0x0e,0x02,0x0b,0x02,0x09,0x06,0x02,0x02, -0x0b,0x01,0x09,0x04,0x02,0x09,0x09,0x09,0x01,0x02,0x09,0x01,0x0b,0x09,0x01,0x09, -0x07,0x01,0x02,0x02,0x09,0x09,0x0d,0x0b,0x0f,0x0f,0x0c,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0c,0x06,0x06,0x0a,0x0a,0x09,0x09, -0x09,0x09,0x09,0x02,0x01,0x02,0x0a,0x02,0x0e,0x07,0x04,0x01,0x01,0x0a,0x02,0x02, -0x0a,0x02,0x09,0x0a,0x02,0x02,0x0a,0x09,0x02,0x09,0x0b,0x09,0x0d,0x04,0x02,0x09, -0x09,0x02,0x09,0x09,0x01,0x09,0x12,0x09,0x0a,0x0a,0x0f,0x0f,0x08,0x0b,0x0b,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x06,0x06,0x0a,0x04, -0x03,0x09,0x04,0x09,0x02,0x07,0x0a,0x02,0x0e,0x09,0x0a,0x02,0x02,0x0a,0x02,0x02, -0x0a,0x02,0x01,0x0b,0x09,0x02,0x0a,0x02,0x01,0x0b,0x0b,0x09,0x02,0x0a,0x04,0x09, -0x0d,0x09,0x09,0x0b,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0b,0x0f,0x0f,0x0f,0x08, -0x0b,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0c,0x06,0x06,0x06, -0x0a,0x04,0x04,0x04,0x02,0x07,0x0a,0x09,0x02,0x0a,0x07,0x01,0x09,0x06,0x09,0x01, -0x0b,0x04,0x09,0x0b,0x04,0x02,0x0b,0x02,0x02,0x0b,0x04,0x02,0x02,0x06,0x02,0x01, -0x0b,0x06,0x09,0x0d,0x0a,0x0d,0x0a,0x09,0x09,0x0d,0x0d,0x0b,0x0a,0x0b,0x13,0x0f, -0x0f,0x0f,0x0b,0x0d,0x0d,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x06,0x06, -0x06,0x06,0x0a,0x04,0x04,0x04,0x0a,0x09,0x09,0x0b,0x03,0x02,0x0a,0x0a,0x02,0x09, -0x0a,0x0a,0x02,0x0a,0x04,0x09,0x0a,0x09,0x09,0x0b,0x04,0x09,0x0a,0x0a,0x02,0x09, -0x06,0x04,0x09,0x0a,0x0b,0x06,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0d,0x08,0x0f,0x0f,0x08,0x0d,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08, -0x0c,0x06,0x0b,0x0a,0x07,0x02,0x02,0x09,0x07,0x04,0x0b,0x09,0x04,0x06,0x07,0x09, -0x0a,0x0a,0x09,0x04,0x0b,0x07,0x09,0x06,0x09,0x0a,0x0b,0x09,0x0b,0x0b,0x09,0x0a, -0x06,0x04,0x09,0x0a,0x06,0x04,0x01,0x0a,0x06,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0d,0x13,0x0f,0x0f,0x0f,0x0a,0x12,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x06,0x06,0x0a,0x02,0x02,0x02,0x02,0x02,0x09,0x02,0x04,0x06,0x09,0x09, -0x0b,0x06,0x09,0x04,0x06,0x09,0x09,0x0b,0x0d,0x09,0x0b,0x09,0x0d,0x0a,0x09,0x0b, -0x06,0x09,0x09,0x0c,0x06,0x12,0x0a,0x08,0x0b,0x09,0x0a,0x06,0x04,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0b,0x0b,0x0d,0x0d,0x0f,0x0f,0x0f,0x08,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x08,0x0c,0x06,0x06,0x04,0x0b,0x0b,0x0b,0x04,0x0e,0x01,0x09,0x04,0x0a, -0x06,0x0b,0x09,0x0a,0x0b,0x07,0x09,0x0b,0x0a,0x09,0x0b,0x0a,0x0d,0x0b,0x09,0x0a, -0x06,0x0d,0x0b,0x0c,0x0a,0x0d,0x0b,0x06,0x04,0x0d,0x0b,0x0c,0x09,0x04,0x06,0x04, -0x04,0x04,0x0d,0x0d,0x0d,0x09,0x01,0x01,0x0b,0x0f,0x08,0x0c,0x09,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x0a,0x0f,0x0f,0x0f,0x0f,0x0f,0x06,0x0e,0x0e, -0x02,0x0b,0x0a,0x04,0x06,0x0b,0x09,0x0b,0x06,0x0d,0x0a,0x0b,0x09,0x0b,0x0a,0x0a, -0x06,0x0b,0x0a,0x0c,0x0b,0x0a,0x0c,0x06,0x09,0x0a,0x0c,0x06,0x09,0x0a,0x06,0x0a, -0x04,0x06,0x0a,0x09,0x02,0x09,0x02,0x01,0x0e,0x01,0x09,0x08,0x09,0x06,0x09,0x01, -0x01,0x01,0x01,0x01,0x12,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x00,0x00,0x00, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x06,0x06,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x09,0x01,0x01,0x09,0x06,0x06,0x04,0x0a,0x06,0x04,0x0a,0x06,0x0d,0x0b,0x06,0x0b, -0x06,0x0a,0x0d,0x0b,0x0a,0x0b,0x0c,0x06,0x0a,0x0b,0x08,0x0b,0x0a,0x06,0x08,0x0a, -0x0b,0x06,0x06,0x0b,0x04,0x0d,0x0d,0x09,0x07,0x02,0x01,0x01,0x02,0x10,0x09,0x0f, -0x0f,0x0b,0x08,0x01,0x12,0x12,0x12,0x12,0x12,0x00,0x00,0x00,0x00,0x06,0x06,0x06, -0x06,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x06,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x06,0x0e,0x01,0x09,0x06,0x0a,0x06,0x06,0x0b,0x0a,0x0a,0x0b,0x0c,0x0b, -0x0b,0x0b,0x0b,0x06,0x06,0x0b,0x0c,0x06,0x0a,0x06,0x06,0x0b,0x0b,0x08,0x06,0x06, -0x06,0x08,0x06,0x06,0x06,0x06,0x0b,0x0b,0x0a,0x04,0x0a,0x09,0x0d,0x0d,0x01,0x13, -0x0c,0x0f,0x0f,0x08,0x0c,0x08,0x0d,0x0d,0x12,0x01,0x01,0x01,0x01,0x00,0x08,0x08, -0x08,0x08,0x06,0x06,0x00,0x00,0x08,0x0f,0x0f,0x08,0x08,0x08,0x06,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x02,0x0e,0x02,0x0b,0x06,0x0b,0x0b,0x0b,0x06,0x0c,0x06, -0x0b,0x0b,0x0b,0x06,0x0c,0x08,0x06,0x06,0x0b,0x06,0x06,0x0b,0x06,0x0c,0x06,0x06, -0x08,0x0f,0x06,0x06,0x08,0x08,0x06,0x0c,0x0c,0x0c,0x0b,0x0b,0x0a,0x0a,0x0b,0x0b, -0x0b,0x08,0x0c,0x0f,0x0f,0x0f,0x0c,0x08,0x13,0x13,0x0d,0x01,0x12,0x12,0x01,0x0d, -0x08,0x08,0x08,0x08,0x08,0x08,0x06,0x00,0x00,0x00,0x08,0x08,0x08,0x0c,0x0b,0x08, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x02,0x0e,0x09,0x0b,0x0b,0x06,0x06,0x06,0x06, -0x0b,0x0b,0x0c,0x08,0x0c,0x0c,0x06,0x06,0x0b,0x06,0x08,0x08,0x0c,0x08,0x06,0x06, -0x0f,0x08,0x08,0x0c,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x0c,0x06,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0c,0x08,0x0c,0x0f,0x0f,0x0f,0x0c,0x08,0x0c,0x13,0x13,0x0d,0x0d,0x0d, -0x0d,0x0d,0x08,0x0f,0x0f,0x08,0x08,0x08,0x08,0x06,0x06,0x0a,0x03,0x06,0x06,0x09, -0x11,0x0d,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x02,0x02,0x09,0x0b,0x06,0x0c,0x06, -0x06,0x06,0x08,0x08,0x06,0x06,0x0b,0x06,0x0c,0x08,0x08,0x08,0x06,0x06,0x06,0x08, -0x0f,0x08,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x08,0x08,0x08,0x0c,0x0c,0x08,0x06,0x06, -0x06,0x0c,0x0c,0x0c,0x0c,0x08,0x0c,0x0f,0x0c,0x0c,0x08,0x08,0x08,0x0c,0x13,0x13, -0x13,0x13,0x13,0x13,0x08,0x0f,0x0f,0x08,0x08,0x08,0x08,0x06,0x06,0x06,0x02,0x0e, -0x11,0x11,0x11,0x10,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x09,0x09,0x0b,0x08,0x08, -0x06,0x06,0x0c,0x08,0x0c,0x06,0x06,0x08,0x0f,0x0f,0x08,0x06,0x06,0x06,0x06,0x0f, -0x0f,0x08,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x08,0x08,0x08,0x0c,0x08, -0x06,0x06,0x06,0x0c,0x0c,0x0c,0x08,0x0c,0x08,0x0f,0x0c,0x0c,0x0f,0x08,0x08,0x08, -0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x08,0x0f,0x0f,0x0f,0x08,0x0f,0x08,0x0c,0x06,0x06, -0x04,0x02,0x10,0x01,0x10,0x01,0x0c,0x0f,0x0f,0x0f,0x0f,0x0f,0x06,0x09,0x0b,0x0b, -0x0c,0x0c,0x08,0x08,0x08,0x0c,0x0c,0x0f,0x08,0x08,0x0c,0x06,0x06,0x0c,0x08,0x08, -0x0f,0x08,0x0c,0x0c,0x08,0x08,0x0f,0x08,0x0c,0x08,0x08,0x0f,0x08,0x08,0x08,0x0c, -0x0c,0x08,0x06,0x06,0x0c,0x0c,0x08,0x0c,0x0c,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x0c,0x0b,0x0a,0x0b,0x0b,0x09,0x04,0x06,0x08,0x08,0x08,0x06,0x0b,0x06, -0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x08,0x0f,0x08,0x08,0x0c,0x08,0x08,0x0f,0x0f,0x08, -0x08,0x0c,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x08,0x08, -0x08,0x0c,0x08,0x08,0x06,0x06,0x06,0x06,0x0c,0x0c,0x06,0x0c,0x0c,0x08,0x0f,0x0f, -0x0f,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x06,0x0c,0x06,0x0c,0x0c, -0x0c,0x08,0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x0f,0x08,0x08, -0x0c,0x0c,0x0c,0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x0c,0x08,0x0f,0x08,0x0c,0x0c,0x08, -0x08,0x0c,0x06,0x0c,0x08,0x08,0x08,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0c,0x0c, -0x0f,0x0f,0x0f,0x08,0x06,0x06,0x06,0x0c,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x0f,0x08,0x08,0x08, -0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x0f,0x0f,0x0f,0x08,0x08, -0x08,0x08,0x08,0x0f,0x0f,0x0f,0x08,0x08,0x0c,0x0c,0x08,0x0f,0x08,0x0c,0x0c,0x08, -0x08,0x08,0x06,0x0c,0x06,0x06,0x09,0x04,0x08,0x08,0x06,0x0b,0x0b,0x0b,0x0b,0x0b, -0x06,0x0c,0x0f,0x0f,0x0f,0x08,0x13,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x08,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x0f,0x08,0x08,0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08, -0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0c,0x08,0x08,0x0f,0x08,0x0c,0x0c,0x08, -0x0f,0x08,0x06,0x06,0x08,0x06,0x0b,0x09,0x10,0x0d,0x06,0x0c,0x08,0x06,0x0a,0x0a, -0x0b,0x0a,0x0b,0x06,0x0f,0x0f,0x0f,0x08,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08, -0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x0c,0x08,0x0f,0x0f,0x08,0x0c,0x0c,0x0c, -0x0f,0x08,0x0c,0x06,0x08,0x08,0x06,0x0a,0x0d,0x01,0x0d,0x0b,0x06,0x06,0x06,0x08, -0x06,0x04,0x0a,0x0a,0x0a,0x0b,0x08,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x0f,0x08,0x0f,0x08,0x08,0x0f,0x0f,0x0f, -0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x0c,0x0c,0x0c, -0x08,0x08,0x0c,0x06,0x0c,0x08,0x08,0x06,0x06,0x0a,0x12,0x0d,0x0b,0x0b,0x0b,0x0b, -0x0b,0x06,0x08,0x0c,0x0b,0x0a,0x0b,0x0b,0x0f,0x0f,0x08,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x08,0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x0c,0x08,0x08,0x08, -0x08,0x08,0x0c,0x06,0x0c,0x08,0x0c,0x06,0x06,0x0a,0x0a,0x04,0x0b,0x0b,0x0b,0x0b, -0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x08,0x06,0x0b,0x0b,0x0f,0x08,0x08,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0f,0x0f,0x08,0x08,0x08, -0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0f,0x0f, -0x0f,0x08,0x06,0x0c,0x06,0x08,0x08,0x06,0x06,0x06,0x06,0x0a,0x0a,0x0b,0x0b,0x13, -0x13,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x08,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x0c,0x08,0x08,0x0c,0x0c,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13,0x13, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x06,0x06,0x0c,0x0c,0x06,0x06,0x06,0x06,0x06, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13, -0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x06,0x06,0x06,0x06,0x06, -0x06,0x0b,0x06,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13, -0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x0c,0x0c,0x0c,0x0c,0x08,0x0c,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x06,0x06, -0x06,0x06,0x06,0x06,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x13,0x13,0x13, -0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x13,0x13,0x13,0x13,0x0b,0x0b,0x0b,0x13,0x13,0x13,0x13,0x13,0x0c, -0x08,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x00,0x00,0x00,0x00,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x13,0x0c,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x0c,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x08, -0x0c,0x0c,0x0c,0x13,0x13,0x13,0x13,0x13,0x13,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x08,0x08,0x08,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x08, -0x0f,0x0f,0x0f,0x0f,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08, -0x08,0x0c,0x0c,0x0c,0x0c,0x13,0x13,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f, -0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08, -0x08,0x0c,0x0c,0x0c,0x0c,0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08, -0x08,0x08,0x0c,0x0c,0x13,0x13,0x13,0x13,0x0d,0x13,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f, -0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x08,0x0c,0x0c,0x13,0x13,0x13,0x13,0x13,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0f,0x0f,0x0f,0x0f, -0x0f,0x0f,0x08,0x0f,0x0f,0x0f,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x08,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x08,0x01,0x0d,0x0d,0x01,0x0d,0x0d,0x01,0x0d,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x01,0x01,0x01,0x11,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0x10,0x11,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f08.h b/fishmaps/f08.h deleted file mode 100644 index a31f069..0000000 --- a/fishmaps/f08.h +++ /dev/null @@ -1,813 +0,0 @@ -#define f08_width 91 -#define f08_height 70 -#define f08_colors 20 -#define f08_back 0 -int f08_reds[] = {0, 20480, 17920, 27904, 15360, 17408, 1792, -23040, 34048, 14336, 9216, 9216, 20480, 6144, -39168, 41216, 22528, 47360, 11776, 27904}; -int f08_greens[] = {29952, 39168, 32512, 41728, 27904, 30720, 4864, -36352, 46080, 25088, 18432, 20992, 34048, 13312, -49152, 49664, 32768, 49664, 24320, 39424}; -int f08_blues[] = {65280, 37120, 29440, 39168, 24576, 27392, 1536, -28672, 45824, 18688, 9216, 16384, 30976, 7424, -48640, 48640, 20992, 47616, 9728, 28928}; -unsigned char f08_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x01,0x00,0x00,0x00,0x00,0x03,0x03,0x01, -0x01,0x00,0x00,0x00,0x04,0x05,0x06,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x03,0x03,0x08, -0x03,0x08,0x08,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x04,0x01,0x03,0x01,0x00,0x00, -0x00,0x04,0x06,0x00,0x00,0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x09,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x09,0x0c,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x04,0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x04,0x06,0x06,0x04, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0d,0x0b,0x05,0x03,0x08,0x03,0x03,0x03,0x03,0x03,0x08,0x03,0x03, -0x0c,0x04,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x00, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x09,0x01,0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x08,0x03,0x03,0x03,0x01,0x09,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x09,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x08,0x03,0x03,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x04,0x03,0x03,0x08,0x08,0x08,0x08,0x03,0x03, -0x08,0x03,0x08,0x08,0x03,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0a,0x01,0x08,0x08,0x08,0x08,0x03,0x0e,0x0e,0x0e,0x0e,0x0e,0x08,0x03, -0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x03, -0x0e,0x08,0x0e,0x08,0x08,0x03,0x0e,0x0e,0x0f,0x0e,0x08,0x03,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -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,0x0d,0x01,0x08,0x0f,0x0e,0x0e,0x0f, -0x0e,0x03,0x08,0x08,0x0e,0x0e,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x07,0x03,0x0f,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x03,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x10, -0x08,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x09,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x02,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x09,0x03,0x11,0x11,0x03,0x03,0x08,0x0f,0x0e,0x11,0x0e,0x11,0x03,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x08,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b, -0x06,0x06,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x07,0x0b,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x03,0x02,0x03,0x0e, -0x0f,0x03,0x03,0x03,0x07,0x08,0x11,0x08,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x0e,0x08,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x06,0x06,0x06,0x06,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x0b,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x08,0x0f,0x03,0x03,0x03,0x11,0x0e,0x0e,0x0e, -0x03,0x08,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x09,0x0e,0x0e,0x08,0x10,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x05,0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x09,0x08,0x0e,0x0f,0x08,0x07,0x07,0x03,0x0e,0x0f,0x0e,0x08,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x08,0x0f,0x08,0x03, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x0b, -0x06,0x06,0x06,0x06,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x02,0x03,0x09, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x03,0x03, -0x03,0x03,0x0e,0x0e,0x0e,0x03,0x07,0x03,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x0e,0x0e,0x08,0x09,0x06,0x06,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x0b,0x0b, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x04,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x08,0x0e,0x0f,0x0e,0x07,0x03,0x07, -0x08,0x0e,0x0e,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x08,0x0f,0x0e,0x0f,0x03,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x09,0x06,0x06,0x06,0x0d,0x09,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x01,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0d,0x03,0x0e,0x0e,0x08,0x0f,0x0e,0x0f,0x03,0x04,0x03,0x0e,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x08,0x0f,0x0f, -0x0e,0x08,0x0d,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d, -0x06,0x06,0x06,0x09,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0c,0x03, -0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x07, -0x03,0x03,0x03,0x03,0x07,0x07,0x08,0x08,0x03,0x0c,0x0b,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0e,0x0f,0x0f,0x0f,0x0e,0x03,0x06,0x06, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x06,0x06,0x06,0x0b,0x04,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x01,0x03,0x03,0x0d,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x07,0x03,0x08,0x0e,0x0e,0x08, -0x0e,0x04,0x03,0x08,0x08,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x12,0x08,0x0e,0x0e,0x0e,0x0e,0x03,0x0d,0x06,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x04,0x0a,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0d,0x05,0x03,0x03,0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x04,0x07,0x07,0x05,0x05,0x02,0x0e,0x0e,0x03,0x07,0x07, -0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0e,0x0e, -0x0e,0x0f,0x0e,0x08,0x04,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x06,0x0b,0x04,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x02,0x01, -0x01,0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x03,0x08,0x08,0x0e,0x0e,0x03,0x09,0x04,0x03,0x0e,0x08,0x0b,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x13,0x0f,0x0e,0x0f,0x0e,0x0e,0x03, -0x06,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x09,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x01,0x03,0x03,0x03,0x03,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x04,0x07,0x04,0x09,0x07, -0x08,0x08,0x08,0x05,0x09,0x04,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x09,0x08,0x0f,0x0e,0x0e,0x0e,0x08,0x13,0x04,0x06,0x06,0x06,0x06, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x09,0x0c,0x02,0x02,0x01,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x04,0x08,0x08,0x08,0x08,0x07,0x0b,0x03,0x08,0x0e,0x08, -0x03,0x0b,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x13, -0x0f,0x08,0x0e,0x0e,0x08,0x13,0x03,0x0d,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x07, -0x01,0x03,0x03,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0a,0x09,0x04,0x04,0x03,0x08,0x08,0x05,0x09,0x07,0x03,0x08,0x03,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x0e,0x0e,0x08,0x08,0x08, -0x13,0x03,0x04,0x06,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x01,0x07,0x07,0x0c,0x02,0x0b, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x03,0x07, -0x04,0x04,0x03,0x08,0x03,0x07,0x04,0x03,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x07,0x0f,0x0f,0x08,0x0e,0x08,0x08,0x08,0x13,0x03,0x0d,0x06, -0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0d,0x02,0x07,0x0c,0x02,0x0c,0x05,0x09,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x0d,0x05,0x03,0x03,0x03,0x08,0x0e,0x03,0x0b,0x03,0x08, -0x08,0x08,0x05,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09, -0x08,0x0f,0x0e,0x08,0x0e,0x08,0x08,0x08,0x03,0x05,0x06,0x06,0x06,0x06,0x0b,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x06,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x02, -0x07,0x03,0x01,0x07,0x02,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x0b,0x09,0x09,0x09,0x07,0x08,0x03,0x04,0x02,0x0c,0x03,0x08,0x09,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x0f,0x0e,0x08,0x0e,0x0e, -0x0e,0x0e,0x08,0x08,0x03,0x0d,0x06,0x06,0x06,0x06,0x05,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x05,0x04,0x05,0x0c,0x07,0x01, -0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x07,0x08,0x03,0x03, -0x03,0x03,0x03,0x08,0x08,0x0e,0x0e,0x08,0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x09,0x0e,0x0e,0x08,0x10,0x0e,0x0f,0x0e,0x08,0x0e,0x08, -0x04,0x06,0x0d,0x0d,0x0a,0x0a,0x0b,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0d,0x06,0x06,0x06,0x06,0x04,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x06,0x06,0x06,0x04,0x01,0x03,0x03,0x03,0x03,0x0c,0x09,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x03,0x02,0x09,0x07,0x03,0x08,0x03, -0x04,0x04,0x02,0x04,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x09,0x0f,0x0f,0x13,0x03,0x0e,0x0e,0x0e,0x0e,0x0e,0x08,0x05,0x0a,0x04,0x12,0x0a, -0x12,0x0a,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x0d,0x06,0x06,0x06, -0x06,0x09,0x09,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x09, -0x05,0x02,0x0c,0x0c,0x03,0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x0a,0x0a,0x09,0x07,0x03,0x03,0x02,0x0d,0x09,0x07,0x03,0x08,0x03,0x09, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0f,0x0e,0x07,0x08, -0x0e,0x0e,0x0e,0x08,0x08,0x03,0x09,0x09,0x07,0x07,0x07,0x06,0x12,0x09,0x09,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x03,0x03,0x03,0x03, -0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x03, -0x03,0x04,0x09,0x09,0x03,0x03,0x03,0x08,0x08,0x03,0x09,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x13,0x0e,0x0f,0x0a,0x03,0x08,0x0e,0x0e,0x0e,0x08, -0x03,0x04,0x07,0x09,0x07,0x06,0x06,0x12,0x10,0x0b,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x0b,0x06,0x06,0x06,0x06,0x0d,0x0b,0x0b,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x04,0x05,0x05,0x04,0x04,0x05,0x09,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x05,0x0b,0x0a,0x09,0x03,0x03,0x03, -0x03,0x03,0x03,0x07,0x0d,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0d,0x0e,0x0f,0x0f,0x0a,0x08,0x08,0x08,0x0e,0x0e,0x08,0x11,0x04,0x04,0x09,0x12, -0x06,0x06,0x12,0x10,0x09,0x05,0x09,0x12,0x09,0x00,0x00,0x00,0x0a,0x06,0x06,0x06, -0x06,0x0d,0x0b,0x0a,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x09,0x09,0x05,0x0c,0x03,0x03,0x07,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x09,0x09,0x04,0x0c,0x07,0x03,0x03,0x03,0x05,0x0b,0x09,0x02,0x07,0x08, -0x07,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0f,0x0e,0x0e,0x0a, -0x03,0x08,0x08,0x08,0x08,0x08,0x03,0x09,0x04,0x04,0x0a,0x12,0x12,0x12,0x0a,0x07, -0x10,0x10,0x10,0x10,0x09,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x0d,0x12,0x0d,0x06, -0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x05,0x07,0x02,0x09, -0x09,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x03, -0x03,0x04,0x0b,0x09,0x09,0x09,0x0c,0x03,0x08,0x03,0x03,0x09,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x0f,0x0e,0x0e,0x0d,0x03,0x08,0x08,0x08,0x08, -0x08,0x08,0x07,0x0a,0x0a,0x06,0x0a,0x0a,0x0a,0x09,0x07,0x07,0x13,0x13,0x07,0x07, -0x04,0x04,0x0d,0x06,0x06,0x06,0x06,0x06,0x0a,0x0d,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x0b,0x0d,0x04,0x04,0x0d,0x09,0x0c,0x0c,0x0b,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0c,0x09,0x0d,0x0d,0x0a,0x09,0x07,0x03,0x03, -0x03,0x03,0x03,0x02,0x0b,0x0d,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0e,0x0e,0x0e,0x08,0x0b,0x08,0x08,0x08,0x08,0x08,0x03,0x03,0x03,0x13,0x0d, -0x06,0x06,0x06,0x10,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x06,0x06, -0x06,0x06,0x06,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a, -0x04,0x0b,0x09,0x04,0x05,0x09,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x0b,0x05,0x13,0x03,0x03,0x03,0x01,0x07,0x04,0x04,0x0b,0x09,0x09,0x07, -0x03,0x03,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x08,0x08,0x08,0x03, -0x0b,0x08,0x08,0x08,0x03,0x08,0x03,0x03,0x03,0x07,0x0b,0x06,0x06,0x06,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x0a, -0x0d,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0b,0x02,0x0b,0x0d, -0x0b,0x04,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x07, -0x04,0x0b,0x0b,0x0d,0x0a,0x0c,0x10,0x0c,0x03,0x08,0x03,0x03,0x03,0x09,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x08,0x08,0x05,0x0b,0x08,0x08,0x08,0x03, -0x03,0x03,0x03,0x03,0x02,0x0d,0x06,0x06,0x06,0x03,0x03,0x03,0x07,0x0c,0x03,0x03, -0x01,0x09,0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x0a,0x09,0x0b,0x0a,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x05,0x04,0x0c,0x03, -0x03,0x03,0x03,0x03,0x03,0x05,0x09,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0c,0x08,0x03,0x08,0x0c,0x0b,0x03,0x08,0x08,0x03,0x03,0x03,0x03,0x03,0x0c, -0x06,0x06,0x06,0x0d,0x03,0x03,0x07,0x07,0x05,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0a,0x0a,0x0a,0x0a,0x0d,0x0d,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x09,0x07,0x07,0x03,0x0c,0x01,0x07,0x07,0x02,0x02,0x02,0x05,0x0b,0x0b, -0x07,0x03,0x03,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x08,0x08, -0x07,0x0b,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x06,0x06,0x06,0x0b,0x07, -0x0c,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06, -0x06,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x00,0x06,0x06,0x06,0x0d,0x0a,0x0b,0x0b, -0x0b,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x04,0x05,0x02,0x05, -0x04,0x09,0x0b,0x0a,0x0b,0x0b,0x0b,0x09,0x05,0x03,0x03,0x08,0x03,0x03,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x08,0x03,0x03,0x03,0x13,0x0b,0x07,0x03, -0x03,0x03,0x03,0x01,0x01,0x09,0x06,0x06,0x06,0x09,0x05,0x05,0x05,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x0d,0x06, -0x06,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0a,0x0a,0x0a,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0d,0x0b,0x0b,0x04,0x04,0x05,0x03, -0x03,0x03,0x03,0x03,0x01,0x03,0x03,0x0c,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x03,0x0e,0x03,0x03,0x07,0x03,0x07,0x07,0x0d,0x03,0x03,0x03,0x03,0x07,0x02, -0x0d,0x06,0x06,0x06,0x09,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x06,0x0b,0x0a,0x0b,0x00,0x00,0x00,0x0d,0x06, -0x06,0x06,0x0d,0x0a,0x0a,0x0a,0x0b,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0b,0x0c,0x05,0x10,0x0c,0x0c,0x02,0x05,0x05,0x07,0x0c,0x01,0x07,0x05,0x04, -0x09,0x04,0x09,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x07,0x0c, -0x02,0x07,0x07,0x05,0x04,0x0d,0x07,0x03,0x01,0x07,0x05,0x0d,0x06,0x06,0x09,0x0b, -0x0b,0x0b,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06, -0x06,0x06,0x06,0x0d,0x04,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0b, -0x0b,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x09,0x05,0x04,0x09, -0x0b,0x0b,0x0b,0x0a,0x0a,0x0b,0x0b,0x09,0x04,0x04,0x03,0x03,0x03,0x0c,0x0a,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x03,0x0c,0x04,0x05,0x05,0x0c,0x07,0x07,0x0c, -0x04,0x0a,0x02,0x05,0x05,0x0b,0x06,0x06,0x06,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x04, -0x00,0x00,0x0b,0x0d,0x06,0x06,0x06,0x06,0x0d,0x04,0x0a,0x09,0x0b,0x0b,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x0b,0x09,0x0b,0x05,0x04,0x05,0x04, -0x05,0x01,0x07,0x03,0x07,0x02,0x05,0x04,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0d,0x04,0x05,0x04,0x0b,0x0b,0x05,0x07,0x0c,0x01,0x0c,0x05,0x04,0x0d,0x04,0x0b, -0x0d,0x06,0x06,0x0d,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x00,0x00,0x06,0x0b,0x0a,0x0d, -0x06,0x06,0x06,0x0d,0x09,0x0b,0x0a,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x0b,0x05,0x05,0x05,0x05,0x01,0x0c,0x07,0x04,0x05,0x09,0x09,0x04,0x09,0x09,0x09, -0x04,0x04,0x04,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x04,0x0b,0x0a,0x0a, -0x09,0x03,0x03,0x03,0x03,0x01,0x07,0x07,0x0b,0x0b,0x0b,0x06,0x06,0x06,0x0d,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x09,0x06,0x06,0x00,0x00,0x06,0x06,0x04,0x0b,0x0d,0x06,0x06,0x06,0x0d,0x09, -0x04,0x0b,0x0a,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x0b,0x0b,0x0b, -0x0b,0x09,0x0b,0x0a,0x0a,0x0b,0x0b,0x0b,0x05,0x05,0x03,0x01,0x03,0x07,0x0b,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x04,0x04,0x04,0x03,0x03,0x03,0x03, -0x01,0x07,0x0c,0x02,0x0d,0x06,0x06,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x00, -0x00,0x06,0x06,0x06,0x0b,0x0d,0x06,0x06,0x06,0x0d,0x0b,0x04,0x04,0x0b,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x05,0x04,0x05,0x05,0x02,0x01,0x02,0x07,0x04, -0x02,0x02,0x0c,0x02,0x0c,0x01,0x02,0x02,0x05,0x0a,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0b,0x04,0x09,0x0b,0x0b,0x09,0x0c,0x05,0x05,0x05,0x04,0x02,0x02,0x05,0x0b, -0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x0d, -0x0a,0x06,0x06,0x06,0x0d,0x0a,0x04,0x04,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0a,0x0a,0x0b,0x0b,0x0b,0x04,0x04,0x0c,0x02,0x05,0x09,0x04,0x05,0x05,0x04,0x09, -0x0b,0x0b,0x0b,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x0a,0x09,0x04, -0x04,0x07,0x07,0x03,0x01,0x01,0x07,0x05,0x05,0x09,0x0a,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x0a,0x0d,0x06,0x06,0x0d, -0x0b,0x0b,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x09,0x05,0x04,0x04,0x0b,0x0b,0x09,0x09,0x02,0x0c,0x07,0x02,0x09,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x04,0x05,0x05,0x0b,0x01,0x07,0x05,0x05, -0x04,0x05,0x05,0x09,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0d,0x06,0x06,0x06,0x06,0x0d,0x0a,0x06,0x06,0x0d,0x0b,0x0b,0x0d,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x05,0x04,0x0c,0x05, -0x07,0x04,0x04,0x02,0x04,0x02,0x05,0x0c,0x05,0x0a,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x04,0x04,0x09,0x09,0x0a,0x09,0x04,0x0c,0x04,0x05,0x04,0x0b,0x0b,0x0b, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06, -0x06,0x06,0x0b,0x0a,0x06,0x06,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x0d,0x0a, -0x12,0x0b,0x0b,0x09,0x09,0x0b,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x0b,0x0b, -0x0b,0x09,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x09, -0x0b,0x09,0x0c,0x02,0x09,0x04,0x04,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x0b,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0b,0x09,0x09,0x0b,0x0b,0x0b,0x0b, -0x04,0x09,0x0b,0x0b,0x0b,0x04,0x0b,0x0b,0x04,0x0b,0x04,0x09,0x04,0x0b,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0b,0x0b,0x09,0x0b,0x0b,0x09,0x04,0x05, -0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x0b,0x0b,0x09, -0x0b,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0a,0x0b,0x0a,0x0a,0x12,0x12,0x04,0x05,0x04,0x0b,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0a,0x0b, -0x04,0x0b,0x0b,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x09,0x0b,0x09,0x0b,0x09,0x09, -0x12,0x12,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0b,0x05,0x0c,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x09, -0x04,0x0b,0x04,0x0b,0x0b,0x0b,0x0b,0x12,0x12,0x0a,0x0a,0x0d,0x0d,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x09,0x0b,0x02,0x03,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0d,0x0d,0x0b,0x0b,0x04,0x04,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0a,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x0d,0x0b,0x0b,0x05,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0b, -0x0b,0x0b,0x0b,0x09,0x0b,0x09,0x0b,0x0b,0x0b,0x0a,0x0d,0x06,0x06,0x06,0x0d,0x0d, -0x0d,0x0d,0x0d,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x0a,0x0b,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0d,0x06,0x06,0x06,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x04,0x09,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x0b,0x05,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b, -0x04,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0d,0x0d,0x0d,0x0d,0x0d,0x06,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06, -0x06,0x06,0x06,0x0d,0x09,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x0b,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,}; -unsigned char f08_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00, -0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x05,0x06,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00, -0x04,0x01,0x01,0x00,0x00,0x05,0x06,0x06,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x07,0x03,0x03,0x08, -0x03,0x08,0x08,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x01,0x00,0x00, -0x00,0x04,0x06,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x09,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x09,0x0c,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x04,0x06,0x06,0x04, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0d,0x0b,0x05,0x03,0x08,0x03,0x03,0x03,0x03,0x03,0x08,0x03,0x03, -0x0c,0x04,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x09,0x01,0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x08,0x03,0x03,0x03,0x01,0x09,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0a,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x09,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x08,0x03,0x03,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x04,0x03,0x03,0x08,0x08,0x08,0x08,0x03,0x03, -0x08,0x03,0x08,0x08,0x03,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0a,0x01,0x08,0x08,0x08,0x08,0x03,0x0e,0x0e,0x0e,0x0e,0x0e,0x08,0x03, -0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x03, -0x0e,0x08,0x0e,0x08,0x08,0x03,0x0e,0x0e,0x0f,0x0e,0x08,0x03,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -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,0x0d,0x01,0x08,0x0f,0x0e,0x0e,0x0f, -0x0e,0x03,0x08,0x08,0x0e,0x0e,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x07,0x03,0x0f,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x03,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x10, -0x08,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x09,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x02,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x09,0x03,0x11,0x11,0x03,0x03,0x08,0x0f,0x0e,0x11,0x0e,0x11,0x03,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x08,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0b, -0x06,0x06,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x07,0x0b,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x03,0x02,0x03,0x0e, -0x0f,0x03,0x03,0x03,0x07,0x08,0x11,0x08,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x0e,0x08,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x06,0x06,0x06,0x06,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x0b,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x08,0x0f,0x03,0x03,0x03,0x11,0x0e,0x0e,0x0e, -0x03,0x08,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x09,0x0e,0x0e,0x08,0x10,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x05,0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x09,0x08,0x0e,0x0f,0x08,0x07,0x07,0x03,0x0e,0x0f,0x0e,0x08,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x08,0x0f,0x08,0x03, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x0b, -0x06,0x06,0x06,0x06,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x02,0x03,0x09, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x03,0x03, -0x03,0x03,0x0e,0x0e,0x0e,0x03,0x07,0x03,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x0e,0x0e,0x08,0x09,0x06,0x06,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x0b,0x0b, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x04,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x08,0x0e,0x0f,0x0e,0x07,0x03,0x07, -0x08,0x0e,0x0e,0x03,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x08,0x0f,0x0e,0x0f,0x03,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x09,0x06,0x06,0x06,0x0d,0x09,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x01,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0d,0x03,0x0e,0x0e,0x08,0x0f,0x0e,0x0f,0x03,0x04,0x03,0x0e,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x08,0x0f,0x0f, -0x0e,0x08,0x0d,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d, -0x06,0x06,0x06,0x09,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0c,0x03, -0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x07, -0x03,0x03,0x03,0x03,0x07,0x07,0x08,0x08,0x03,0x0c,0x0b,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0e,0x0f,0x0f,0x0f,0x0e,0x03,0x06,0x06, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x06,0x06,0x06,0x0b,0x04,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x01,0x03,0x03,0x0d,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x07,0x03,0x08,0x0e,0x0e,0x08, -0x0e,0x04,0x03,0x08,0x08,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x12,0x08,0x0e,0x0e,0x0e,0x0e,0x03,0x0d,0x06,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x04,0x0a,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0d,0x05,0x03,0x03,0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x04,0x07,0x07,0x05,0x05,0x02,0x0e,0x0e,0x03,0x07,0x07, -0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0e,0x0e, -0x0e,0x0f,0x0e,0x08,0x04,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x06,0x0b,0x04,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x02,0x01, -0x01,0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x03,0x08,0x08,0x0e,0x0e,0x03,0x09,0x04,0x03,0x0e,0x08,0x0b,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x13,0x0f,0x0e,0x0f,0x0e,0x0e,0x03, -0x06,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x09,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x01,0x03,0x03,0x03,0x03,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x04,0x07,0x04,0x09,0x07, -0x08,0x08,0x08,0x05,0x09,0x04,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x09,0x08,0x0f,0x0e,0x0e,0x0e,0x08,0x13,0x04,0x06,0x06,0x06,0x06, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0a,0x06,0x06,0x00,0x00,0x00,0x00,0x06,0x04,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x09,0x0c,0x02,0x02,0x01,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x04,0x08,0x08,0x08,0x08,0x07,0x0b,0x03,0x08,0x0e,0x08, -0x03,0x0b,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x13, -0x0f,0x08,0x0e,0x0e,0x08,0x13,0x03,0x0d,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x00, -0x00,0x00,0x00,0x04,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x07, -0x01,0x03,0x03,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0a,0x09,0x04,0x04,0x03,0x08,0x08,0x05,0x09,0x07,0x03,0x08,0x03,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x0e,0x0e,0x08,0x08,0x08, -0x13,0x03,0x04,0x06,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0a,0x06,0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x01,0x07,0x07,0x0c,0x02,0x0b, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x03,0x07, -0x04,0x04,0x03,0x08,0x03,0x07,0x04,0x03,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x07,0x0f,0x0f,0x08,0x0e,0x08,0x08,0x08,0x13,0x03,0x0d,0x06, -0x06,0x06,0x06,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x06,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0d,0x02,0x07,0x0c,0x02,0x0c,0x05,0x09,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x0d,0x05,0x03,0x03,0x03,0x08,0x0e,0x03,0x0b,0x03,0x08, -0x08,0x08,0x05,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09, -0x08,0x0f,0x0e,0x08,0x0e,0x08,0x08,0x08,0x03,0x05,0x06,0x06,0x06,0x06,0x0b,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x0b, -0x0b,0x0b,0x0a,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x02, -0x07,0x03,0x01,0x07,0x02,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x0b,0x09,0x09,0x09,0x07,0x08,0x03,0x04,0x02,0x0c,0x03,0x08,0x09,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x0f,0x0e,0x08,0x0e,0x0e, -0x0e,0x0e,0x08,0x08,0x03,0x0d,0x06,0x06,0x06,0x06,0x05,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x0b,0x04,0x0b,0x0b,0x06,0x00, -0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x05,0x04,0x05,0x0c,0x07,0x01, -0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x07,0x08,0x03,0x03, -0x03,0x03,0x03,0x08,0x08,0x0e,0x0e,0x08,0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x09,0x0e,0x0e,0x08,0x0d,0x0e,0x0f,0x0e,0x08,0x0e,0x08, -0x04,0x06,0x0d,0x0d,0x0a,0x0a,0x0b,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0d,0x06,0x06,0x06,0x06,0x0b,0x04,0x04,0x02,0x06,0x06,0x06,0x00,0x00,0x00,0x06, -0x06,0x06,0x06,0x06,0x04,0x01,0x03,0x03,0x03,0x03,0x0c,0x09,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x03,0x02,0x09,0x07,0x03,0x08,0x03, -0x04,0x04,0x02,0x04,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x09,0x0f,0x0f,0x0d,0x03,0x0e,0x0e,0x0e,0x0e,0x0e,0x08,0x05,0x0a,0x04,0x12,0x0a, -0x12,0x0a,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x06,0x06,0x06,0x06, -0x0b,0x09,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x06,0x06,0x06,0x06,0x09, -0x05,0x02,0x0c,0x0c,0x03,0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x0a,0x0a,0x09,0x07,0x03,0x03,0x02,0x0d,0x09,0x07,0x03,0x08,0x03,0x09, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0f,0x0e,0x0d,0x08, -0x0e,0x0e,0x0e,0x08,0x08,0x03,0x09,0x09,0x07,0x07,0x07,0x06,0x12,0x09,0x09,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x06,0x06,0x06,0x06,0x0b,0x0b,0x0b,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x03,0x03,0x03,0x03,0x03, -0x03,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x03, -0x03,0x04,0x09,0x09,0x03,0x03,0x03,0x08,0x08,0x03,0x09,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x13,0x0e,0x0f,0x0d,0x03,0x08,0x0e,0x0e,0x0e,0x08, -0x03,0x04,0x07,0x09,0x07,0x06,0x06,0x12,0x10,0x0b,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x0b,0x06,0x06,0x06,0x0d,0x0d,0x0b,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x04,0x05,0x05,0x04,0x04,0x05,0x09,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x02,0x03,0x05,0x0b,0x0a,0x09,0x03,0x03,0x03, -0x03,0x03,0x03,0x07,0x0d,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0d,0x0e,0x0f,0x0d,0x0d,0x08,0x08,0x08,0x0e,0x0e,0x08,0x11,0x04,0x04,0x09,0x12, -0x06,0x06,0x12,0x10,0x09,0x05,0x09,0x12,0x09,0x00,0x00,0x00,0x0a,0x06,0x06,0x06, -0x0d,0x0d,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x09,0x09,0x05,0x0c,0x03,0x03,0x07,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x09,0x09,0x04,0x0c,0x07,0x03,0x03,0x03,0x05,0x0b,0x09,0x02,0x07,0x08, -0x07,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0f,0x0e,0x0d,0x0d, -0x03,0x08,0x08,0x08,0x08,0x08,0x03,0x09,0x04,0x04,0x0a,0x12,0x12,0x12,0x0a,0x07, -0x10,0x10,0x10,0x10,0x09,0x00,0x00,0x0d,0x06,0x06,0x06,0x0d,0x0d,0x12,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x05,0x07,0x02,0x09, -0x09,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x03, -0x03,0x04,0x0b,0x09,0x09,0x09,0x0c,0x03,0x08,0x03,0x03,0x09,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x0f,0x0e,0x0d,0x0d,0x03,0x08,0x08,0x08,0x08, -0x08,0x08,0x07,0x0a,0x0a,0x06,0x0a,0x0a,0x0a,0x09,0x07,0x07,0x13,0x13,0x07,0x07, -0x04,0x04,0x0d,0x06,0x06,0x06,0x0d,0x0d,0x0a,0x0d,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x0b,0x0d,0x04,0x04,0x0d,0x09,0x0c,0x0c,0x0b,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0c,0x09,0x0d,0x0d,0x0a,0x09,0x07,0x03,0x03, -0x03,0x03,0x03,0x02,0x0b,0x0d,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0e,0x0e,0x0e,0x0d,0x0d,0x08,0x08,0x08,0x08,0x08,0x03,0x03,0x03,0x13,0x0d, -0x06,0x06,0x06,0x10,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x06,0x06, -0x06,0x06,0x0d,0x12,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a, -0x04,0x0b,0x09,0x04,0x05,0x09,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x0b,0x05,0x13,0x03,0x03,0x03,0x01,0x07,0x04,0x04,0x0b,0x09,0x09,0x07, -0x03,0x03,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x08,0x08,0x08,0x0d, -0x0d,0x08,0x08,0x08,0x03,0x08,0x03,0x03,0x03,0x07,0x0b,0x06,0x06,0x06,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x0b,0x06,0x06,0x06,0x06,0x0d,0x12,0x0a, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0b,0x02,0x0b,0x0d, -0x0b,0x04,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x03,0x03,0x07, -0x04,0x0b,0x0b,0x0d,0x0a,0x0c,0x10,0x0c,0x03,0x08,0x03,0x03,0x03,0x09,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x08,0x08,0x0d,0x0d,0x08,0x08,0x08,0x03, -0x03,0x03,0x03,0x03,0x02,0x0d,0x06,0x06,0x06,0x03,0x03,0x03,0x07,0x0c,0x03,0x03, -0x01,0x09,0x00,0x00,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x0a,0x09,0x0b,0x0a,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x05,0x04,0x0c,0x03, -0x03,0x03,0x03,0x03,0x03,0x05,0x09,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0c,0x08,0x03,0x08,0x0d,0x0d,0x03,0x08,0x08,0x03,0x03,0x03,0x03,0x03,0x0c, -0x06,0x06,0x06,0x0d,0x03,0x03,0x07,0x07,0x05,0x09,0x09,0x09,0x00,0x00,0x00,0x06, -0x06,0x06,0x06,0x0d,0x0d,0x12,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0a,0x0a,0x0a,0x0a,0x0d,0x0d,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x09,0x07,0x07,0x03,0x0c,0x01,0x07,0x07,0x02,0x02,0x02,0x05,0x0b,0x0b, -0x07,0x03,0x03,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x08,0x08, -0x0d,0x0d,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x06,0x06,0x06,0x0b,0x07, -0x0c,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x0b, -0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0b,0x0b, -0x0b,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x04,0x05,0x02,0x05, -0x04,0x09,0x0b,0x0a,0x0b,0x0b,0x0b,0x09,0x05,0x03,0x03,0x08,0x03,0x03,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x08,0x08,0x03,0x03,0x03,0x0d,0x0d,0x07,0x03, -0x03,0x03,0x03,0x01,0x01,0x09,0x06,0x06,0x06,0x09,0x05,0x05,0x05,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x0b,0x06,0x06,0x06, -0x06,0x06,0x00,0x00,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0a,0x0a,0x0a,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0d,0x0b,0x0b,0x04,0x04,0x05,0x03, -0x03,0x03,0x03,0x03,0x01,0x03,0x03,0x0c,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x03,0x0e,0x03,0x03,0x07,0x03,0x0d,0x0d,0x0d,0x03,0x03,0x03,0x03,0x07,0x02, -0x0d,0x06,0x06,0x06,0x09,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0b,0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x0b,0x06,0x06,0x06,0x00,0x00,0x06,0x06, -0x06,0x06,0x0d,0x0a,0x0a,0x0a,0x0b,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0b,0x0c,0x05,0x10,0x0c,0x0c,0x02,0x05,0x05,0x07,0x0c,0x01,0x07,0x05,0x04, -0x09,0x04,0x09,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x07,0x0c, -0x02,0x07,0x07,0x0d,0x0d,0x0d,0x07,0x03,0x01,0x07,0x05,0x0d,0x06,0x06,0x09,0x0b, -0x0b,0x0b,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06, -0x06,0x0b,0x0b,0x0b,0x04,0x06,0x06,0x00,0x06,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0b, -0x0b,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x09,0x05,0x04,0x09, -0x0b,0x0b,0x0b,0x0a,0x0a,0x0b,0x0b,0x09,0x04,0x04,0x03,0x03,0x03,0x0c,0x0a,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x03,0x0c,0x04,0x05,0x05,0x0c,0x07,0x07,0x0d, -0x0d,0x0d,0x02,0x05,0x05,0x0b,0x06,0x06,0x06,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x06,0x04,0x04,0x04, -0x04,0x00,0x0b,0x0d,0x06,0x06,0x06,0x06,0x0d,0x04,0x0a,0x09,0x0b,0x0b,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x0b,0x09,0x0b,0x05,0x04,0x05,0x04, -0x05,0x01,0x07,0x03,0x07,0x02,0x05,0x04,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0d,0x04,0x05,0x04,0x0b,0x0b,0x05,0x07,0x0c,0x01,0x0c,0x05,0x0d,0x0d,0x04,0x0b, -0x0d,0x06,0x06,0x0d,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0b,0x06,0x06,0x06,0x06,0x06,0x04,0x04,0x00,0x0b,0x0b,0x0a,0x06, -0x06,0x06,0x06,0x0d,0x09,0x0b,0x0a,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x0b,0x05,0x05,0x05,0x05,0x01,0x0c,0x07,0x04,0x05,0x09,0x09,0x04,0x09,0x09,0x09, -0x04,0x04,0x04,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x04,0x0b,0x0a,0x0a, -0x09,0x03,0x03,0x03,0x03,0x01,0x07,0x07,0x0d,0x0b,0x0b,0x06,0x06,0x06,0x0d,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b, -0x06,0x06,0x06,0x06,0x06,0x00,0x06,0x0b,0x04,0x0b,0x06,0x06,0x06,0x06,0x0d,0x09, -0x04,0x0b,0x0a,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x0b,0x0b,0x0b, -0x0b,0x09,0x0b,0x0a,0x0a,0x0b,0x0b,0x0b,0x05,0x05,0x03,0x01,0x03,0x07,0x0b,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x04,0x04,0x04,0x03,0x03,0x03,0x03, -0x01,0x07,0x0c,0x02,0x0d,0x06,0x06,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x06,0x06,0x06,0x00, -0x00,0x06,0x06,0x0b,0x0b,0x0d,0x06,0x06,0x06,0x0d,0x0b,0x04,0x04,0x0b,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x0b,0x0b,0x05,0x04,0x05,0x05,0x02,0x01,0x02,0x07,0x04, -0x02,0x02,0x0c,0x02,0x0c,0x01,0x02,0x02,0x05,0x0a,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0b,0x04,0x09,0x0b,0x0b,0x09,0x0c,0x05,0x05,0x05,0x04,0x02,0x02,0x05,0x0b, -0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x0d, -0x0a,0x06,0x06,0x06,0x0d,0x0a,0x04,0x04,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x0a,0x0a,0x0b,0x0b,0x0b,0x04,0x04,0x0c,0x02,0x05,0x09,0x04,0x05,0x05,0x04,0x09, -0x0b,0x0b,0x0b,0x0b,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x0a,0x09,0x04, -0x04,0x07,0x07,0x03,0x01,0x01,0x07,0x05,0x05,0x09,0x0a,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x0b,0x0a,0x06,0x06,0x06,0x0d, -0x0b,0x0b,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x09,0x05,0x04,0x04,0x0b,0x0b,0x09,0x09,0x02,0x0c,0x07,0x02,0x09,0x0d, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x04,0x05,0x05,0x0b,0x01,0x07,0x05,0x05, -0x04,0x05,0x05,0x09,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0d,0x06,0x06,0x06,0x06,0x0d,0x0a,0x06,0x06,0x0d,0x0b,0x0b,0x0d,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x0b,0x04,0x04,0x04,0x05,0x04,0x0c,0x05, -0x07,0x04,0x04,0x02,0x04,0x02,0x05,0x0c,0x05,0x0a,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x04,0x04,0x09,0x09,0x0a,0x09,0x04,0x0c,0x04,0x05,0x04,0x0b,0x0b,0x0b, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06, -0x06,0x0b,0x0b,0x06,0x06,0x06,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x0d,0x0a, -0x12,0x0b,0x0b,0x09,0x09,0x0b,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x0b,0x0b, -0x0b,0x09,0x0b,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0a,0x0b,0x0b,0x09, -0x0b,0x09,0x0c,0x02,0x09,0x04,0x04,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x06,0x06,0x06,0x06,0x0b,0x0b,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0a,0x0b,0x09,0x09,0x0b,0x0b,0x0b,0x0b, -0x04,0x09,0x0b,0x0b,0x0b,0x04,0x0b,0x0b,0x04,0x0b,0x04,0x09,0x04,0x0b,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0b,0x0b,0x09,0x0b,0x0b,0x09,0x04,0x05, -0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x06,0x0b,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x0b,0x0b,0x09, -0x0b,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x0a,0x0b,0x0a,0x0a,0x12,0x12,0x04,0x05,0x04,0x0b,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d, -0x06,0x06,0x06,0x06,0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0a,0x0b, -0x04,0x0b,0x0b,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x09,0x0b,0x09,0x0b,0x09,0x09, -0x12,0x12,0x0a,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0b,0x05,0x0c,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x06, -0x06,0x0d,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x09, -0x04,0x0b,0x04,0x0b,0x0b,0x0b,0x0b,0x12,0x12,0x0a,0x0a,0x0d,0x0d,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x0b,0x02,0x03,0x07,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x0d,0x0d,0x0b,0x0b,0x04,0x04,0x09,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0a,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x0b,0x05,0x07,0x07,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x0b, -0x0b,0x0b,0x0b,0x09,0x0b,0x09,0x0b,0x0b,0x0b,0x0a,0x0d,0x06,0x06,0x06,0x0d,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x06,0x06,0x06,0x06,0x06, -0x06,0x0b,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0d,0x0d,0x06,0x06,0x06,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x04,0x09,0x09,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06, -0x06,0x06,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0d,0x0d,0x0d,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x0d,0x0d,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d, -0x06,0x06,0x06,0x06,0x06,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06, -0x06,0x06,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x0d,0x0d,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,}; diff --git a/fishmaps/f09.h b/fishmaps/f09.h deleted file mode 100644 index f12b861..0000000 --- a/fishmaps/f09.h +++ /dev/null @@ -1,1177 +0,0 @@ -#define f09_width 108 -#define f09_height 86 -#define f09_colors 20 -#define f09_back 0 -int f09_reds[] = {64768, 1536, 8448, 3072, 10496, 7936, 23040, -13312, 20480, 26112, 47616, 36096, 52992, 8960, -6912, 23552, 38400, 20480, 45056, 33024}; -int f09_greens[] = {65280, 5120, 14336, 12288, 21504, 21504, 27136, -25856, 36096, 36352, 49152, 44544, 53248, 19456, -12800, 32512, 38656, 22016, 44032, 43520}; -int f09_blues[] = {0, 1536, 11264, 5632, 21760, 11776, 26112, -30720, 39168, 28928, 43008, 43520, 47104, 5888, -4608, 13312, 32512, 13568, 37632, 27904}; -unsigned char f09_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x02,0x04,0x05,0x06,0x06,0x06,0x06, -0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x03,0x03,0x05,0x04,0x04,0x04,0x06,0x06,0x05,0x04,0x04,0x06,0x06,0x04,0x04,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x05, -0x05,0x05,0x04,0x02,0x04,0x05,0x04,0x05,0x07,0x04,0x02,0x03,0x04,0x05,0x03,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x04,0x04,0x05,0x05,0x05, -0x04,0x02,0x02,0x05,0x04,0x04,0x04,0x02,0x03,0x02,0x06,0x05,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x02,0x05,0x03,0x05,0x05,0x02,0x04, -0x04,0x04,0x02,0x04,0x02,0x02,0x02,0x03,0x02,0x02,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x05,0x05,0x05,0x03,0x03,0x05,0x02,0x05,0x05,0x02, -0x04,0x04,0x04,0x02,0x03,0x03,0x02,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x05,0x03,0x03,0x03,0x02,0x02,0x05,0x03,0x02,0x05,0x05,0x07,0x02, -0x03,0x03,0x03,0x02,0x07,0x08,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x05,0x03,0x03,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x03,0x01,0x01, -0x03,0x03,0x04,0x07,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05, -0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x02,0x03,0x02,0x03,0x02,0x03, -0x07,0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x02,0x02,0x05,0x02,0x03,0x04,0x09,0x0b,0x0c, -0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01, -0x01,0x03,0x02,0x04,0x06,0x04,0x04,0x06,0x04,0x09,0x06,0x0a,0x0c,0x0c,0x0c,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x05,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x04,0x02, -0x06,0x06,0x04,0x04,0x04,0x07,0x04,0x07,0x06,0x09,0x06,0x06,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x02,0x04,0x02,0x02,0x05,0x05,0x03, -0x02,0x0d,0x03,0x0d,0x0d,0x02,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x03,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x0d,0x05,0x05,0x0d,0x0d,0x0e,0x03, -0x03,0x05,0x03,0x01,0x01,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x0d,0x0d,0x05,0x05,0x05,0x05,0x05,0x03,0x05,0x03,0x03,0x03, -0x01,0x03,0x03,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03, -0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x0d,0x03, -0x0d,0x0d,0x0d,0x0d,0x0d,0x05,0x05,0x05,0x05,0x0d,0x03,0x03,0x03,0x03,0x03,0x03, -0x01,0x01,0x0e,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x05,0x0d, -0x05,0x05,0x05,0x05,0x05,0x05,0x03,0x03,0x02,0x03,0x03,0x03,0x01,0x03,0x03,0x03, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x0d,0x0d,0x03,0x0d,0x0d,0x05,0x02,0x03,0x05, -0x05,0x05,0x03,0x03,0x05,0x03,0x03,0x03,0x0e,0x03,0x03,0x03,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03, -0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x03, -0x05,0x03,0x03,0x0d,0x0d,0x0d,0x0d,0x0d,0x05,0x02,0x05,0x03,0x05,0x05,0x03,0x02, -0x02,0x05,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x03,0x03,0x01,0x01,0x03,0x03,0x05,0x04,0x04,0x04,0x07,0x04,0x04,0x05,0x07,0x04, -0x07,0x06,0x07,0x07,0x07,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x04,0x05,0x05,0x03, -0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x0e,0x03,0x03, -0x05,0x04,0x08,0x0b,0x0b,0x0a,0x0a,0x0a,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x04,0x05,0x05,0x05,0x04,0x05,0x05,0x04,0x05,0x04,0x05,0x05,0x02,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x05,0x04,0x09,0x0b,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0b,0x08,0x07,0x07,0x07,0x07,0x07,0x08,0x07,0x07,0x07,0x07,0x04,0x05, -0x05,0x05,0x04,0x07,0x04,0x04,0x04,0x04,0x07,0x04,0x03,0x05,0x03,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x03,0x03,0x05,0x04,0x08,0x0b,0x08,0x0a,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b,0x07,0x07, -0x06,0x07,0x07,0x07,0x09,0x07,0x07,0x07,0x07,0x07,0x05,0x05,0x07,0x04,0x04,0x07, -0x07,0x04,0x04,0x07,0x07,0x07,0x04,0x05,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x05,0x07,0x09, -0x0b,0x0b,0x08,0x0a,0x08,0x04,0x04,0x06,0x07,0x07,0x04,0x05,0x04,0x04,0x04,0x04, -0x04,0x04,0x05,0x04,0x05,0x05,0x0d,0x05,0x05,0x0d,0x05,0x04,0x04,0x07,0x07,0x08, -0x0b,0x07,0x04,0x02,0x02,0x02,0x05,0x0f,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x07,0x08,0x08,0x07,0x08,0x09,0x08,0x06,0x06, -0x04,0x05,0x05,0x0d,0x05,0x05,0x0d,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x05,0x02, -0x0d,0x0d,0x0d,0x05,0x05,0x03,0x05,0x05,0x07,0x07,0x07,0x0b,0x0b,0x0b,0x08,0x04, -0x05,0x06,0x10,0x10,0x0e,0x01,0x01,0x01,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x03,0x04,0x06,0x08,0x09,0x06,0x04,0x04,0x07,0x05,0x04,0x05,0x03,0x0d,0x05,0x05, -0x04,0x02,0x03,0x0d,0x0d,0x0d,0x05,0x0d,0x05,0x0d,0x0d,0x0d,0x0d,0x03,0x03,0x0d, -0x05,0x04,0x05,0x04,0x05,0x07,0x08,0x0b,0x0c,0x0c,0x0c,0x06,0x04,0x0b,0x10,0x0c, -0x11,0x01,0x01,0x01,0x03,0x01,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x07,0x07,0x08,0x07, -0x04,0x05,0x05,0x0d,0x05,0x04,0x05,0x05,0x05,0x02,0x05,0x03,0x0d,0x03,0x0d,0x03, -0x0e,0x0e,0x0d,0x0d,0x05,0x0d,0x0d,0x0d,0x0d,0x03,0x03,0x03,0x0d,0x0d,0x05,0x04, -0x04,0x07,0x08,0x0b,0x0c,0x0c,0x0c,0x0b,0x09,0x0a,0x0a,0x0a,0x10,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x02,0x04,0x07,0x08,0x08,0x04,0x05,0x05,0x03,0x03,0x04, -0x07,0x06,0x04,0x0e,0x02,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x03, -0x05,0x0d,0x03,0x0e,0x03,0x03,0x03,0x03,0x0d,0x05,0x05,0x05,0x04,0x06,0x0b,0x12, -0x0c,0x0c,0x0c,0x0a,0x0c,0x0c,0x0c,0x0a,0x10,0x0e,0x01,0x01,0x01,0x01,0x03,0x0d, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x04,0x07,0x08,0x07,0x04,0x05,0x05,0x05,0x04,0x06,0x04,0x04,0x0d,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x0d,0x03,0x03,0x05, -0x03,0x03,0x03,0x03,0x0d,0x04,0x04,0x06,0x09,0x0b,0x0b,0x0a,0x0c,0x0c,0x0c,0x09, -0x0c,0x06,0x09,0x0a,0x12,0x0e,0x01,0x01,0x01,0x01,0x03,0x0d,0x03,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x03, -0x03,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x02,0x04,0x07,0x08,0x07, -0x04,0x05,0x04,0x07,0x04,0x05,0x05,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x0d,0x0e,0x03,0x03,0x03,0x0d,0x03,0x03,0x0d,0x0d, -0x0d,0x05,0x04,0x0b,0x0a,0x0a,0x0a,0x0c,0x0c,0x0c,0x0a,0x0b,0x0a,0x04,0x10,0x10, -0x10,0x11,0x01,0x01,0x01,0x01,0x01,0x0d,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x02,0x04,0x02,0x02,0x03,0x03,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x04,0x04,0x08,0x08,0x07,0x07,0x07,0x04,0x04,0x05, -0x05,0x0d,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x0e,0x04, -0x05,0x05,0x04,0x07,0x05,0x05,0x05,0x03,0x03,0x05,0x02,0x04,0x05,0x04,0x09,0x0a, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x04,0x05,0x04,0x06,0x04,0x09,0x01,0x01, -0x01,0x01,0x01,0x03,0x05,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x04,0x04,0x02,0x02,0x03,0x03,0x03,0x02,0x04, -0x04,0x03,0x07,0x0b,0x08,0x07,0x07,0x07,0x04,0x07,0x05,0x04,0x05,0x05,0x03,0x03, -0x03,0x03,0x03,0x01,0x03,0x01,0x03,0x03,0x02,0x03,0x04,0x09,0x04,0x05,0x09,0x07, -0x06,0x05,0x05,0x0e,0x05,0x05,0x09,0x0b,0x09,0x0b,0x0a,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x12,0x12,0x10,0x0b,0x12,0x10,0x09,0x11,0x02,0x01,0x01,0x01,0x01, -0x0e,0x05,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x04,0x04,0x05,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x05,0x07,0x09,0x06,0x09,0x07,0x06,0x07,0x05,0x02,0x05, -0x05,0x09,0x0b,0x10,0x06,0x09,0x09,0x10,0x09,0x09,0x04,0x06,0x06,0x0a,0x0a,0x06, -0x06,0x10,0x0c,0x0c,0x0c,0x06,0x05,0x03,0x01,0x01,0x01,0x01,0x01,0x05,0x07,0x05, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x04, -0x04,0x02,0x02,0x02,0x05,0x05,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x08,0x08, -0x07,0x07,0x07,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x03,0x03, -0x05,0x05,0x05,0x06,0x04,0x05,0x05,0x05,0x05,0x03,0x03,0x02,0x02,0x03,0x03,0x03, -0x03,0x05,0x03,0x05,0x04,0x05,0x04,0x09,0x0a,0x0c,0x0c,0x0c,0x10,0x06,0x10,0x10, -0x09,0x10,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x05,0x03,0x03,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x03,0x02,0x05, -0x04,0x04,0x04,0x08,0x07,0x07,0x0b,0x07,0x07,0x08,0x07,0x07,0x07,0x05,0x02,0x03, -0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x05, -0x04,0x05,0x05,0x12,0x0c,0x0c,0x0c,0x10,0x04,0x04,0x02,0x05,0x0a,0x10,0x0e,0x10, -0x04,0x06,0x0e,0x01,0x01,0x03,0x0d,0x05,0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x04,0x04,0x07, -0x07,0x07,0x08,0x07,0x07,0x07,0x07,0x04,0x05,0x05,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x02,0x03,0x05,0x05,0x03,0x05,0x0a, -0x0a,0x0c,0x0a,0x04,0x03,0x02,0x03,0x04,0x10,0x04,0x02,0x05,0x0a,0x10,0x01,0x01, -0x01,0x01,0x03,0x05,0x05,0x05,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04, -0x05,0x07,0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x01,0x02,0x03,0x03,0x03,0x02,0x0e,0x03,0x0e,0x05,0x04,0x09,0x0a,0x0a,0x04,0x02, -0x05,0x05,0x02,0x04,0x06,0x05,0x02,0x05,0x09,0x10,0x01,0x0d,0x0e,0x0d,0x0d,0x02, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x04,0x04,0x04,0x07,0x07,0x08, -0x07,0x05,0x07,0x07,0x07,0x07,0x08,0x08,0x07,0x07,0x07,0x07,0x05,0x04,0x05,0x05, -0x05,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x03,0x02,0x02,0x03, -0x02,0x05,0x05,0x03,0x03,0x05,0x05,0x04,0x0a,0x06,0x04,0x04,0x02,0x07,0x04,0x09, -0x0a,0x04,0x0d,0x0e,0x09,0x02,0x10,0x04,0x03,0x01,0x01,0x04,0x04,0x05,0x04,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03, -0x03,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x04,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x05,0x05,0x03,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x0d, -0x03,0x03,0x05,0x0b,0x0b,0x04,0x04,0x03,0x03,0x03,0x05,0x08,0x0b,0x05,0x02,0x02, -0x04,0x10,0x07,0x02,0x01,0x01,0x01,0x03,0x04,0x06,0x04,0x07,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x02,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x07, -0x07,0x05,0x05,0x05,0x04,0x07,0x05,0x05,0x05,0x05,0x05,0x05,0x03,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x02,0x02,0x02,0x05,0x03,0x03,0x03,0x0d,0x03,0x03,0x03,0x02,0x05,0x08, -0x08,0x04,0x03,0x03,0x03,0x03,0x02,0x07,0x07,0x02,0x03,0x02,0x06,0x07,0x04,0x02, -0x10,0x10,0x10,0x02,0x10,0x0b,0x06,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x07,0x04,0x05,0x05, -0x04,0x04,0x07,0x05,0x05,0x02,0x05,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x05, -0x03,0x0e,0x03,0x03,0x0e,0x03,0x11,0x03,0x05,0x04,0x06,0x08,0x07,0x07,0x03,0x01, -0x03,0x03,0x03,0x05,0x05,0x0e,0x05,0x03,0x07,0x04,0x02,0x10,0x0b,0x10,0x10,0x0a, -0x10,0x0b,0x06,0x04,0x07,0x07,0x07,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x11,0x05,0x04,0x04,0x04,0x05,0x04, -0x05,0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x01,0x01,0x03, -0x01,0x02,0x05,0x01,0x03,0x0d,0x03,0x0b,0x07,0x09,0x03,0x01,0x01,0x03,0x01,0x03, -0x05,0x03,0x03,0x02,0x05,0x04,0x09,0x0b,0x01,0x01,0x01,0x0a,0x0a,0x09,0x06,0x07, -0x07,0x07,0x07,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x02,0x03,0x04,0x03,0x03,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x04,0x04,0x04,0x07,0x04,0x05,0x05,0x05,0x05, -0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x03,0x03,0x03,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01, -0x01,0x01,0x01,0x04,0x07,0x02,0x03,0x01,0x01,0x03,0x01,0x01,0x02,0x03,0x03,0x05, -0x04,0x0b,0x0b,0x01,0x01,0x01,0x01,0x02,0x0a,0x04,0x05,0x04,0x07,0x04,0x05,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x03,0x03,0x01,0x03, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x0e,0x03,0x04, -0x04,0x02,0x03,0x01,0x01,0x01,0x01,0x04,0x05,0x03,0x03,0x03,0x03,0x0b,0x0b,0x01, -0x01,0x01,0x01,0x01,0x0a,0x02,0x02,0x04,0x07,0x04,0x04,0x04,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x04, -0x04,0x04,0x04,0x04,0x02,0x05,0x05,0x05,0x05,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x04,0x05,0x05,0x0e,0x03,0x06,0x02,0x01, -0x03,0x01,0x01,0x04,0x04,0x03,0x03,0x01,0x01,0x0b,0x0b,0x03,0x01,0x01,0x01,0x01, -0x01,0x0e,0x05,0x07,0x08,0x04,0x04,0x04,0x00,0x01,0x01,0x01,0x01,0x01,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x04,0x04,0x04,0x04, -0x04,0x02,0x05,0x05,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x05,0x05,0x05,0x04,0x01,0x01,0x03,0x02,0x03,0x01,0x01,0x01,0x03, -0x04,0x03,0x02,0x01,0x01,0x03,0x0b,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x08,0x0b, -0x08,0x06,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x04,0x04,0x04,0x04,0x02,0x05,0x05, -0x05,0x05,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x02,0x0d, -0x0d,0x03,0x02,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x04,0x03,0x03,0x01, -0x01,0x01,0x0b,0x01,0x01,0x01,0x01,0x01,0x05,0x09,0x07,0x07,0x07,0x07,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x03,0x02,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x06,0x0e,0x0d,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x02,0x03,0x02,0x03,0x01,0x01,0x01,0x01,0x01, -0x05,0x05,0x05,0x05,0x09,0x07,0x07,0x08,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x03,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x05,0x05,0x03,0x03,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x07,0x09,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x01,0x01,0x01,0x04,0x04,0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09, -0x09,0x07,0x07,0x08,0x07,0x07,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x04, -0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x03,0x03, -0x04,0x02,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x05,0x07,0x07,0x07, -0x08,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x04,0x07,0x07,0x07, -0x04,0x04,0x04,0x02,0x05,0x03,0x02,0x03,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x02,0x03,0x01,0x04,0x03,0x01, -0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x08,0x0b,0x0b,0x08,0x13,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x04,0x07,0x07,0x07,0x04,0x04,0x04,0x02, -0x02,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x02,0x01, -0x01,0x01,0x01,0x03,0x03,0x07,0x08,0x0b,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x04,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x03,0x02,0x03, -0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x0d, -0x01,0x01,0x03,0x01,0x01,0x03,0x03,0x01,0x02,0x01,0x02,0x03,0x01,0x01,0x01,0x01, -0x07,0x08,0x0b,0x08,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x03,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x02,0x03,0x01,0x01,0x01,0x01, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03, -0x01,0x03,0x04,0x03,0x01,0x01,0x02,0x01,0x03,0x03,0x01,0x02,0x07,0x08,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x07, -0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x06,0x01, -0x03,0x02,0x04,0x04,0x03,0x01,0x01,0x01,0x01,0x05,0x03,0x03,0x03,0x03,0x02,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x06,0x09,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x04,0x07,0x07,0x07,0x07, -0x04,0x04,0x02,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x07,0x04,0x10,0x0a,0x09, -0x03,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x0e, -0x0e,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x04,0x07,0x07,0x07,0x04,0x04,0x05,0x02, -0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x07,0x0a,0x0b,0x07,0x04,0x04,0x01,0x01, -0x03,0x01,0x01,0x01,0x01,0x03,0x01,0x02,0x03,0x01,0x01,0x0e,0x03,0x03,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x04,0x04,0x04,0x02,0x03,0x02,0x03,0x03,0x02, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x04,0x08,0x07,0x07,0x07,0x07,0x02,0x01,0x03,0x01,0x01,0x01, -0x03,0x05,0x0d,0x02,0x11,0x0d,0x0e,0x0e,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x03,0x03,0x02,0x04,0x03,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x07,0x04,0x04,0x07,0x07,0x07,0x03,0x03,0x01,0x01,0x01,0x01,0x06,0x11,0x0d, -0x0e,0x03,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x04, -0x04,0x04,0x04,0x02,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x05,0x02, -0x04,0x07,0x07,0x04,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x04,0x04,0x04,0x04, -0x04,0x04,0x02,0x02,0x04,0x04,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x04,0x03,0x03,0x03,0x04,0x04,0x04,0x02, -0x03,0x03,0x01,0x01,0x01,0x01,0x0e,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x02,0x04,0x02,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x09,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x03,0x01, -0x01,0x01,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x02,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x03,0x04,0x04, -0x02,0x04,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x02,0x01,0x01, -0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0d,0x01,0x01,0x02,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x02,0x02,0x02,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x02,0x01,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x03, -0x04,0x07,0x07,0x04,0x04,0x02,0x03,0x03,0x03,0x04,0x04,0x03,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x02,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x03, -0x03,0x01,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x03,0x02,0x04,0x04,0x04, -0x04,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x01,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x02,0x06,0x04,0x01, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x05,0x02,0x05,0x04,0x04,0x05,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x03,0x01,0x01, -0x01,0x03,0x03,0x0e,0x01,0x03,0x03,0x11,0x12,0x0a,0x12,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02, -0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x0d,0x03,0x01,0x03,0x01,0x01, -0x02,0x10,0x11,0x0a,0x12,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x02,0x05,0x05,0x04,0x07,0x04,0x04,0x04,0x03,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x0d,0x03,0x01,0x01,0x01,0x06,0x0b,0x02,0x04,0x04, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x03,0x02, -0x04,0x07,0x07,0x07,0x07,0x04,0x04,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x01,0x01,0x01,0x06,0x12,0x09,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x05,0x07,0x04,0x07, -0x07,0x07,0x07,0x04,0x04,0x03,0x04,0x03,0x03,0x02,0x02,0x03,0x03,0x01,0x03,0x03, -0x04,0x04,0x02,0x0e,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x04,0x05,0x07,0x08,0x07,0x07,0x07,0x07, -0x07,0x04,0x04,0x04,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x04,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x05, -0x04,0x06,0x04,0x04,0x07,0x06,0x06,0x06,0x09,0x07,0x06,0x07,0x04,0x04,0x03,0x04, -0x04,0x02,0x03,0x03,0x02,0x05,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x03,0x02,0x05,0x04,0x04,0x07,0x07,0x07, -0x07,0x07,0x06,0x08,0x08,0x08,0x07,0x07,0x04,0x05,0x02,0x02,0x03,0x02,0x05,0x04, -0x07,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x03,0x03,0x03,0x02,0x04,0x04,0x04,0x07,0x06,0x09,0x09,0x0b,0x0b,0x09,0x08,0x09, -0x07,0x07,0x07,0x07,0x05,0x05,0x05,0x05,0x03,0x03,0x02,0x02,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x04,0x04, -0x07,0x07,0x07,0x07,0x07,0x09,0x0b,0x0b,0x0b,0x0b,0x09,0x09,0x07,0x07,0x05,0x05, -0x05,0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x03,0x05,0x04,0x05,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x08,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x03,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x05,0x07,0x07,0x07,0x05,0x03,0x03, -0x03,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f09_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x02,0x02,0x02,0x02,0x02,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x02,0x02, -0x02,0x06,0x04,0x06,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x04,0x05,0x06,0x06,0x04,0x04, -0x04,0x06,0x06,0x06,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x06,0x05,0x05,0x04,0x06,0x04,0x04,0x04,0x03, -0x03,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x02,0x04,0x05,0x05,0x05,0x07,0x04,0x02,0x03,0x04,0x05,0x03,0x03, -0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x02,0x02,0x05,0x05,0x05,0x04,0x02,0x03,0x02,0x06,0x05,0x03,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x05,0x02,0x05, -0x04,0x03,0x02,0x05,0x02,0x03,0x02,0x03,0x02,0x03,0x04,0x04,0x04,0x04,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x05,0x02,0x05,0x05,0x02, -0x03,0x05,0x03,0x02,0x03,0x03,0x02,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x02,0x05,0x03,0x02,0x05,0x05,0x05,0x02, -0x03,0x03,0x03,0x02,0x07,0x07,0x07,0x04,0x04,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x03,0x01,0x01, -0x03,0x03,0x07,0x07,0x04,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x05, -0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x02,0x03,0x02,0x03,0x02,0x03, -0x07,0x09,0x07,0x07,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x02,0x02,0x05,0x02,0x03,0x04,0x09,0x0b,0x0c, -0x0c,0x0c,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01, -0x01,0x03,0x02,0x04,0x06,0x04,0x04,0x06,0x04,0x09,0x06,0x0a,0x0c,0x0c,0x0c,0x0c, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x04,0x02, -0x06,0x06,0x04,0x04,0x04,0x07,0x04,0x07,0x06,0x09,0x06,0x0c,0x0c,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x02,0x04,0x02,0x02,0x05,0x05,0x03, -0x02,0x0d,0x03,0x0d,0x0d,0x02,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x01,0x03,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x0d,0x05,0x05,0x0d,0x0d,0x0e,0x03, -0x03,0x05,0x03,0x01,0x01,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x0d,0x0d,0x05,0x05,0x05,0x05,0x05,0x03,0x05,0x03,0x03,0x03, -0x01,0x03,0x03,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x0d,0x03, -0x0d,0x0d,0x0d,0x0d,0x0d,0x05,0x05,0x05,0x05,0x0d,0x03,0x03,0x03,0x03,0x03,0x03, -0x01,0x01,0x0e,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x05,0x0d, -0x05,0x05,0x05,0x05,0x05,0x05,0x03,0x03,0x02,0x03,0x03,0x03,0x01,0x03,0x03,0x03, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x0d,0x0d,0x03,0x0d,0x0d,0x05,0x02,0x03,0x05, -0x05,0x05,0x03,0x03,0x05,0x03,0x03,0x03,0x0e,0x03,0x03,0x03,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x03, -0x05,0x03,0x03,0x0d,0x0d,0x0d,0x0d,0x0d,0x05,0x02,0x05,0x03,0x05,0x05,0x03,0x02, -0x02,0x05,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x03,0x03,0x01,0x01,0x03,0x03,0x05,0x04,0x04,0x04,0x07,0x04,0x04,0x05,0x07,0x04, -0x07,0x06,0x07,0x07,0x07,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x04,0x05,0x05,0x03, -0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x0e,0x03,0x03, -0x05,0x04,0x08,0x0b,0x0b,0x0a,0x0a,0x0a,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x04,0x05,0x05,0x05,0x04,0x05,0x05,0x04,0x05,0x04,0x05,0x05,0x02,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x05,0x04,0x09,0x0b,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0b,0x08,0x07,0x07,0x07,0x07,0x07,0x08,0x07,0x07,0x07,0x07,0x04,0x05, -0x05,0x05,0x04,0x07,0x04,0x04,0x04,0x04,0x07,0x04,0x03,0x05,0x03,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x03,0x03,0x05,0x04,0x08,0x0b,0x08,0x0a,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b,0x07,0x07, -0x06,0x07,0x07,0x07,0x09,0x07,0x07,0x07,0x07,0x07,0x05,0x05,0x07,0x04,0x04,0x07, -0x07,0x04,0x04,0x07,0x07,0x07,0x04,0x05,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x05,0x07,0x09, -0x0b,0x0b,0x08,0x0a,0x08,0x04,0x04,0x06,0x07,0x07,0x04,0x05,0x04,0x04,0x04,0x04, -0x04,0x04,0x05,0x04,0x05,0x05,0x0d,0x05,0x05,0x0d,0x05,0x04,0x04,0x07,0x07,0x08, -0x0b,0x07,0x04,0x02,0x02,0x02,0x05,0x0f,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x07,0x08,0x08,0x07,0x08,0x09,0x08,0x06,0x06, -0x04,0x05,0x05,0x0d,0x05,0x05,0x0d,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x05,0x02, -0x0d,0x0d,0x0d,0x05,0x05,0x03,0x05,0x05,0x07,0x07,0x07,0x0b,0x0b,0x0b,0x08,0x04, -0x05,0x06,0x10,0x10,0x0e,0x01,0x01,0x01,0x01,0x01,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x03,0x04,0x06,0x08,0x09,0x06,0x04,0x04,0x07,0x05,0x04,0x05,0x03,0x0d,0x05,0x05, -0x04,0x02,0x03,0x0d,0x0d,0x0d,0x05,0x0d,0x05,0x0d,0x0d,0x0d,0x0d,0x03,0x03,0x0d, -0x05,0x04,0x05,0x04,0x05,0x07,0x08,0x0b,0x0c,0x0c,0x0c,0x06,0x04,0x0b,0x10,0x0c, -0x11,0x01,0x01,0x01,0x03,0x01,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x07,0x07,0x08,0x07, -0x04,0x05,0x05,0x0d,0x05,0x04,0x05,0x05,0x05,0x02,0x05,0x03,0x0d,0x03,0x0d,0x03, -0x0e,0x0e,0x0d,0x0d,0x05,0x0d,0x0d,0x0d,0x0d,0x03,0x03,0x03,0x0d,0x0d,0x05,0x04, -0x04,0x07,0x08,0x0b,0x0c,0x0c,0x0c,0x0b,0x09,0x0a,0x0a,0x0a,0x10,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x02,0x04,0x07,0x08,0x08,0x04,0x05,0x05,0x03,0x03,0x04, -0x07,0x06,0x04,0x0e,0x02,0x01,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x03, -0x05,0x0d,0x03,0x0e,0x03,0x03,0x03,0x03,0x0d,0x05,0x05,0x05,0x04,0x06,0x0b,0x12, -0x0c,0x0c,0x0c,0x0a,0x0c,0x0c,0x0c,0x0a,0x10,0x0e,0x01,0x01,0x01,0x01,0x03,0x0d, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x04,0x07,0x08,0x07,0x04,0x05,0x05,0x05,0x04,0x06,0x04,0x04,0x0d,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x0d,0x03,0x03,0x05, -0x03,0x03,0x03,0x03,0x0d,0x04,0x04,0x06,0x09,0x0b,0x0b,0x0a,0x0c,0x0c,0x0c,0x09, -0x0c,0x06,0x09,0x0a,0x12,0x0e,0x01,0x01,0x01,0x01,0x03,0x0d,0x03,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x03, -0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x01,0x01,0x01,0x03,0x02,0x04,0x07,0x08,0x07, -0x04,0x05,0x04,0x07,0x04,0x05,0x05,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x0d,0x0e,0x03,0x03,0x03,0x0d,0x03,0x03,0x0d,0x0d, -0x0d,0x05,0x04,0x0b,0x0a,0x0a,0x0a,0x0c,0x0c,0x0c,0x0a,0x0b,0x0a,0x04,0x10,0x10, -0x10,0x11,0x01,0x01,0x01,0x01,0x01,0x0d,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x03,0x02,0x04,0x04,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x03,0x01,0x04,0x04,0x08,0x08,0x07,0x07,0x07,0x04,0x04,0x05, -0x05,0x0d,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x0e,0x04, -0x05,0x05,0x04,0x07,0x05,0x05,0x05,0x03,0x03,0x05,0x02,0x04,0x05,0x04,0x09,0x0a, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x04,0x05,0x04,0x06,0x04,0x09,0x01,0x01, -0x01,0x01,0x01,0x03,0x05,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03, -0x03,0x03,0x03,0x02,0x02,0x05,0x04,0x05,0x04,0x02,0x02,0x03,0x03,0x03,0x02,0x04, -0x04,0x03,0x07,0x0b,0x08,0x07,0x07,0x07,0x04,0x07,0x05,0x04,0x05,0x05,0x03,0x03, -0x03,0x03,0x03,0x01,0x03,0x01,0x03,0x03,0x02,0x03,0x04,0x09,0x04,0x05,0x09,0x07, -0x06,0x05,0x05,0x0e,0x05,0x05,0x09,0x0b,0x09,0x0b,0x0a,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x12,0x12,0x10,0x0b,0x12,0x10,0x09,0x11,0x02,0x01,0x01,0x01,0x01, -0x0e,0x05,0x05,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x05, -0x02,0x04,0x04,0x05,0x08,0x05,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x05,0x07,0x09,0x06,0x09,0x07,0x06,0x07,0x05,0x02,0x05, -0x05,0x09,0x0b,0x10,0x06,0x09,0x09,0x10,0x09,0x09,0x04,0x06,0x06,0x0a,0x0a,0x06, -0x06,0x10,0x0c,0x0c,0x0c,0x06,0x05,0x03,0x01,0x01,0x01,0x01,0x01,0x05,0x07,0x05, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x04, -0x02,0x02,0x04,0x04,0x05,0x05,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x08,0x08, -0x07,0x07,0x07,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x03,0x03, -0x05,0x05,0x05,0x06,0x04,0x05,0x05,0x05,0x05,0x03,0x03,0x02,0x02,0x03,0x03,0x03, -0x03,0x05,0x03,0x05,0x04,0x05,0x04,0x09,0x0a,0x0c,0x0c,0x0c,0x10,0x06,0x10,0x10, -0x09,0x10,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x05,0x03,0x03,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x03,0x02,0x02,0x04,0x04, -0x04,0x04,0x04,0x08,0x07,0x07,0x0b,0x07,0x07,0x08,0x07,0x07,0x07,0x05,0x02,0x03, -0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x05, -0x04,0x05,0x05,0x12,0x0c,0x0c,0x0c,0x10,0x04,0x04,0x02,0x05,0x0a,0x10,0x0e,0x10, -0x04,0x06,0x0e,0x01,0x01,0x03,0x0d,0x05,0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x05,0x08,0x07,0x04,0x02,0x02,0x04,0x08,0x04,0x04,0x04,0x07, -0x07,0x07,0x08,0x07,0x07,0x07,0x07,0x04,0x05,0x05,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x03,0x03,0x02,0x03,0x05,0x05,0x03,0x05,0x0a, -0x0a,0x0c,0x0a,0x04,0x03,0x02,0x03,0x04,0x10,0x04,0x02,0x05,0x0a,0x10,0x01,0x01, -0x01,0x01,0x03,0x05,0x05,0x05,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x07,0x07,0x05,0x05,0x07,0x07,0x07,0x05,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x04, -0x05,0x07,0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x01,0x02,0x03,0x03,0x03,0x02,0x0e,0x03,0x0e,0x05,0x04,0x09,0x0a,0x0a,0x04,0x02, -0x05,0x05,0x02,0x04,0x06,0x05,0x02,0x05,0x09,0x10,0x01,0x0d,0x0e,0x0d,0x0d,0x02, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x08,0x07,0x08, -0x07,0x07,0x05,0x07,0x07,0x07,0x08,0x08,0x07,0x07,0x07,0x07,0x05,0x04,0x05,0x05, -0x05,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x03,0x02,0x02,0x03, -0x02,0x05,0x05,0x03,0x03,0x05,0x05,0x04,0x0a,0x06,0x04,0x04,0x02,0x07,0x04,0x09, -0x0a,0x04,0x0d,0x0e,0x09,0x02,0x10,0x04,0x03,0x01,0x01,0x04,0x04,0x05,0x04,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x07,0x05, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x05,0x05,0x03,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x0d, -0x03,0x03,0x05,0x0b,0x0b,0x04,0x04,0x03,0x03,0x03,0x05,0x08,0x0b,0x05,0x02,0x02, -0x04,0x10,0x07,0x02,0x01,0x01,0x01,0x03,0x04,0x06,0x04,0x07,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x03,0x03, -0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x07, -0x07,0x05,0x05,0x05,0x04,0x07,0x05,0x05,0x05,0x05,0x05,0x05,0x03,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x02,0x02,0x02,0x05,0x03,0x03,0x03,0x0d,0x03,0x03,0x03,0x02,0x05,0x08, -0x08,0x04,0x03,0x03,0x03,0x03,0x02,0x07,0x07,0x02,0x03,0x02,0x06,0x07,0x04,0x02, -0x10,0x10,0x10,0x02,0x10,0x0b,0x06,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04, -0x04,0x07,0x07,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x07,0x04,0x05,0x05, -0x04,0x04,0x07,0x05,0x05,0x02,0x05,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x05, -0x03,0x0e,0x03,0x03,0x0e,0x03,0x11,0x03,0x05,0x04,0x06,0x08,0x07,0x07,0x03,0x01, -0x03,0x03,0x03,0x05,0x05,0x0e,0x05,0x03,0x07,0x04,0x02,0x10,0x0b,0x10,0x10,0x0a, -0x10,0x0b,0x06,0x04,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x11,0x05,0x04,0x04,0x04,0x05,0x04, -0x05,0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x01,0x01,0x03, -0x01,0x02,0x05,0x01,0x03,0x0d,0x03,0x0b,0x07,0x09,0x03,0x01,0x01,0x03,0x01,0x03, -0x05,0x03,0x03,0x02,0x05,0x04,0x09,0x0b,0x01,0x01,0x01,0x0a,0x0a,0x09,0x06,0x07, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03, -0x03,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x04,0x04,0x04,0x07,0x04,0x05,0x05,0x05,0x05, -0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x03,0x03,0x03,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01, -0x01,0x01,0x01,0x04,0x07,0x02,0x03,0x01,0x01,0x03,0x01,0x01,0x02,0x03,0x03,0x05, -0x04,0x0b,0x0b,0x01,0x01,0x01,0x01,0x02,0x0a,0x04,0x05,0x04,0x07,0x04,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x02,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x03,0x03,0x01,0x03, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x0e,0x03,0x04, -0x04,0x02,0x03,0x01,0x01,0x01,0x01,0x04,0x05,0x03,0x03,0x03,0x03,0x0b,0x0b,0x01, -0x01,0x01,0x01,0x01,0x0a,0x02,0x02,0x04,0x07,0x04,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x04, -0x04,0x04,0x04,0x04,0x02,0x05,0x05,0x05,0x05,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x04,0x05,0x05,0x0e,0x03,0x06,0x02,0x01, -0x03,0x01,0x01,0x04,0x04,0x03,0x03,0x01,0x01,0x0b,0x0b,0x03,0x01,0x01,0x01,0x01, -0x01,0x0e,0x05,0x07,0x08,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x03,0x03,0x03,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x04,0x04,0x04,0x04, -0x04,0x02,0x05,0x05,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x05,0x05,0x05,0x04,0x01,0x01,0x03,0x02,0x03,0x01,0x01,0x01,0x03, -0x04,0x03,0x02,0x01,0x01,0x03,0x0b,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x08,0x0b, -0x08,0x06,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03, -0x03,0x03,0x02,0x02,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x04,0x04,0x04,0x04,0x02,0x05,0x05, -0x05,0x05,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x02,0x0d, -0x0d,0x03,0x02,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x04,0x03,0x03,0x01, -0x01,0x01,0x0b,0x01,0x01,0x01,0x01,0x01,0x05,0x09,0x07,0x07,0x07,0x07,0x04,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x02, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x03,0x02,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x06,0x0e,0x0d,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x02,0x03,0x02,0x03,0x01,0x01,0x01,0x01,0x01, -0x05,0x05,0x05,0x05,0x09,0x07,0x07,0x08,0x07,0x09,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x03,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x05,0x05,0x03,0x03,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x07,0x09,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x01,0x01,0x01,0x04,0x04,0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x09, -0x09,0x07,0x07,0x08,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x04, -0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x03,0x03, -0x04,0x02,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x05,0x07,0x07,0x07, -0x08,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x04,0x07,0x07,0x07, -0x04,0x04,0x04,0x02,0x05,0x03,0x02,0x03,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x02,0x03,0x01,0x04,0x03,0x01, -0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x08,0x0b,0x0b,0x08,0x13,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x04,0x07,0x07,0x07,0x04,0x04,0x04,0x02, -0x02,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x02,0x01, -0x01,0x01,0x01,0x03,0x03,0x07,0x08,0x0b,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x04,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x03,0x02,0x03, -0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x0d, -0x01,0x01,0x03,0x01,0x01,0x03,0x03,0x01,0x02,0x01,0x02,0x03,0x01,0x01,0x01,0x01, -0x07,0x08,0x0b,0x08,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x03,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x02,0x03,0x01,0x01,0x01,0x01, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03, -0x01,0x03,0x04,0x03,0x01,0x01,0x02,0x01,0x03,0x03,0x01,0x02,0x07,0x08,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x07, -0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x01,0x01,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x06,0x01, -0x03,0x02,0x04,0x04,0x03,0x01,0x01,0x01,0x01,0x05,0x03,0x03,0x03,0x03,0x02,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x06,0x09,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x04,0x07,0x07,0x07,0x07, -0x04,0x04,0x02,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x07,0x04,0x10,0x0a,0x09, -0x03,0x01,0x01,0x03,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x0e, -0x0e,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x04,0x07,0x07,0x07,0x04,0x04,0x05,0x02, -0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x07,0x0a,0x0b,0x07,0x04,0x04,0x01,0x01, -0x03,0x01,0x01,0x01,0x01,0x03,0x01,0x02,0x03,0x01,0x01,0x0e,0x03,0x03,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x04,0x04,0x04,0x02,0x03,0x02,0x03,0x03,0x02, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x04,0x08,0x07,0x07,0x07,0x07,0x02,0x01,0x03,0x01,0x01,0x01, -0x03,0x05,0x0d,0x02,0x11,0x0d,0x0e,0x0e,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x03,0x03,0x02,0x04,0x03,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x07,0x04,0x04,0x07,0x07,0x07,0x03,0x03,0x01,0x01,0x01,0x01,0x06,0x11,0x0d, -0x0e,0x03,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x04, -0x04,0x04,0x04,0x02,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x05,0x02, -0x04,0x07,0x07,0x04,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x04,0x04,0x04,0x04, -0x04,0x04,0x02,0x02,0x04,0x04,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x04,0x03,0x03,0x03,0x04,0x04,0x04,0x02, -0x03,0x03,0x01,0x01,0x01,0x01,0x0e,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x02,0x04,0x02,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x09,0x01,0x03,0x01,0x03,0x01,0x03,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x03,0x01, -0x01,0x01,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x02,0x04,0x04,0x07,0x04,0x04,0x04,0x04,0x03,0x04,0x04, -0x02,0x04,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x02,0x01,0x01, -0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0d,0x01,0x01,0x02,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x02,0x02,0x02,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x02,0x01,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x03, -0x04,0x07,0x07,0x04,0x04,0x02,0x03,0x03,0x03,0x04,0x04,0x03,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x02,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x03, -0x03,0x01,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x03,0x02,0x04,0x04,0x04, -0x04,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x01,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x02,0x06,0x04,0x01, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x05,0x02,0x05,0x04,0x04,0x05,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x03,0x01,0x01, -0x01,0x03,0x03,0x0e,0x01,0x03,0x03,0x11,0x12,0x0a,0x12,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02, -0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x0d,0x03,0x01,0x03,0x01,0x01, -0x02,0x10,0x11,0x0a,0x12,0x06,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x02,0x05,0x05,0x04,0x07,0x04,0x04,0x04,0x03,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x0d,0x03,0x01,0x01,0x01,0x06,0x0b,0x02,0x04,0x04, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x03,0x02, -0x04,0x07,0x07,0x07,0x07,0x04,0x04,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x01,0x01,0x01,0x06,0x12,0x09,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x05,0x07,0x04,0x07, -0x07,0x07,0x07,0x04,0x04,0x03,0x04,0x03,0x03,0x02,0x02,0x03,0x03,0x01,0x03,0x03, -0x04,0x04,0x02,0x0e,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x04,0x05,0x07,0x08,0x07,0x07,0x07,0x07, -0x07,0x04,0x04,0x04,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x04,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x05, -0x04,0x06,0x04,0x04,0x07,0x06,0x06,0x06,0x09,0x07,0x06,0x07,0x04,0x04,0x03,0x04, -0x04,0x02,0x03,0x03,0x02,0x05,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x02,0x05,0x04,0x04,0x07,0x07,0x07, -0x07,0x07,0x06,0x08,0x08,0x08,0x07,0x07,0x04,0x07,0x02,0x02,0x03,0x02,0x05,0x04, -0x07,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x07,0x06,0x09,0x09,0x0b,0x0b,0x0b,0x08,0x09, -0x07,0x07,0x07,0x07,0x07,0x05,0x05,0x05,0x03,0x03,0x02,0x02,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x04, -0x07,0x07,0x07,0x07,0x07,0x09,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x07,0x07,0x07,0x07, -0x05,0x05,0x05,0x05,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x05,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x0b,0x0b,0x0b,0x0b,0x0b,0x09,0x07,0x07,0x07,0x04,0x04,0x05,0x05,0x05,0x03, -0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x03,0x03,0x03,0x04,0x04,0x07,0x07,0x07,0x07,0x04,0x07,0x07,0x07,0x0b,0x09,0x09, -0x09,0x09,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x05,0x04, -0x04,0x04,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x09,0x09,0x03,0x03,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f10.h b/fishmaps/f10.h deleted file mode 100644 index 229d97d..0000000 --- a/fishmaps/f10.h +++ /dev/null @@ -1,743 +0,0 @@ -#define f10_width 97 -#define f10_height 60 -#define f10_colors 20 -#define f10_back 0 -int f10_reds[] = {65280, 18944, 12032, 20480, 12544, 9472, 17920, -10496, 19968, 26880, 10496, 11776, 26368, 18432, -5888, 6400, 29952, 28416, 46592, 36096}; -int f10_greens[] = {0, 34560, 27904, 26880, 22272, 19200, 22784, -19200, 23808, 25856, 16128, 23296, 32000, 33024, -12544, 10496, 29952, 36608, 47616, 44544}; -int f10_blues[] = {0, 37632, 31744, 29952, 28160, 24320, 25856, -17408, 12800, 17920, 9984, 10240, 16896, 21504, -10752, 5632, 23808, 31488, 40960, 43520}; -unsigned char f10_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02, -0x01,0x01,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x02,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02, -0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x01,0x02, -0x01,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x05,0x04, -0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x03,0x03, -0x03,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x05,0x04,0x04, -0x04,0x04,0x05,0x04,0x06,0x04,0x05,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06, -0x03,0x03,0x03,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x05,0x05,0x04,0x05,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04, -0x05,0x05,0x05,0x04,0x05,0x05,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x06,0x04,0x05, -0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x05,0x07,0x05,0x07,0x05,0x05,0x05,0x04,0x05,0x06,0x05,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01, -0x01,0x01,0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06, -0x05,0x05,0x05,0x07,0x05,0x05,0x04,0x05,0x05,0x05,0x04,0x05,0x05,0x05,0x04,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x01,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x06, -0x04,0x04,0x05,0x06,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04, -0x04,0x04,0x04,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x06,0x06,0x04,0x04,0x04,0x04,0x06,0x04,0x06,0x06,0x04,0x04,0x04,0x04,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x06,0x07,0x07,0x07, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x04,0x02, -0x04,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x06, -0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x06,0x06,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x02,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x06,0x04,0x04,0x05, -0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x04,0x06, -0x06,0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x06,0x07, -0x07,0x07,0x07,0x07,0x0a,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x04,0x02,0x02,0x04,0x04,0x04,0x02, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x05,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x03,0x03,0x03,0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x07,0x07,0x0b,0x0a,0x0a,0x0a,0x0b,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x04,0x04,0x02,0x02,0x02, -0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x05,0x05,0x05,0x04,0x05,0x04,0x04,0x04, -0x05,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x0c,0x0c, -0x06,0x07,0x0b,0x0d,0x0e,0x0d,0x0a,0x0a,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x04,0x02,0x02, -0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x05,0x05,0x05, -0x05,0x05,0x04,0x06,0x06,0x05,0x06,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x06,0x06, -0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x03,0x0c, -0x0c,0x09,0x0a,0x0d,0x0f,0x0e,0x0f,0x0d,0x0a,0x07,0x07,0x07,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x04, -0x04,0x02,0x02,0x02,0x04,0x03,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x02,0x02, -0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x05,0x05,0x05, -0x05,0x04,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x06,0x04,0x06,0x06, -0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x03,0x06,0x06,0x03, -0x0c,0x06,0x0d,0x07,0x0a,0x0d,0x0f,0x0d,0x0a,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x02, -0x02,0x02,0x04,0x02,0x04,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x04, -0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x05,0x05,0x05,0x04, -0x04,0x05,0x05,0x04,0x05,0x04,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x04, -0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x03, -0x0c,0x09,0x06,0x0c,0x06,0x06,0x0a,0x0e,0x0a,0x07,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x04,0x02,0x02,0x04,0x04,0x04,0x04,0x02,0x02,0x04,0x00,0x00,0x00,0x04,0x02, -0x02,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x05,0x05,0x04,0x04, -0x05,0x05,0x04,0x04,0x05,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04, -0x07,0x04,0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x06,0x03,0x03,0x06, -0x03,0x10,0x09,0x09,0x0d,0x09,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x04,0x04,0x04,0x04,0x02,0x02,0x04,0x04,0x04,0x02,0x02,0x03,0x00,0x00,0x00, -0x04,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x05,0x05,0x05,0x04, -0x04,0x05,0x05,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x06, -0x06,0x05,0x07,0x07,0x06,0x06,0x06,0x06,0x06,0x03,0x06,0x03,0x03,0x03,0x03,0x06, -0x06,0x03,0x10,0x0d,0x10,0x0c,0x0c,0x0c,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x07, -0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x02,0x04,0x04, -0x00,0x04,0x05,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04, -0x04,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06, -0x06,0x03,0x06,0x05,0x06,0x05,0x04,0x06,0x02,0x02,0x06,0x06,0x03,0x03,0x06,0x06, -0x06,0x0d,0x03,0x10,0x06,0x10,0x10,0x0c,0x10,0x0c,0x06,0x09,0x06,0x08,0x06,0x07, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x04,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x04, -0x04,0x06,0x00,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x04, -0x04,0x06,0x03,0x06,0x05,0x05,0x05,0x05,0x04,0x06,0x06,0x04,0x02,0x06,0x06,0x03, -0x03,0x06,0x06,0x0d,0x09,0x06,0x10,0x0c,0x0c,0x0c,0x10,0x09,0x06,0x07,0x06,0x06, -0x06,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x04,0x04,0x05,0x04, -0x04,0x04,0x04,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04, -0x04,0x05,0x04,0x04,0x05,0x05,0x04,0x04,0x06,0x04,0x06,0x06,0x04,0x06,0x06,0x06, -0x06,0x04,0x06,0x06,0x03,0x06,0x05,0x07,0x06,0x07,0x04,0x02,0x06,0x02,0x04,0x06, -0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x10,0x0c,0x10,0x0c,0x10,0x10,0x08,0x07,0x07, -0x06,0x06,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x05, -0x05,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x03,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x05,0x07,0x05,0x06,0x07,0x04,0x06,0x06,0x04, -0x02,0x06,0x06,0x03,0x06,0x06,0x07,0x10,0x11,0x10,0x11,0x09,0x0c,0x10,0x0c,0x07, -0x07,0x06,0x06,0x06,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04, -0x05,0x05,0x04,0x05,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x04,0x05,0x05,0x04, -0x04,0x04,0x04,0x04,0x05,0x04,0x05,0x04,0x04,0x04,0x04,0x06,0x06,0x04,0x06,0x06, -0x04,0x06,0x06,0x06,0x03,0x06,0x06,0x06,0x04,0x05,0x04,0x05,0x06,0x05,0x07,0x04, -0x02,0x06,0x06,0x06,0x06,0x06,0x03,0x07,0x03,0x11,0x11,0x10,0x10,0x09,0x0c,0x0c, -0x0c,0x07,0x08,0x0c,0x06,0x06,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x04,0x02,0x02,0x04,0x04,0x04, -0x04,0x05,0x05,0x05,0x04,0x04,0x05,0x04,0x05,0x06,0x12,0x07,0x07,0x04,0x05,0x05, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x04,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x06,0x04,0x07,0x05,0x05,0x05,0x05,0x04, -0x05,0x04,0x02,0x06,0x02,0x04,0x06,0x03,0x06,0x07,0x11,0x11,0x11,0x11,0x09,0x03, -0x10,0x0c,0x08,0x07,0x0c,0x06,0x06,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x04,0x02,0x04,0x04,0x02,0x02, -0x04,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x05,0x04,0x12,0x12,0x12,0x12,0x07,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06, -0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x04,0x07,0x07,0x05,0x05,0x05, -0x05,0x04,0x07,0x04,0x06,0x06,0x02,0x06,0x03,0x06,0x07,0x06,0x11,0x11,0x11,0x10, -0x10,0x10,0x0c,0x0c,0x06,0x0c,0x0c,0x06,0x06,0x07,0x07,0x07,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x04,0x04,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x12,0x05,0x05, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x06,0x06,0x03,0x06,0x06,0x06,0x04,0x03,0x03,0x03,0x03,0x03,0x06,0x05,0x04,0x05, -0x05,0x07,0x04,0x04,0x07,0x04,0x02,0x06,0x02,0x06,0x06,0x06,0x07,0x11,0x11,0x11, -0x11,0x09,0x11,0x10,0x0c,0x09,0x09,0x0c,0x09,0x06,0x06,0x04,0x05,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x04, -0x04,0x04,0x04,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x03,0x03,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x05,0x05, -0x05,0x05,0x07,0x05,0x04,0x05,0x05,0x04,0x04,0x02,0x02,0x06,0x09,0x07,0x03,0x11, -0x11,0x11,0x09,0x10,0x10,0x10,0x0c,0x06,0x09,0x0d,0x0d,0x06,0x07,0x07,0x05,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x04,0x02, -0x02,0x02,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x02,0x04,0x02,0x04,0x04,0x02, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x05, -0x07,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x07,0x04,0x02,0x06,0x06,0x07,0x07, -0x11,0x11,0x11,0x10,0x08,0x03,0x03,0x03,0x03,0x0d,0x06,0x06,0x06,0x08,0x06,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04, -0x05,0x05,0x05,0x05,0x07,0x05,0x04,0x05,0x05,0x05,0x05,0x07,0x04,0x03,0x07,0x07, -0x07,0x05,0x03,0x11,0x11,0x0c,0x06,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x08,0x02, -0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x04,0x04,0x04,0x04,0x04,0x02,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x03,0x02,0x02, -0x04,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x06,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x04,0x07,0x05,0x05,0x06,0x06,0x06, -0x06,0x07,0x07,0x07,0x06,0x03,0x03,0x06,0x06,0x06,0x03,0x04,0x03,0x04,0x04,0x02, -0x02,0x02,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x04,0x04,0x04,0x02,0x02,0x04,0x04,0x04,0x02,0x02,0x04,0x02,0x00,0x02,0x02,0x02, -0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x06,0x07,0x05,0x05,0x05,0x07,0x05,0x05,0x05,0x05,0x05,0x07,0x06,0x06, -0x03,0x10,0x09,0x06,0x06,0x07,0x07,0x05,0x06,0x06,0x06,0x07,0x07,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x04,0x04,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x02,0x00,0x00,0x04,0x02, -0x01,0x01,0x02,0x04,0x02,0x02,0x02,0x04,0x02,0x04,0x04,0x02,0x04,0x02,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x06,0x04,0x05,0x05,0x05,0x05,0x05,0x07,0x05,0x05,0x05,0x06,0x03, -0x11,0x11,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x05,0x05,0x05,0x06, -0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x04,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x04,0x02,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x04,0x05,0x04,0x05,0x07,0x05,0x04,0x05,0x04,0x07,0x07,0x04, -0x03,0x03,0x03,0x03,0x06,0x06,0x03,0x03,0x06,0x06,0x06,0x03,0x06,0x06,0x05,0x06, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02, -0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x05,0x07,0x05,0x05,0x05,0x05,0x07,0x05,0x05, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x06, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x04,0x02,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05,0x04,0x05,0x07,0x04,0x04,0x05,0x07,0x05, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x04,0x04,0x06, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x04,0x02,0x02,0x04,0x02,0x04,0x02,0x04,0x04,0x04,0x04,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x05,0x04,0x05,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x02,0x02,0x04,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x04, -0x04,0x02,0x02,0x02,0x02,0x04,0x02,0x04,0x02,0x04,0x02,0x04,0x02,0x02,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x02,0x04,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x11,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x04,0x04,0x04, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x11,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x04,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02, -0x04,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x04, -0x04,0x04,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03, -0x02,0x02,0x04,0x04,0x04,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x03,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x03, -0x00,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x01, -0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x13,0x13,0x01,0x01,0x01,0x01,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f10_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x01,0x01,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x02,0x03,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02, -0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x02, -0x01,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x02, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x05,0x04, -0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x03,0x03, -0x03,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x05,0x04,0x04, -0x04,0x04,0x05,0x04,0x06,0x04,0x05,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06, -0x03,0x03,0x03,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x05,0x05,0x04,0x05,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04, -0x05,0x05,0x05,0x04,0x05,0x05,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x06,0x04,0x05, -0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05, -0x05,0x07,0x05,0x07,0x05,0x05,0x05,0x04,0x05,0x06,0x05,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x01,0x01,0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06, -0x05,0x05,0x05,0x07,0x05,0x05,0x04,0x05,0x05,0x05,0x04,0x05,0x05,0x05,0x04,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x06,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x01,0x01,0x01,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x06, -0x04,0x04,0x05,0x06,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x04, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04, -0x04,0x04,0x04,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x06,0x06,0x04,0x04,0x04,0x04,0x06,0x04,0x06,0x06,0x04,0x04,0x04,0x04,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x08,0x06,0x07,0x07,0x07, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x03,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x04,0x02, -0x04,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x06, -0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x06,0x06,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x02,0x04,0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x06,0x04,0x04,0x05, -0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x04,0x06, -0x06,0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x09,0x06,0x07, -0x07,0x07,0x07,0x07,0x0a,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x04,0x02,0x02,0x04,0x04,0x04,0x02, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x05,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x03,0x03,0x03,0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x07,0x07,0x0b,0x0a,0x0a,0x0a,0x0b,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x04,0x04,0x02,0x02,0x02, -0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x04,0x05,0x05,0x05,0x04,0x05,0x04,0x04,0x04, -0x05,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x0c,0x0c, -0x06,0x07,0x0b,0x0d,0x0e,0x0d,0x0a,0x0a,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04, -0x02,0x02,0x04,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x04,0x02,0x02, -0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x05,0x05,0x05, -0x05,0x05,0x04,0x06,0x06,0x05,0x06,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x06,0x06, -0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x03,0x0c, -0x0c,0x09,0x0a,0x0d,0x0f,0x0e,0x0f,0x0d,0x0a,0x07,0x07,0x07,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x04,0x02, -0x02,0x04,0x02,0x02,0x04,0x03,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x02,0x02, -0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x05,0x05,0x05, -0x05,0x04,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x06,0x04,0x06,0x06, -0x06,0x05,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x03,0x06,0x06,0x03, -0x0c,0x06,0x0d,0x07,0x0a,0x0d,0x0f,0x0d,0x0a,0x07,0x07,0x07,0x07,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x04, -0x04,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x04, -0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x05,0x05,0x05,0x04, -0x04,0x05,0x05,0x04,0x05,0x04,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x04, -0x06,0x06,0x07,0x07,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x03, -0x0c,0x09,0x06,0x0c,0x06,0x06,0x0a,0x0e,0x0a,0x07,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x05,0x02,0x02,0x04,0x00,0x00,0x00,0x04,0x02, -0x02,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04,0x05,0x05,0x04,0x04, -0x05,0x05,0x04,0x04,0x05,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04, -0x04,0x03,0x06,0x06,0x05,0x07,0x05,0x03,0x03,0x03,0x03,0x03,0x06,0x03,0x03,0x06, -0x03,0x10,0x09,0x09,0x0d,0x09,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x07,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x05,0x05,0x02,0x02,0x03,0x00,0x00,0x00, -0x04,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x05,0x05,0x05,0x04, -0x04,0x05,0x05,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x05,0x03,0x06,0x03,0x03,0x03,0x03,0x06, -0x06,0x03,0x10,0x0d,0x10,0x0c,0x0c,0x0c,0x09,0x06,0x06,0x06,0x06,0x06,0x06,0x07, -0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x04,0x05,0x05,0x04,0x04,0x02,0x04,0x04, -0x00,0x04,0x05,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04, -0x04,0x05,0x05,0x05,0x05,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06, -0x06,0x03,0x06,0x03,0x06,0x03,0x03,0x06,0x07,0x04,0x05,0x06,0x03,0x03,0x06,0x06, -0x06,0x0d,0x03,0x10,0x07,0x10,0x10,0x0c,0x10,0x0c,0x06,0x09,0x06,0x08,0x06,0x07, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x04,0x05,0x05,0x04,0x04,0x04, -0x04,0x06,0x00,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x04,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x04, -0x04,0x06,0x03,0x06,0x03,0x03,0x03,0x06,0x03,0x04,0x05,0x04,0x02,0x06,0x06,0x03, -0x03,0x06,0x06,0x0d,0x09,0x07,0x10,0x0c,0x0c,0x0c,0x10,0x09,0x06,0x07,0x06,0x06, -0x06,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x04,0x05,0x05,0x05,0x04, -0x04,0x04,0x04,0x05,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04, -0x04,0x05,0x04,0x04,0x05,0x05,0x04,0x04,0x06,0x04,0x06,0x06,0x04,0x06,0x06,0x06, -0x06,0x04,0x06,0x06,0x03,0x03,0x03,0x06,0x06,0x03,0x05,0x04,0x05,0x04,0x04,0x06, -0x06,0x06,0x03,0x06,0x06,0x07,0x07,0x10,0x0c,0x10,0x0c,0x10,0x10,0x08,0x07,0x07, -0x06,0x06,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x05,0x05,0x04, -0x05,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x03,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x06,0x03,0x06,0x06,0x05,0x04,0x04,0x04, -0x02,0x06,0x06,0x03,0x06,0x06,0x07,0x10,0x11,0x10,0x11,0x09,0x0c,0x10,0x0c,0x07, -0x07,0x06,0x06,0x06,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x04,0x05,0x05, -0x05,0x04,0x04,0x05,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05,0x04,0x05,0x05,0x04, -0x04,0x04,0x04,0x04,0x05,0x04,0x05,0x04,0x04,0x04,0x04,0x06,0x06,0x04,0x06,0x06, -0x04,0x06,0x06,0x06,0x03,0x06,0x06,0x06,0x03,0x06,0x03,0x03,0x06,0x05,0x05,0x05, -0x05,0x04,0x02,0x06,0x06,0x06,0x03,0x07,0x07,0x11,0x11,0x10,0x10,0x09,0x0c,0x0c, -0x0c,0x07,0x08,0x0c,0x06,0x06,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04, -0x05,0x05,0x04,0x04,0x04,0x04,0x05,0x04,0x05,0x06,0x12,0x07,0x07,0x04,0x05,0x05, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x04,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x06,0x06,0x03,0x03,0x03,0x03,0x05,0x04, -0x05,0x05,0x05,0x05,0x02,0x05,0x06,0x03,0x07,0x07,0x11,0x11,0x11,0x11,0x09,0x03, -0x10,0x0c,0x08,0x07,0x0c,0x06,0x06,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x04,0x05,0x05,0x04,0x05,0x04,0x04,0x04,0x05,0x04,0x12,0x12,0x12,0x12,0x07,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06, -0x06,0x06,0x03,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x05, -0x05,0x04,0x05,0x05,0x05,0x04,0x02,0x06,0x03,0x06,0x07,0x07,0x11,0x11,0x11,0x10, -0x10,0x10,0x0c,0x0c,0x06,0x0c,0x0c,0x06,0x06,0x07,0x07,0x07,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x04,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x12,0x05,0x05, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x06,0x06,0x03,0x06,0x06,0x06,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x06,0x07,0x04,0x04,0x05,0x05,0x05,0x04,0x02,0x06,0x06,0x07,0x07,0x11,0x11,0x11, -0x11,0x09,0x11,0x10,0x0c,0x09,0x09,0x0c,0x09,0x06,0x06,0x04,0x05,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04, -0x04,0x04,0x05,0x05,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x03,0x03,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x06,0x07,0x05,0x04,0x05,0x05,0x05,0x05,0x02,0x02,0x06,0x07,0x07,0x07,0x11, -0x11,0x11,0x09,0x10,0x10,0x10,0x0c,0x06,0x09,0x0d,0x0d,0x06,0x07,0x07,0x05,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04, -0x02,0x02,0x04,0x05,0x05,0x05,0x04,0x04,0x04,0x04,0x02,0x04,0x02,0x04,0x04,0x02, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x06,0x06,0x05,0x05,0x05,0x05,0x05,0x07,0x04,0x02,0x06,0x07,0x07,0x07, -0x11,0x11,0x11,0x10,0x08,0x03,0x03,0x03,0x03,0x0d,0x06,0x06,0x06,0x08,0x06,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x04,0x04, -0x02,0x02,0x04,0x04,0x05,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x06,0x07,0x05,0x04,0x05,0x05,0x05,0x05,0x07,0x04,0x03,0x07,0x07, -0x07,0x05,0x03,0x11,0x11,0x0c,0x06,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x08,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x04,0x02, -0x02,0x02,0x04,0x04,0x05,0x05,0x05,0x04,0x04,0x02,0x02,0x02,0x02,0x03,0x02,0x02, -0x04,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x06,0x06,0x05,0x05,0x05,0x04,0x07,0x05,0x05,0x06,0x06,0x06, -0x07,0x07,0x07,0x07,0x06,0x03,0x03,0x06,0x06,0x06,0x03,0x04,0x03,0x04,0x04,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x04,0x04,0x05,0x05,0x04,0x02,0x02,0x04,0x02,0x00,0x02,0x02,0x02, -0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x07,0x05,0x05,0x05,0x05,0x05,0x07,0x06,0x06, -0x03,0x10,0x07,0x07,0x07,0x07,0x07,0x05,0x06,0x06,0x06,0x07,0x07,0x05,0x04,0x04, -0x04,0x05,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x02,0x00,0x00,0x04,0x02, -0x01,0x01,0x02,0x04,0x02,0x02,0x02,0x04,0x02,0x04,0x04,0x02,0x04,0x02,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x05,0x05,0x07,0x05,0x05,0x05,0x06,0x03, -0x11,0x11,0x03,0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x05,0x05,0x05,0x06, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x04,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x04,0x02,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x04,0x04,0x05,0x07,0x07,0x04, -0x03,0x03,0x03,0x03,0x06,0x06,0x03,0x03,0x06,0x07,0x07,0x07,0x06,0x06,0x05,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x04,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02, -0x02,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x05,0x05,0x05,0x07,0x05,0x05, -0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x07,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x04,0x02,0x02,0x02,0x04,0x02,0x02,0x04,0x02,0x02,0x00,0x00,0x00,0x00, -0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x04,0x04,0x05,0x07,0x05, -0x07,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x04,0x04,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x02,0x04,0x02,0x02,0x04,0x02,0x04,0x02,0x04,0x04,0x04,0x04,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x05,0x04,0x05,0x05, -0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x03,0x02,0x04,0x04,0x02,0x02,0x04,0x03,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x04,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x05,0x05, -0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x04,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x04, -0x04,0x02,0x02,0x02,0x02,0x04,0x02,0x04,0x02,0x04,0x02,0x04,0x02,0x02,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x11,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02,0x04,0x04,0x04, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x11,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x03,0x02,0x01,0x01,0x03,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x04,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x02, -0x04,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x04, -0x04,0x04,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03, -0x02,0x02,0x04,0x04,0x04,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x03, -0x00,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x13,0x13,0x01,0x01,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f11.h b/fishmaps/f11.h deleted file mode 100644 index 28cc9d6..0000000 --- a/fishmaps/f11.h +++ /dev/null @@ -1,625 +0,0 @@ -#define f11_width 116 -#define f11_height 42 -#define f11_colors 20 -#define f11_back 0 -int f11_reds[] = {0, 6144, 5632, 0, 6400, 7680, 8192, -8704, 11008, 17152, 10752, 15872, 15360, 15360, -22016, 7168, 8192, 21248, 23552, 29696}; -int f11_greens[] = {25344, 12544, 11008, 0, 16896, 20992, 21760, -19968, 28672, 29952, 30976, 28416, 26624, 34048, -38400, 24320, 25856, 38144, 39168, 47104}; -int f11_blues[] = {65280, 7680, 14336, 0, 8704, 19200, 14080, -9472, 14592, 24832, 29440, 25856, 8448, 42752, -45824, 28928, 30976, 45312, 48384, 38144}; -unsigned char f11_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x01,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x01, -0x01,0x02,0x01,0x01,0x02,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x02,0x03,0x01,0x01,0x01,0x02,0x03,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x01,0x03,0x01,0x01,0x03,0x02,0x02,0x01,0x01,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x02,0x02,0x03,0x02,0x01, -0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x01,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x04,0x02,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x03, -0x03,0x01,0x02,0x01,0x01,0x04,0x04,0x04,0x01,0x04,0x04,0x01,0x04,0x06,0x06,0x06, -0x05,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x01,0x03,0x01,0x04,0x04,0x07,0x06,0x08,0x05,0x05,0x08,0x08,0x08, -0x08,0x09,0x09,0x09,0x09,0x0a,0x0b,0x09,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03, -0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x04,0x04,0x06,0x08,0x0a,0x0b,0x0b,0x08,0x08, -0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x08,0x08,0x08,0x05, -0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x03,0x03,0x01,0x07,0x04,0x06,0x06,0x05,0x0b,0x0b,0x0b,0x0c, -0x0c,0x08,0x0b,0x01,0x05,0x08,0x08,0x0b,0x01,0x09,0x09,0x09,0x01,0x0a,0x0d,0x0e, -0x09,0x09,0x08,0x08,0x08,0x09,0x0b,0x08,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x05,0x06,0x0b,0x0a,0x05,0x0f,0x05, -0x01,0x0c,0x0c,0x09,0x0b,0x0b,0x0c,0x0c,0x01,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x08,0x01,0x01,0x09,0x08,0x0c,0x0c,0x0c,0x01,0x08,0x0c,0x08,0x08, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x05,0x05,0x05, -0x05,0x0b,0x01,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x01,0x04,0x06,0x0b,0x0b, -0x07,0x07,0x01,0x08,0x08,0x09,0x08,0x08,0x01,0x08,0x08,0x09,0x06,0x0b,0x0a,0x08, -0x0b,0x08,0x0b,0x0b,0x09,0x09,0x0c,0x08,0x0c,0x0c,0x08,0x09,0x0d,0x0d,0x09,0x08, -0x09,0x09,0x09,0x09,0x08,0x07,0x05,0x05,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x01,0x02,0x05, -0x05,0x05,0x0a,0x09,0x0d,0x0b,0x0b,0x05,0x0b,0x02,0x06,0x04,0x0b,0x09,0x08,0x0b, -0x0b,0x0b,0x01,0x01,0x08,0x05,0x0b,0x0b,0x01,0x08,0x0c,0x08,0x08,0x08,0x08,0x08, -0x01,0x07,0x0c,0x0c,0x0b,0x08,0x0c,0x01,0x0b,0x08,0x0c,0x09,0x09,0x09,0x09,0x08, -0x0c,0x01,0x08,0x09,0x09,0x0c,0x01,0x08,0x09,0x08,0x05,0x05,0x07,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01, -0x01,0x02,0x05,0x05,0x0a,0x0a,0x0a,0x01,0x0a,0x11,0x09,0x06,0x05,0x08,0x06,0x05, -0x0b,0x0a,0x08,0x0b,0x08,0x0b,0x0d,0x0d,0x0b,0x01,0x08,0x08,0x08,0x08,0x0b,0x0f, -0x0d,0x0e,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d, -0x08,0x0a,0x09,0x09,0x08,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x0d,0x0d,0x0c,0x0c,0x0b, -0x12,0x12,0x12,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x02,0x05,0x05,0x0f,0x0a,0x0d,0x0e,0x0d,0x11,0x09,0x0b,0x0e, -0x01,0x0d,0x08,0x06,0x0a,0x09,0x09,0x0d,0x0d,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x0d,0x0b,0x0c,0x01,0x08,0x0c,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x08,0x08,0x0c, -0x0c,0x0c,0x08,0x09,0x01,0x0c,0x08,0x0d,0x11,0x09,0x09,0x08,0x08,0x09,0x09,0x08, -0x09,0x08,0x09,0x12,0x08,0x13,0x13,0x12,0x02,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x02,0x01,0x02,0x05,0x05,0x05,0x10,0x0d,0x01,0x0a,0x0e, -0x0e,0x0d,0x0a,0x0d,0x01,0x0b,0x0d,0x09,0x02,0x0b,0x0d,0x01,0x01,0x09,0x0b,0x0b, -0x0d,0x0b,0x0a,0x08,0x0d,0x0b,0x08,0x08,0x08,0x0c,0x08,0x0d,0x0d,0x08,0x08,0x0d, -0x0e,0x0a,0x09,0x0c,0x08,0x09,0x09,0x09,0x0c,0x0c,0x09,0x09,0x09,0x09,0x0d,0x0e, -0x09,0x08,0x01,0x01,0x0a,0x05,0x12,0x08,0x13,0x03,0x03,0x13,0x12,0x06,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x02,0x05,0x05,0x05,0x10, -0x0a,0x0d,0x0d,0x0b,0x01,0x11,0x11,0x0e,0x0d,0x11,0x0a,0x09,0x04,0x08,0x0a,0x08, -0x08,0x09,0x09,0x08,0x01,0x01,0x0b,0x08,0x0c,0x08,0x09,0x09,0x08,0x08,0x0c,0x01, -0x0c,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x09,0x09,0x08,0x0d,0x0e,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x0c,0x09,0x07,0x12,0x08,0x13,0x03,0x03,0x0d, -0x01,0x06,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x02, -0x02,0x05,0x05,0x05,0x0b,0x01,0x0d,0x0b,0x0a,0x0e,0x0d,0x09,0x11,0x0b,0x01,0x0b, -0x0d,0x09,0x09,0x09,0x0a,0x08,0x08,0x08,0x0c,0x08,0x08,0x0c,0x0c,0x08,0x0b,0x0b, -0x0d,0x0e,0x08,0x0c,0x0c,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x0d, -0x0d,0x09,0x09,0x01,0x01,0x09,0x09,0x08,0x01,0x0d,0x12,0x12,0x09,0x08,0x07,0x12, -0x08,0x08,0x0d,0x12,0x06,0x06,0x04,0x01,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x02,0x02,0x05,0x0f,0x0a,0x05,0x0a,0x0e,0x11,0x0e,0x0b,0x01, -0x0d,0x0b,0x0b,0x0b,0x09,0x0b,0x0b,0x09,0x0d,0x09,0x08,0x0d,0x0e,0x09,0x08,0x0a, -0x08,0x08,0x08,0x08,0x0c,0x08,0x07,0x01,0x0c,0x09,0x0b,0x08,0x01,0x01,0x0c,0x08, -0x0c,0x01,0x0c,0x08,0x08,0x09,0x09,0x09,0x09,0x0d,0x11,0x09,0x0c,0x01,0x08,0x0c, -0x01,0x12,0x01,0x04,0x12,0x12,0x12,0x06,0x0c,0x01,0x05,0x08,0x08,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x02,0x05,0x05,0x05,0x0f,0x05,0x0d,0x0a, -0x01,0x11,0x0d,0x0d,0x09,0x08,0x0a,0x09,0x08,0x09,0x09,0x01,0x09,0x09,0x08,0x08, -0x0b,0x0b,0x08,0x0d,0x0e,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x07,0x0c,0x0b,0x0c,0x08, -0x01,0x07,0x0d,0x0d,0x0c,0x01,0x0c,0x0c,0x0c,0x08,0x09,0x09,0x09,0x09,0x09,0x08, -0x08,0x01,0x0c,0x08,0x01,0x0a,0x12,0x08,0x08,0x01,0x0c,0x0b,0x12,0x0b,0x0c,0x01, -0x08,0x0b,0x07,0x01,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x02,0x02,0x02,0x05,0x05, -0x0f,0x0a,0x0b,0x0a,0x0b,0x11,0x09,0x0d,0x0a,0x0f,0x09,0x0d,0x0d,0x0a,0x09,0x01, -0x08,0x09,0x01,0x08,0x08,0x08,0x08,0x08,0x0c,0x0a,0x0a,0x08,0x0a,0x08,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x09,0x0c,0x0c,0x0d,0x08,0x0c,0x0c,0x09,0x0e, -0x09,0x09,0x09,0x0d,0x0c,0x0c,0x0b,0x0b,0x0b,0x09,0x09,0x05,0x12,0x08,0x08,0x07, -0x07,0x05,0x12,0x0b,0x08,0x04,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01, -0x02,0x02,0x02,0x05,0x05,0x0f,0x0a,0x0a,0x0b,0x0b,0x0d,0x00,0x00,0x00,0x0f,0x08, -0x08,0x08,0x09,0x09,0x08,0x0d,0x01,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x08,0x08,0x08, -0x0a,0x08,0x0c,0x01,0x01,0x08,0x08,0x08,0x0c,0x08,0x0c,0x0c,0x0c,0x0c,0x0d,0x09, -0x08,0x0d,0x08,0x08,0x0c,0x0c,0x08,0x0d,0x08,0x0c,0x01,0x07,0x01,0x0b,0x09,0x07, -0x0c,0x12,0x09,0x08,0x08,0x07,0x08,0x08,0x12,0x08,0x07,0x01,0x07,0x07,0x06,0x05, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x02,0x02,0x02,0x02,0x05,0x05,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x0f,0x0b,0x0a,0x09,0x08,0x08,0x09,0x09,0x08,0x08,0x0a,0x0c,0x08, -0x09,0x0c,0x08,0x08,0x08,0x08,0x0a,0x0d,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x08,0x0d,0x0c,0x01,0x0c,0x0c,0x08,0x0c,0x01,0x07,0x09,0x09, -0x09,0x01,0x0b,0x08,0x0c,0x01,0x0d,0x0d,0x12,0x08,0x08,0x08,0x08,0x05,0x12,0x08, -0x08,0x0b,0x05,0x07,0x06,0x05,0x02,0x05,0x05,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0b,0x0a,0x09,0x0c,0x0c,0x08, -0x0d,0x0e,0x08,0x0b,0x0a,0x03,0x08,0x0c,0x0c,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x01,0x0c,0x0c,0x08,0x0b,0x0c,0x01,0x01,0x0c,0x0c,0x0c,0x01,0x0c,0x08,0x09,0x07, -0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x05,0x09,0x06,0x06,0x07,0x0b,0x12,0x12,0x12, -0x08,0x06,0x06,0x05,0x12,0x06,0x07,0x08,0x0a,0x09,0x0b,0x05,0x06,0x05,0x05,0x00, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f, -0x0b,0x0a,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x0e,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x09,0x08,0x09,0x0c,0x0a,0x0a, -0x0d,0x0d,0x0c,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x06,0x01,0x0c,0x08,0x0c, -0x07,0x08,0x08,0x0b,0x12,0x08,0x08,0x08,0x08,0x08,0x12,0x0d,0x09,0x09,0x09,0x0b, -0x0b,0x05,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0f,0x0f,0x08,0x0b,0x0a,0x0a,0x0a,0x01,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0d,0x01,0x01,0x0c,0x0c,0x08,0x08,0x0c,0x01,0x0c,0x0c,0x0c,0x0c,0x08,0x0b,0x0c, -0x08,0x0c,0x08,0x0c,0x0c,0x0c,0x0c,0x07,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x0b,0x07,0x07,0x01,0x07,0x09,0x08,0x01,0x0b,0x12,0x08,0x08,0x09,0x08,0x08,0x06, -0x0d,0x0a,0x0d,0x0a,0x0a,0x0b,0x0d,0x0d,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x08,0x08,0x09,0x0d,0x09, -0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x0e,0x0d,0x0c,0x0b,0x0d,0x0d,0x01,0x08,0x01,0x01, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x0c,0x07,0x09,0x09,0x09,0x09, -0x09,0x09,0x07,0x01,0x06,0x08,0x0c,0x0b,0x0a,0x0b,0x08,0x08,0x08,0x08,0x12,0x0b, -0x12,0x09,0x08,0x0b,0x08,0x0b,0x09,0x0d,0x0d,0x0b,0x05,0x09,0x00,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f, -0x0f,0x08,0x08,0x09,0x0d,0x0d,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08, -0x0b,0x0d,0x0d,0x08,0x0c,0x0c,0x01,0x01,0x0c,0x0c,0x0c,0x08,0x08,0x0c,0x0c,0x01, -0x07,0x01,0x07,0x01,0x07,0x01,0x0b,0x0d,0x0d,0x0d,0x06,0x0c,0x0c,0x0c,0x07,0x08, -0x08,0x08,0x0c,0x0c,0x08,0x08,0x12,0x05,0x08,0x0b,0x05,0x0d,0x0b,0x09,0x09,0x09, -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0b,0x08,0x09,0x09,0x0a,0x08,0x0c,0x0c,0x0c, -0x01,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x0d,0x0b,0x08,0x0c,0x08,0x0d, -0x11,0x0d,0x0c,0x08,0x0d,0x0d,0x08,0x0c,0x0c,0x08,0x0d,0x09,0x08,0x0c,0x0c,0x0c, -0x08,0x0b,0x05,0x0b,0x0b,0x09,0x0b,0x0b,0x0b,0x06,0x08,0x12,0x0b,0x0a,0x0a,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0a,0x08,0x0c, -0x0b,0x0a,0x08,0x0d,0x01,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x0d,0x0d, -0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x0c,0x09,0x09,0x0c,0x0c,0x0c,0x08,0x08,0x0c,0x0c, -0x01,0x01,0x0d,0x0d,0x0b,0x08,0x08,0x08,0x08,0x06,0x0c,0x08,0x09,0x05,0x05,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0f,0x0f,0x0b,0x08,0x08,0x0c,0x0c,0x0d,0x0a,0x08,0x0d,0x0d,0x01,0x0a,0x09, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x0c,0x0d, -0x0d,0x0d,0x0c,0x0d,0x0d,0x0d,0x09,0x0c,0x0c,0x07,0x08,0x0b,0x0b,0x05,0x09,0x09, -0x0b,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0b,0x0b,0x0b,0x08,0x0c,0x0c,0x08, -0x09,0x09,0x08,0x0c,0x0c,0x01,0x0c,0x0c,0x0c,0x09,0x08,0x03,0x01,0x0c,0x08,0x0d, -0x0d,0x0d,0x0d,0x09,0x0c,0x0c,0x0c,0x08,0x08,0x0c,0x0c,0x0c,0x08,0x06,0x0a,0x06, -0x08,0x08,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f, -0x0b,0x0b,0x0b,0x08,0x0c,0x0c,0x0c,0x08,0x0d,0x01,0x0b,0x08,0x09,0x0d,0x0e,0x0d, -0x0d,0x0d,0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x09,0x0c,0x0c,0x01,0x09,0x0a, -0x0b,0x09,0x0c,0x05,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0f,0x0f,0x0b,0x0b,0x0b,0x09,0x0b,0x09,0x08,0x09,0x09,0x08, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x0b,0x0a,0x09,0x0c, -0x0b,0x0b,0x09,0x0c,0x0c,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x05,0x0b,0x09, -0x09,0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x01,0x08,0x09,0x0d,0x0d,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x01,0x05,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x0b,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x0d,0x09,0x0d,0x0d,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x0b,0x09,0x08,0x09,0x0d,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f11_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x01, -0x01,0x02,0x01,0x01,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x03,0x01,0x03,0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x01,0x03,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x01,0x03,0x03,0x02,0x03,0x02,0x01, -0x03,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x03,0x03,0x01, -0x03,0x03,0x01,0x02,0x01,0x01,0x01,0x01,0x02,0x02,0x04,0x02,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x03, -0x03,0x01,0x03,0x03,0x01,0x04,0x04,0x04,0x01,0x04,0x04,0x01,0x04,0x06,0x06,0x06, -0x05,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x01,0x03,0x01,0x04,0x04,0x07,0x06,0x08,0x05,0x05,0x08,0x08,0x08, -0x08,0x09,0x09,0x09,0x09,0x0a,0x0b,0x09,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x04,0x04,0x06,0x08,0x0a,0x0b,0x0b,0x08,0x08, -0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x08,0x08,0x08,0x05, -0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x03,0x03,0x01,0x07,0x04,0x06,0x06,0x05,0x0b,0x0b,0x0b,0x0c, -0x0c,0x08,0x0b,0x01,0x05,0x08,0x08,0x0b,0x01,0x09,0x09,0x09,0x01,0x0a,0x0d,0x0e, -0x09,0x09,0x08,0x08,0x08,0x09,0x0b,0x08,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x05,0x06,0x0b,0x0a,0x05,0x0f,0x05, -0x01,0x0c,0x0c,0x09,0x0b,0x0b,0x0c,0x0c,0x01,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x08,0x01,0x01,0x09,0x08,0x0c,0x0c,0x0c,0x01,0x08,0x0c,0x08,0x08, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x02,0x05,0x05,0x05,0x0a,0x09, -0x05,0x0b,0x01,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x01,0x04,0x06,0x0b,0x0b, -0x07,0x07,0x01,0x08,0x08,0x09,0x08,0x08,0x01,0x08,0x08,0x09,0x06,0x0b,0x0a,0x08, -0x0b,0x08,0x0b,0x0b,0x09,0x09,0x0c,0x08,0x0c,0x0c,0x08,0x09,0x0d,0x0d,0x09,0x08, -0x09,0x09,0x09,0x09,0x08,0x07,0x05,0x05,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x06,0x05,0x05, -0x0a,0x0a,0x0a,0x01,0x0d,0x0b,0x0b,0x05,0x0b,0x02,0x06,0x04,0x0b,0x09,0x08,0x0b, -0x0b,0x0b,0x01,0x01,0x08,0x05,0x0b,0x0b,0x01,0x08,0x0c,0x08,0x08,0x08,0x08,0x08, -0x01,0x07,0x0c,0x0c,0x0b,0x08,0x0c,0x01,0x0b,0x08,0x0c,0x09,0x09,0x09,0x09,0x08, -0x0c,0x01,0x08,0x09,0x09,0x0c,0x01,0x08,0x09,0x08,0x05,0x05,0x07,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x01,0x02, -0x05,0x05,0x05,0x0f,0x0a,0x0d,0x0e,0x0d,0x0a,0x11,0x09,0x06,0x05,0x08,0x06,0x05, -0x0b,0x0a,0x08,0x0b,0x08,0x0b,0x0d,0x0d,0x0b,0x01,0x08,0x08,0x08,0x08,0x0b,0x0f, -0x0d,0x0e,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d, -0x08,0x0a,0x09,0x09,0x08,0x0c,0x0c,0x0c,0x09,0x09,0x09,0x0d,0x0d,0x0c,0x0c,0x0b, -0x12,0x12,0x12,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x01,0x01,0x02,0x05,0x05,0x05,0x10,0x0d,0x01,0x0a,0x0e,0x11,0x09,0x0b,0x0e, -0x01,0x0d,0x08,0x06,0x0a,0x09,0x09,0x0d,0x0d,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x0d,0x0b,0x0c,0x01,0x08,0x0c,0x08,0x08,0x08,0x08,0x08,0x08,0x0c,0x08,0x08,0x0c, -0x0c,0x0c,0x08,0x09,0x01,0x0c,0x08,0x0d,0x11,0x09,0x09,0x08,0x08,0x09,0x09,0x08, -0x09,0x08,0x09,0x12,0x08,0x13,0x13,0x12,0x02,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x01,0x01,0x02,0x01,0x02,0x02,0x05,0x05,0x10,0x0a,0x0d,0x0d,0x0b, -0x0e,0x0d,0x0a,0x0d,0x01,0x0b,0x0d,0x09,0x02,0x0b,0x0d,0x01,0x01,0x09,0x0b,0x0b, -0x0d,0x0b,0x0a,0x08,0x0d,0x0b,0x08,0x08,0x08,0x0c,0x08,0x0d,0x0d,0x08,0x08,0x0d, -0x0e,0x0a,0x09,0x0c,0x08,0x09,0x09,0x09,0x0c,0x0c,0x09,0x09,0x09,0x09,0x0d,0x0e, -0x09,0x08,0x01,0x01,0x0a,0x05,0x12,0x08,0x13,0x03,0x03,0x13,0x12,0x06,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x05,0x05, -0x0b,0x01,0x0d,0x0b,0x01,0x11,0x11,0x0e,0x0d,0x11,0x0a,0x09,0x04,0x08,0x0a,0x08, -0x08,0x09,0x09,0x08,0x01,0x01,0x0b,0x08,0x0c,0x08,0x09,0x09,0x08,0x08,0x0c,0x01, -0x0c,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0d,0x0d,0x09,0x09,0x08,0x0d,0x0e,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x0c,0x09,0x07,0x12,0x08,0x13,0x03,0x03,0x0d, -0x01,0x06,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x02, -0x02,0x02,0x05,0x0f,0x0a,0x05,0x0a,0x0e,0x0a,0x0e,0x0d,0x09,0x11,0x0b,0x01,0x0b, -0x0d,0x09,0x09,0x09,0x0a,0x08,0x08,0x08,0x0c,0x08,0x08,0x0c,0x0c,0x08,0x0b,0x0b, -0x0d,0x0e,0x08,0x0c,0x0c,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x0d, -0x0d,0x09,0x09,0x01,0x01,0x09,0x09,0x08,0x01,0x0d,0x12,0x12,0x09,0x08,0x07,0x12, -0x08,0x08,0x0d,0x12,0x06,0x06,0x04,0x01,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x02,0x05,0x05,0x05,0x0f,0x05,0x0d,0x0a,0x11,0x0e,0x0b,0x01, -0x0d,0x0b,0x0b,0x0b,0x09,0x0b,0x0b,0x09,0x0d,0x09,0x08,0x0d,0x0e,0x09,0x08,0x0a, -0x08,0x08,0x08,0x08,0x0c,0x08,0x07,0x01,0x0c,0x09,0x0b,0x08,0x01,0x01,0x0c,0x08, -0x0c,0x01,0x0c,0x08,0x08,0x09,0x09,0x09,0x09,0x0d,0x11,0x09,0x0c,0x01,0x08,0x0c, -0x01,0x12,0x01,0x04,0x12,0x12,0x12,0x06,0x0c,0x01,0x05,0x08,0x08,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x05,0x0f,0x0a,0x0b,0x0a, -0x01,0x11,0x0d,0x0d,0x09,0x08,0x0a,0x09,0x08,0x09,0x09,0x01,0x09,0x09,0x08,0x08, -0x0b,0x0b,0x08,0x0d,0x0e,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x07,0x0c,0x0b,0x0c,0x08, -0x01,0x07,0x0d,0x0d,0x0c,0x01,0x0c,0x0c,0x0c,0x08,0x09,0x09,0x09,0x09,0x09,0x08, -0x08,0x01,0x0c,0x08,0x01,0x0a,0x12,0x08,0x08,0x01,0x0c,0x0b,0x12,0x0b,0x0c,0x01, -0x08,0x0b,0x07,0x01,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x02,0x01,0x02,0x02,0x05, -0x05,0x0f,0x0a,0x0a,0x0b,0x11,0x09,0x0d,0x0a,0x0f,0x09,0x0d,0x0d,0x0a,0x09,0x01, -0x08,0x09,0x01,0x08,0x08,0x08,0x08,0x08,0x0c,0x0a,0x0a,0x08,0x0a,0x08,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x09,0x0c,0x0c,0x0d,0x08,0x0c,0x0c,0x09,0x0e, -0x09,0x09,0x09,0x0d,0x09,0x09,0x09,0x09,0x0b,0x09,0x09,0x05,0x12,0x08,0x08,0x07, -0x07,0x05,0x12,0x0b,0x08,0x04,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x05,0x06,0x05,0x0b,0x0b,0x0d,0x00,0x00,0x00,0x0f,0x08, -0x08,0x08,0x09,0x09,0x08,0x0d,0x01,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x08,0x08,0x08, -0x0a,0x08,0x0c,0x01,0x01,0x08,0x08,0x08,0x0c,0x08,0x0c,0x0c,0x0c,0x0c,0x0d,0x09, -0x08,0x0d,0x08,0x08,0x0c,0x0c,0x08,0x0d,0x09,0x09,0x0d,0x09,0x09,0x0b,0x09,0x07, -0x0c,0x12,0x09,0x08,0x08,0x07,0x08,0x08,0x12,0x08,0x07,0x01,0x07,0x07,0x06,0x05, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x05,0x06,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x0f,0x0b,0x0a,0x09,0x08,0x08,0x09,0x09,0x08,0x08,0x0a,0x0c,0x08, -0x09,0x0c,0x08,0x08,0x08,0x08,0x0a,0x0d,0x0d,0x0c,0x0c,0x0c,0x0d,0x0d,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x08,0x0d,0x0c,0x01,0x0c,0x0c,0x08,0x0c,0x09,0x09,0x09,0x01, -0x01,0x09,0x0b,0x08,0x0c,0x01,0x0d,0x0d,0x12,0x08,0x08,0x08,0x08,0x05,0x12,0x08, -0x08,0x0b,0x05,0x07,0x06,0x05,0x02,0x05,0x05,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0b,0x0a,0x09,0x0c,0x0c,0x08, -0x0d,0x0e,0x08,0x0b,0x0a,0x03,0x08,0x0c,0x0c,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c, -0x01,0x0c,0x0c,0x08,0x0b,0x0c,0x01,0x01,0x0c,0x0c,0x0c,0x01,0x0c,0x08,0x09,0x0c, -0x0c,0x09,0x0c,0x0c,0x0b,0x08,0x01,0x05,0x09,0x06,0x06,0x07,0x0b,0x12,0x12,0x12, -0x08,0x06,0x06,0x05,0x12,0x06,0x07,0x08,0x0a,0x09,0x0b,0x05,0x06,0x05,0x05,0x00, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f, -0x0b,0x0a,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x0e,0x0d,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x09,0x08,0x09,0x0c,0x0a,0x0a, -0x0d,0x0d,0x0c,0x0c,0x01,0x0c,0x0c,0x0c,0x0c,0x07,0x08,0x06,0x01,0x0c,0x08,0x0c, -0x07,0x08,0x08,0x0b,0x12,0x08,0x08,0x08,0x08,0x08,0x12,0x0d,0x09,0x09,0x09,0x0b, -0x0b,0x05,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x0f,0x0f,0x08,0x0b,0x0a,0x0a,0x0a,0x01,0x0c,0x0c,0x0c,0x0c,0x0c, -0x0d,0x01,0x01,0x0c,0x0c,0x08,0x08,0x0c,0x01,0x0c,0x0c,0x0c,0x0c,0x08,0x0b,0x0c, -0x08,0x0c,0x08,0x0c,0x0c,0x0c,0x0c,0x0a,0x0c,0x0c,0x0d,0x0c,0x01,0x08,0x09,0x08, -0x0b,0x07,0x07,0x01,0x07,0x09,0x08,0x01,0x0b,0x12,0x08,0x08,0x09,0x08,0x08,0x06, -0x0d,0x0a,0x0d,0x0a,0x0a,0x0b,0x0d,0x0d,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x08,0x08,0x09,0x0d,0x09, -0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x0e,0x0d,0x0c,0x0b,0x0d,0x0d,0x01,0x08,0x01,0x01, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x0c,0x0c,0x0c,0x0a,0x0d,0x07, -0x09,0x09,0x08,0x07,0x06,0x08,0x0c,0x0b,0x0a,0x0b,0x08,0x08,0x08,0x08,0x12,0x0b, -0x12,0x09,0x08,0x0b,0x08,0x0b,0x09,0x0d,0x0d,0x0b,0x05,0x09,0x00,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f, -0x0f,0x08,0x08,0x09,0x0d,0x0d,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08, -0x0b,0x0d,0x0d,0x08,0x0c,0x0c,0x01,0x01,0x0c,0x0c,0x0c,0x08,0x08,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x01,0x08,0x09,0x08,0x01,0x0d,0x0d,0x06,0x0c,0x0c,0x0c,0x07,0x08, -0x08,0x08,0x0c,0x0c,0x08,0x08,0x12,0x05,0x08,0x0b,0x05,0x0d,0x0b,0x09,0x09,0x09, -0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0b,0x08,0x09,0x09,0x0a,0x08,0x0c,0x0c,0x0c, -0x01,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x0d,0x0b,0x08,0x0c,0x08,0x0d, -0x11,0x0d,0x0c,0x08,0x0d,0x0d,0x08,0x07,0x08,0x09,0x09,0x07,0x08,0x0c,0x0c,0x0c, -0x08,0x0b,0x05,0x0b,0x0b,0x09,0x0b,0x0b,0x0b,0x06,0x08,0x12,0x0b,0x0a,0x0a,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0a,0x08,0x0c, -0x0b,0x0a,0x08,0x0d,0x01,0x08,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x0d,0x0d, -0x0c,0x0c,0x0c,0x0c,0x08,0x08,0x0c,0x09,0x09,0x0c,0x0c,0x01,0x08,0x09,0x01,0x0c, -0x01,0x01,0x0d,0x0d,0x0b,0x08,0x08,0x08,0x08,0x06,0x0c,0x08,0x09,0x05,0x05,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0f,0x0f,0x0b,0x08,0x08,0x0c,0x0c,0x0d,0x0a,0x08,0x0d,0x0d,0x01,0x0a,0x09, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x0c,0x0d, -0x07,0x09,0x07,0x0d,0x0d,0x0d,0x09,0x0c,0x0c,0x07,0x08,0x0b,0x0b,0x05,0x09,0x09, -0x0b,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0b,0x0b,0x0b,0x08,0x0c,0x0c,0x08, -0x09,0x09,0x08,0x0c,0x0c,0x01,0x0c,0x0c,0x0c,0x09,0x08,0x03,0x01,0x0c,0x08,0x0d, -0x0d,0x0d,0x0d,0x09,0x09,0x01,0x0c,0x08,0x08,0x0c,0x0c,0x0c,0x08,0x06,0x0a,0x06, -0x08,0x08,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f, -0x0b,0x0b,0x0b,0x08,0x0c,0x0c,0x0c,0x08,0x0d,0x01,0x0b,0x08,0x09,0x0d,0x0e,0x0d, -0x0d,0x0d,0x08,0x08,0x08,0x08,0x0c,0x0c,0x0c,0x0c,0x09,0x0c,0x0c,0x01,0x09,0x0a, -0x0b,0x09,0x0c,0x05,0x0b,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0f,0x0f,0x0b,0x0b,0x0b,0x09,0x0b,0x09,0x08,0x09,0x09,0x08, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x08,0x0b,0x0a,0x09,0x0c, -0x0b,0x0b,0x09,0x0c,0x0c,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0f,0x0f,0x0f,0x05,0x0b,0x09, -0x09,0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x01,0x08,0x09,0x0d,0x0d,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x01,0x05,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x0d,0x0d,0x0d,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x0b,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x0d,0x09,0x0d,0x0d,0x09,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x0b,0x09,0x08,0x09,0x0d,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f12.h b/fishmaps/f12.h deleted file mode 100644 index c0b41da..0000000 --- a/fishmaps/f12.h +++ /dev/null @@ -1,453 +0,0 @@ -#define f12_width 100 -#define f12_height 35 -#define f12_colors 19 -#define f12_back 0 -int f12_reds[] = {65280, 1280, 2816, 4096, 6144, 9728, 7424, -13312, 4608, 6656, 13312, 8704, 10240, 12800, -17408, 12800, 10496, 10496, 19456}; -int f12_greens[] = {65280, 4608, 6912, 11264, 10752, 19456, 19200, -25856, 16128, 25088, 29952, 27904, 29440, 30976, -29440, 31488, 31488, 20224, 35072}; -int f12_blues[] = {0, 3328, 12032, 8448, 12288, 9472, 12800, -12288, 15616, 26624, 26880, 15872, 14848, 25856, -9728, 15360, 22272, 16640, 18432}; -unsigned char f12_rasterA[] = { -0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x01,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x03,0x02,0x02,0x03,0x02,0x02, -0x03,0x02,0x02,0x03,0x03,0x03,0x02,0x01,0x01,0x01,0x04,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x05,0x05,0x06,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x01,0x02,0x03,0x01,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x03,0x01, -0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x05,0x07,0x07, -0x07,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x01,0x01,0x04,0x01,0x02,0x03,0x01,0x02,0x02,0x01,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x08,0x03,0x08,0x03,0x08,0x08, -0x03,0x04,0x03,0x04,0x04,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x05,0x07,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01, -0x02,0x02,0x01,0x02,0x02,0x02,0x04,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x08, -0x08,0x08,0x03,0x04,0x03,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x02, -0x01,0x02,0x04,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02, -0x01,0x08,0x01,0x02,0x04,0x02,0x03,0x02,0x02,0x08,0x02,0x08,0x03,0x03,0x08,0x03, -0x08,0x03,0x08,0x08,0x08,0x04,0x08,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x03,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x01,0x02,0x01,0x02, -0x04,0x02,0x04,0x02,0x02,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x03, -0x08,0x01,0x08,0x03,0x01,0x02,0x02,0x02,0x08,0x02,0x04,0x08,0x03,0x08,0x03,0x08, -0x08,0x03,0x08,0x08,0x08,0x04,0x08,0x04,0x08,0x08,0x08,0x04,0x08,0x04,0x08,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x04,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x08,0x01, -0x02,0x08,0x01,0x03,0x08,0x02,0x08,0x08,0x02,0x02,0x08,0x08,0x04,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,0x04,0x03,0x03,0x02,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x01,0x04, -0x04,0x01,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x03,0x01,0x01,0x03,0x01,0x01,0x02, -0x02,0x01,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,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,0x04, -0x08,0x03,0x02,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x02,0x01, -0x01,0x03,0x02,0x01,0x08,0x03,0x01,0x03,0x03,0x03,0x04,0x02,0x01,0x08,0x01,0x03, -0x03,0x03,0x08,0x03,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x01,0x01,0x08,0x03,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x01,0x02,0x03,0x02,0x03, -0x03,0x01,0x08,0x03,0x01,0x08,0x08,0x02,0x08,0x08,0x03,0x08,0x08,0x08,0x08,0x03, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x03,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x01,0x01,0x0a,0x0a,0x03,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x08,0x08,0x08,0x08,0x08,0x02,0x08,0x03,0x01,0x03,0x08,0x02,0x02,0x03,0x02, -0x03,0x08,0x03,0x08,0x08,0x01,0x08,0x08,0x02,0x08,0x08,0x03,0x08,0x08,0x08,0x08, -0x08,0x08,0x06,0x08,0x08,0x06,0x06,0x0b,0x0b,0x06,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0c,0x0c,0x0b,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x0a,0x01,0x01,0x0d,0x03,0x08,0x08,0x08, -0x08,0x04,0x01,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x03,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x06,0x08,0x08,0x06,0x06,0x06,0x0b,0x0b,0x07,0x07,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0f,0x0c,0x0c,0x0b,0x0b,0x10,0x10,0x08,0x08, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x0a,0x01,0x0d,0x03, -0x03,0x08,0x08,0x08,0x08,0x08,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x02,0x03,0x03,0x02,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,0x06,0x09,0x09,0x06,0x09,0x09,0x11,0x06,0x0b,0x07, -0x0f,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0f,0x0c, -0x0c,0x0b,0x0b,0x09,0x08,0x08,0x08,0x08,0x09,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x0d,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x03,0x03,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,0x08,0x08,0x06,0x09,0x09,0x09,0x09,0x09, -0x11,0x09,0x0b,0x07,0x0c,0x07,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0f,0x0b,0x09,0x09,0x09,0x09,0x09,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x03,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x08,0x02,0x02, -0x04,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,0x09, -0x09,0x09,0x09,0x09,0x09,0x11,0x11,0x11,0x0c,0x0c,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b,0x09,0x0b,0x11, -0x09,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x02,0x08,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x09,0x09,0x08,0x08,0x09,0x08,0x09,0x09,0x09,0x0b,0x11,0x0d,0x0b,0x0f, -0x0d,0x0f,0x0d,0x10,0x0d,0x0f,0x0e,0x12,0x0e,0x12,0x12,0x0e,0x0e,0x12,0x0f,0x0f, -0x0c,0x09,0x09,0x11,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09, -0x09,0x0d,0x0b,0x0a,0x0a,0x0d,0x0a,0x0a,0x0d,0x0a,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0a,0x0d,0x11,0x0d,0x09,0x08,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x08,0x09,0x08,0x09,0x08, -0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x09,0x09,0x08,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x10,0x09,0x10,0x09,0x09,0x10,0x09,0x10,0x10,0x0a,0x0d, -0x0a,0x0a,0x0a,0x0a,0x10,0x0d,0x0a,0x11,0x06,0x06,0x09,0x08,0x08,0x08,0x08,0x09, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x08,0x08, -0x08,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08, -0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x10,0x10,0x10,0x10,0x10,0x10,0x0d,0x0d,0x11,0x06,0x06,0x06,0x09,0x09, -0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x08, -0x04,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x08,0x09,0x08,0x08,0x09, -0x09,0x08,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x11,0x06,0x11,0x06, -0x03,0x03,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09, -0x08,0x09,0x09,0x09,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x01,0x03,0x03,0x02,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x08, -0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x02,0x03,0x02,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x03,0x02,0x01, -0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x01,0x01,0x02,0x01,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09, -0x09,0x09,0x08,0x09,0x09,0x09,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x08,0x08,0x08, -0x08,0x08,0x08,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x01,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x04,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,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x01,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char f12_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x04,0x04,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x01,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x03,0x02,0x02,0x03,0x02,0x02, -0x03,0x02,0x02,0x03,0x03,0x03,0x02,0x01,0x01,0x01,0x04,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x01,0x02,0x03,0x01,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x03,0x01, -0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x01,0x01,0x04,0x01,0x02,0x03,0x01,0x02,0x02,0x01,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x08,0x03,0x08,0x03,0x08,0x08, -0x03,0x04,0x03,0x04,0x04,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01, -0x02,0x02,0x01,0x02,0x02,0x02,0x04,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x08, -0x08,0x08,0x03,0x04,0x03,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x02,0x02,0x02,0x02,0x08,0x05,0x07,0x06,0x01,0x01,0x01,0x02,0x01,0x02,0x02, -0x01,0x02,0x04,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02, -0x01,0x08,0x01,0x02,0x04,0x02,0x03,0x02,0x02,0x08,0x02,0x08,0x03,0x03,0x08,0x03, -0x08,0x03,0x08,0x08,0x08,0x04,0x08,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x03,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x02, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x02,0x01,0x02,0x01,0x02, -0x04,0x02,0x04,0x02,0x02,0x04,0x04,0x04,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x03, -0x08,0x01,0x08,0x03,0x01,0x02,0x02,0x02,0x08,0x02,0x04,0x08,0x03,0x08,0x03,0x08, -0x08,0x03,0x08,0x08,0x08,0x04,0x08,0x04,0x08,0x08,0x08,0x04,0x08,0x04,0x08,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x04,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x08,0x01, -0x02,0x08,0x01,0x03,0x08,0x02,0x08,0x08,0x02,0x02,0x08,0x08,0x04,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,0x04,0x03,0x03,0x02,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x04,0x01,0x04, -0x04,0x01,0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x03,0x01,0x01,0x03,0x01,0x01,0x02, -0x02,0x01,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,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,0x04, -0x08,0x03,0x02,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x02,0x01, -0x01,0x03,0x02,0x01,0x08,0x03,0x01,0x03,0x03,0x03,0x04,0x02,0x01,0x08,0x01,0x03, -0x03,0x03,0x08,0x03,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x01,0x01,0x08,0x03,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x01,0x02,0x03,0x02,0x03, -0x03,0x01,0x08,0x03,0x01,0x08,0x08,0x02,0x08,0x08,0x03,0x08,0x08,0x08,0x08,0x03, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x03,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x01,0x01,0x0a,0x0a,0x03,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x08,0x08,0x08,0x08,0x08,0x02,0x08,0x03,0x01,0x03,0x08,0x02,0x02,0x03,0x02, -0x03,0x08,0x03,0x08,0x08,0x01,0x08,0x08,0x02,0x08,0x08,0x03,0x08,0x08,0x08,0x08, -0x08,0x08,0x06,0x08,0x08,0x06,0x06,0x0b,0x0b,0x06,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0c,0x0c,0x0b,0x0b,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x0a,0x01,0x01,0x0d,0x03,0x08,0x08,0x08, -0x08,0x04,0x01,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x03,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x06,0x08,0x08,0x06,0x06,0x06,0x0b,0x0b,0x07,0x07,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0f,0x0c,0x0c,0x0b,0x0b,0x10,0x10,0x08,0x08, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x01,0x0a,0x01,0x0d,0x03, -0x03,0x08,0x08,0x08,0x08,0x08,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01,0x01,0x02,0x03,0x03,0x02,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,0x06,0x09,0x09,0x06,0x09,0x09,0x11,0x06,0x0b,0x07, -0x0f,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0f,0x0c, -0x0c,0x0b,0x0b,0x09,0x08,0x08,0x08,0x08,0x09,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x0d,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x03,0x03,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,0x08,0x08,0x06,0x09,0x09,0x09,0x09,0x09, -0x11,0x09,0x0b,0x07,0x0c,0x07,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0f,0x0b,0x09,0x09,0x09,0x09,0x09,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x03,0x03,0x03,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x03,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x04,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,0x09, -0x09,0x09,0x09,0x09,0x09,0x11,0x11,0x11,0x0c,0x0c,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b,0x09,0x0b,0x11, -0x09,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x09,0x09,0x08,0x08,0x09,0x08,0x09,0x09,0x09,0x0b,0x11,0x0d,0x0b,0x0f, -0x0d,0x0f,0x0d,0x10,0x0d,0x0f,0x0e,0x12,0x0e,0x12,0x12,0x0e,0x0e,0x12,0x0f,0x0f, -0x0c,0x09,0x09,0x11,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09, -0x09,0x0d,0x0b,0x0a,0x0a,0x0d,0x0a,0x0a,0x0d,0x0a,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0a,0x0d,0x11,0x0d,0x09,0x08,0x09,0x09,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x08,0x09,0x08,0x09,0x08, -0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x09,0x09,0x08,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x10,0x09,0x10,0x09,0x09,0x10,0x09,0x10,0x10,0x0a,0x0d, -0x0a,0x0a,0x0a,0x0a,0x10,0x0d,0x0a,0x11,0x06,0x06,0x09,0x08,0x08,0x08,0x08,0x09, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08, -0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x10,0x10,0x10,0x10,0x10,0x10,0x0d,0x0d,0x11,0x06,0x06,0x06,0x09,0x09, -0x08,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x08, -0x04,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x08,0x09,0x08,0x08,0x09, -0x09,0x08,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x11,0x06,0x11,0x06, -0x01,0x03,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09, -0x08,0x09,0x09,0x09,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x01,0x03,0x04,0x08,0x09,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x09,0x08,0x08,0x09,0x08,0x08,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x08, -0x08,0x08,0x09,0x08,0x08,0x08,0x01,0x02,0x02,0x04,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02, -0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x08,0x09,0x08,0x08,0x08,0x01,0x02,0x03,0x03,0x03,0x08,0x08, -0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x08,0x08,0x01,0x02,0x03,0x02, -0x02,0x01,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x09,0x09,0x09,0x09, -0x09,0x09,0x08,0x09,0x09,0x09,0x09,0x08,0x09,0x09,0x09,0x09,0x09,0x08,0x08,0x01, -0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,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,0x01,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/f13.h b/fishmaps/f13.h deleted file mode 100644 index c64fdd3..0000000 --- a/fishmaps/f13.h +++ /dev/null @@ -1,1075 +0,0 @@ -#define f13_width 116 -#define f13_height 73 -#define f13_colors 20 -#define f13_back 0 -int f13_reds[] = {0, 5888, 1536, 5888, 7680, 13312, 14848, -26880, 8448, 26880, 23808, 22272, 28160, 12032, -9216, 40192, 19968, 17920, 35072, 16896}; -int f13_greens[] = {26624, 11264, 3328, 5376, 11008, 21248, 29440, -39168, 18944, 29696, 23296, 26624, 33024, 19456, -14080, 40704, 23552, 17408, 33792, 11776}; -int f13_blues[] = {65280, 1024, 256, 1024, 5376, 14080, 31488, -41216, 6912, 26880, 14592, 8448, 17920, 1792, -1280, 35584, 1280, 8704, 27904, 1792}; -unsigned char f13_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x05, -0x05,0x05,0x05,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x05,0x05,0x05,0x05,0x04, -0x05,0x05,0x07,0x05,0x04,0x05,0x06,0x06,0x05,0x00,0x00,0x05,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x02,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x08,0x08,0x05, -0x05,0x07,0x09,0x01,0x04,0x05,0x06,0x0a,0x04,0x02,0x04,0x06,0x06,0x05,0x05,0x05, -0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x05,0x05, -0x05,0x06,0x01,0x02,0x04,0x06,0x09,0x0b,0x02,0x03,0x05,0x06,0x05,0x02,0x03,0x05, -0x06,0x0b,0x01,0x05,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x01,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05, -0x05,0x08,0x01,0x05,0x05,0x07,0x08,0x02,0x02,0x05,0x06,0x0c,0x01,0x03,0x06,0x06, -0x0a,0x04,0x02,0x05,0x06,0x0b,0x03,0x04,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x05,0x05,0x05,0x0a,0x01,0x02,0x04,0x09,0x0a,0x04,0x02,0x05,0x06,0x05, -0x0d,0x04,0x06,0x06,0x06,0x08,0x02,0x05,0x06,0x05,0x01,0x04,0x06,0x05,0x05,0x05, -0x05,0x05,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x05,0x01,0x03,0x08,0x05,0x09,0x0b,0x03,0x04,0x05,0x06,0x05, -0x03,0x04,0x06,0x06,0x0b,0x03,0x05,0x06,0x06,0x05,0x01,0x05,0x05,0x05,0x0e,0x04, -0x06,0x05,0x08,0x04,0x05,0x07,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x02,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x01,0x02,0x04,0x06,0x0a,0x0d, -0x02,0x05,0x06,0x05,0x08,0x03,0x05,0x06,0x05,0x01,0x05,0x06,0x06,0x06,0x08,0x05, -0x06,0x06,0x0d,0x08,0x06,0x06,0x08,0x04,0x05,0x0f,0x0a,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x04,0x05,0x06,0x05,0x03, -0x03,0x05,0x05,0x0b,0x03,0x05,0x06,0x05,0x05,0x04,0x05,0x05,0x0a,0x10,0x05,0x06, -0x06,0x06,0x04,0x05,0x06,0x06,0x0d,0x08,0x06,0x06,0x08,0x04,0x05,0x06,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x05,0x0e,0x02, -0x04,0x06,0x05,0x08,0x03,0x05,0x05,0x05,0x0d,0x08,0x05,0x06,0x0a,0x04,0x05,0x05, -0x06,0x0b,0x08,0x06,0x06,0x06,0x05,0x08,0x06,0x06,0x0b,0x08,0x06,0x09,0x05,0x05, -0x09,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x05,0x05,0x05,0x0e,0x03,0x05,0x05,0x05,0x08,0x08,0x05,0x05,0x08,0x03,0x05,0x06, -0x05,0x08,0x08,0x06,0x06,0x0b,0x08,0x06,0x06,0x06,0x05,0x08,0x06,0x06,0x0b,0x05, -0x09,0x07,0x08,0x05,0x09,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x03,0x01,0x00,0x00,0x00, -0x00,0x00,0x08,0x03,0x03,0x08,0x09,0x05,0x01,0x05,0x05,0x05,0x05,0x08,0x05,0x05, -0x05,0x08,0x05,0x06,0x06,0x05,0x05,0x06,0x06,0x0a,0x11,0x0a,0x06,0x06,0x0c,0x05, -0x06,0x06,0x05,0x05,0x09,0x09,0x05,0x0a,0x07,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x02, -0x01,0x01,0x00,0x00,0x00,0x04,0x04,0x05,0x01,0x04,0x05,0x05,0x0b,0x04,0x05,0x05, -0x05,0x05,0x08,0x06,0x05,0x08,0x05,0x06,0x06,0x06,0x11,0x06,0x06,0x06,0x0b,0x05, -0x06,0x06,0x0a,0x05,0x0a,0x06,0x05,0x05,0x06,0x06,0x05,0x0a,0x07,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x02,0x02,0x01,0x03,0x01,0x01,0x08,0x08,0x04,0x04,0x04,0x06,0x05,0x04,0x05,0x05, -0x05,0x10,0x05,0x05,0x06,0x05,0x08,0x06,0x06,0x05,0x0b,0x06,0x06,0x06,0x05,0x06, -0x06,0x06,0x05,0x0a,0x06,0x06,0x0a,0x0a,0x0a,0x06,0x0a,0x05,0x06,0x06,0x05,0x09, -0x07,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x11,0x04,0x04,0x05, -0x05,0x05,0x05,0x06,0x05,0x05,0x08,0x05,0x06,0x06,0x05,0x05,0x06,0x06,0x05,0x0a, -0x06,0x06,0x0a,0x0a,0x09,0x0a,0x09,0x09,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0a, -0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x03,0x03,0x01,0x03,0x04, -0x05,0x05,0x05,0x08,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x05,0x05,0x06,0x0a,0x06, -0x09,0x0c,0x09,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0a,0x0c,0x0b,0x0c,0x0c,0x0c, -0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x01,0x03, -0x01,0x03,0x03,0x04,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x0a,0x05,0x06,0x06,0x09, -0x09,0x0c,0x09,0x09,0x0c,0x0a,0x0c,0x10,0x0b,0x10,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a, -0x0a,0x09,0x0a,0x09,0x09,0x0a,0x09,0x0c,0x0b,0x0b,0x0c,0x0c,0x09,0x09,0x0a,0x0a, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x02,0x02,0x03,0x03,0x03,0x01,0x04,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x09,0x09, -0x09,0x09,0x09,0x09,0x0c,0x0b,0x0b,0x0b,0x0b,0x05,0x05,0x0a,0x09,0x0a,0x0c,0x09, -0x0c,0x0c,0x0c,0x0c,0x0b,0x0b,0x0c,0x0c,0x0c,0x12,0x12,0x09,0x09,0x12,0x09,0x09, -0x0c,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x03,0x01,0x0e,0x08,0x05,0x0b,0x0c,0x09,0x09, -0x09,0x09,0x0c,0x0a,0x0c,0x0c,0x0c,0x0c,0x09,0x09,0x0a,0x0c,0x0b,0x0b,0x0b,0x10, -0x10,0x0b,0x0b,0x0b,0x0c,0x0a,0x0c,0x09,0x0b,0x0c,0x0c,0x0c,0x09,0x0c,0x0c,0x0c, -0x0b,0x0c,0x0c,0x0c,0x0c,0x12,0x09,0x0c,0x0c,0x0a,0x0b,0x0a,0x0a,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x03,0x01,0x11,0x0b,0x0b, -0x05,0x0b,0x0b,0x0b,0x0b,0x0c,0x09,0x09,0x09,0x09,0x09,0x12,0x0b,0x10,0x10,0x0b, -0x0b,0x0c,0x0a,0x09,0x09,0x09,0x09,0x12,0x12,0x12,0x12,0x0f,0x12,0x12,0x12,0x12, -0x12,0x0f,0x0f,0x12,0x0f,0x0f,0x12,0x12,0x0c,0x0b,0x0c,0x12,0x12,0x0c,0x0c,0x0c, -0x0c,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x01, -0x10,0x05,0x05,0x11,0x10,0x11,0x0a,0x0a,0x0c,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a, -0x0a,0x0c,0x0c,0x09,0x0c,0x0c,0x0b,0x0b,0x0c,0x0b,0x0b,0x0b,0x10,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0f,0x0f,0x0c,0x0c, -0x12,0x0c,0x0c,0x0a,0x0b,0x0b,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x01,0x11,0x10,0x0d,0x11,0x11,0x05,0x0b,0x10,0x10,0x10,0x11,0x11,0x05, -0x0a,0x0a,0x0c,0x0c,0x0b,0x0b,0x10,0x10,0x0b,0x0b,0x0a,0x09,0x0a,0x0c,0x09,0x0c, -0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x0c,0x0c, -0x0c,0x0b,0x0c,0x0c,0x12,0x0c,0x0a,0x0a,0x0a,0x0b,0x11,0x11,0x11,0x13,0x13,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x0d,0x0e,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x01,0x01,0x13,0x0d,0x08,0x11,0x10,0x0e,0x10,0x13,0x05,0x05, -0x0b,0x0b,0x0b,0x0b,0x10,0x10,0x0b,0x0b,0x0a,0x0c,0x09,0x09,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0b,0x0b,0x0c,0x0b,0x0b,0x0b,0x10,0x10,0x10,0x0c,0x0b,0x0b,0x0c,0x0c,0x12, -0x0c,0x0c,0x12,0x12,0x12,0x0c,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x11,0x13,0x13, -0x04,0x03,0x03,0x03,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x0e,0x0e,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e, -0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x13,0x13,0x11,0x10,0x10,0x11,0x11, -0x05,0x0b,0x0b,0x0b,0x10,0x13,0x11,0x11,0x11,0x0a,0x0c,0x0c,0x0c,0x0c,0x0b,0x0b, -0x0b,0x10,0x10,0x10,0x10,0x0b,0x0b,0x0b,0x0a,0x0b,0x0c,0x0c,0x0c,0x09,0x0c,0x0c, -0x0c,0x0b,0x0c,0x0b,0x0c,0x0c,0x0c,0x0b,0x0c,0x0c,0x0c,0x12,0x0c,0x0a,0x11,0x0a, -0x0a,0x13,0x13,0x03,0x03,0x01,0x01,0x01,0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x0d,0x04,0x10,0x13, -0x08,0x11,0x10,0x10,0x0d,0x13,0x13,0x10,0x05,0x05,0x0b,0x0b,0x0d,0x10,0x10,0x0a, -0x0c,0x09,0x07,0x07,0x0f,0x0c,0x0a,0x11,0x11,0x0a,0x11,0x0a,0x11,0x0a,0x0c,0x0c, -0x0a,0x12,0x0c,0x09,0x12,0x12,0x12,0x0c,0x12,0x12,0x12,0x12,0x0c,0x0b,0x04,0x0c, -0x0c,0x0a,0x11,0x09,0x11,0x13,0x13,0x03,0x01,0x02,0x02,0x02,0x01,0x03,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x0e,0x01, -0x01,0x01,0x03,0x03,0x03,0x02,0x01,0x01,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x05, -0x10,0x10,0x08,0x11,0x10,0x0d,0x13,0x13,0x11,0x05,0x0b,0x10,0x0d,0x0d,0x10,0x13, -0x13,0x10,0x13,0x05,0x09,0x0f,0x0f,0x0f,0x12,0x0a,0x11,0x11,0x11,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x12,0x0c,0x0c,0x0c,0x12,0x0c,0x0c, -0x0b,0x04,0x09,0x0c,0x0c,0x0a,0x11,0x09,0x11,0x13,0x03,0x01,0x02,0x13,0x13,0x13, -0x02,0x03,0x03,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x0e,0x0e, -0x0d,0x0d,0x08,0x08,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x09,0x0a,0x0c,0x10,0x0d,0x13,0x11,0x10,0x10,0x0d,0x10,0x10,0x10, -0x13,0x10,0x13,0x13,0x13,0x13,0x11,0x05,0x0c,0x0b,0x0b,0x10,0x0b,0x10,0x0d,0x10, -0x10,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x04,0x04,0x12,0x12,0x0c,0x0b,0x0a,0x0a,0x13,0x13,0x03,0x02, -0x13,0x13,0x02,0x02,0x13,0x02,0x03,0x03,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x01,0x01,0x0e,0x0e,0x0d,0x10,0x10,0x10,0x10,0x0d,0x10,0x10,0x10,0x10, -0x10,0x10,0x10,0x09,0x09,0x09,0x0c,0x0c,0x0b,0x05,0x05,0x0b,0x10,0x13,0x13,0x13, -0x13,0x11,0x13,0x13,0x13,0x13,0x13,0x10,0x0b,0x10,0x10,0x0b,0x0b,0x10,0x0b,0x0a, -0x0c,0x0b,0x11,0x0b,0x0a,0x0a,0x0b,0x09,0x0c,0x0c,0x0c,0x0c,0x0c,0x0a,0x09,0x0a, -0x0b,0x0b,0x0c,0x0a,0x0a,0x0b,0x0b,0x11,0x04,0x0c,0x0f,0x0f,0x0b,0x10,0x0a,0x0a, -0x13,0x13,0x03,0x02,0x13,0x02,0x02,0x02,0x02,0x13,0x02,0x03,0x13,0x13,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x0e,0x01,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d, -0x0d,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0c,0x09,0x09,0x0c,0x09,0x0c,0x0b,0x10, -0x13,0x13,0x13,0x10,0x10,0x10,0x10,0x10,0x0d,0x0d,0x10,0x10,0x10,0x10,0x11,0x05, -0x0a,0x0a,0x09,0x09,0x0c,0x11,0x0a,0x11,0x11,0x11,0x11,0x0a,0x0a,0x0b,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x04,0x0c,0x09,0x0c, -0x0c,0x11,0x0a,0x0a,0x13,0x13,0x03,0x02,0x13,0x02,0x02,0x02,0x13,0x13,0x02,0x13, -0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x01,0x01,0x01,0x0e, -0x0e,0x0e,0x0e,0x13,0x0e,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0d,0x0b,0x0b, -0x0c,0x0c,0x0c,0x0b,0x13,0x13,0x13,0x10,0x10,0x13,0x10,0x10,0x11,0x11,0x05,0x11, -0x10,0x13,0x0b,0x0b,0x0c,0x0c,0x0a,0x09,0x0a,0x0b,0x05,0x11,0x11,0x0b,0x0a,0x0a, -0x0a,0x0b,0x0b,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x0c,0x04, -0x04,0x0a,0x0c,0x0c,0x0b,0x11,0x0a,0x05,0x13,0x11,0x04,0x02,0x01,0x13,0x13,0x13, -0x13,0x02,0x03,0x13,0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03, -0x01,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x13,0x13,0x10,0x10,0x10, -0x10,0x0d,0x0d,0x10,0x10,0x10,0x10,0x13,0x04,0x04,0x13,0x10,0x13,0x10,0x10,0x10, -0x10,0x10,0x10,0x10,0x13,0x13,0x0b,0x0b,0x10,0x10,0x0b,0x0b,0x0b,0x0b,0x0b,0x10, -0x13,0x10,0x10,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x10,0x0b,0x0b, -0x0a,0x0b,0x0b,0x04,0x04,0x0a,0x0c,0x0c,0x0c,0x11,0x0a,0x05,0x11,0x11,0x13,0x03, -0x02,0x03,0x03,0x02,0x02,0x02,0x13,0x13,0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x13,0x0e,0x0e, -0x0e,0x0d,0x0d,0x0d,0x13,0x13,0x11,0x11,0x05,0x05,0x0b,0x10,0x13,0x13,0x13,0x10, -0x13,0x13,0x13,0x10,0x10,0x10,0x10,0x13,0x13,0x0b,0x05,0x0a,0x05,0x0a,0x0c,0x0a, -0x05,0x0a,0x0b,0x10,0x13,0x11,0x11,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b,0x0a, -0x0b,0x11,0x0a,0x0a,0x0a,0x0a,0x04,0x04,0x04,0x0a,0x0c,0x0c,0x0c,0x10,0x05,0x0b, -0x13,0x13,0x11,0x04,0x03,0x03,0x02,0x02,0x03,0x13,0x13,0x13,0x11,0x13,0x13,0x13, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0d,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x08,0x0d,0x11,0x13, -0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x05,0x0a,0x09, -0x06,0x06,0x09,0x0a,0x0c,0x0b,0x05,0x11,0x11,0x11,0x11,0x11,0x0a,0x0a,0x0b,0x0c, -0x0b,0x0a,0x0c,0x09,0x0c,0x0a,0x0c,0x0a,0x0b,0x11,0x04,0x04,0x04,0x0a,0x0c,0x0c, -0x0c,0x11,0x05,0x05,0x13,0x11,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x09,0x12, -0x0a,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x01,0x01,0x0e,0x0e,0x0e, -0x0e,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x04,0x13,0x13,0x11,0x13,0x13, -0x13,0x11,0x0b,0x10,0x05,0x05,0x05,0x0b,0x0b,0x10,0x05,0x0b,0x11,0x11,0x0b,0x0a, -0x0a,0x0a,0x05,0x0c,0x0a,0x0c,0x0c,0x0a,0x0a,0x0b,0x0b,0x0b,0x11,0x11,0x10,0x04, -0x04,0x0a,0x0c,0x0b,0x0b,0x10,0x0a,0x11,0x13,0x11,0x13,0x11,0x11,0x13,0x13,0x0a, -0x09,0x0f,0x12,0x09,0x11,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x01,0x01, -0x01,0x01,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d, -0x0d,0x0d,0x04,0x0e,0x13,0x0e,0x0e,0x0e,0x13,0x13,0x04,0x13,0x13,0x10,0x11,0x0d, -0x13,0x04,0x10,0x13,0x10,0x05,0x05,0x05,0x05,0x05,0x0b,0x0b,0x10,0x10,0x0b,0x0b, -0x10,0x0b,0x0b,0x0b,0x0c,0x0c,0x0a,0x0b,0x0b,0x0b,0x0b,0x0a,0x10,0x10,0x10,0x0b, -0x04,0x11,0x0a,0x04,0x04,0x05,0x0c,0x0c,0x0b,0x10,0x05,0x0a,0x10,0x10,0x10,0x13, -0x13,0x0a,0x09,0x09,0x12,0x12,0x11,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x01,0x0e,0x01,0x0e,0x13,0x13, -0x11,0x0d,0x10,0x13,0x13,0x04,0x10,0x11,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x10, -0x10,0x11,0x0b,0x0b,0x05,0x0c,0x05,0x0a,0x0c,0x0a,0x0a,0x0a,0x0c,0x0a,0x0c,0x05, -0x05,0x0a,0x05,0x0b,0x04,0x0f,0x0f,0x04,0x04,0x05,0x0a,0x0c,0x0c,0x0b,0x05,0x0a, -0x11,0x0b,0x13,0x13,0x05,0x0f,0x12,0x11,0x13,0x13,0x13,0x13,0x13,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x01,0x0e,0x01, -0x01,0x13,0x01,0x13,0x04,0x13,0x13,0x13,0x13,0x13,0x11,0x08,0x0d,0x08,0x05,0x05, -0x05,0x0b,0x0d,0x10,0x10,0x11,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0a, -0x06,0x0a,0x09,0x06,0x06,0x09,0x09,0x05,0x04,0x0a,0x0a,0x0a,0x04,0x04,0x05,0x0b, -0x0b,0x0a,0x05,0x05,0x10,0x11,0x11,0x0a,0x07,0x09,0x11,0x13,0x13,0x13,0x13,0x13, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x11,0x11,0x11,0x11,0x10, -0x11,0x08,0x05,0x05,0x05,0x11,0x11,0x13,0x10,0x10,0x0b,0x0b,0x10,0x0b,0x0b,0x05, -0x0b,0x0b,0x0c,0x0a,0x0a,0x0c,0x0c,0x05,0x0a,0x0a,0x0c,0x04,0x0b,0x11,0x13,0x13, -0x11,0x04,0x08,0x0b,0x0b,0x0b,0x05,0x05,0x11,0x0a,0x06,0x09,0x05,0x13,0x13,0x13, -0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04, -0x13,0x13,0x11,0x0d,0x08,0x08,0x08,0x05,0x05,0x08,0x05,0x08,0x05,0x05,0x05,0x11, -0x05,0x05,0x11,0x11,0x10,0x11,0x05,0x0c,0x05,0x0b,0x05,0x0a,0x06,0x0a,0x04,0x11, -0x0b,0x0b,0x0b,0x0b,0x0a,0x0b,0x13,0x0b,0x0c,0x0c,0x0c,0x0a,0x05,0x06,0x05,0x0b, -0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e, -0x01,0x0e,0x0e,0x13,0x11,0x11,0x08,0x08,0x08,0x08,0x05,0x05,0x05,0x05,0x11,0x11, -0x11,0x11,0x08,0x08,0x08,0x08,0x08,0x11,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0c,0x0c, -0x0b,0x04,0x04,0x11,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x02,0x03,0x02,0x01,0x01, -0x01,0x01,0x04,0x04,0x11,0x11,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x08,0x08,0x08,0x08,0x05,0x11,0x11,0x08,0x08,0x08,0x08,0x11,0x08,0x10, -0x11,0x0b,0x11,0x11,0x11,0x04,0x11,0x11,0x05,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x11, -0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x01, -0x02,0x01,0x03,0x04,0x04,0x11,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x11,0x11,0x11,0x11,0x11,0x11,0x11, -0x08,0x05,0x05,0x05,0x05,0x05,0x11,0x11,0x08,0x04,0x08,0x10,0x0b,0x0b,0x10,0x0b, -0x10,0x11,0x04,0x11,0x11,0x11,0x11,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x02,0x02,0x03,0x02,0x01,0x03,0x0d,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x05,0x04,0x08,0x08,0x11,0x08,0x08,0x11,0x04,0x11,0x11, -0x11,0x11,0x11,0x11,0x11,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x03,0x03,0x02,0x01,0x03,0x01,0x0e,0x0d,0x0d,0x0d,0x0d,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x05,0x05,0x05,0x08, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x03,0x01,0x03,0x01,0x0e,0x0d,0x0d,0x0d, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x08,0x05,0x05, -0x0a,0x0c,0x0c,0x11,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x0e,0x04,0x02,0x01,0x0e, -0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x03,0x01,0x01, -0x04,0x01,0x01,0x05,0x05,0x0c,0x05,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x01,0x01,0x01, -0x01,0x01,0x0e,0x04,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x01, -0x01,0x01,0x01,0x01,0x03,0x05,0x08,0x04,0x08,0x05,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x03,0x03,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x08,0x04,0x04,0x04,0x01,0x03,0x01,0x04,0x04,0x01,0x04,0x08,0x05,0x05,0x11,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x03,0x03,0x01,0x01,0x04,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x08,0x04,0x04,0x01,0x03,0x04,0x04,0x04,0x01,0x03,0x05,0x04,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x01,0x04,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x08,0x04,0x04,0x04,0x04,0x01,0x01,0x04, -0x08,0x04,0x04,0x08,0x08,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x0d,0x08,0x08,0x04,0x04, -0x01,0x04,0x04,0x04,0x01,0x04,0x08,0x04,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x0d,0x08, -0x08,0x04,0x04,0x05,0x08,0x08,0x04,0x01,0x04,0x05,0x04,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x08,0x0d,0x08,0x08,0x05,0x05,0x08,0x04,0x04,0x03,0x01,0x08,0x03,0x05,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x08,0x00,0x00,0x05,0x08,0x04,0x04,0x04,0x03,0x04,0x04, -0x01,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x04,0x08,0x08, -0x04,0x04,0x04,0x03,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x05,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x05,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08, -0x08,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; -unsigned char f13_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x03, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x05,0x00,0x00,0x06,0x05,0x02, -0x05,0x05,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x01,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x05,0x05,0x05,0x01,0x02, -0x05,0x05,0x0a,0x02,0x05,0x05,0x06,0x06,0x05,0x00,0x05,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x02,0x08,0x05, -0x05,0x07,0x0c,0x02,0x05,0x05,0x06,0x0a,0x02,0x05,0x05,0x0b,0x03,0x05,0x05,0x07, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x05,0x05, -0x05,0x01,0x01,0x05,0x05,0x06,0x0c,0x01,0x02,0x05,0x05,0x0a,0x05,0x02,0x05,0x05, -0x0b,0x03,0x05,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x03,0x01,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05, -0x05,0x02,0x05,0x05,0x07,0x0a,0x02,0x02,0x05,0x06,0x06,0x01,0x02,0x05,0x06,0x06, -0x0a,0x02,0x05,0x05,0x0b,0x03,0x05,0x06,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02, -0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x05,0x05,0x0b,0x0a,0x02,0x05,0x07,0x0a,0x0a,0x02,0x05,0x06,0x06,0x0c, -0x0d,0x05,0x06,0x06,0x0a,0x02,0x05,0x05,0x0b,0x03,0x05,0x06,0x05,0x04,0x05,0x05, -0x05,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x05,0x03,0x05,0x05,0x09,0x0b,0x0d,0x03,0x05,0x06,0x05,0x01, -0x03,0x05,0x06,0x06,0x01,0x05,0x05,0x06,0x0a,0x05,0x01,0x05,0x05,0x05,0x05,0x06, -0x05,0x08,0x04,0x05,0x0f,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x02,0x03,0x05,0x05,0x09,0x0b,0x02, -0x05,0x06,0x05,0x05,0x02,0x03,0x05,0x06,0x0b,0x01,0x05,0x06,0x06,0x02,0x02,0x05, -0x06,0x06,0x05,0x08,0x06,0x08,0x04,0x05,0x0f,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x03,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x05,0x06,0x08,0x02,0x03, -0x05,0x05,0x09,0x0b,0x03,0x05,0x06,0x05,0x05,0x04,0x05,0x05,0x0b,0x01,0x05,0x06, -0x06,0x06,0x04,0x05,0x06,0x06,0x0d,0x08,0x06,0x08,0x04,0x05,0x0f,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x05,0x03,0x05, -0x06,0x05,0x08,0x03,0x05,0x05,0x05,0x05,0x0d,0x05,0x06,0x05,0x0a,0x04,0x05,0x05, -0x0b,0x01,0x08,0x06,0x06,0x06,0x05,0x08,0x06,0x06,0x0b,0x08,0x06,0x09,0x05,0x05, -0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x03,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x08, -0x05,0x05,0x05,0x03,0x05,0x06,0x05,0x03,0x08,0x05,0x05,0x05,0x03,0x05,0x06,0x06, -0x05,0x08,0x08,0x06,0x06,0x01,0x08,0x06,0x06,0x06,0x05,0x08,0x06,0x06,0x0b,0x05, -0x09,0x07,0x08,0x05,0x09,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x03,0x01,0x00,0x00,0x00, -0x00,0x00,0x08,0x03,0x05,0x08,0x09,0x03,0x01,0x05,0x05,0x08,0x05,0x05,0x05,0x05, -0x05,0x08,0x05,0x06,0x05,0x05,0x05,0x06,0x06,0x0a,0x11,0x0a,0x06,0x06,0x0c,0x05, -0x06,0x06,0x05,0x05,0x09,0x09,0x05,0x0a,0x07,0x0a,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x02, -0x01,0x01,0x00,0x00,0x00,0x04,0x04,0x05,0x03,0x05,0x05,0x10,0x04,0x04,0x05,0x05, -0x05,0x05,0x08,0x06,0x05,0x08,0x05,0x06,0x06,0x06,0x11,0x06,0x06,0x06,0x0b,0x05, -0x06,0x06,0x0a,0x05,0x0a,0x06,0x05,0x05,0x06,0x06,0x05,0x0a,0x07,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x02,0x02,0x01,0x03,0x01,0x01,0x08,0x08,0x04,0x04,0x04,0x06,0x03,0x05,0x05,0x05, -0x10,0x04,0x05,0x05,0x06,0x05,0x08,0x06,0x06,0x05,0x0b,0x06,0x06,0x06,0x05,0x06, -0x06,0x06,0x05,0x0a,0x06,0x06,0x0a,0x0a,0x0a,0x06,0x0a,0x05,0x06,0x06,0x05,0x09, -0x07,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x02,0x02,0x02,0x03,0x03,0x03,0x04,0x04,0x11,0x04,0x04,0x05, -0x05,0x05,0x05,0x06,0x05,0x05,0x08,0x05,0x06,0x06,0x05,0x05,0x06,0x06,0x05,0x0a, -0x06,0x06,0x0a,0x0a,0x09,0x0a,0x09,0x09,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0a, -0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x03,0x03,0x01,0x03,0x04, -0x05,0x05,0x05,0x08,0x05,0x05,0x05,0x05,0x06,0x05,0x05,0x05,0x05,0x06,0x0a,0x06, -0x09,0x0c,0x09,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0a,0x0c,0x0b,0x0c,0x0c,0x0c, -0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x01,0x03, -0x01,0x03,0x03,0x04,0x05,0x05,0x05,0x05,0x05,0x06,0x05,0x0a,0x05,0x06,0x06,0x09, -0x09,0x0c,0x09,0x09,0x0c,0x0a,0x0c,0x10,0x0b,0x10,0x0b,0x0b,0x0a,0x0a,0x0a,0x0a, -0x0a,0x09,0x0a,0x09,0x09,0x0a,0x09,0x0c,0x0b,0x0b,0x0c,0x0c,0x09,0x09,0x0a,0x0a, -0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x02,0x02,0x03,0x03,0x03,0x01,0x04,0x05,0x05,0x05,0x06,0x06,0x06,0x06,0x09,0x09, -0x09,0x09,0x09,0x09,0x0c,0x0b,0x0b,0x0b,0x0b,0x05,0x05,0x0a,0x09,0x0a,0x0c,0x09, -0x0c,0x0c,0x0c,0x0c,0x0b,0x0b,0x0c,0x0c,0x0c,0x12,0x12,0x09,0x09,0x12,0x09,0x09, -0x0c,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x03,0x01,0x0e,0x08,0x05,0x0b,0x0c,0x09,0x09, -0x09,0x09,0x0c,0x0a,0x0c,0x0c,0x0c,0x0c,0x09,0x09,0x0a,0x0c,0x0b,0x0b,0x0b,0x10, -0x10,0x0b,0x0b,0x0b,0x0c,0x0a,0x0c,0x09,0x0b,0x0c,0x0c,0x0c,0x09,0x0c,0x0c,0x0c, -0x0b,0x0c,0x0c,0x0c,0x0c,0x12,0x09,0x0c,0x0c,0x0a,0x0b,0x0a,0x0a,0x0a,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x03,0x01,0x11,0x0b,0x0b, -0x05,0x0b,0x0b,0x0b,0x0b,0x0c,0x09,0x09,0x09,0x09,0x09,0x12,0x0b,0x10,0x10,0x0b, -0x0b,0x0c,0x0a,0x09,0x09,0x09,0x09,0x12,0x12,0x12,0x12,0x0f,0x12,0x12,0x12,0x12, -0x12,0x0f,0x0f,0x12,0x0f,0x0f,0x12,0x12,0x0c,0x0b,0x0c,0x12,0x12,0x0c,0x0c,0x0c, -0x0c,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x02,0x02,0x03,0x01, -0x10,0x05,0x05,0x11,0x10,0x11,0x0a,0x0a,0x0c,0x0c,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a, -0x0a,0x0c,0x0c,0x09,0x0c,0x0c,0x0b,0x0b,0x0c,0x0b,0x0b,0x0b,0x10,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0c,0x0f,0x0f,0x0c,0x0c, -0x12,0x0c,0x0c,0x0a,0x0b,0x0b,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x01,0x11,0x10,0x0d,0x11,0x11,0x05,0x0b,0x10,0x10,0x10,0x11,0x11,0x05, -0x0a,0x0a,0x0c,0x0c,0x0b,0x0b,0x10,0x10,0x0b,0x0b,0x0a,0x09,0x0a,0x0c,0x09,0x0c, -0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x12,0x0c,0x0c, -0x0c,0x0b,0x0c,0x0c,0x12,0x0c,0x0a,0x0a,0x0a,0x0b,0x11,0x11,0x11,0x13,0x13,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x01,0x01,0x13,0x0d,0x08,0x11,0x10,0x0e,0x10,0x13,0x05,0x05, -0x0b,0x0b,0x0b,0x0b,0x10,0x10,0x0b,0x0b,0x0a,0x0c,0x09,0x09,0x0c,0x0c,0x0c,0x0c, -0x0c,0x0b,0x0b,0x0c,0x0b,0x0b,0x0b,0x10,0x10,0x10,0x0c,0x0b,0x0b,0x0c,0x0c,0x12, -0x0c,0x0c,0x12,0x12,0x12,0x0c,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x11,0x13,0x13, -0x04,0x03,0x03,0x03,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x0e,0x13,0x13,0x11,0x10,0x10,0x11,0x11, -0x05,0x0b,0x0b,0x0b,0x10,0x13,0x11,0x11,0x11,0x0a,0x0c,0x0c,0x0c,0x0c,0x0b,0x0b, -0x0b,0x10,0x10,0x10,0x10,0x0b,0x0b,0x0b,0x0a,0x0b,0x0c,0x0c,0x0c,0x09,0x0c,0x0c, -0x0c,0x0b,0x0c,0x0b,0x0c,0x0c,0x0c,0x0b,0x0c,0x0c,0x0c,0x12,0x0c,0x0a,0x11,0x0a, -0x0a,0x13,0x13,0x03,0x03,0x01,0x01,0x01,0x03,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x0d,0x04,0x10,0x13, -0x08,0x11,0x10,0x10,0x0d,0x13,0x13,0x10,0x05,0x05,0x0b,0x0b,0x0d,0x10,0x10,0x0a, -0x0c,0x09,0x07,0x07,0x0f,0x0c,0x0a,0x11,0x11,0x0a,0x11,0x0a,0x11,0x0a,0x0c,0x0c, -0x0a,0x12,0x0c,0x09,0x12,0x12,0x12,0x0c,0x12,0x12,0x12,0x12,0x0c,0x0b,0x04,0x0c, -0x0c,0x0a,0x11,0x09,0x11,0x13,0x13,0x03,0x01,0x02,0x02,0x02,0x01,0x03,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x0d,0x0e,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x05, -0x10,0x10,0x08,0x11,0x10,0x0d,0x13,0x13,0x11,0x05,0x0b,0x10,0x0d,0x0d,0x10,0x13, -0x13,0x10,0x13,0x05,0x09,0x0f,0x0f,0x0f,0x12,0x0a,0x11,0x11,0x11,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x09,0x12,0x0c,0x0c,0x0c,0x12,0x0c,0x0c, -0x0b,0x04,0x09,0x0c,0x0c,0x0a,0x11,0x09,0x11,0x13,0x03,0x01,0x02,0x13,0x13,0x13, -0x02,0x03,0x03,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x0e,0x0e,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x08, -0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x09,0x0a,0x0c,0x10,0x0d,0x13,0x11,0x10,0x10,0x0d,0x10,0x10,0x10, -0x13,0x10,0x13,0x13,0x13,0x13,0x11,0x05,0x0c,0x0b,0x0b,0x10,0x0b,0x10,0x0d,0x10, -0x10,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x0b,0x0b,0x0b,0x04,0x12,0x12,0x0c,0x0b,0x0a,0x0a,0x13,0x13,0x03,0x02, -0x13,0x13,0x02,0x02,0x13,0x02,0x03,0x03,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x08,0x08,0x0d,0x00,0x00,0x00,0x00,0x10,0x10,0x10, -0x10,0x10,0x10,0x09,0x09,0x09,0x0c,0x0c,0x0b,0x05,0x05,0x0b,0x10,0x13,0x13,0x13, -0x13,0x11,0x13,0x13,0x13,0x13,0x13,0x10,0x0b,0x10,0x10,0x0b,0x0b,0x10,0x0b,0x0a, -0x0c,0x0b,0x11,0x0b,0x0a,0x0a,0x0b,0x09,0x0c,0x0c,0x0c,0x0c,0x0c,0x0a,0x09,0x0a, -0x0b,0x0b,0x0c,0x0a,0x0a,0x0b,0x0b,0x11,0x04,0x0c,0x0f,0x0f,0x0b,0x10,0x0a,0x0a, -0x13,0x13,0x03,0x02,0x13,0x02,0x02,0x02,0x02,0x13,0x02,0x03,0x13,0x13,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x0e,0x01,0x01,0x01,0x03,0x03, -0x03,0x02,0x01,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x0d,0x10,0x10,0x10,0x10,0x0d, -0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0c,0x09,0x09,0x0c,0x09,0x0c,0x0b,0x10, -0x13,0x13,0x13,0x10,0x10,0x10,0x10,0x10,0x0d,0x0d,0x10,0x10,0x10,0x10,0x11,0x05, -0x0a,0x0a,0x09,0x09,0x0c,0x11,0x0a,0x11,0x11,0x11,0x11,0x0a,0x0a,0x0b,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x09,0x09,0x09,0x0b,0x0b,0x0b,0x04,0x0c,0x09,0x0c, -0x0c,0x11,0x0a,0x0a,0x13,0x13,0x03,0x02,0x13,0x02,0x02,0x02,0x13,0x13,0x02,0x13, -0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x0e,0x01,0x0e,0x0e, -0x0d,0x0d,0x0d,0x0d,0x0d,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0d,0x0b,0x0b, -0x0c,0x0c,0x0c,0x0b,0x13,0x13,0x13,0x10,0x10,0x13,0x10,0x10,0x11,0x11,0x05,0x11, -0x10,0x13,0x0b,0x0b,0x0c,0x0c,0x0a,0x09,0x0a,0x0b,0x05,0x11,0x11,0x0b,0x0a,0x0a, -0x0a,0x0b,0x0b,0x0c,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x0c,0x0b, -0x04,0x0a,0x0c,0x0c,0x0b,0x11,0x0a,0x05,0x13,0x11,0x04,0x02,0x01,0x13,0x13,0x13, -0x13,0x02,0x03,0x13,0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03, -0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x13,0x0e,0x0d,0x0d,0x13,0x13,0x10,0x10,0x10, -0x10,0x0d,0x0d,0x10,0x10,0x10,0x10,0x13,0x04,0x04,0x13,0x10,0x13,0x10,0x10,0x10, -0x10,0x10,0x10,0x10,0x13,0x13,0x0b,0x0b,0x10,0x10,0x0b,0x0b,0x0b,0x0b,0x0b,0x10, -0x13,0x10,0x10,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x10,0x0b,0x0b, -0x0a,0x0b,0x0b,0x04,0x04,0x0a,0x0c,0x0c,0x0c,0x11,0x0a,0x05,0x11,0x11,0x13,0x03, -0x02,0x03,0x03,0x02,0x02,0x02,0x13,0x13,0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x0e,0x13,0x0e,0x0e, -0x0e,0x0d,0x0d,0x0d,0x13,0x13,0x11,0x11,0x05,0x05,0x0b,0x10,0x13,0x13,0x13,0x10, -0x13,0x13,0x13,0x10,0x10,0x10,0x10,0x13,0x13,0x0b,0x05,0x0a,0x05,0x0a,0x0c,0x0a, -0x05,0x0a,0x0b,0x10,0x13,0x11,0x11,0x0b,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x0b,0x0a, -0x0b,0x11,0x0a,0x0a,0x0a,0x0a,0x0b,0x04,0x05,0x0a,0x0c,0x0c,0x0c,0x10,0x05,0x0b, -0x13,0x13,0x11,0x04,0x03,0x03,0x02,0x02,0x03,0x13,0x13,0x13,0x11,0x13,0x13,0x13, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0d,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x08,0x0d,0x11,0x13, -0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x05,0x0a,0x09, -0x06,0x06,0x09,0x0a,0x0c,0x0b,0x05,0x11,0x11,0x11,0x11,0x11,0x0a,0x0a,0x0b,0x0c, -0x0b,0x0a,0x0c,0x09,0x0c,0x0a,0x0c,0x0a,0x0b,0x11,0x11,0x04,0x04,0x0a,0x0c,0x0c, -0x0c,0x11,0x05,0x05,0x13,0x11,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x09,0x12, -0x0a,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x01,0x01,0x01,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d,0x0d, -0x0d,0x0d,0x0d,0x13,0x13,0x13,0x13,0x13,0x13,0x13,0x04,0x13,0x13,0x11,0x13,0x13, -0x13,0x11,0x0b,0x10,0x05,0x05,0x05,0x0b,0x0b,0x10,0x05,0x0b,0x11,0x11,0x0b,0x0a, -0x0a,0x0a,0x05,0x0c,0x0a,0x0c,0x0c,0x0a,0x0a,0x0b,0x0b,0x0b,0x11,0x11,0x10,0x13, -0x04,0x0a,0x0c,0x0b,0x0b,0x10,0x0a,0x11,0x13,0x11,0x13,0x11,0x11,0x13,0x13,0x0a, -0x09,0x0f,0x12,0x09,0x11,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x01, -0x01,0x0e,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d, -0x0d,0x0d,0x04,0x0e,0x13,0x0e,0x0e,0x0e,0x13,0x13,0x04,0x13,0x13,0x10,0x11,0x0d, -0x13,0x04,0x10,0x13,0x10,0x05,0x05,0x05,0x05,0x05,0x0b,0x0b,0x10,0x10,0x0b,0x0b, -0x10,0x0b,0x0b,0x0b,0x0c,0x0c,0x0a,0x0b,0x0b,0x0b,0x0b,0x0a,0x10,0x10,0x10,0x0b, -0x04,0x11,0x0a,0x11,0x04,0x05,0x0c,0x0c,0x0b,0x10,0x05,0x0a,0x10,0x10,0x10,0x13, -0x13,0x0a,0x09,0x09,0x12,0x12,0x11,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x03,0x01,0x01,0x01,0x01,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x01,0x0e,0x01,0x0e,0x13,0x13, -0x11,0x0d,0x10,0x13,0x13,0x04,0x10,0x11,0x05,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x10, -0x10,0x11,0x0b,0x0b,0x05,0x0c,0x05,0x0a,0x0c,0x0a,0x0a,0x0a,0x0c,0x0a,0x0c,0x05, -0x05,0x0a,0x05,0x0b,0x04,0x0f,0x0f,0x12,0x04,0x05,0x0a,0x0c,0x0c,0x0b,0x05,0x0a, -0x11,0x0b,0x13,0x13,0x05,0x0f,0x12,0x11,0x13,0x13,0x13,0x13,0x13,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x01,0x0e,0x01, -0x01,0x13,0x01,0x13,0x04,0x13,0x13,0x13,0x13,0x13,0x11,0x08,0x0d,0x08,0x05,0x05, -0x05,0x0b,0x0d,0x10,0x10,0x11,0x0b,0x0b,0x0b,0x0b,0x0b,0x0c,0x0c,0x0c,0x0c,0x0a, -0x06,0x0a,0x09,0x06,0x06,0x09,0x09,0x05,0x04,0x0a,0x0a,0x0a,0x13,0x04,0x05,0x0b, -0x0b,0x0a,0x05,0x05,0x10,0x11,0x11,0x0a,0x07,0x09,0x11,0x13,0x13,0x13,0x13,0x13, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x11,0x11,0x11,0x11,0x10, -0x11,0x08,0x05,0x05,0x05,0x11,0x11,0x13,0x10,0x10,0x0b,0x0b,0x10,0x0b,0x0b,0x05, -0x0b,0x0b,0x0c,0x0a,0x0a,0x0c,0x0c,0x05,0x0a,0x0a,0x0c,0x04,0x0b,0x11,0x13,0x13, -0x11,0x04,0x08,0x0b,0x0b,0x0b,0x05,0x05,0x11,0x0a,0x06,0x09,0x05,0x13,0x13,0x13, -0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x02,0x03,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04, -0x13,0x13,0x11,0x0d,0x08,0x08,0x08,0x05,0x05,0x08,0x05,0x08,0x05,0x05,0x05,0x11, -0x05,0x05,0x11,0x11,0x10,0x11,0x05,0x0c,0x05,0x0b,0x05,0x0a,0x06,0x0a,0x04,0x11, -0x0b,0x0b,0x0b,0x0b,0x0a,0x0b,0x13,0x0b,0x0c,0x0c,0x0c,0x0a,0x05,0x06,0x05,0x0b, -0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x0e, -0x01,0x0e,0x0e,0x13,0x11,0x11,0x08,0x08,0x08,0x08,0x05,0x05,0x05,0x05,0x11,0x11, -0x11,0x11,0x08,0x08,0x08,0x08,0x08,0x11,0x05,0x05,0x05,0x0a,0x0a,0x0a,0x0c,0x0c, -0x0b,0x04,0x04,0x11,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b, -0x0b,0x0b,0x13,0x13,0x13,0x13,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x01,0x01, -0x01,0x01,0x04,0x04,0x11,0x11,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x08,0x08,0x08,0x08,0x05,0x11,0x11,0x08,0x08,0x08,0x08,0x11,0x08,0x10, -0x11,0x0b,0x11,0x11,0x11,0x04,0x11,0x11,0x05,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x11, -0x11,0x11,0x11,0x11,0x11,0x11,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x02,0x02,0x01,0x02, -0x02,0x01,0x03,0x04,0x04,0x11,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x11,0x11,0x11,0x11,0x11,0x11,0x11, -0x08,0x05,0x05,0x05,0x05,0x05,0x11,0x11,0x08,0x04,0x08,0x10,0x0b,0x0b,0x10,0x0b, -0x10,0x11,0x04,0x11,0x11,0x11,0x11,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x02,0x01,0x02,0x02,0x01,0x03,0x0d,0x0d,0x0d,0x0d,0x0d,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x05,0x04,0x08,0x08,0x11,0x08,0x08,0x11,0x04,0x11,0x11, -0x11,0x11,0x11,0x11,0x11,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x03,0x01,0x02,0x01,0x01,0x01,0x0e,0x0d,0x0d,0x0d,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x08, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x0e,0x0d,0x0d,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x04,0x04,0x08,0x05,0x05, -0x0a,0x0c,0x0c,0x11,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x01,0x0e,0x04,0x01,0x01,0x0e, -0x0d,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x01,0x03,0x01,0x01, -0x04,0x01,0x01,0x05,0x05,0x0c,0x05,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x01,0x01,0x01, -0x01,0x01,0x0e,0x04,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x0d,0x04,0x04,0x03, -0x01,0x01,0x01,0x01,0x03,0x05,0x08,0x04,0x08,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x03,0x03,0x01,0x01,0x01,0x0e,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x04, -0x08,0x04,0x04,0x04,0x01,0x03,0x01,0x04,0x04,0x01,0x04,0x08,0x05,0x05,0x11,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x03,0x03,0x01,0x01,0x04,0x0e,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0d,0x0d,0x08,0x08,0x04,0x04,0x01,0x04,0x04,0x04,0x04,0x01,0x03,0x03,0x04,0x05, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x0d,0x0d,0x0d,0x04,0x08,0x04,0x04,0x04,0x05,0x01,0x01,0x04, -0x03,0x04,0x04,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d,0x0d,0x08,0x0d,0x08,0x00,0x00,0x05, -0x01,0x04,0x04,0x03,0x01,0x04,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x05,0x05,0x04,0x04,0x04,0x03,0x04,0x05,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x08,0x08,0x05,0x04,0x04,0x04,0x04,0x03,0x01,0x05,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x05,0x04,0x04,0x04,0x04,0x03,0x04,0x04, -0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x05,0x04,0x08,0x08, -0x04,0x04,0x04,0x08,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08, -0x08,0x08,0x04,0x08,0x08,0x08,0x08,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/manta.h b/fishmaps/manta.h deleted file mode 100644 index 305953a..0000000 --- a/fishmaps/manta.h +++ /dev/null @@ -1,3041 +0,0 @@ -#define manta_width 266 -#define manta_height 91 -#define manta_colors 16 -#define manta_back 0 -int manta_reds[] = {26112, 16384, 26368, 40960, 0, 55040, 58368, -65280, 46592, 0, 0, 0, 0, 0, -0, 0}; -int manta_greens[] = {52480, 16384, 26368, 40960, 0, 55040, 58368, -65280, 46592, 0, 0, 0, 0, 0, -0, 0}; -int manta_blues[] = {43520, 16384, 26368, 40960, 0, 55040, 58368, -65280, 46592, 0, 0, 0, 0, 0, -0, 0}; -unsigned char manta_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x02, -0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01, -0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x02, -0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01, -0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02, -0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x02,0x01,0x02,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x01, -0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02, -0x02,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x01, -0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02, -0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x01,0x02, -0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x00,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02, -0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x03, -0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x01, -0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x02,0x03, -0x02,0x01,0x03,0x02,0x01,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02, -0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x03, -0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x02, -0x01,0x02,0x03,0x01,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x02,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02, -0x02,0x03,0x02,0x01,0x03,0x03,0x02,0x01,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02, -0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x02, -0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x03,0x03,0x01,0x01,0x01, -0x01,0x04,0x04,0x04,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x02, -0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03, -0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x01,0x02,0x02,0x02,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x06,0x03,0x03,0x01,0x07,0x04,0x04,0x04, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x03,0x03, -0x03,0x02,0x01,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03, -0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x01,0x03,0x03,0x07,0x07,0x03,0x03,0x03, -0x05,0x05,0x06,0x03,0x03,0x01,0x04,0x04,0x04,0x03,0x03,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x01,0x03,0x03,0x01,0x03,0x03,0x03, -0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x01,0x03,0x02,0x01,0x03, -0x02,0x02,0x02,0x01,0x01,0x03,0x05,0x07,0x07,0x03,0x03,0x07,0x05,0x06,0x06,0x03, -0x01,0x04,0x04,0x03,0x01,0x03,0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x03, -0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03, -0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x01,0x02,0x01,0x02,0x02,0x01, -0x01,0x03,0x05,0x07,0x07,0x07,0x07,0x05,0x06,0x06,0x03,0x03,0x03,0x01,0x03,0x02, -0x03,0x03,0x03,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03, -0x03,0x03,0x02,0x03,0x03,0x01,0x03,0x02,0x03,0x01,0x03,0x02,0x03,0x03,0x03,0x02, -0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03, -0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x02,0x01,0x01,0x03,0x03,0x02,0x02,0x02,0x02, -0x07,0x07,0x07,0x05,0x06,0x03,0x01,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03, -0x02,0x03,0x02,0x03,0x02,0x01,0x01,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02, -0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x01,0x02,0x03,0x02,0x01,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x02, -0x02,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x01,0x03, -0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03, -0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x01,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x01,0x03,0x03, -0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x01, -0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02, -0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02, -0x03,0x02,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x02, -0x01,0x02,0x01,0x01,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x02, -0x03,0x02,0x02,0x01,0x01,0x06,0x05,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x03, -0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03, -0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x01,0x03,0x02,0x03,0x02, -0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x02, -0x03,0x03,0x01,0x02,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03, -0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x06,0x05,0x06, -0x05,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02, -0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x03,0x03, -0x02,0x01,0x02,0x02,0x02,0x01,0x01,0x02,0x01,0x03,0x02,0x03,0x02,0x03,0x02,0x03, -0x02,0x02,0x02,0x02,0x01,0x01,0x06,0x06,0x07,0x06,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04, -0x04,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03, -0x07,0x07,0x07,0x07,0x07,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03, -0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x01,0x02,0x01,0x02,0x02,0x01,0x02, -0x01,0x02,0x02,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x06,0x06, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x07,0x07,0x07,0x07,0x04,0x02,0x02,0x02,0x03, -0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x03,0x03,0x03, -0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02, -0x02,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x03,0x02, -0x02,0x02,0x01,0x01,0x01,0x01,0x06,0x06,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03, -0x02,0x02,0x03,0x03,0x07,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x07,0x07, -0x07,0x07,0x07,0x07,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x01, -0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x05,0x05,0x06, -0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x03,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01, -0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03, -0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x01,0x02,0x02,0x02, -0x02,0x01,0x02,0x01,0x05,0x05,0x05,0x05,0x06,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x01,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02, -0x02,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x03, -0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x03, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x05,0x05,0x05, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x02,0x02,0x02,0x03,0x03, -0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x01,0x01,0x02,0x03, -0x01,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x03, -0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03, -0x03,0x03,0x03,0x01,0x01,0x01,0x02,0x02,0x01,0x02,0x03,0x02,0x03,0x03,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x02, -0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x03, -0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02,0x03, -0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x02,0x02, -0x01,0x03,0x02,0x03,0x01,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x03, -0x02,0x02,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02,0x03,0x02,0x03,0x03,0x03,0x03, -0x02,0x03,0x02,0x03,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x02,0x03,0x02, -0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x03, -0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x06,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x01,0x03,0x03, -0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x06,0x06,0x06,0x00, -0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x02,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x03,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02,0x03,0x02,0x03,0x02,0x03, -0x03,0x03,0x02,0x03,0x03,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x02,0x04,0x02,0x02,0x04,0x04,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02, -0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02, -0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x06, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x02,0x02,0x02,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02, -0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x04,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01, -0x02,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x08, -0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x02,0x02,0x02,0x02,0x02, -0x02,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x03,0x03, -0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x02,0x02,0x01, -0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x03,0x02,0x03, -0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x03,0x02,0x03,0x03,0x02,0x03, -0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x01,0x02,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x01,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02, -0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02, -0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x02,0x02,0x01, -0x01,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02,0x02,0x01,0x02,0x01,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x02,0x02,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x02, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char manta_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x02,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02, -0x01,0x02,0x01,0x01,0x02,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x01,0x02,0x01,0x01,0x02,0x01,0x01, -0x01,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x02,0x01,0x02,0x01,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x01,0x02,0x01,0x02, -0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x01,0x01, -0x02,0x01,0x02,0x02,0x02,0x03,0x02,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x01,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x01, -0x01,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02, -0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x01, -0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02, -0x03,0x02,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x03, -0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03, -0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x01,0x03,0x02, -0x01,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x02,0x01,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x01,0x02,0x03,0x01, -0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x03,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x01, -0x03,0x03,0x02,0x01,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x02,0x01,0x01,0x01,0x01, -0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x04,0x04,0x04, -0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02, -0x03,0x02,0x02,0x03,0x02,0x03,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x05,0x06,0x03,0x03,0x01,0x07,0x04,0x04,0x04,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x01,0x03, -0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02, -0x03,0x02,0x02,0x01,0x01,0x03,0x03,0x07,0x07,0x03,0x03,0x03,0x05,0x05,0x06,0x03, -0x03,0x01,0x04,0x04,0x04,0x03,0x03,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02, -0x03,0x03,0x02,0x03,0x03,0x01,0x03,0x03,0x01,0x03,0x03,0x03,0x02,0x03,0x02,0x03, -0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x01,0x03,0x02,0x01,0x03,0x02,0x02,0x02,0x01, -0x01,0x03,0x05,0x07,0x07,0x03,0x03,0x07,0x05,0x06,0x06,0x03,0x01,0x04,0x04,0x03, -0x01,0x03,0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03, -0x02,0x02,0x02,0x02,0x03,0x02,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x03,0x05,0x07, -0x07,0x07,0x07,0x05,0x06,0x06,0x03,0x03,0x03,0x01,0x03,0x02,0x03,0x03,0x03,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03, -0x03,0x01,0x03,0x02,0x03,0x01,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x02, -0x03,0x03,0x02,0x02,0x01,0x01,0x03,0x03,0x02,0x02,0x02,0x02,0x07,0x07,0x07,0x05, -0x06,0x03,0x01,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03, -0x02,0x01,0x01,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x02, -0x03,0x03,0x03,0x03,0x02,0x01,0x02,0x03,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x03,0x03, -0x03,0x02,0x03,0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02, -0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x03, -0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x01,0x02,0x01,0x03,0x02,0x02,0x03,0x02, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x02,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x01, -0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x01,0x03,0x03,0x02,0x03,0x03,0x02, -0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x03,0x03,0x02, -0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02, -0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x01,0x02,0x01,0x01, -0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x01, -0x01,0x06,0x05,0x06,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x02, -0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x01,0x03,0x02,0x03,0x02,0x02,0x03,0x03,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x01,0x02, -0x01,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x03, -0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x01,0x01,0x06,0x05,0x06,0x05,0x06,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02, -0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x03,0x03,0x02,0x01,0x02,0x02, -0x02,0x01,0x02,0x02,0x01,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x02, -0x01,0x01,0x06,0x06,0x07,0x06,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x03, -0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x03, -0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x01,0x01,0x01,0x06,0x06,0x07,0x07,0x07,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x03,0x02,0x03,0x03,0x03,0x02, -0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x03,0x03,0x02, -0x03,0x02,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x03,0x02,0x02,0x02,0x01,0x01, -0x01,0x01,0x06,0x06,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x03,0x02, -0x03,0x02,0x03,0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x07,0x07, -0x07,0x07,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x03, -0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03, -0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02, -0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x02, -0x01,0x01,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x05,0x05,0x06,0x07,0x07,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x03,0x06,0x06,0x06,0x06,0x02,0x03,0x02,0x03,0x02, -0x03,0x03,0x02,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x03,0x03,0x03,0x02,0x03, -0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x03,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03, -0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x01, -0x05,0x05,0x05,0x05,0x06,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x03, -0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07, -0x07,0x03,0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02, -0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x03,0x03, -0x02,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03, -0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x05,0x05,0x05,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x02,0x02,0x02,0x03,0x02,0x03,0x03, -0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x01,0x02,0x01,0x03,0x02, -0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x01,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x02,0x03,0x03,0x03,0x02,0x02, -0x02,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03, -0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x03, -0x03,0x02,0x03,0x01,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03, -0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03, -0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x02,0x02,0x03,0x03,0x07,0x07,0x06,0x06,0x06,0x06,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x03,0x02,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x02, -0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x03, -0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x01, -0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x02, -0x02,0x02,0x01,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x06,0x06,0x06,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x06,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x02, -0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03, -0x03,0x02,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03, -0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02, -0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x03,0x03, -0x02,0x03,0x02,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x01,0x02,0x03,0x03,0x02,0x03, -0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x02,0x03,0x02, -0x02,0x03,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03, -0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x02, -0x01,0x03,0x02,0x03,0x02,0x02,0x02,0x03,0x01,0x02,0x03,0x02,0x02,0x02,0x03,0x02, -0x03,0x03,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x02,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x03,0x03,0x02,0x03,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x03,0x03, -0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x02,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x01, -0x02,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02, -0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x05,0x05,0x05, -0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x05,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x03,0x01,0x03,0x03,0x02,0x04,0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03, -0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x02, -0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x03,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x03, -0x03,0x03,0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02,0x02,0x03, -0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02, -0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01, -0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x05,0x02,0x05,0x05,0x05,0x05,0x06,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x02,0x03,0x02,0x02,0x03,0x03,0x03,0x02,0x02, -0x03,0x03,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x02,0x01,0x02,0x02,0x03,0x02,0x02, -0x02,0x03,0x02,0x03,0x02,0x02,0x03,0x02,0x01,0x02,0x02,0x02,0x03,0x02,0x03,0x03, -0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x08,0x08,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x02,0x03,0x02,0x02,0x01,0x02,0x03,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x01, -0x03,0x03,0x02,0x02,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02, -0x02,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x08, -0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03, -0x03,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03,0x02,0x03,0x03, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x03,0x02, -0x02,0x03,0x02,0x02,0x01,0x03,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x01,0x01,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02, -0x03,0x02,0x02,0x02,0x03,0x03,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x03,0x02,0x01,0x02,0x01,0x02,0x02, -0x01,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x01, -0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02, -0x02,0x03,0x02,0x03,0x02,0x03,0x03,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x01,0x02,0x03,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x01,0x02,0x02, -0x02,0x01,0x02,0x02,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03, -0x02,0x02,0x01,0x02,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x01,0x01,0x01,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x02,0x01, -0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x04,0x04,0x02,0x02,0x01,0x02,0x02,0x01,0x02, -0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x02,0x02,0x02,0x04,0x02,0x02,0x01,0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x04, -0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x02,0x01, -0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x02,0x01,0x02,0x01,0x02,0x01,0x01, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x02,0x01,0x02,0x01,0x04,0x04,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x02, -0x02,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x01,0x02,0x01,0x02,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x01,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x02,0x01,0x01,0x02,0x01,0x02,0x01,0x02,0x01,0x01,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x02,0x01,0x02, -0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x01,0x02,0x01,0x01,0x02,0x01,0x01,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01, -0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/newf1.h b/fishmaps/newf1.h deleted file mode 100644 index 4513568..0000000 --- a/fishmaps/newf1.h +++ /dev/null @@ -1,1211 +0,0 @@ -#define newf1_width 118 -#define newf1_height 81 -#define newf1_colors 16 -#define newf1_back 0 -int newf1_reds[] = {49152, 0, 40960, 0, 24576, 57344, 57344, -24576, 40960, 8192, 0, 0, 0, 0, -0, 0}; -int newf1_greens[] = {49152, 0, 40960, 8192, 24576, 40960, 57344, -24576, 32768, 32768, 0, 0, 0, 0, -0, 0}; -int newf1_blues[] = {40960, 8192, 40960, 40960, 24576, 16384, 24576, -57344, 24576, 57344, 0, 0, 0, 0, -0, 0}; -unsigned char newf1_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x01,0x02,0x01,0x01,0x00, -0x00,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x01,0x03,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01, -0x00,0x01,0x04,0x02,0x01,0x01,0x00,0x01,0x04,0x02,0x01,0x01,0x00,0x00,0x01,0x03, -0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x04,0x02,0x01,0x01,0x01,0x01,0x03,0x04,0x02,0x01,0x01,0x03,0x04,0x02, -0x01,0x01,0x00,0x01,0x03,0x03,0x01,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x04,0x02,0x01,0x01,0x01,0x03,0x04, -0x02,0x01,0x01,0x03,0x03,0x02,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x02,0x02,0x01, -0x01,0x00,0x00,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x04,0x02,0x01,0x01,0x03,0x04, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x01,0x03,0x02,0x01,0x01,0x00,0x00,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x02,0x01, -0x03,0x04,0x02,0x01,0x03,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x02,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x04,0x01,0x03,0x01,0x04,0x02,0x01,0x04,0x02,0x01,0x01,0x01,0x01,0x01,0x04,0x01, -0x01,0x04,0x01,0x04,0x04,0x01,0x02,0x01,0x01,0x05,0x01,0x01,0x05,0x04,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x01,0x03,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x02,0x04,0x03,0x01,0x02,0x04,0x01,0x01,0x01, -0x01,0x04,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x02,0x01,0x01, -0x01,0x06,0x01,0x01,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x02,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x01,0x04,0x04,0x04, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x06,0x01, -0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x00,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x04, -0x02,0x04,0x03,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x04,0x01,0x04,0x01,0x04,0x01, -0x01,0x04,0x03,0x01,0x07,0x07,0x01,0x01,0x07,0x04,0x01,0x05,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x04,0x03,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x04, -0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x07,0x01,0x07,0x04,0x04,0x01, -0x05,0x04,0x05,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x06, -0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x04,0x01,0x01,0x01,0x01,0x04, -0x01,0x04,0x01,0x04,0x01,0x02,0x01,0x02,0x01,0x08,0x01,0x02,0x01,0x01,0x01,0x03, -0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x05,0x05,0x05,0x05,0x06,0x05,0x01,0x01,0x01, -0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x01,0x02,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04, -0x01,0x01,0x01,0x04,0x04,0x01,0x07,0x04,0x01,0x01,0x07,0x01,0x01,0x05,0x05,0x01, -0x05,0x01,0x05,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x05, -0x06,0x05,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x06,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x04,0x01,0x04,0x01, -0x01,0x01,0x08,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x01,0x03,0x03, -0x07,0x09,0x07,0x07,0x07,0x01,0x04,0x05,0x06,0x05,0x06,0x06,0x01,0x01,0x01,0x01, -0x02,0x01,0x01,0x01,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x05,0x06,0x06,0x05,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x01,0x04, -0x01,0x04,0x07,0x01,0x04,0x07,0x07,0x01,0x01,0x01,0x05,0x05,0x05,0x05,0x06,0x05, -0x06,0x05,0x04,0x01,0x04,0x03,0x03,0x03,0x09,0x09,0x07,0x07,0x01,0x01,0x05,0x06, -0x06,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x05,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x05,0x06,0x06,0x01,0x05,0x05,0x01,0x01,0x01,0x04, -0x01,0x04,0x04,0x01,0x01,0x03,0x01,0x03,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x07, -0x01,0x01,0x05,0x06,0x05,0x06,0x05,0x06,0x06,0x05,0x04,0x01,0x01,0x03,0x03,0x07, -0x09,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01, -0x06,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x06,0x05,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x05,0x06,0x06,0x06,0x06,0x05,0x06, -0x06,0x05,0x01,0x01,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06, -0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x06,0x01,0x01,0x05,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x05,0x06,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x03,0x01,0x05, -0x01,0x05,0x01,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x01, -0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x04,0x01,0x01,0x03,0x03,0x03,0x07, -0x07,0x07,0x07,0x07,0x01,0x01,0x08,0x08,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x06,0x06,0x06,0x01,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x04,0x01, -0x01,0x01,0x03,0x05,0x01,0x05,0x06,0x01,0x05,0x05,0x01,0x07,0x01,0x01,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x06, -0x05,0x04,0x01,0x01,0x03,0x03,0x07,0x07,0x09,0x07,0x07,0x01,0x01,0x08,0x08,0x06, -0x01,0x01,0x01,0x01,0x02,0x01,0x06,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x05,0x06,0x06,0x01,0x05,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x01,0x05,0x06,0x05,0x06,0x05,0x01, -0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01, -0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x03,0x03,0x07,0x09, -0x07,0x07,0x01,0x01,0x08,0x08,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x06,0x06, -0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x05,0x06, -0x06,0x06,0x06,0x05,0x01,0x07,0x07,0x07,0x07,0x07,0x01,0x05,0x05,0x05,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x08,0x08,0x06,0x06, -0x06,0x01,0x01,0x03,0x03,0x03,0x07,0x09,0x07,0x01,0x01,0x08,0x08,0x06,0x01,0x01, -0x01,0x01,0x02,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x05,0x05,0x06,0x06,0x01,0x05,0x05,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x07,0x01,0x05,0x01,0x08,0x08,0x05,0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x01, -0x05,0x05,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x09,0x07,0x07,0x01, -0x01,0x05,0x06,0x08,0x08,0x08,0x06,0x06,0x06,0x01,0x01,0x03,0x03,0x07,0x03,0x07, -0x01,0x01,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x05,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x06,0x06,0x01,0x01,0x05,0x05,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x02,0x05,0x06,0x06,0x05,0x02,0x01,0x07, -0x07,0x09,0x07,0x07,0x01,0x05,0x05,0x06,0x06,0x05,0x01,0x01,0x03,0x03,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x08,0x08,0x08,0x08,0x06,0x06, -0x04,0x04,0x01,0x03,0x03,0x03,0x07,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01, -0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x05,0x05,0x06,0x01,0x01,0x01,0x05, -0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x07,0x02,0x01,0x06, -0x06,0x06,0x01,0x01,0x03,0x09,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x06,0x05,0x01, -0x01,0x03,0x03,0x07,0x07,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x09,0x07,0x01, -0x01,0x06,0x06,0x08,0x08,0x08,0x06,0x06,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x06, -0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x06,0x01,0x05,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x05,0x05,0x06,0x01,0x01,0x05,0x05,0x01,0x05,0x01,0x01,0x01,0x01,0x04,0x01, -0x03,0x01,0x02,0x01,0x01,0x06,0x01,0x01,0x03,0x07,0x07,0x07,0x07,0x01,0x05,0x05, -0x06,0x06,0x06,0x05,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x05,0x05,0x01,0x01,0x01, -0x01,0x03,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x08,0x08,0x06,0x06,0x01, -0x01,0x03,0x03,0x03,0x01,0x01,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x05,0x01,0x01,0x05,0x01, -0x01,0x01,0x01,0x01,0x04,0x01,0x07,0x01,0x07,0x07,0x01,0x01,0x03,0x03,0x09,0x07, -0x07,0x01,0x01,0x05,0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x03,0x09,0x07,0x01,0x01, -0x05,0x05,0x05,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01, -0x01,0x06,0x08,0x08,0x08,0x06,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x06,0x06,0x01, -0x01,0x01,0x01,0x01,0x02,0x01,0x06,0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x05,0x01,0x01, -0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x07,0x01,0x01, -0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x05,0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x03, -0x09,0x09,0x07,0x01,0x01,0x05,0x05,0x05,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01, -0x01,0x03,0x03,0x03,0x03,0x07,0x07,0x01,0x01,0x06,0x08,0x06,0x05,0x01,0x03,0x03, -0x03,0x03,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04, -0x00,0x00,0x01,0x01,0x01,0x05,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x03, -0x01,0x07,0x03,0x01,0x03,0x04,0x07,0x09,0x09,0x07,0x01,0x01,0x05,0x06,0x06,0x06, -0x05,0x01,0x03,0x03,0x07,0x09,0x07,0x07,0x01,0x05,0x05,0x06,0x05,0x01,0x01,0x03, -0x07,0x07,0x07,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x01, -0x01,0x06,0x06,0x05,0x01,0x03,0x03,0x03,0x03,0x01,0x05,0x05,0x06,0x01,0x01,0x01, -0x01,0x01,0x06,0x01,0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x02,0x01,0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x01,0x01,0x01,0x01,0x05,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x04,0x07,0x07,0x09,0x07,0x01,0x01, -0x05,0x05,0x08,0x06,0x05,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x05,0x06, -0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x01,0x05,0x06,0x06,0x01,0x03,0x03,0x03,0x01, -0x01,0x05,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x01,0x04,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x00,0x00, -0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x07,0x01,0x01, -0x07,0x07,0x01,0x01,0x05,0x05,0x08,0x08,0x05,0x01,0x01,0x03,0x03,0x09,0x07,0x07, -0x07,0x01,0x01,0x05,0x06,0x06,0x05,0x01,0x03,0x03,0x09,0x09,0x07,0x01,0x05,0x05, -0x05,0x05,0x01,0x01,0x03,0x07,0x07,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x06, -0x06,0x06,0x01,0x03,0x03,0x03,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x06,0x06,0x05,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x04,0x01,0x01,0x07,0x07,0x01,0x01,0x05,0x05,0x08,0x08,0x05,0x01,0x01,0x03, -0x03,0x09,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x05,0x02,0x01,0x03,0x03,0x09, -0x09,0x07,0x01,0x05,0x06,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x01,0x01,0x05,0x06,0x05,0x01,0x01,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01, -0x04,0x06,0x04,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x07,0x01,0x01,0x01,0x05,0x05,0x06,0x06, -0x05,0x01,0x01,0x03,0x03,0x09,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x08,0x06,0x05, -0x02,0x01,0x03,0x03,0x09,0x09,0x07,0x01,0x05,0x06,0x06,0x05,0x01,0x01,0x03,0x07, -0x07,0x07,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x05,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04, -0x07,0x07,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x01,0x02,0x06,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x02, -0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01, -0x05,0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x03,0x09,0x09,0x07,0x07,0x01,0x01,0x05, -0x06,0x08,0x08,0x06,0x02,0x01,0x03,0x03,0x03,0x09,0x09,0x07,0x01,0x05,0x06,0x06, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x06,0x06,0x06,0x01,0x03,0x01,0x01, -0x03,0x03,0x01,0x01,0x05,0x05,0x05,0x01,0x01,0x01,0x05,0x01,0x01,0x03,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x06,0x02,0x01,0x01, -0x01,0x07,0x01,0x01,0x01,0x04,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x07,0x01,0x05,0x05,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x09, -0x07,0x01,0x01,0x05,0x06,0x08,0x08,0x08,0x05,0x02,0x01,0x03,0x03,0x07,0x09,0x09, -0x07,0x03,0x05,0x06,0x06,0x06,0x01,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01, -0x06,0x01,0x03,0x07,0x07,0x01,0x01,0x03,0x03,0x01,0x01,0x05,0x01,0x01,0x01,0x01, -0x05,0x01,0x01,0x03,0x03,0x03,0x04,0x01,0x01,0x04,0x04,0x04,0x01,0x01,0x06,0x06, -0x05,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x01,0x02,0x06,0x04,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x04,0x06,0x04,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x03,0x03, -0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x08,0x08,0x08,0x05,0x02,0x01,0x03, -0x03,0x03,0x07,0x09,0x07,0x01,0x05,0x05,0x06,0x06,0x06,0x01,0x01,0x03,0x01,0x01, -0x06,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x03,0x07,0x01,0x06,0x01,0x01,0x03,0x03, -0x01,0x01,0x01,0x07,0x01,0x01,0x05,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x04,0x01, -0x01,0x08,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x02,0x01,0x01,0x01,0x04,0x07,0x01,0x01, -0x01,0x01,0x02,0x05,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x05,0x06,0x08,0x08,0x08, -0x05,0x02,0x01,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x05,0x06,0x06,0x06,0x05, -0x01,0x01,0x03,0x07,0x01,0x01,0x01,0x01,0x06,0x06,0x05,0x05,0x01,0x01,0x01,0x01, -0x06,0x06,0x06,0x01,0x01,0x03,0x01,0x01,0x07,0x04,0x01,0x01,0x06,0x04,0x01,0x03, -0x03,0x03,0x01,0x01,0x04,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x07,0x07,0x09,0x01, -0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x06,0x04,0x01, -0x01,0x01,0x03,0x07,0x01,0x01,0x01,0x01,0x04,0x06,0x04,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x01,0x01,0x04,0x07,0x01,0x03,0x04,0x03,0x03,0x03,0x01,0x01,0x01,0x06, -0x05,0x06,0x06,0x06,0x05,0x02,0x01,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x01,0x01, -0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x06,0x05,0x01,0x01, -0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x07,0x01, -0x01,0x01,0x06,0x05,0x01,0x04,0x03,0x07,0x01,0x01,0x02,0x04,0x01,0x04,0x08,0x01, -0x01,0x04,0x01,0x01,0x07,0x09,0x07,0x01,0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x00, -0x00,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x07,0x03,0x01,0x01,0x01,0x01,0x04,0x06, -0x05,0x04,0x01,0x01,0x01,0x00,0x00,0x01,0x01,0x04,0x01,0x01,0x04,0x03,0x07,0x01, -0x01,0x01,0x06,0x05,0x06,0x05,0x06,0x05,0x05,0x02,0x01,0x03,0x03,0x03,0x09,0x07, -0x07,0x07,0x01,0x01,0x05,0x08,0x06,0x06,0x05,0x01,0x01,0x03,0x07,0x09,0x09,0x01, -0x01,0x01,0x01,0x06,0x06,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01, -0x03,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x04,0x06,0x04,0x01,0x03,0x07,0x07,0x01, -0x04,0x02,0x08,0x08,0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x07,0x03,0x07,0x03,0x03, -0x03,0x04,0x01,0x01,0x04,0x00,0x00,0x01,0x08,0x06,0x01,0x01,0x01,0x03,0x07,0x04, -0x01,0x01,0x01,0x01,0x01,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x07,0x01,0x01,0x07,0x04,0x05,0x05,0x05,0x05,0x05,0x06,0x02,0x01,0x01,0x03, -0x03,0x03,0x09,0x09,0x07,0x07,0x01,0x01,0x05,0x06,0x08,0x08,0x05,0x01,0x01,0x03, -0x03,0x07,0x07,0x07,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x06,0x05,0x05,0x05, -0x05,0x01,0x01,0x01,0x01,0x03,0x07,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x06, -0x06,0x01,0x04,0x07,0x09,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x01,0x08,0x06, -0x01,0x01,0x01,0x03,0x07,0x04,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x05,0x04,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x07,0x04,0x05,0x05,0x05,0x02,0x01, -0x01,0x01,0x03,0x03,0x03,0x07,0x07,0x09,0x09,0x07,0x01,0x01,0x05,0x06,0x08,0x08, -0x08,0x01,0x01,0x01,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x01,0x01,0x06, -0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x07,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x01,0x07,0x07,0x07,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x06,0x06,0x06,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x01,0x08,0x06,0x01,0x01,0x01,0x03,0x09,0x01,0x01,0x01,0x01,0x01, -0x01,0x08,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x03,0x04,0x03, -0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x07,0x07,0x07,0x09,0x07,0x01,0x01,0x01, -0x05,0x06,0x08,0x08,0x08,0x05,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x06, -0x06,0x06,0x06,0x06,0x01,0x01,0x06,0x06,0x05,0x05,0x05,0x04,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x06,0x06,0x01,0x01,0x07, -0x09,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x06,0x05,0x04,0x01, -0x04,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x08,0x06,0x01,0x01,0x01,0x03, -0x09,0x01,0x01,0x01,0x01,0x01,0x01,0x08,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07, -0x07,0x01,0x01,0x01,0x05,0x06,0x08,0x08,0x08,0x05,0x01,0x01,0x03,0x03,0x07,0x07, -0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x01,0x01, -0x05,0x06,0x06,0x01,0x01,0x07,0x07,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x06,0x05,0x05,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x06,0x06,0x01,0x01,0x01,0x03,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x08,0x06,0x05, -0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x07,0x01,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x05,0x01,0x01, -0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x01,0x03,0x03, -0x07,0x07,0x01,0x01,0x01,0x06,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x02,0x04,0x04, -0x04,0x04,0x01,0x01,0x01,0x01,0x05,0x06,0x06,0x01,0x01,0x03,0x07,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x04,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x06,0x01,0x01,0x01,0x03,0x07,0x04,0x01,0x01, -0x01,0x01,0x01,0x08,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x07,0x01,0x04,0x03,0x03,0x01,0x01,0x01,0x01,0x05,0x06,0x06,0x06,0x06,0x06, -0x05,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06, -0x06,0x01,0x01,0x03,0x03,0x09,0x07,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x04,0x02,0x06,0x02,0x02,0x01,0x01,0x01,0x01,0x05,0x05,0x06,0x01, -0x01,0x03,0x07,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x04,0x01, -0x01,0x01,0x07,0x04,0x01,0x01,0x01,0x01,0x04,0x06,0x05,0x04,0x01,0x01,0x01,0x01, -0x01,0x00,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x06,0x05, -0x06,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01, -0x06,0x06,0x08,0x06,0x06,0x01,0x01,0x03,0x03,0x07,0x07,0x01,0x01,0x06,0x06,0x06, -0x06,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x02,0x01, -0x01,0x01,0x01,0x05,0x05,0x04,0x01,0x04,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x02,0x02,0x01,0x01,0x01,0x07,0x03,0x01,0x01,0x01,0x01,0x02,0x06, -0x05,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x03,0x07,0x01, -0x01,0x05,0x05,0x05,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07, -0x07,0x07,0x01,0x01,0x06,0x08,0x08,0x06,0x06,0x01,0x01,0x03,0x03,0x07,0x07,0x07, -0x01,0x06,0x06,0x06,0x06,0x06,0x01,0x03,0x03,0x07,0x01,0x01,0x03,0x03,0x03,0x03, -0x06,0x06,0x06,0x02,0x03,0x04,0x01,0x01,0x01,0x01,0x05,0x05,0x01,0x01,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x06,0x04,0x01,0x01,0x03,0x07, -0x01,0x01,0x01,0x01,0x06,0x05,0x04,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x04,0x07,0x01,0x05,0x05,0x01,0x01,0x01,0x01,0x03,0x03, -0x03,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x08,0x08,0x06,0x06,0x01,0x01,0x03, -0x03,0x09,0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06,0x01,0x01,0x03,0x03,0x07,0x01, -0x01,0x04,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x02,0x04,0x01,0x01,0x01,0x01, -0x01,0x05,0x02,0x01,0x04,0x03,0x03,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01, -0x02,0x02,0x01,0x01,0x03,0x07,0x01,0x01,0x01,0x04,0x06,0x05,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x06,0x06,0x06,0x06, -0x06,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x06,0x08,0x06,0x06,0x05,0x01, -0x03,0x03,0x09,0x07,0x01,0x01,0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06, -0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x06,0x04,0x01,0x04,0x07,0x01,0x01,0x01,0x02, -0x06,0x04,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x06,0x06,0x06,0x06,0x02, -0x01,0x01,0x07,0x01,0x07,0x01,0x04,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x06, -0x05,0x06,0x06,0x06,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x06,0x05, -0x08,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x03,0x03,0x03,0x03,0x06,0x06, -0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x02,0x04,0x01,0x04,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x02,0x06,0x01, -0x01,0x07,0x01,0x01,0x01,0x06,0x05,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x06, -0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x07,0x01,0x07,0x01,0x01,0x01, -0x01,0x01,0x06,0x05,0x06,0x05,0x06,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07, -0x01,0x01,0x06,0x08,0x08,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x03,0x03, -0x03,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x03,0x03,0x04,0x01, -0x02,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x01,0x04,0x06,0x01,0x01,0x07,0x01,0x01,0x02,0x06,0x04,0x04,0x01,0x00, -0x00,0x00,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x01,0x03,0x03, -0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x08,0x08,0x05,0x01,0x01,0x03,0x09,0x07, -0x07,0x07,0x01,0x01,0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x04,0x03, -0x03,0x03,0x03,0x06,0x04,0x04,0x04,0x01,0x01,0x01,0x04,0x01,0x04,0x01,0x04,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x02,0x02,0x01,0x07,0x01,0x01, -0x06,0x05,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x06,0x01,0x01,0x07,0x07,0x01,0x01, -0x02,0x02,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x07,0x05,0x05,0x05,0x01,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x06,0x06,0x08,0x08,0x06,0x05, -0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06, -0x03,0x03,0x03,0x03,0x03,0x06,0x04,0x06,0x04,0x01,0x01,0x01,0x02,0x01,0x04,0x01, -0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x01, -0x04,0x06,0x01,0x02,0x01,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x06,0x01, -0x01,0x01,0x07,0x01,0x01,0x01,0x02,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x05,0x06,0x05, -0x06,0x08,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x03,0x03,0x06,0x06, -0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x04,0x04,0x01,0x01,0x04,0x02, -0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x01,0x01,0x06,0x01,0x01,0x01,0x07,0x07,0x01,0x01,0x01,0x04,0x06,0x05,0x05, -0x01,0x01,0x01,0x01,0x07,0x01,0x07,0x01,0x07,0x01,0x03,0x03,0x03,0x03,0x01,0x01, -0x01,0x05,0x05,0x06,0x05,0x06,0x05,0x06,0x01,0x01,0x03,0x07,0x07,0x07,0x07,0x01, -0x01,0x04,0x01,0x04,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03, -0x02,0x02,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x06,0x01,0x01, -0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x01,0x01,0x06,0x01,0x01,0x01,0x07,0x01,0x01, -0x01,0x01,0x01,0x06,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07, -0x01,0x01,0x01,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x01,0x03,0x07, -0x07,0x07,0x07,0x01,0x01,0x01,0x03,0x06,0x03,0x03,0x06,0x04,0x06,0x04,0x03,0x03, -0x03,0x03,0x06,0x04,0x04,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x06, -0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x01,0x02,0x08,0x06,0x05,0x06,0x05,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x05,0x05,0x05,0x05,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x06,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x01,0x04, -0x02,0x08,0x08,0x06,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x01,0x01,0x01,0x01,0x01, -0x04,0x01,0x03,0x04,0x04,0x04,0x04,0x01,0x04,0x01,0x04,0x04,0x01,0x04,0x04,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x07, -0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x08,0x08,0x06,0x06,0x05,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x04,0x01,0x01,0x07,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x04,0x01,0x01,0x04,0x04,0x01,0x04, -0x04,0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x06,0x04,0x01,0x01,0x01,0x07,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x04,0x02,0x08,0x06,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x04,0x01,0x04,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x04,0x01, -0x04,0x04,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x06,0x02,0x04,0x01,0x01,0x01,0x07,0x07,0x07, -0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x04,0x04,0x01,0x01,0x04,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x06,0x05, -0x02,0x01,0x01,0x01,0x01,0x01,0x07,0x07,0x09,0x09,0x07,0x07,0x09,0x07,0x07,0x07, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x01,0x01,0x04,0x04,0x04,0x01,0x01,0x04,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x02,0x06,0x06,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x07,0x07, -0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x06,0x02,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x07,0x01,0x01,0x06,0x01,0x04,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x06,0x06,0x06,0x06, -0x05,0x02,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05, -0x06,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x06,0x01,0x01,0x01, -0x01,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x07,0x01, -0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x04,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x03,0x03,0x01, -0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x07,0x07,0x01,0x01,0x06,0x06,0x01,0x07,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x01,0x02,0x01,0x01,0x01,0x01,0x04,0x04,0x06,0x06,0x08, -0x08,0x08,0x08,0x08,0x08,0x06,0x02,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x06,0x01,0x01,0x00,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x07,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x05,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07, -0x07,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x06,0x06,0x01,0x00, -0x00,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x07,0x01,0x01,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x02,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x07, -0x09,0x07,0x07,0x09,0x07,0x07,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x03,0x03,0x01, -0x01,0x06,0x06,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x07,0x07,0x01,0x06,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x02,0x06,0x05,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x07,0x07,0x01,0x01,0x01,0x06,0x01,0x01, -0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x07,0x01, -0x01,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x04,0x02,0x06,0x06,0x06,0x05,0x06,0x05,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x06,0x01,0x01,0x00,0x01,0x01,0x01,0x03,0x01,0x01,0x06,0x01,0x01,0x00, -0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x07,0x01,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x04,0x01,0x08,0x06,0x06, -0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x06,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x07,0x01,0x01,0x06,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x01,0x01,0x01,0x04,0x04,0x06,0x08,0x06,0x08,0x06,0x04,0x01,0x01,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x06, -0x06,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x04,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x06,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char newf1_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x01,0x02,0x01,0x01,0x00, -0x00,0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x01,0x03,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01, -0x00,0x01,0x04,0x02,0x01,0x01,0x00,0x01,0x04,0x02,0x01,0x01,0x00,0x00,0x01,0x03, -0x01,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x04,0x02,0x01,0x01,0x01,0x01,0x03,0x04,0x02,0x01,0x01,0x03,0x04,0x02, -0x01,0x01,0x00,0x01,0x03,0x03,0x01,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x04,0x02,0x01,0x01,0x01,0x03,0x04, -0x02,0x01,0x01,0x03,0x03,0x02,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x02,0x02,0x01, -0x01,0x00,0x00,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x03,0x04,0x02,0x01,0x01,0x03,0x04, -0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x01,0x03,0x02,0x01,0x01,0x00,0x00,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x02,0x01, -0x03,0x04,0x02,0x01,0x03,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03, -0x02,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x04,0x01,0x03,0x01,0x04,0x02,0x01,0x04,0x02,0x01,0x01,0x01,0x01,0x01,0x04,0x01, -0x01,0x04,0x01,0x04,0x04,0x01,0x02,0x01,0x01,0x05,0x01,0x01,0x05,0x04,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x01,0x03,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x02,0x04,0x03,0x01,0x02,0x04,0x01,0x01,0x01, -0x01,0x04,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x02,0x01,0x01, -0x01,0x06,0x01,0x01,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x02,0x01,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x03,0x01,0x04,0x04,0x04, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x06,0x01, -0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x00,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x04, -0x02,0x04,0x03,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x04,0x01,0x04,0x01,0x04,0x01, -0x01,0x04,0x03,0x01,0x07,0x07,0x01,0x01,0x07,0x04,0x01,0x05,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x04,0x03,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x04, -0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x07,0x01,0x07,0x04,0x04,0x01, -0x05,0x04,0x05,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x06, -0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x04,0x01,0x01,0x01,0x01,0x04, -0x01,0x04,0x01,0x04,0x01,0x02,0x01,0x02,0x01,0x08,0x01,0x02,0x01,0x01,0x01,0x03, -0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x05,0x05,0x05,0x05,0x06,0x05,0x01,0x01,0x01, -0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x01,0x02,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04, -0x01,0x01,0x01,0x04,0x04,0x01,0x07,0x04,0x01,0x01,0x07,0x01,0x01,0x05,0x05,0x01, -0x05,0x01,0x05,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x05, -0x06,0x05,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x06,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x04,0x01,0x04,0x01, -0x01,0x01,0x08,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x01,0x03,0x03, -0x07,0x09,0x07,0x07,0x07,0x01,0x04,0x05,0x06,0x05,0x06,0x06,0x01,0x01,0x01,0x01, -0x02,0x01,0x01,0x01,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x05,0x06,0x06,0x05,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x01,0x04, -0x01,0x04,0x07,0x01,0x04,0x07,0x07,0x01,0x01,0x01,0x05,0x05,0x05,0x05,0x06,0x05, -0x06,0x05,0x04,0x01,0x04,0x03,0x03,0x03,0x09,0x09,0x07,0x07,0x01,0x01,0x05,0x06, -0x06,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x05,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x05,0x06,0x06,0x01,0x05,0x05,0x01,0x01,0x01,0x04, -0x01,0x04,0x04,0x01,0x01,0x03,0x01,0x03,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x07, -0x01,0x01,0x05,0x06,0x05,0x06,0x05,0x06,0x06,0x05,0x04,0x01,0x01,0x03,0x03,0x07, -0x09,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01, -0x06,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x06,0x05,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x05,0x06,0x06,0x06,0x06,0x05,0x06, -0x06,0x05,0x01,0x01,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06, -0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x06,0x01,0x01,0x05,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x05,0x06,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x03,0x01,0x05, -0x01,0x05,0x01,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x01, -0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x05,0x04,0x01,0x01,0x03,0x03,0x03,0x07, -0x07,0x07,0x07,0x07,0x01,0x01,0x08,0x08,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x06,0x06,0x06,0x01,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x04,0x01, -0x01,0x01,0x03,0x05,0x01,0x05,0x06,0x01,0x05,0x05,0x01,0x07,0x01,0x01,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x06, -0x05,0x04,0x01,0x01,0x03,0x03,0x07,0x07,0x09,0x07,0x07,0x01,0x01,0x08,0x08,0x06, -0x01,0x01,0x01,0x01,0x02,0x01,0x06,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x05,0x06,0x06,0x01,0x05,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x05,0x01,0x05,0x06,0x05,0x06,0x05,0x01, -0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01, -0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x03,0x03,0x07,0x09, -0x07,0x07,0x01,0x01,0x08,0x08,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x06,0x06, -0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x05,0x06, -0x06,0x06,0x06,0x05,0x01,0x07,0x07,0x07,0x07,0x07,0x01,0x05,0x05,0x05,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x08,0x08,0x06,0x06, -0x06,0x01,0x01,0x03,0x03,0x03,0x07,0x09,0x07,0x01,0x01,0x08,0x08,0x06,0x01,0x01, -0x01,0x01,0x02,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x05,0x05,0x06,0x06,0x01,0x05,0x05,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x07,0x01,0x05,0x01,0x08,0x08,0x05,0x02,0x01,0x07,0x07,0x07,0x07,0x07,0x01, -0x05,0x05,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x09,0x07,0x07,0x01, -0x01,0x05,0x06,0x08,0x08,0x08,0x06,0x06,0x06,0x01,0x01,0x03,0x03,0x07,0x03,0x07, -0x01,0x01,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x05,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x06,0x06,0x01,0x01,0x05,0x05,0x01, -0x01,0x01,0x01,0x01,0x03,0x01,0x03,0x01,0x02,0x05,0x06,0x06,0x05,0x02,0x01,0x07, -0x07,0x09,0x07,0x07,0x01,0x05,0x05,0x06,0x06,0x05,0x01,0x01,0x03,0x03,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x08,0x08,0x08,0x08,0x06,0x06, -0x04,0x04,0x01,0x03,0x03,0x03,0x07,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01, -0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x05,0x05,0x06,0x01,0x01,0x01,0x05, -0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x07,0x02,0x01,0x06, -0x06,0x06,0x01,0x01,0x03,0x09,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x06,0x05,0x01, -0x01,0x03,0x03,0x07,0x07,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x09,0x07,0x01, -0x01,0x06,0x06,0x08,0x08,0x08,0x06,0x06,0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x06, -0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x06,0x01,0x05,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x05,0x05,0x06,0x01,0x01,0x05,0x05,0x01,0x05,0x01,0x01,0x01,0x01,0x04,0x01, -0x03,0x01,0x02,0x01,0x01,0x06,0x01,0x01,0x03,0x07,0x07,0x07,0x07,0x01,0x05,0x05, -0x06,0x06,0x06,0x05,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x05,0x05,0x01,0x01,0x01, -0x01,0x03,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x08,0x08,0x06,0x06,0x01, -0x01,0x03,0x03,0x03,0x01,0x01,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x05,0x01,0x01,0x05,0x01, -0x01,0x01,0x01,0x01,0x04,0x01,0x07,0x01,0x07,0x07,0x01,0x01,0x03,0x03,0x09,0x07, -0x07,0x01,0x01,0x05,0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x03,0x09,0x07,0x01,0x01, -0x05,0x05,0x05,0x01,0x01,0x03,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01, -0x01,0x06,0x08,0x08,0x08,0x06,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x06,0x06,0x01, -0x01,0x01,0x01,0x01,0x02,0x01,0x06,0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x05,0x01,0x01, -0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x07,0x01,0x01, -0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x05,0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x03, -0x09,0x09,0x07,0x01,0x01,0x05,0x05,0x05,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01, -0x01,0x03,0x03,0x03,0x03,0x07,0x07,0x01,0x01,0x06,0x08,0x06,0x05,0x01,0x03,0x03, -0x03,0x03,0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x01,0x01,0x01,0x05,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x03, -0x01,0x07,0x03,0x01,0x03,0x04,0x07,0x09,0x09,0x07,0x01,0x01,0x05,0x06,0x06,0x06, -0x05,0x01,0x03,0x03,0x07,0x09,0x07,0x07,0x01,0x05,0x05,0x06,0x05,0x01,0x01,0x03, -0x07,0x07,0x07,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x01, -0x01,0x06,0x06,0x05,0x01,0x03,0x03,0x03,0x03,0x01,0x05,0x05,0x06,0x01,0x01,0x01, -0x01,0x01,0x06,0x01,0x01,0x01,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x01,0x01,0x01,0x01,0x05,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x04,0x07,0x07,0x09,0x07,0x01,0x01, -0x05,0x05,0x08,0x06,0x05,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x05,0x06, -0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x01,0x01,0x05,0x06,0x06,0x01,0x03,0x03,0x03,0x01, -0x01,0x05,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x00,0x00, -0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x07,0x01,0x01, -0x07,0x07,0x01,0x01,0x05,0x05,0x08,0x08,0x05,0x01,0x01,0x03,0x03,0x09,0x07,0x07, -0x07,0x01,0x01,0x05,0x06,0x06,0x05,0x01,0x03,0x03,0x09,0x09,0x07,0x01,0x05,0x05, -0x05,0x05,0x01,0x01,0x03,0x07,0x07,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x06, -0x06,0x06,0x01,0x03,0x03,0x03,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x06,0x06,0x05,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x04,0x01,0x01,0x07,0x07,0x01,0x01,0x05,0x05,0x08,0x08,0x05,0x01,0x01,0x03, -0x03,0x09,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x05,0x02,0x01,0x03,0x03,0x09, -0x09,0x07,0x01,0x05,0x06,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x01,0x01,0x05,0x06,0x05,0x01,0x01,0x03,0x03,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x04,0x06,0x04,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x07,0x01,0x01,0x01,0x05,0x05,0x06,0x06, -0x05,0x01,0x01,0x03,0x03,0x09,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x08,0x06,0x05, -0x02,0x01,0x03,0x03,0x09,0x09,0x07,0x01,0x05,0x06,0x06,0x05,0x01,0x01,0x03,0x07, -0x07,0x07,0x01,0x01,0x05,0x06,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x05,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04, -0x07,0x07,0x07,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x06,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x02, -0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01, -0x05,0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x03,0x09,0x09,0x07,0x07,0x01,0x01,0x05, -0x06,0x08,0x08,0x06,0x02,0x01,0x03,0x03,0x03,0x09,0x09,0x07,0x01,0x05,0x06,0x06, -0x01,0x01,0x01,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x06,0x01,0x03,0x01,0x01, -0x03,0x03,0x01,0x01,0x05,0x05,0x05,0x01,0x01,0x01,0x01,0x05,0x01,0x03,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x06,0x02,0x01,0x01, -0x01,0x01,0x07,0x01,0x01,0x04,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x07,0x01,0x05,0x05,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x09, -0x07,0x01,0x01,0x05,0x06,0x08,0x08,0x08,0x05,0x02,0x01,0x03,0x03,0x07,0x09,0x09, -0x07,0x03,0x05,0x06,0x06,0x06,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x01,0x06, -0x01,0x01,0x03,0x07,0x07,0x01,0x01,0x03,0x03,0x01,0x01,0x05,0x05,0x01,0x01,0x01, -0x01,0x05,0x01,0x03,0x03,0x03,0x04,0x01,0x01,0x04,0x04,0x04,0x01,0x01,0x06,0x06, -0x05,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x02,0x06,0x04,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x04,0x06,0x04,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x02,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x03,0x03, -0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x08,0x08,0x08,0x05,0x02,0x01,0x03, -0x03,0x03,0x07,0x09,0x07,0x01,0x05,0x05,0x06,0x06,0x06,0x01,0x01,0x03,0x07,0x07, -0x07,0x01,0x01,0x05,0x01,0x05,0x05,0x01,0x03,0x07,0x01,0x06,0x01,0x01,0x03,0x03, -0x01,0x01,0x01,0x01,0x07,0x01,0x05,0x05,0x01,0x03,0x03,0x03,0x01,0x01,0x04,0x01, -0x01,0x08,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x07,0x01, -0x01,0x01,0x02,0x05,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x05,0x06,0x08,0x08,0x08, -0x05,0x02,0x01,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x05,0x06,0x06,0x06,0x05, -0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x01,0x01,0x01,0x01,0x01,0x01, -0x06,0x06,0x06,0x01,0x01,0x03,0x03,0x01,0x01,0x07,0x01,0x01,0x06,0x04,0x01,0x01, -0x03,0x03,0x01,0x01,0x04,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x07,0x07,0x09,0x01, -0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x06,0x01, -0x01,0x01,0x01,0x03,0x07,0x01,0x01,0x01,0x04,0x06,0x04,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x01,0x01,0x04,0x07,0x01,0x03,0x04,0x03,0x03,0x03,0x01,0x01,0x01,0x06, -0x05,0x06,0x06,0x06,0x05,0x02,0x01,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x01,0x01, -0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06, -0x01,0x06,0x05,0x05,0x01,0x01,0x01,0x06,0x06,0x06,0x01,0x03,0x03,0x01,0x01,0x07, -0x01,0x01,0x06,0x05,0x01,0x01,0x03,0x07,0x01,0x01,0x02,0x04,0x01,0x04,0x08,0x01, -0x01,0x04,0x01,0x01,0x07,0x09,0x07,0x01,0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x00, -0x00,0x00,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x04,0x06, -0x05,0x04,0x01,0x01,0x01,0x00,0x00,0x01,0x01,0x04,0x01,0x01,0x04,0x03,0x07,0x01, -0x01,0x01,0x06,0x05,0x06,0x05,0x06,0x05,0x05,0x02,0x01,0x03,0x03,0x03,0x09,0x07, -0x07,0x07,0x01,0x01,0x05,0x08,0x06,0x06,0x05,0x01,0x01,0x03,0x07,0x09,0x09,0x01, -0x01,0x05,0x05,0x06,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01, -0x03,0x03,0x03,0x01,0x01,0x07,0x01,0x01,0x04,0x06,0x04,0x01,0x03,0x07,0x07,0x01, -0x04,0x02,0x08,0x08,0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x07,0x03,0x07,0x03,0x03, -0x03,0x04,0x01,0x01,0x04,0x00,0x00,0x00,0x01,0x08,0x06,0x01,0x01,0x01,0x03,0x03, -0x04,0x01,0x01,0x01,0x01,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x07,0x01,0x01,0x07,0x04,0x05,0x05,0x05,0x05,0x05,0x06,0x02,0x01,0x01,0x03, -0x03,0x03,0x09,0x09,0x07,0x07,0x01,0x01,0x05,0x06,0x08,0x08,0x05,0x01,0x01,0x03, -0x03,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x06,0x05,0x01,0x01,0x06,0x05,0x05, -0x01,0x01,0x01,0x01,0x01,0x03,0x07,0x07,0x04,0x01,0x01,0x07,0x01,0x01,0x01,0x06, -0x06,0x01,0x04,0x07,0x09,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x01,0x08, -0x06,0x01,0x01,0x01,0x03,0x07,0x04,0x01,0x01,0x01,0x01,0x06,0x06,0x05,0x04,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x07,0x04,0x05,0x05,0x05,0x02,0x01, -0x01,0x01,0x03,0x03,0x03,0x07,0x07,0x09,0x09,0x07,0x01,0x01,0x05,0x06,0x08,0x08, -0x08,0x01,0x01,0x01,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x05,0x06,0x06,0x06,0x05, -0x01,0x03,0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x07,0x01,0x01,0x01,0x06,0x06,0x01,0x01,0x07,0x07,0x07,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x08,0x06,0x01,0x01,0x01,0x03,0x07,0x01,0x01,0x01,0x01, -0x01,0x08,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x03,0x04,0x03, -0x03,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x07,0x07,0x07,0x09,0x07,0x01,0x01,0x01, -0x05,0x06,0x08,0x08,0x08,0x05,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x06, -0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x01,0x05,0x04,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x04,0x06,0x06,0x06,0x01,0x03, -0x09,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x06,0x05,0x04,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x01,0x08,0x06,0x01,0x01,0x01, -0x03,0x07,0x01,0x01,0x01,0x01,0x01,0x08,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07, -0x07,0x01,0x01,0x01,0x05,0x06,0x08,0x08,0x08,0x05,0x01,0x01,0x03,0x03,0x07,0x07, -0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x01, -0x05,0x05,0x06,0x06,0x01,0x03,0x07,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x01,0x06,0x06,0x01,0x01,0x01,0x03,0x07,0x01,0x01,0x01,0x01,0x01,0x08,0x06,0x05, -0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x07,0x01,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x05,0x06,0x06,0x06,0x06,0x06,0x05,0x01,0x01, -0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x01,0x03,0x03, -0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x01,0x05,0x01,0x01,0x01,0x01,0x02,0x04,0x04, -0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x05,0x06,0x06,0x01,0x01,0x07,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x05,0x05,0x04,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x06,0x01,0x01,0x01,0x03,0x07,0x04,0x01, -0x01,0x01,0x01,0x08,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x07,0x01,0x04,0x03,0x03,0x01,0x01,0x01,0x01,0x05,0x06,0x06,0x06,0x06,0x06, -0x05,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06, -0x06,0x01,0x01,0x03,0x03,0x09,0x07,0x01,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x04,0x02,0x06,0x06,0x06,0x02,0x01,0x01,0x01,0x01,0x05,0x05,0x06, -0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x06,0x01, -0x01,0x01,0x01,0x07,0x04,0x01,0x01,0x01,0x04,0x06,0x05,0x04,0x01,0x01,0x01,0x01, -0x01,0x00,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x06,0x05, -0x06,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01, -0x06,0x06,0x08,0x06,0x06,0x01,0x01,0x03,0x03,0x07,0x07,0x01,0x01,0x06,0x06,0x06, -0x06,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x04, -0x01,0x01,0x01,0x01,0x05,0x05,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x02,0x06,0x01,0x01,0x01,0x01,0x07,0x03,0x01,0x01,0x01,0x02,0x06, -0x05,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x03,0x07,0x01, -0x01,0x05,0x05,0x05,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07, -0x07,0x07,0x01,0x01,0x06,0x08,0x08,0x06,0x06,0x01,0x01,0x03,0x03,0x07,0x07,0x07, -0x01,0x06,0x06,0x06,0x06,0x06,0x01,0x03,0x03,0x07,0x01,0x01,0x03,0x03,0x03,0x03, -0x06,0x06,0x06,0x06,0x06,0x03,0x02,0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x06,0x04,0x01,0x01,0x01,0x03, -0x07,0x01,0x01,0x01,0x06,0x05,0x04,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x04,0x07,0x01,0x05,0x05,0x01,0x01,0x01,0x01,0x03,0x03, -0x03,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x08,0x08,0x06,0x06,0x01,0x01,0x03, -0x03,0x09,0x07,0x07,0x01,0x01,0x06,0x06,0x06,0x06,0x01,0x01,0x03,0x03,0x07,0x01, -0x01,0x04,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x04,0x04,0x01,0x01, -0x01,0x01,0x02,0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x02,0x02,0x01,0x01,0x01,0x03,0x07,0x01,0x01,0x04,0x06,0x05,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x06,0x06,0x06,0x06, -0x06,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x06,0x08,0x06,0x06,0x05,0x01, -0x03,0x03,0x09,0x07,0x01,0x01,0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06, -0x06,0x06,0x02,0x02,0x04,0x01,0x01,0x01,0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x06,0x04,0x01,0x01,0x07,0x07,0x01,0x01,0x02, -0x06,0x04,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x06,0x06,0x06,0x06,0x02, -0x01,0x01,0x07,0x01,0x07,0x01,0x04,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x06, -0x05,0x06,0x06,0x06,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07,0x01,0x01,0x06,0x05, -0x08,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x03,0x03,0x03,0x03,0x06,0x06, -0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x04,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x06,0x01, -0x01,0x01,0x07,0x01,0x01,0x06,0x05,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01, -0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x07,0x01,0x07,0x01,0x01,0x01, -0x01,0x01,0x06,0x05,0x06,0x05,0x06,0x01,0x01,0x01,0x01,0x03,0x03,0x07,0x07,0x07, -0x01,0x01,0x06,0x08,0x08,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x03,0x03, -0x03,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x03,0x04,0x01, -0x02,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x04,0x06,0x01,0x01,0x01,0x07,0x01,0x02,0x06,0x04,0x04,0x01,0x00, -0x00,0x00,0x00,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x01,0x03,0x03, -0x07,0x07,0x07,0x07,0x01,0x01,0x06,0x06,0x08,0x08,0x05,0x01,0x01,0x03,0x09,0x07, -0x07,0x07,0x01,0x01,0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x04,0x03, -0x03,0x03,0x03,0x06,0x04,0x04,0x04,0x01,0x01,0x01,0x04,0x01,0x04,0x01,0x04,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x01,0x07,0x01, -0x06,0x05,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x06,0x06,0x01,0x07,0x07,0x01,0x01, -0x02,0x02,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x07,0x05,0x05,0x05,0x01,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x06,0x06,0x08,0x08,0x06,0x05, -0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06, -0x03,0x03,0x03,0x03,0x03,0x06,0x04,0x06,0x04,0x01,0x01,0x01,0x02,0x01,0x04,0x01, -0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x06,0x01,0x01,0x02,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x06,0x01, -0x01,0x01,0x07,0x01,0x01,0x01,0x02,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x05,0x06,0x05, -0x06,0x08,0x06,0x05,0x01,0x01,0x03,0x07,0x07,0x07,0x01,0x01,0x03,0x03,0x06,0x06, -0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x04,0x04,0x01,0x01,0x04,0x02, -0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x01,0x06,0x06,0x01,0x01,0x07,0x07,0x01,0x01,0x01,0x04,0x06,0x05,0x05, -0x01,0x01,0x01,0x01,0x07,0x01,0x07,0x01,0x07,0x01,0x03,0x03,0x03,0x03,0x01,0x01, -0x01,0x05,0x05,0x06,0x05,0x06,0x05,0x06,0x01,0x01,0x03,0x07,0x07,0x07,0x07,0x01, -0x01,0x04,0x01,0x04,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03, -0x02,0x02,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x06,0x01,0x01,0x01,0x07,0x01,0x01, -0x01,0x01,0x01,0x06,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07, -0x01,0x01,0x01,0x01,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x01,0x01,0x01,0x03,0x07, -0x07,0x07,0x07,0x01,0x01,0x01,0x03,0x06,0x03,0x03,0x06,0x04,0x06,0x04,0x03,0x03, -0x03,0x03,0x06,0x04,0x04,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x06, -0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x01,0x02,0x08,0x06,0x05,0x06,0x05,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x05,0x05,0x05,0x05,0x01,0x01, -0x01,0x03,0x03,0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x06,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x04,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x06,0x01,0x01,0x01,0x07,0x01,0x01,0x01,0x01,0x01,0x04, -0x02,0x08,0x08,0x06,0x05,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x01,0x01,0x01,0x01,0x01, -0x04,0x01,0x03,0x04,0x04,0x04,0x04,0x01,0x04,0x01,0x04,0x04,0x01,0x04,0x04,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x07, -0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x08,0x08,0x06,0x06,0x05,0x06,0x05, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x01,0x01,0x04,0x01,0x01,0x07,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x04,0x01,0x01,0x04,0x04,0x01,0x04, -0x04,0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x06,0x04,0x01,0x01,0x01,0x07,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x04,0x02,0x08,0x06,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x04,0x01,0x04,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x04,0x01, -0x04,0x04,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x06,0x06,0x04,0x01,0x01,0x01,0x07,0x07,0x07, -0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x02,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x04,0x04,0x01,0x01,0x04,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x06,0x06, -0x02,0x01,0x01,0x01,0x01,0x01,0x07,0x07,0x09,0x09,0x07,0x07,0x09,0x07,0x07,0x07, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x01,0x01,0x04,0x04,0x04,0x01,0x01,0x04,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x02,0x06,0x06,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x07,0x07, -0x07,0x07,0x07,0x07,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x06,0x02,0x01,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x07,0x01,0x01,0x06,0x01,0x04,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x02,0x06,0x06,0x06,0x06, -0x05,0x02,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05, -0x06,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x06,0x01,0x01,0x01, -0x01,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x07,0x01, -0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x01,0x04,0x02,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x05,0x02,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x03,0x03,0x01, -0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x07,0x07,0x01,0x01,0x06,0x06,0x01,0x07,0x01,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x01,0x01,0x01,0x01,0x04,0x04,0x06,0x06,0x08, -0x08,0x08,0x08,0x08,0x08,0x06,0x02,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01, -0x01,0x01,0x01,0x03,0x01,0x01,0x01,0x06,0x01,0x01,0x00,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x06,0x06,0x01,0x07,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x05,0x06,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x07, -0x07,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x03,0x03,0x01,0x01,0x06,0x06,0x01,0x00, -0x00,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x07,0x01,0x01,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x05,0x06,0x05,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x07, -0x09,0x07,0x07,0x09,0x07,0x07,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x03,0x03,0x01, -0x01,0x06,0x06,0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x07,0x07,0x01,0x06,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x06,0x05,0x06,0x05, -0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x07,0x07,0x07,0x01,0x01,0x01,0x06,0x01,0x01, -0x01,0x01,0x03,0x03,0x01,0x01,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x07,0x07,0x01, -0x01,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x06,0x06,0x06,0x05,0x06,0x05,0x02,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x06,0x01,0x01,0x00,0x01,0x01,0x01,0x03,0x01,0x01,0x06,0x01,0x01,0x00, -0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x07,0x07,0x01,0x01,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x08,0x06,0x06, -0x06,0x06,0x06,0x05,0x06,0x06,0x06,0x06,0x01,0x01,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x07,0x01,0x01,0x06,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x04,0x06,0x08,0x06,0x08,0x06,0x04,0x01,0x01,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x06,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x06, -0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x06,0x06,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/shark1.h b/fishmaps/shark1.h deleted file mode 100644 index 2800fc8..0000000 --- a/fishmaps/shark1.h +++ /dev/null @@ -1,1255 +0,0 @@ -#define shark1_width 187 -#define shark1_height 53 -#define shark1_colors 16 -#define shark1_back 0 -int shark1_reds[] = {65280, 6400, 21248, 7424, 1792, 32000, 2560, -10240, 19968, 34048, 35072, 36096, 43008, 46080, -27904, 39680}; -int shark1_greens[] = {65280, 10496, 23040, 16896, 5376, 31488, 11008, -26880, 33536, 33024, 35072, 38144, 43008, 46080, -39168, 42240}; -int shark1_blues[] = {0, 10240, 21504, 15872, 4864, 28160, 8704, -21504, 30464, 28928, 30976, 34816, 38656, 41216, -37120, 39168}; -unsigned char shark1_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x01,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x02,0x02,0x02,0x02,0x03,0x02,0x02,0x01,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x03, -0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x03,0x01,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x03,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03, -0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01, -0x04,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x03,0x01,0x01,0x01,0x01, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x01,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x02,0x02,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x01,0x01,0x01,0x01,0x01,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x07,0x02,0x08,0x05,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x03,0x02,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01, -0x01,0x01,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07, -0x02,0x08,0x02,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x09,0x0a, -0x05,0x05,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x02,0x02,0x01,0x01,0x04, -0x04,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x0b,0x0c,0x0d,0x0d,0x0d,0x0d,0x0b, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x06,0x01,0x01,0x03,0x03,0x06,0x04,0x04,0x04,0x06,0x01,0x01,0x02,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x05,0x0a,0x0b,0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0e,0x08,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x01,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x02,0x05,0x09,0x05,0x08,0x08,0x05, -0x05,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x07,0x02,0x02,0x02,0x02,0x02,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x0a,0x0b,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0f,0x0e,0x08,0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x05,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x0b,0x0b,0x0f,0x0c,0x0d,0x0d,0x0f,0x0b, -0x0e,0x08,0x08,0x0b,0x0b,0x05,0x05,0x0b,0x08,0x08,0x08,0x08,0x08,0x0b,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01, -0x01,0x01,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x03,0x03,0x03,0x03,0x07,0x02,0x02,0x03,0x04,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x05,0x0a,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x08,0x08,0x08,0x08,0x05, -0x05,0x05,0x0b,0x08,0x0a,0x0e,0x0b,0x0b,0x0b,0x08,0x08,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x04,0x01,0x06,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x0a,0x0a,0x0b,0x0c, -0x0d,0x0c,0x0b,0x0b,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x05,0x05,0x08,0x08,0x08,0x0b, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b,0x0e,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x01,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x01,0x06,0x01,0x01,0x06,0x01,0x06,0x01,0x06,0x01,0x01,0x04,0x06,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x0a,0x0b,0x0b,0x0c,0x0f,0x0f,0x0f,0x0b,0x0e, -0x0e,0x08,0x08,0x08,0x08,0x02,0x08,0x08,0x08,0x08,0x08,0x0e,0x08,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x06,0x06,0x06, -0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x01,0x01,0x04,0x01,0x01,0x06,0x01,0x01,0x01,0x06,0x06,0x06,0x01,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x04,0x06,0x04,0x01,0x01,0x01,0x01,0x01,0x06,0x01, -0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x05,0x0b,0x09,0x0b,0x0b,0x0b,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x08,0x02, -0x08,0x08,0x08,0x08,0x08,0x0e,0x0e,0x0b,0x0e,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x06,0x06,0x06,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x06,0x06,0x04,0x01,0x01,0x06,0x06,0x01,0x06,0x01,0x01,0x01,0x06, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x04, -0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x05,0x05,0x05,0x05, -0x08,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b,0x0e,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x06,0x06,0x01, -0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x06,0x01,0x06,0x06,0x01,0x01,0x06,0x01,0x01, -0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x04,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x08,0x08,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x05,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x04,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,0x04, -0x04,0x04,0x04,0x06,0x04,0x04,0x06,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x01,0x06, -0x01,0x01,0x01,0x06,0x01,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x02,0x02,0x07,0x03,0x01,0x03,0x02,0x02, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0e,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x09, -0x0b,0x0b,0x0b,0x0b,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x06, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x06,0x06,0x04,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,0x01,0x06,0x01,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x06,0x01,0x06,0x01,0x01,0x01,0x06,0x06,0x01,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x06,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x07,0x07,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x07,0x04,0x0e,0x08,0x04, -0x0e,0x08,0x04,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x05,0x0a,0x0b,0x0b,0x0b,0x0f, -0x0f,0x0c,0x0d,0x0f,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x06,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x06,0x06,0x01,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,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x01, -0x06,0x06,0x01,0x06,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01, -0x04,0x01,0x01,0x01,0x06,0x01,0x07,0x04,0x07,0x07,0x04,0x07,0x07,0x04,0x03,0x03, -0x03,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x0b,0x0b,0x0d,0x0d, -0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x01,0x06, -0x01,0x04,0x04,0x07,0x04,0x04,0x07,0x07,0x04,0x03,0x03,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0b,0x0b, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x0b,0x0f,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06, -0x06,0x06,0x06,0x06,0x03,0x03,0x01,0x06,0x03,0x03,0x03,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,0x01,0x01,0x06,0x06,0x06,0x01,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x01, -0x06,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x04,0x04,0x07,0x04, -0x04,0x07,0x04,0x04,0x03,0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x05,0x0b,0x0e,0x08, -0x05,0x05,0x05,0x02,0x02,0x03,0x01,0x01,0x01,0x0b,0x04,0x05,0x01,0x02,0x02,0x02, -0x05,0x02,0x02,0x02,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x01,0x03,0x01,0x06,0x06,0x06,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x01, -0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x03, -0x03,0x06,0x06,0x01,0x06,0x06,0x03,0x07,0x08,0x08,0x05,0x0b,0x05,0x08,0x02,0x03, -0x01,0x06,0x01,0x01,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x06,0x01,0x06,0x01,0x06,0x06,0x06,0x04,0x04,0x04,0x06,0x04,0x06,0x06,0x06,0x06, -0x01,0x01,0x06,0x01,0x06,0x06,0x06,0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x04,0x01,0x02,0x02,0x08,0x08,0x0b,0x08,0x02,0x01,0x04,0x01, -0x06,0x01,0x04,0x04,0x07,0x07,0x04,0x07,0x04,0x04,0x03,0x06,0x01,0x06,0x03,0x03, -0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x09,0x09,0x09,0x05,0x03,0x03,0x06, -0x06,0x06,0x01,0x01,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x01,0x01,0x04,0x06,0x04,0x04,0x04,0x06,0x04,0x06,0x06, -0x01,0x01,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x01,0x06,0x01,0x01,0x01,0x01,0x06, -0x06,0x06,0x01,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x03,0x03,0x01,0x01,0x06,0x01,0x03,0x02,0x08, -0x0e,0x0b,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x02,0x08,0x01,0x06,0x01,0x07,0x04,0x07, -0x07,0x04,0x07,0x07,0x04,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x02,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x01,0x01,0x04,0x04,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x06,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x06,0x01,0x06,0x06,0x01,0x01,0x06,0x01,0x06,0x06,0x06, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07, -0x07,0x03,0x06,0x06,0x06,0x01,0x02,0x08,0x0e,0x0b,0x0f,0x0b,0x0e,0x0e,0x08,0x08, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x07,0x04,0x07,0x07,0x07,0x07,0x07,0x04, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x03,0x01, -0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x04, -0x04,0x04,0x06,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x06,0x06,0x06,0x01,0x01,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x01,0x01, -0x06,0x01,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x03,0x06,0x03,0x02, -0x05,0x0b,0x0b,0x08,0x08,0x08,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x03,0x03,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x04,0x04,0x04,0x06,0x06,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x06, -0x06,0x06,0x01,0x06,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x05,0x0d,0x0d,0x0d,0x0b,0x0b,0x0b, -0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x02,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04,0x04, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06, -0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x05,0x08,0x08,0x03,0x01,0x01,0x03,0x03,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x02,0x06,0x04,0x04,0x04,0x04,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x08,0x0b,0x00,0x02,0x03,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x01,0x04,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; -unsigned char shark1_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x02,0x03,0x03, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x02,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x03,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x03,0x03,0x01, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x01,0x03,0x03,0x01,0x01,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01, -0x01,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x04,0x04,0x04,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01, -0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x01,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x01,0x01,0x01, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x01,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01, -0x04,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x02, -0x02,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07,0x02,0x08,0x05,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x03,0x07,0x02,0x08,0x02,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x03,0x02,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x07, -0x02,0x02,0x01,0x01,0x04,0x04,0x04,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03, -0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x09,0x0a, -0x05,0x05,0x0b,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x01,0x01,0x03,0x03,0x06,0x04,0x04,0x04, -0x06,0x01,0x01,0x02,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x05,0x0b,0x0b,0x0c,0x0d,0x0d,0x0d,0x0d,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x06,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x02,0x05, -0x09,0x05,0x08,0x08,0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x05,0x0a,0x0b,0x0c,0x0d,0x0d,0x0d,0x0d,0x0d,0x0c,0x0e,0x02,0x02,0x02,0x02, -0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x05,0x05,0x05,0x08,0x08,0x05, -0x05,0x05,0x05,0x02,0x02,0x02,0x02,0x02,0x07,0x02,0x02,0x02,0x02,0x02,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x0a,0x0b,0x0d, -0x0d,0x0d,0x0d,0x0d,0x0d,0x0f,0x0e,0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x07,0x02,0x02,0x03,0x04,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x0b,0x0b,0x0f,0x0c,0x0d,0x0d,0x0f,0x0b, -0x0e,0x08,0x08,0x0b,0x0b,0x05,0x05,0x0b,0x08,0x02,0x02,0x02,0x02,0x0b,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x02,0x05,0x0a,0x0b,0x0b,0x0b,0x0b,0x0e,0x0e,0x08,0x08,0x08,0x08,0x05, -0x05,0x05,0x0b,0x08,0x0a,0x0e,0x0b,0x0b,0x0b,0x08,0x08,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x04,0x01,0x06,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x0a,0x0a,0x0b,0x0c, -0x0d,0x0c,0x0b,0x0b,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x05,0x05,0x08,0x08,0x08,0x0b, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b,0x0e,0x08,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06, -0x01,0x06,0x01,0x01,0x06,0x01,0x06,0x01,0x06,0x01,0x01,0x04,0x06,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01, -0x01,0x01,0x01,0x01,0x02,0x02,0x05,0x0a,0x0b,0x0b,0x0c,0x0f,0x0f,0x0f,0x0b,0x0e, -0x0e,0x08,0x08,0x08,0x08,0x02,0x08,0x08,0x08,0x08,0x08,0x0e,0x08,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x01,0x01,0x06,0x01,0x01,0x01,0x06,0x06,0x06,0x01,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x04,0x06,0x04,0x01,0x01,0x01,0x01,0x01,0x06,0x01, -0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x05,0x0b,0x09,0x0b,0x0b,0x0b,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x08,0x02, -0x08,0x08,0x08,0x08,0x08,0x0e,0x0e,0x0b,0x0e,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x06,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x06,0x06,0x04,0x01,0x01,0x06,0x06,0x01,0x06,0x01,0x01,0x01,0x06, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x01,0x04, -0x01,0x01,0x01,0x01,0x04,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x05,0x05,0x05,0x05, -0x08,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0b,0x0e,0x08,0x08,0x08,0x08,0x08,0x08,0x08, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04, -0x04,0x04,0x04,0x06,0x04,0x04,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x06,0x06,0x01, -0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x06,0x01,0x06,0x06,0x01,0x01,0x06,0x01,0x01, -0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x04,0x01, -0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x08,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x08,0x08,0x0b,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0e,0x0e,0x08,0x08,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x05,0x0b,0x0b,0x0b,0x0b,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04, -0x04,0x04,0x06,0x06,0x01,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,0x01,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x04, -0x04,0x04,0x04,0x06,0x04,0x04,0x06,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x01,0x06, -0x01,0x01,0x01,0x06,0x01,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x07,0x02,0x02,0x07,0x03,0x01,0x03,0x02,0x02, -0x08,0x04,0x08,0x08,0x08,0x08,0x08,0x04,0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x09, -0x0b,0x0b,0x0b,0x0b,0x08,0x08,0x08,0x0f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x06, -0x06,0x06,0x01,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,0x01,0x01,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x06,0x01,0x06,0x01,0x01,0x01,0x06,0x06,0x01,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x06,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x02,0x02,0x07,0x07,0x03, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x02,0x07,0x04,0x0e,0x08,0x04, -0x0e,0x08,0x04,0x08,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x05,0x0a,0x0b,0x0b,0x0b,0x0f, -0x0f,0x0c,0x0d,0x0f,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x01,0x06,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x06,0x06,0x01, -0x06,0x06,0x01,0x06,0x01,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x06,0x01,0x01,0x01,0x01, -0x04,0x01,0x01,0x01,0x06,0x01,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x08,0x03, -0x03,0x03,0x02,0x03,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x0b,0x0b,0x0d,0x0d, -0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x06,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x06,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x04,0x01,0x06, -0x01,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x03,0x03,0x03,0x03,0x03,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x05,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x0b,0x0b, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x05,0x05,0x0b,0x0f,0x08,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x03, -0x03,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x01,0x06,0x06,0x06,0x01,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x01, -0x06,0x01,0x01,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x04,0x01,0x01,0x01,0x01,0x04,0x04,0x07,0x04, -0x04,0x07,0x04,0x04,0x03,0x01,0x01,0x01,0x03,0x03,0x03,0x02,0x05,0x0b,0x0e,0x08, -0x05,0x05,0x05,0x02,0x02,0x03,0x01,0x01,0x01,0x0b,0x04,0x05,0x01,0x02,0x02,0x02, -0x05,0x02,0x02,0x02,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x03,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x06,0x06,0x01,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x06,0x06,0x01,0x03,0x01,0x06,0x06,0x06,0x03,0x03,0x01,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x04,0x04,0x01, -0x01,0x04,0x04,0x01,0x01,0x01,0x01,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x03, -0x03,0x06,0x06,0x01,0x06,0x06,0x03,0x07,0x08,0x08,0x05,0x0b,0x05,0x08,0x02,0x03, -0x01,0x06,0x01,0x01,0x06,0x05,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x08,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x01,0x01,0x04,0x06,0x04,0x04, -0x04,0x04,0x04,0x06,0x06,0x01,0x01,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x06,0x01,0x06,0x01,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06,0x06, -0x01,0x01,0x06,0x01,0x06,0x06,0x06,0x01,0x01,0x03,0x01,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x04,0x01,0x02,0x02,0x08,0x08,0x08,0x08,0x02,0x01,0x04,0x01, -0x06,0x01,0x04,0x04,0x07,0x04,0x04,0x07,0x04,0x04,0x03,0x06,0x01,0x06,0x03,0x03, -0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x05,0x05,0x09,0x09,0x09,0x05,0x03,0x03,0x06, -0x06,0x06,0x01,0x01,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x02,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x06,0x01,0x01,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x06, -0x00,0x00,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x06,0x06,0x06,0x06,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x06,0x01,0x06,0x01,0x01,0x01,0x01,0x06, -0x06,0x06,0x01,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x03,0x03,0x01,0x01,0x06,0x01,0x06,0x02,0x08, -0x0e,0x0b,0x0e,0x0e,0x08,0x08,0x08,0x08,0x02,0x08,0x01,0x06,0x01,0x07,0x04,0x07, -0x04,0x04,0x07,0x07,0x04,0x07,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x06,0x06, -0x06,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x06,0x06,0x04,0x04,0x04,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x06,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x06,0x06,0x01,0x06,0x06,0x01,0x01,0x06,0x01,0x06,0x06,0x06, -0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07, -0x07,0x03,0x06,0x06,0x06,0x01,0x06,0x08,0x0e,0x0b,0x0f,0x0b,0x0e,0x0e,0x08,0x08, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x07,0x04,0x07,0x07,0x04,0x07,0x07,0x04, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x05,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x02,0x06,0x06,0x04,0x04,0x04,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x06,0x06,0x04, -0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x03,0x08,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x01, -0x06,0x01,0x06,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x03,0x06,0x06,0x06, -0x06,0x0b,0x0b,0x08,0x0f,0x0d,0x0d,0x0e,0x0e,0x09,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x03,0x01,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x02,0x02,0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x06,0x06,0x04,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x08,0x06, -0x06,0x06,0x01,0x06,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03,0x03,0x03, -0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x06,0x06,0x0d,0x0d,0x0b,0x0f,0x0d, -0x0d,0x0e,0x09,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x07,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x02,0x09,0x09, -0x09,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02, -0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x01,0x01,0x01,0x01,0x08, -0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0d,0x0b,0x0e,0x0f,0x0d,0x0d,0x0e,0x08,0x09,0x09,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09, -0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x08,0x08,0x02,0x08,0x08,0x08,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0d, -0x0e,0x0e,0x0d,0x0d,0x0e,0x0e,0x08,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x07, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0d,0x0d,0x0e,0x0e, -0x08,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x0e,0x0d,0x0d,0x0e,0x0e,0x09,0x09,0x09,0x07,0x07,0x07, -0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x0e,0x0d,0x0e,0x0e,0x09,0x09,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x0e,0x0e,0x07, -0x07,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0e,0x0e,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/six_barred.h b/fishmaps/six_barred.h deleted file mode 100644 index af610c9..0000000 --- a/fishmaps/six_barred.h +++ /dev/null @@ -1,615 +0,0 @@ -#define six_barred_width 76 -#define six_barred_height 63 -#define six_barred_colors 18 -#define six_barred_back 0 -int six_barred_reds[] = {43776, 46080, 54528, 43008, 29952, 38912, 35840, -28416, 38656, 22784, 21504, 13824, 14080, 27392, -23296, 37632, 11520, 0}; -int six_barred_greens[] = {42752, 51200, 56832, 48128, 37888, 43776, 37376, -34048, 42496, 23808, 25088, 17920, 15872, 30208, -24320, 35584, 9728, 0}; -int six_barred_blues[] = {0, 44288, 51200, 38400, 30720, 32256, 56320, -20992, 29696, 26624, 18688, 10240, 16640, 38912, -14080, 25856, 7168, 0}; -unsigned char six_barred_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x05,0x05,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04, -0x05,0x03,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03, -0x03,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x04,0x04,0x04, -0x04,0x04,0x04,0x05,0x05,0x03,0x03,0x03,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x04, -0x05,0x05,0x03,0x03,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x06,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x01, -0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x04,0x07,0x04, -0x07,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x02, -0x01,0x03,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x04,0x07,0x06,0x07,0x07,0x04, -0x08,0x05,0x03,0x03,0x03,0x03,0x03,0x05,0x03,0x01,0x02,0x02,0x01,0x03,0x03,0x03, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x07,0x04,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x05,0x03, -0x03,0x03,0x05,0x04,0x08,0x03,0x02,0x02,0x03,0x08,0x04,0x08,0x03,0x01,0x02,0x02, -0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x06,0x09,0x06,0x07,0x04,0x07,0x07,0x04,0x04,0x04,0x05,0x03,0x03,0x05,0x04, -0x04,0x03,0x02,0x02,0x03,0x08,0x04,0x07,0x05,0x01,0x02,0x02,0x02,0x01,0x03,0x01, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x04,0x00,0x00,0x00,0x00,0x04,0x09,0x09,0x09, -0x09,0x07,0x07,0x04,0x04,0x07,0x04,0x04,0x03,0x03,0x03,0x07,0x07,0x08,0x01,0x02, -0x01,0x05,0x0a,0x07,0x04,0x03,0x02,0x02,0x02,0x01,0x03,0x01,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x09,0x0b,0x0c,0x09,0x00,0x00,0x00,0x00,0x09,0x0d,0x09,0x06,0x0a,0x06,0x04, -0x07,0x07,0x07,0x04,0x03,0x03,0x03,0x07,0x0a,0x04,0x03,0x02,0x01,0x04,0x0a,0x0a, -0x04,0x03,0x0d,0x02,0x02,0x01,0x05,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x03,0x04, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x0b,0x09, -0x0c,0x09,0x00,0x00,0x00,0x09,0x09,0x0a,0x09,0x09,0x07,0x07,0x07,0x09,0x09,0x07, -0x03,0x01,0x05,0x0a,0x0a,0x04,0x03,0x02,0x01,0x05,0x07,0x0a,0x0e,0x08,0x02,0x02, -0x02,0x01,0x03,0x05,0x01,0x02,0x0d,0x02,0x02,0x03,0x04,0x04,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x01,0x03,0x01,0x02,0x08,0x0a,0x0a,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x0d,0x0b,0x09,0x06,0x0b,0x09,0x00, -0x00,0x00,0x09,0x06,0x09,0x0d,0x09,0x09,0x07,0x09,0x0a,0x07,0x03,0x03,0x05,0x0a, -0x0c,0x07,0x03,0x0d,0x01,0x04,0x0a,0x0b,0x0c,0x04,0x01,0x02,0x02,0x01,0x05,0x04, -0x03,0x01,0x02,0x02,0x02,0x01,0x05,0x04,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x05,0x0f,0x0f,0x02,0x03,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x0b,0x0b,0x09,0x0b,0x09,0x10,0x09,0x00,0x00,0x09,0x0c, -0x09,0x09,0x09,0x09,0x06,0x0a,0x0a,0x04,0x03,0x03,0x04,0x07,0x0b,0x07,0x03,0x01, -0x01,0x04,0x0b,0x0b,0x0a,0x04,0x01,0x02,0x02,0x01,0x04,0x04,0x03,0x01,0x02,0x02, -0x0d,0x03,0x04,0x07,0x0f,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x05,0x0f,0x0e,0x0a, -0x02,0x01,0x10,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x0b,0x09,0x0c,0x0b,0x09,0x0b,0x0c,0x09,0x00,0x00,0x09,0x0d,0x09,0x06,0x09, -0x09,0x09,0x09,0x07,0x0d,0x03,0x08,0x0b,0x0b,0x09,0x03,0x01,0x01,0x04,0x0e,0x0b, -0x0b,0x04,0x01,0x02,0x02,0x01,0x04,0x04,0x04,0x01,0x02,0x02,0x02,0x03,0x08,0x0e, -0x0e,0x05,0x02,0x01,0x02,0x02,0x02,0x03,0x07,0x0e,0x0e,0x0b,0x02,0x02,0x0b,0x0b, -0x10,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x06,0x10, -0x09,0x0c,0x06,0x0b,0x0c,0x09,0x09,0x09,0x0c,0x09,0x09,0x09,0x09,0x06,0x0c,0x07, -0x03,0x03,0x04,0x0b,0x0b,0x07,0x03,0x01,0x01,0x04,0x0e,0x0b,0x0b,0x07,0x01,0x02, -0x0d,0x01,0x08,0x07,0x04,0x01,0x02,0x02,0x02,0x01,0x0a,0x0a,0x0b,0x04,0x03,0x0d, -0x01,0x01,0x0d,0x05,0x0e,0x0e,0x0b,0x0b,0x01,0x02,0x0a,0x10,0x10,0x10,0x10,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x0d,0x09,0x0c,0x10,0x0d,0x0b, -0x09,0x06,0x0a,0x0a,0x09,0x06,0x09,0x0d,0x09,0x09,0x0b,0x07,0x05,0x03,0x05,0x0b, -0x0b,0x07,0x03,0x01,0x01,0x04,0x0b,0x0b,0x0b,0x04,0x0d,0x02,0x02,0x01,0x04,0x07, -0x04,0x01,0x01,0x0d,0x02,0x01,0x08,0x0e,0x0b,0x09,0x03,0x01,0x03,0x01,0x01,0x03, -0x0e,0x10,0x0b,0x0b,0x03,0x02,0x0a,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x09,0x10,0x0c,0x0c,0x06,0x09,0x10,0x0c,0x09,0x09,0x0b, -0x0a,0x0c,0x09,0x09,0x07,0x0b,0x0b,0x04,0x03,0x0d,0x05,0x0b,0x0b,0x07,0x03,0x0d, -0x01,0x07,0x0b,0x0b,0x0b,0x07,0x01,0x02,0x02,0x01,0x08,0x04,0x09,0x05,0x01,0x02, -0x02,0x01,0x05,0x0b,0x0b,0x09,0x04,0x03,0x03,0x03,0x03,0x03,0x0e,0x0b,0x0b,0x0e, -0x05,0x02,0x03,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x10,0x09,0x0b,0x10,0x09,0x0c,0x0d,0x0b,0x0c,0x06,0x0c,0x09,0x0b,0x0a, -0x0a,0x0b,0x0b,0x04,0x03,0x03,0x05,0x0b,0x0b,0x07,0x01,0x01,0x03,0x07,0x0b,0x0b, -0x0b,0x07,0x01,0x02,0x02,0x02,0x03,0x0a,0x07,0x09,0x01,0x02,0x02,0x02,0x03,0x0a, -0x10,0x0a,0x05,0x01,0x0d,0x04,0x03,0x03,0x0e,0x10,0x0b,0x10,0x05,0x02,0x02,0x10, -0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0b,0x10, -0x0b,0x0c,0x09,0x06,0x10,0x0b,0x0c,0x0c,0x0b,0x0c,0x0c,0x09,0x0a,0x0c,0x0b,0x04, -0x03,0x01,0x05,0x0e,0x0b,0x07,0x01,0x01,0x01,0x04,0x0b,0x0b,0x10,0x04,0x01,0x02, -0x02,0x02,0x03,0x04,0x0a,0x04,0x01,0x02,0x02,0x0d,0x01,0x0a,0x10,0x0b,0x04,0x0d, -0x03,0x03,0x0d,0x03,0x07,0x0b,0x0e,0x0b,0x05,0x02,0x02,0x09,0x10,0x10,0x10,0x10, -0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x06,0x09,0x0c,0x0c,0x0c, -0x0b,0x0c,0x0c,0x06,0x10,0x0c,0x0a,0x07,0x07,0x0b,0x0b,0x04,0x03,0x01,0x05,0x0a, -0x0b,0x07,0x0d,0x02,0x01,0x04,0x0b,0x0b,0x0b,0x07,0x03,0x01,0x0d,0x02,0x01,0x07, -0x0a,0x04,0x03,0x0d,0x02,0x02,0x01,0x07,0x10,0x0b,0x09,0x03,0x01,0x05,0x08,0x05, -0x0a,0x0b,0x10,0x0b,0x09,0x02,0x02,0x05,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x0d,0x09,0x0b,0x0c,0x0c,0x0c,0x0b,0x0c,0x0c, -0x10,0x0c,0x07,0x07,0x07,0x0b,0x0b,0x04,0x03,0x03,0x05,0x0a,0x0b,0x04,0x01,0x01, -0x01,0x08,0x0b,0x0b,0x10,0x07,0x03,0x01,0x02,0x02,0x01,0x07,0x0a,0x0a,0x03,0x02, -0x02,0x0d,0x02,0x09,0x10,0x10,0x0a,0x03,0x01,0x0d,0x04,0x04,0x0a,0x0b,0x0b,0x0b, -0x0a,0x02,0x02,0x03,0x10,0x0a,0x0a,0x0a,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x0b,0x0c,0x06,0x0d,0x09,0x0c,0x06,0x0c,0x09,0x10,0x0c,0x09,0x07, -0x07,0x10,0x0b,0x04,0x03,0x0d,0x08,0x0b,0x0b,0x04,0x01,0x01,0x0d,0x07,0x0a,0x0b, -0x0a,0x0a,0x03,0x01,0x02,0x0d,0x01,0x04,0x0e,0x07,0x04,0x02,0x02,0x02,0x02,0x05, -0x0e,0x0b,0x0a,0x08,0x03,0x03,0x04,0x04,0x0a,0x0c,0x0b,0x0b,0x0b,0x03,0x02,0x02, -0x0a,0x0b,0x11,0x0b,0x0a,0x10,0x0a,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x0c, -0x09,0x09,0x0b,0x0c,0x0b,0x0c,0x0b,0x09,0x10,0x0c,0x07,0x04,0x07,0x0b,0x0b,0x04, -0x03,0x01,0x05,0x07,0x0b,0x04,0x01,0x01,0x01,0x04,0x0b,0x0c,0x10,0x07,0x03,0x02, -0x02,0x02,0x01,0x03,0x0a,0x09,0x05,0x03,0x02,0x01,0x02,0x03,0x0b,0x0b,0x0e,0x0d, -0x01,0x03,0x04,0x07,0x0a,0x0b,0x10,0x10,0x10,0x09,0x02,0x02,0x0a,0x11,0x11,0x11, -0x0a,0x10,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x00,0x04,0x0c,0x0c,0x09,0x09,0x0c, -0x09,0x0b,0x0c,0x0c,0x0b,0x0c,0x07,0x04,0x07,0x0b,0x0b,0x04,0x03,0x01,0x03,0x07, -0x0b,0x04,0x01,0x01,0x01,0x07,0x0b,0x0b,0x0b,0x04,0x01,0x0d,0x02,0x02,0x01,0x04, -0x0e,0x0a,0x04,0x0d,0x0d,0x0d,0x04,0x05,0x0e,0x0b,0x0b,0x04,0x03,0x03,0x07,0x07, -0x0a,0x0b,0x10,0x10,0x10,0x0e,0x02,0x02,0x0a,0x0b,0x11,0x0b,0x0a,0x10,0x0a,0x0b, -0x0b,0x0a,0x0e,0x00,0x00,0x00,0x09,0x06,0x09,0x0c,0x06,0x0d,0x0c,0x09,0x06,0x09, -0x09,0x0b,0x07,0x04,0x07,0x10,0x0b,0x04,0x03,0x03,0x03,0x0e,0x0a,0x0d,0x01,0x01, -0x01,0x04,0x0b,0x0b,0x0b,0x07,0x03,0x02,0x01,0x02,0x01,0x03,0x0e,0x0d,0x0d,0x0d, -0x09,0x0d,0x0d,0x0d,0x0d,0x0b,0x0b,0x04,0x03,0x05,0x07,0x0a,0x0b,0x0b,0x10,0x10, -0x10,0x0b,0x03,0x02,0x05,0x0a,0x0a,0x0a,0x10,0x0b,0x0e,0x0b,0x0e,0x0e,0x0e,0x0e, -0x00,0x00,0x04,0x09,0x06,0x09,0x09,0x09,0x0b,0x0a,0x0d,0x09,0x09,0x0a,0x0a,0x07, -0x0e,0x0b,0x0b,0x05,0x03,0x03,0x04,0x0e,0x0a,0x05,0x03,0x02,0x03,0x07,0x0b,0x0b, -0x0b,0x04,0x01,0x01,0x02,0x0d,0x02,0x03,0x0a,0x0d,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x0d,0x0c,0x04,0x03,0x04,0x07,0x0a,0x0b,0x10,0x10,0x10,0x10,0x0b,0x05,0x02, -0x02,0x10,0x0b,0x10,0x0b,0x0e,0x0e,0x0e,0x0a,0x07,0x0b,0x0b,0x00,0x00,0x04,0x09, -0x09,0x0c,0x0c,0x09,0x0c,0x09,0x09,0x07,0x09,0x04,0x00,0x07,0x04,0x0b,0x0b,0x0d, -0x03,0x03,0x04,0x0b,0x0e,0x05,0x01,0x01,0x0d,0x04,0x0b,0x0b,0x0a,0x07,0x01,0x02, -0x01,0x02,0x02,0x03,0x0a,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x03,0x08,0x0e,0x0a,0x0b,0x10,0x10,0x10,0x10,0x0b,0x0f,0x02,0x02,0x0e,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0a,0x0a,0x0b,0x07,0x07,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x0c, -0x0b,0x0b,0x0a,0x0e,0x07,0x00,0x00,0x00,0x00,0x0a,0x10,0x04,0x05,0x03,0x04,0x0b, -0x0a,0x05,0x01,0x01,0x01,0x04,0x0b,0x0b,0x0b,0x04,0x01,0x01,0x02,0x02,0x01,0x03, -0x0e,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x09,0x09,0x08,0x0e,0x0b, -0x0b,0x10,0x10,0x10,0x10,0x0b,0x07,0x02,0x02,0x0e,0x0e,0x0b,0x0e,0x0a,0x0e,0x0e, -0x0a,0x07,0x07,0x07,0x00,0x00,0x00,0x04,0x09,0x09,0x09,0x06,0x0d,0x09,0x09,0x09, -0x07,0x00,0x00,0x00,0x00,0x0a,0x10,0x07,0x05,0x03,0x07,0x0b,0x0a,0x0d,0x01,0x01, -0x01,0x04,0x0b,0x0b,0x0a,0x04,0x01,0x0d,0x02,0x0d,0x02,0x03,0x0a,0x0d,0x09,0x09, -0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0c,0x0a,0x0a,0x09,0x0a,0x0a,0x0a,0x10,0x10,0x0b, -0x10,0x0e,0x0a,0x02,0x01,0x0e,0x0b,0x0b,0x0e,0x0e,0x0e,0x0e,0x0a,0x07,0x0e,0x00, -0x00,0x00,0x00,0x09,0x06,0x09,0x0c,0x09,0x09,0x0a,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x0a,0x10,0x07,0x08,0x05,0x04,0x0b,0x07,0x03,0x01,0x01,0x01,0x07,0x0b,0x0b, -0x0e,0x05,0x01,0x02,0x02,0x02,0x02,0x01,0x07,0x0a,0x0d,0x09,0x09,0x09,0x0a,0x0a, -0x0a,0x0c,0x0c,0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x10,0x0b,0x0e,0x0e,0x0a,0x03, -0x03,0x0e,0x0b,0x0e,0x0e,0x0a,0x0a,0x0e,0x0a,0x0a,0x0b,0x00,0x00,0x00,0x00,0x04, -0x09,0x0d,0x09,0x09,0x0a,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x07,0x0a,0x0a,0x0c, -0x04,0x03,0x04,0x0b,0x0a,0x03,0x03,0x0d,0x03,0x07,0x0b,0x0b,0x0a,0x04,0x01,0x01, -0x02,0x01,0x02,0x03,0x04,0x0a,0x0d,0x09,0x09,0x0a,0x0a,0x09,0x0a,0x0c,0x0a,0x0c, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x07,0x07,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0a,0x0e,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x09,0x09,0x09, -0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x06,0x07,0x0a,0x07,0x05,0x05,0x0e, -0x07,0x03,0x03,0x03,0x03,0x07,0x0b,0x0b,0x0a,0x03,0x01,0x01,0x0d,0x02,0x01,0x05, -0x09,0x07,0x07,0x09,0x09,0x09,0x09,0x09,0x0a,0x0c,0x0c,0x0a,0x0a,0x0a,0x09,0x0a, -0x0a,0x0b,0x0a,0x0a,0x0a,0x0e,0x0a,0x07,0x07,0x0e,0x0a,0x0e,0x0a,0x0e,0x0b,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x09,0x09,0x09,0x09,0x00,0x00, -0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x05,0x04,0x07,0x07,0x03,0x03,0x0d, -0x03,0x07,0x0b,0x0b,0x07,0x03,0x0d,0x01,0x01,0x01,0x03,0x08,0x07,0x04,0x04,0x0d, -0x09,0x09,0x09,0x09,0x0c,0x0c,0x0a,0x0c,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0e,0x0a,0x07,0x0e,0x0e,0x0e,0x0b,0x0b,0x0b,0x10,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x09,0x09,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x06,0x07,0x04,0x04,0x04,0x04,0x07,0x07,0x03,0x01,0x01,0x03,0x07,0x0b,0x0a, -0x04,0x03,0x01,0x01,0x01,0x01,0x03,0x04,0x04,0x04,0x04,0x07,0x09,0x09,0x09,0x09, -0x0a,0x0a,0x0c,0x0a,0x0a,0x0a,0x0a,0x0b,0x0b,0x0a,0x0e,0x0e,0x0b,0x0a,0x0a,0x07, -0x07,0x0e,0x0a,0x0e,0x0b,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x04, -0x04,0x04,0x04,0x07,0x0d,0x03,0x01,0x01,0x03,0x07,0x0b,0x0a,0x04,0x01,0x01,0x0d, -0x01,0x03,0x04,0x04,0x09,0x05,0x05,0x07,0x0e,0x0a,0x09,0x09,0x0c,0x09,0x0a,0x0c, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x07,0x07,0x0a,0x0e,0x0b,0x0b, -0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x07,0x04,0x04,0x06,0x04,0x04,0x0e, -0x07,0x03,0x01,0x03,0x04,0x07,0x0e,0x07,0x03,0x03,0x01,0x03,0x01,0x03,0x04,0x07, -0x04,0x0d,0x03,0x08,0x07,0x0e,0x0b,0x0b,0x0c,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x09,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x10,0x10,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x03,0x03, -0x05,0x07,0x0a,0x07,0x0d,0x03,0x03,0x03,0x03,0x05,0x04,0x04,0x04,0x03,0x03,0x05, -0x04,0x07,0x0b,0x10,0x10,0x0a,0x0a,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x10,0x10,0x10, -0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x06,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x08,0x03,0x08,0x04,0x07,0x07, -0x05,0x03,0x0d,0x03,0x05,0x04,0x04,0x04,0x03,0x03,0x0d,0x05,0x04,0x07,0x0b,0x10, -0x10,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x10,0x10,0x10,0x10,0x10,0x10, -0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x07,0x04, -0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x08,0x04,0x07,0x07,0x07,0x04,0x03,0x03,0x03, -0x08,0x04,0x04,0x05,0x0d,0x03,0x03,0x03,0x04,0x07,0x0e,0x0b,0x0e,0x0e,0x0a,0x0a, -0x0b,0x10,0x10,0x0b,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x03,0x03,0x08,0x07,0x07,0x07,0x04,0x04,0x08,0x04,0x07,0x07,0x04,0x04, -0x05,0x03,0x05,0x05,0x04,0x07,0x0a,0x0a,0x07,0x0e,0x0b,0x0b,0x0b,0x10,0x10,0x10, -0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x07,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x03, -0x03,0x04,0x04,0x04,0x08,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x07, -0x07,0x0e,0x0e,0x07,0x0e,0x0e,0x0b,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06, -0x04,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x04,0x03, -0x03,0x03,0x05,0x05,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x0a,0x07,0x07, -0x0a,0x0b,0x0b,0x10,0x11,0x10,0x10,0x11,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x06,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x04,0x04,0x0a,0x0b,0x0a,0x07,0x07,0x0a,0x0b,0x0b,0x0b,0x0b,0x10,0x10,0x10,0x10, -0x10,0x10,0x0b,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x07,0x04,0x07,0x04,0x06,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x05,0x05,0x04,0x07,0x0a,0x10,0x0b, -0x0b,0x0b,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0b,0x0b,0x10,0x10,0x10,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x03,0x05,0x04,0x08,0x07,0x0a,0x10,0x0b,0x0b,0x10,0x10,0x10,0x0b, -0x0b,0x0b,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x06,0x07,0x06,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x05, -0x04,0x07,0x07,0x09,0x10,0x10,0x10,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x04,0x04, -0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x06,0x05,0x09,0x0a,0x0b, -0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x07,0x07,0x04,0x07,0x07,0x04, -0x06,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x04,0x06,0x07,0x04,0x04,0x04,0x04,0x04,0x06, -0x07,0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04, -0x04,0x06,0x07,0x06,0x07,0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; -unsigned char six_barred_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x01,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x03,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x03,0x01, -0x01,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x03,0x03,0x03,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x03,0x03,0x03,0x03,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x04,0x05,0x05,0x03,0x01,0x03,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04, -0x05,0x03,0x01,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03, -0x03,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x03,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x01,0x01, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x06,0x04,0x04,0x04, -0x04,0x04,0x04,0x05,0x05,0x03,0x03,0x03,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x04, -0x05,0x05,0x03,0x03,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x03, -0x03,0x03,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x01, -0x01,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x04,0x07,0x04, -0x06,0x04,0x04,0x04,0x05,0x03,0x03,0x03,0x03,0x03,0x03,0x03,0x01,0x01,0x02,0x02, -0x01,0x03,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x07,0x04,0x07,0x07,0x04, -0x08,0x05,0x03,0x03,0x03,0x03,0x03,0x05,0x03,0x01,0x02,0x02,0x01,0x03,0x03,0x03, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x06,0x04,0x06,0x07,0x07,0x04,0x04,0x04,0x04,0x05,0x03, -0x03,0x03,0x05,0x04,0x08,0x03,0x02,0x02,0x03,0x08,0x04,0x08,0x03,0x01,0x02,0x02, -0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x00,0x00,0x00,0x00,0x00, -0x04,0x09,0x09,0x09,0x07,0x04,0x07,0x07,0x04,0x04,0x04,0x05,0x03,0x03,0x05,0x04, -0x04,0x03,0x02,0x02,0x03,0x08,0x04,0x07,0x05,0x01,0x02,0x02,0x02,0x01,0x03,0x01, -0x02,0x02,0x02,0x02,0x02,0x01,0x01,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09, -0x06,0x07,0x07,0x04,0x04,0x07,0x04,0x04,0x03,0x03,0x03,0x07,0x07,0x08,0x01,0x02, -0x01,0x05,0x0a,0x07,0x04,0x03,0x02,0x02,0x02,0x01,0x03,0x01,0x02,0x02,0x02,0x02, -0x02,0x03,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02, -0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x09,0x0b,0x0c,0x09,0x00,0x00,0x00,0x00,0x09,0x0d,0x09,0x09,0x0a,0x06,0x04, -0x07,0x07,0x07,0x04,0x03,0x03,0x03,0x07,0x0a,0x04,0x03,0x02,0x01,0x04,0x0a,0x0a, -0x04,0x03,0x0d,0x02,0x02,0x01,0x05,0x03,0x02,0x02,0x02,0x02,0x02,0x01,0x03,0x04, -0x01,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x02,0x03,0x0a,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x0b,0x09, -0x0c,0x09,0x00,0x00,0x00,0x00,0x09,0x06,0x09,0x09,0x07,0x07,0x07,0x09,0x09,0x07, -0x03,0x01,0x05,0x0a,0x0a,0x04,0x03,0x02,0x01,0x05,0x07,0x0a,0x0e,0x08,0x02,0x02, -0x02,0x01,0x03,0x05,0x01,0x02,0x0d,0x02,0x02,0x03,0x04,0x04,0x03,0x02,0x02,0x02, -0x02,0x02,0x02,0x02,0x02,0x01,0x03,0x01,0x02,0x08,0x0a,0x0a,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x0d,0x0b,0x09,0x06,0x0b,0x09,0x00, -0x00,0x00,0x09,0x09,0x09,0x0d,0x09,0x09,0x07,0x09,0x0a,0x07,0x03,0x03,0x05,0x0a, -0x0c,0x07,0x03,0x0d,0x01,0x04,0x0a,0x0b,0x0c,0x04,0x01,0x02,0x02,0x01,0x05,0x04, -0x03,0x01,0x02,0x02,0x02,0x01,0x05,0x04,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x02, -0x01,0x05,0x0f,0x0f,0x02,0x03,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x0b,0x0b,0x09,0x0b,0x09,0x10,0x09,0x00,0x00,0x09,0x0c, -0x09,0x09,0x09,0x09,0x06,0x0a,0x0a,0x04,0x03,0x03,0x04,0x07,0x0b,0x07,0x03,0x01, -0x01,0x04,0x0b,0x0b,0x0a,0x04,0x01,0x02,0x02,0x01,0x04,0x04,0x03,0x01,0x02,0x02, -0x0d,0x03,0x04,0x07,0x0f,0x03,0x01,0x02,0x02,0x02,0x02,0x02,0x05,0x0f,0x0e,0x0a, -0x02,0x01,0x10,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x09,0x0b,0x09,0x0c,0x0b,0x09,0x0b,0x0c,0x09,0x00,0x00,0x09,0x0d,0x09,0x06,0x09, -0x09,0x09,0x09,0x07,0x0d,0x03,0x08,0x0b,0x0b,0x09,0x03,0x01,0x01,0x04,0x0e,0x0b, -0x0b,0x04,0x01,0x02,0x02,0x01,0x04,0x04,0x04,0x01,0x02,0x02,0x02,0x03,0x08,0x0e, -0x0e,0x05,0x02,0x01,0x02,0x02,0x02,0x03,0x07,0x0e,0x0e,0x0b,0x02,0x02,0x0b,0x0b, -0x10,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x09,0x10, -0x09,0x0c,0x06,0x0b,0x0c,0x09,0x09,0x09,0x0c,0x09,0x09,0x09,0x09,0x06,0x0c,0x07, -0x03,0x03,0x04,0x0b,0x0b,0x07,0x03,0x01,0x01,0x04,0x0e,0x0b,0x0b,0x07,0x01,0x02, -0x0d,0x01,0x08,0x07,0x04,0x01,0x02,0x02,0x02,0x01,0x0a,0x0a,0x0b,0x04,0x03,0x0d, -0x01,0x01,0x0d,0x05,0x0e,0x0e,0x0b,0x0b,0x01,0x02,0x0a,0x10,0x10,0x10,0x10,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x06,0x0d,0x09,0x0c,0x10,0x0d,0x0b, -0x09,0x06,0x0a,0x0a,0x09,0x06,0x09,0x0d,0x09,0x09,0x0b,0x07,0x05,0x03,0x05,0x0b, -0x0b,0x07,0x03,0x01,0x01,0x04,0x0b,0x0b,0x0b,0x04,0x0d,0x02,0x02,0x01,0x04,0x07, -0x04,0x01,0x01,0x0d,0x02,0x01,0x08,0x0e,0x0b,0x09,0x03,0x01,0x03,0x01,0x01,0x03, -0x0e,0x10,0x0b,0x0b,0x03,0x02,0x0a,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x09,0x10,0x0c,0x0c,0x06,0x09,0x10,0x0c,0x09,0x09,0x0b, -0x0a,0x0c,0x09,0x09,0x07,0x0b,0x0b,0x04,0x03,0x0d,0x05,0x0b,0x0b,0x07,0x03,0x0d, -0x01,0x07,0x0b,0x0b,0x0b,0x07,0x01,0x02,0x02,0x01,0x08,0x04,0x09,0x05,0x01,0x02, -0x02,0x01,0x05,0x0b,0x0b,0x09,0x04,0x03,0x03,0x03,0x03,0x03,0x0e,0x0b,0x0b,0x0e, -0x05,0x02,0x03,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x10,0x09,0x0b,0x10,0x09,0x0c,0x0d,0x0b,0x0c,0x06,0x0c,0x09,0x0b,0x0a, -0x0a,0x0b,0x0b,0x04,0x03,0x03,0x05,0x0b,0x0b,0x07,0x01,0x01,0x03,0x07,0x0b,0x0b, -0x0b,0x07,0x01,0x02,0x02,0x02,0x03,0x0a,0x07,0x09,0x01,0x02,0x02,0x02,0x03,0x0a, -0x10,0x0a,0x05,0x01,0x0d,0x04,0x03,0x03,0x0e,0x10,0x0b,0x10,0x05,0x02,0x02,0x10, -0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x0b,0x10, -0x0b,0x0c,0x09,0x06,0x10,0x0b,0x0c,0x0c,0x0b,0x0c,0x0c,0x09,0x0a,0x0c,0x0b,0x04, -0x03,0x01,0x05,0x0e,0x0b,0x07,0x01,0x01,0x01,0x04,0x0b,0x0b,0x10,0x04,0x01,0x02, -0x02,0x02,0x03,0x04,0x0a,0x04,0x01,0x02,0x02,0x0d,0x01,0x0a,0x10,0x0b,0x04,0x0d, -0x03,0x03,0x0d,0x03,0x07,0x0b,0x0e,0x0b,0x05,0x02,0x02,0x09,0x10,0x10,0x10,0x10, -0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x06,0x09,0x09,0x0c,0x0c,0x0c, -0x0b,0x0c,0x0c,0x06,0x10,0x0c,0x0a,0x07,0x07,0x0b,0x0b,0x04,0x03,0x01,0x05,0x0a, -0x0b,0x07,0x0d,0x02,0x01,0x04,0x0b,0x0b,0x0b,0x07,0x03,0x01,0x0d,0x02,0x01,0x07, -0x0a,0x04,0x03,0x0d,0x02,0x02,0x01,0x07,0x10,0x0b,0x09,0x03,0x01,0x05,0x08,0x05, -0x0a,0x0b,0x10,0x0b,0x09,0x02,0x02,0x05,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x00, -0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x0d,0x09,0x0b,0x0c,0x0c,0x0c,0x0b,0x0c,0x0c, -0x10,0x0c,0x07,0x07,0x07,0x0b,0x0b,0x04,0x03,0x03,0x05,0x0a,0x0b,0x04,0x01,0x01, -0x01,0x08,0x0b,0x0b,0x10,0x07,0x03,0x01,0x02,0x02,0x01,0x07,0x0a,0x0a,0x03,0x02, -0x02,0x0d,0x02,0x09,0x10,0x10,0x0a,0x03,0x01,0x0d,0x04,0x04,0x0a,0x0b,0x0b,0x0b, -0x0a,0x02,0x02,0x03,0x10,0x0a,0x0a,0x0a,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00, -0x00,0x09,0x04,0x0b,0x0c,0x09,0x0d,0x09,0x0c,0x06,0x0c,0x09,0x10,0x0c,0x09,0x07, -0x07,0x10,0x0b,0x04,0x03,0x0d,0x08,0x0b,0x0b,0x04,0x01,0x01,0x0d,0x07,0x0a,0x0b, -0x0a,0x0a,0x03,0x01,0x02,0x0d,0x01,0x04,0x0e,0x07,0x04,0x02,0x02,0x02,0x02,0x05, -0x0e,0x0b,0x0a,0x08,0x03,0x03,0x04,0x04,0x0a,0x0c,0x0b,0x0b,0x0b,0x03,0x02,0x02, -0x0a,0x0b,0x11,0x0b,0x0a,0x10,0x0a,0x10,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x0c, -0x06,0x09,0x0b,0x0c,0x0b,0x0c,0x0b,0x09,0x10,0x0c,0x07,0x04,0x07,0x0b,0x0b,0x04, -0x03,0x01,0x05,0x07,0x0b,0x04,0x01,0x01,0x01,0x04,0x0b,0x0c,0x10,0x07,0x03,0x02, -0x02,0x02,0x01,0x03,0x0a,0x0a,0x05,0x03,0x02,0x01,0x02,0x03,0x0b,0x0b,0x0e,0x0d, -0x01,0x03,0x04,0x07,0x0a,0x0b,0x10,0x10,0x10,0x09,0x02,0x02,0x0a,0x11,0x11,0x11, -0x0a,0x10,0x0a,0x0b,0x0a,0x00,0x00,0x00,0x00,0x09,0x09,0x0c,0x0c,0x09,0x09,0x0c, -0x09,0x0b,0x0c,0x0c,0x0b,0x0c,0x07,0x04,0x07,0x0b,0x0b,0x04,0x03,0x01,0x03,0x07, -0x0b,0x04,0x01,0x01,0x01,0x07,0x0b,0x0b,0x0b,0x04,0x01,0x0d,0x02,0x02,0x01,0x04, -0x0e,0x0a,0x03,0x02,0x02,0x02,0x01,0x05,0x0e,0x0b,0x0b,0x04,0x03,0x03,0x07,0x07, -0x0a,0x0b,0x10,0x10,0x10,0x0e,0x02,0x02,0x0a,0x0b,0x11,0x0b,0x0a,0x10,0x0a,0x0b, -0x0b,0x0a,0x0e,0x00,0x00,0x09,0x09,0x09,0x09,0x0c,0x09,0x0d,0x0c,0x09,0x06,0x09, -0x09,0x0b,0x07,0x04,0x07,0x10,0x0b,0x04,0x03,0x03,0x03,0x0e,0x0a,0x0d,0x01,0x01, -0x01,0x04,0x0b,0x0b,0x0b,0x07,0x03,0x02,0x01,0x02,0x01,0x03,0x0e,0x0a,0x03,0x0d, -0x02,0x01,0x08,0x06,0x0d,0x0d,0x06,0x04,0x03,0x05,0x07,0x0a,0x0b,0x0b,0x10,0x10, -0x10,0x0b,0x03,0x02,0x05,0x0a,0x0a,0x0a,0x10,0x0b,0x0e,0x0b,0x0e,0x0e,0x0e,0x0e, -0x00,0x09,0x09,0x09,0x09,0x09,0x06,0x09,0x0b,0x0a,0x0d,0x09,0x09,0x0a,0x0a,0x07, -0x0e,0x0b,0x0b,0x05,0x03,0x03,0x04,0x0e,0x0a,0x05,0x03,0x02,0x03,0x07,0x0b,0x0b, -0x0b,0x04,0x01,0x01,0x02,0x0d,0x02,0x03,0x0a,0x0a,0x03,0x01,0x02,0x01,0x0d,0x0d, -0x09,0x09,0x09,0x0d,0x03,0x04,0x07,0x0a,0x0b,0x10,0x10,0x10,0x10,0x0b,0x05,0x02, -0x02,0x10,0x0b,0x10,0x0b,0x0e,0x0e,0x0e,0x0a,0x07,0x07,0x0b,0x00,0x00,0x06,0x09, -0x09,0x0c,0x0c,0x09,0x0c,0x09,0x09,0x07,0x09,0x04,0x00,0x07,0x04,0x0b,0x0b,0x0d, -0x03,0x03,0x04,0x0b,0x0e,0x05,0x01,0x01,0x0d,0x04,0x0b,0x0b,0x0a,0x07,0x01,0x02, -0x01,0x02,0x02,0x03,0x0a,0x0a,0x03,0x02,0x02,0x02,0x0d,0x09,0x09,0x09,0x09,0x09, -0x0d,0x08,0x0e,0x0a,0x0b,0x10,0x10,0x10,0x10,0x0b,0x0f,0x02,0x02,0x0e,0x0b,0x0e, -0x0e,0x0e,0x0e,0x0a,0x0a,0x0b,0x0b,0x07,0x00,0x00,0x09,0x09,0x06,0x09,0x09,0x0c, -0x0b,0x0b,0x0a,0x0e,0x07,0x00,0x00,0x00,0x00,0x0a,0x10,0x04,0x05,0x03,0x04,0x0b, -0x0a,0x05,0x01,0x01,0x01,0x04,0x0b,0x0b,0x0b,0x04,0x01,0x01,0x02,0x02,0x01,0x03, -0x0e,0x0a,0x03,0x02,0x01,0x02,0x06,0x09,0x09,0x09,0x09,0x09,0x09,0x08,0x0e,0x0b, -0x0b,0x10,0x10,0x10,0x10,0x0b,0x07,0x02,0x02,0x0e,0x0e,0x0b,0x0e,0x0a,0x0e,0x0e, -0x07,0x07,0x07,0x07,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x0d,0x09,0x09,0x09, -0x07,0x00,0x00,0x00,0x00,0x0a,0x10,0x07,0x05,0x03,0x07,0x0b,0x0a,0x0d,0x01,0x01, -0x01,0x04,0x0b,0x0b,0x0a,0x04,0x01,0x0d,0x02,0x0d,0x02,0x03,0x0a,0x0a,0x03,0x01, -0x02,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x10,0x10,0x0b, -0x10,0x0e,0x0a,0x02,0x01,0x0e,0x0b,0x0b,0x0e,0x0e,0x0e,0x0e,0x0a,0x0a,0x0e,0x00, -0x00,0x00,0x09,0x09,0x09,0x09,0x0c,0x09,0x09,0x0a,0x09,0x09,0x00,0x00,0x00,0x00, -0x00,0x0a,0x10,0x07,0x08,0x05,0x04,0x0b,0x07,0x03,0x01,0x01,0x01,0x07,0x0b,0x0b, -0x0e,0x05,0x01,0x02,0x02,0x02,0x02,0x01,0x07,0x0a,0x03,0x0d,0x02,0x0d,0x09,0x09, -0x09,0x09,0x0c,0x09,0x09,0x0a,0x0a,0x0a,0x0b,0x0b,0x10,0x0b,0x0e,0x0e,0x0a,0x03, -0x03,0x0e,0x0b,0x0e,0x0e,0x0a,0x0a,0x0e,0x0a,0x0a,0x0b,0x00,0x00,0x00,0x00,0x09, -0x09,0x0d,0x06,0x09,0x0a,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x07,0x0a,0x0a,0x0c, -0x04,0x03,0x04,0x0b,0x0a,0x03,0x03,0x0d,0x03,0x07,0x0b,0x0b,0x0a,0x04,0x01,0x01, -0x02,0x01,0x02,0x03,0x04,0x0a,0x03,0x02,0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x0a,0x09,0x0a,0x0a,0x0b,0x0b,0x0b,0x0a,0x0a,0x0a,0x07,0x07,0x0e,0x0e,0x0e, -0x0e,0x0e,0x0a,0x0e,0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x09,0x06,0x09,0x09,0x09, -0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x07,0x06,0x07,0x0a,0x07,0x05,0x05,0x0e, -0x07,0x03,0x03,0x03,0x03,0x07,0x0b,0x0b,0x0a,0x03,0x01,0x01,0x0d,0x02,0x01,0x05, -0x09,0x07,0x03,0x01,0x01,0x09,0x09,0x09,0x09,0x0c,0x0c,0x09,0x09,0x09,0x09,0x0a, -0x0a,0x0b,0x0a,0x0a,0x0a,0x0e,0x0a,0x07,0x07,0x0e,0x0a,0x0e,0x0a,0x0e,0x0b,0x0b, -0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00, -0x00,0x00,0x00,0x00,0x07,0x07,0x07,0x07,0x07,0x05,0x04,0x07,0x07,0x03,0x03,0x0d, -0x03,0x07,0x0b,0x0b,0x07,0x03,0x0d,0x01,0x01,0x01,0x03,0x08,0x07,0x04,0x04,0x01, -0x01,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0e,0x0a,0x07,0x0e,0x0e,0x0e,0x0b,0x0b,0x0b,0x10,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x06,0x07,0x04,0x04,0x04,0x04,0x07,0x07,0x03,0x01,0x01,0x03,0x07,0x0b,0x0a, -0x04,0x03,0x01,0x01,0x01,0x01,0x03,0x04,0x04,0x04,0x04,0x07,0x01,0x08,0x09,0x09, -0x09,0x09,0x0a,0x09,0x09,0x09,0x0a,0x0b,0x0b,0x0a,0x0e,0x0e,0x0b,0x0a,0x0a,0x07, -0x07,0x0e,0x0a,0x0e,0x0b,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x09,0x09,0x09,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x04, -0x04,0x04,0x04,0x07,0x0d,0x03,0x01,0x01,0x03,0x07,0x0b,0x0a,0x04,0x01,0x01,0x0d, -0x01,0x03,0x04,0x04,0x09,0x05,0x05,0x07,0x08,0x08,0x09,0x09,0x0c,0x09,0x09,0x09, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x09,0x07,0x07,0x0a,0x0e,0x0b,0x0b, -0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x09,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x04,0x04,0x04,0x06,0x04,0x0e, -0x07,0x03,0x01,0x03,0x04,0x07,0x0e,0x07,0x03,0x03,0x01,0x03,0x01,0x03,0x04,0x07, -0x04,0x0d,0x03,0x08,0x08,0x0e,0x0b,0x0b,0x0c,0x09,0x0a,0x0a,0x0a,0x0a,0x0a,0x0a, -0x0a,0x0a,0x09,0x0c,0x0c,0x0c,0x0b,0x0b,0x0b,0x10,0x10,0x0b,0x0b,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x07,0x04,0x03,0x03, -0x05,0x07,0x0a,0x07,0x0d,0x03,0x03,0x03,0x03,0x05,0x04,0x04,0x04,0x03,0x03,0x05, -0x04,0x07,0x0b,0x10,0x10,0x0a,0x0a,0x0b,0x0b,0x0a,0x0b,0x0b,0x0b,0x10,0x10,0x10, -0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x08,0x03,0x08,0x04,0x07,0x07, -0x05,0x03,0x0d,0x03,0x05,0x04,0x04,0x04,0x03,0x03,0x0d,0x05,0x04,0x07,0x0b,0x10, -0x10,0x0a,0x0a,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x0b,0x10,0x10,0x10,0x10,0x10,0x10, -0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x07,0x04, -0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x08,0x04,0x07,0x07,0x07,0x04,0x03,0x03,0x03, -0x08,0x04,0x04,0x05,0x0d,0x03,0x03,0x03,0x04,0x07,0x0e,0x0b,0x0e,0x0e,0x0a,0x0a, -0x0b,0x10,0x10,0x0b,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x07,0x04,0x04,0x04,0x04,0x04,0x04, -0x04,0x04,0x03,0x03,0x08,0x07,0x07,0x07,0x04,0x04,0x08,0x04,0x07,0x07,0x04,0x04, -0x05,0x03,0x05,0x05,0x04,0x07,0x0a,0x0a,0x07,0x0e,0x0b,0x0b,0x0b,0x10,0x10,0x10, -0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x07,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x03, -0x03,0x04,0x04,0x04,0x08,0x04,0x04,0x04,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x07, -0x07,0x0e,0x0e,0x07,0x0e,0x0e,0x0b,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x10, -0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04, -0x06,0x07,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x05,0x05,0x04,0x03, -0x03,0x03,0x05,0x05,0x04,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x0a,0x07,0x07, -0x0a,0x0b,0x0b,0x10,0x11,0x10,0x10,0x11,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x04,0x06,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x03,0x03,0x03,0x03,0x03, -0x04,0x04,0x0a,0x0b,0x0a,0x07,0x07,0x0a,0x0b,0x0b,0x0b,0x0b,0x10,0x10,0x10,0x10, -0x10,0x10,0x0b,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x06,0x04,0x07,0x04,0x06,0x04,0x04,0x04, -0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x03,0x05,0x05,0x04,0x07,0x0a,0x10,0x0b, -0x0b,0x0b,0x10,0x10,0x10,0x10,0x10,0x10,0x10,0x0b,0x0b,0x10,0x10,0x10,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x04,0x04, -0x04,0x04,0x04,0x03,0x05,0x04,0x08,0x07,0x0a,0x10,0x0b,0x0b,0x10,0x10,0x10,0x0b, -0x0b,0x0b,0x10,0x10,0x10,0x10,0x10,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x04,0x06,0x04,0x06,0x07,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x05, -0x04,0x07,0x07,0x09,0x10,0x10,0x10,0x0b,0x0b,0x0b,0x0b,0x0b,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x04,0x04, -0x07,0x07,0x06,0x04,0x04,0x04,0x04,0x04,0x06,0x04,0x04,0x06,0x05,0x09,0x0a,0x0b, -0x0b,0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x07,0x04,0x07,0x07,0x04, -0x06,0x04,0x04,0x04,0x04,0x04,0x07,0x04,0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x04,0x07,0x04,0x04,0x06,0x04,0x04,0x04,0x04,0x04,0x06, -0x07,0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x04,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04, -0x04,0x06,0x07,0x06,0x07,0x06,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,}; diff --git a/fishmaps/teeth.h b/fishmaps/teeth.h deleted file mode 100644 index f1b019f..0000000 --- a/fishmaps/teeth.h +++ /dev/null @@ -1,529 +0,0 @@ -#define teeth_width 64 -#define teeth_height 64 -#define teeth_colors 16 -#define teeth_back 0 -int teeth_reds[] = {41216, 50432, 46592, 63488, 65280, 65280, 25600, -0, 12032, 65280, 0, 0, 15872, 0, -0, 0}; -int teeth_greens[] = {59392, 0, 0, 0, 53248, 65280, 41216, -0, 28416, 0, 59136, 0, 15872, 0, -0, 0}; -int teeth_blues[] = {52992, 13312, 42752, 63744, 0, 65280, 0, -22016, 60672, 0, 65280, 0, 36864, 0, -0, 0}; -unsigned char teeth_rasterA[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x02,0x02,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01, -0x02,0x02,0x03,0x03,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02, -0x02,0x03,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02, -0x03,0x00,0x00,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03, -0x05,0x05,0x00,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x05, -0x05,0x05,0x05,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x07,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x00,0x00, -0x05,0x05,0x05,0x00,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x07,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x05,0x00,0x00, -0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x05,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x00,0x05,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x07,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x00,0x00,0x00,0x05,0x05,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x07,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x05,0x05,0x00,0x00,0x00,0x05, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x07,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x05,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x03,0x00,0x00,0x05,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x05,0x05,0x00,0x00,0x00,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x07,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x07,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x02,0x03,0x00,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x01,0x02,0x05,0x00,0x00,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x07,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x03,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x07,0x06,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x07,0x07,0x07,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x03,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x07,0x07,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x01,0x01,0x0a,0x0a,0x01,0x01,0x01, -0x01,0x01,0x02,0x03,0x05,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x0a,0x0b,0x0b,0x0a,0x01,0x01, -0x01,0x01,0x02,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x08,0x00,0x00,0x00,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x01,0x0a,0x0a,0x01,0x01,0x01, -0x02,0x02,0x05,0x05,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x06,0x06,0x06,0x08,0x08,0x00,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x03,0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x08,0x08,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03, -0x05,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x05,0x09, -0x05,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x08,0x04,0x04,0x08,0x04, -0x04,0x08,0x04,0x04,0x04,0x08,0x01,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x05,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x07,0x07,0x07,0x07,0x04,0x04,0x08,0x04,0x04,0x08,0x04, -0x08,0x04,0x04,0x08,0x04,0x04,0x01,0x01,0x01,0x01,0x02,0x03,0x03,0x09,0x09,0x09, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00,0x00,0x00,0x00,0x00, -0x00,0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x09,0x05,0x05, -0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x00, -0x09,0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x05,0x09, -0x09,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09,0x09,0x09,0x09,0x09,0x09,0x09, -0x09,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x08,0x08,0x08,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x03,0x03,0x03, -0x05,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x07,0x07,0x07,0x06,0x07,0x06,0x08,0x08,0x08,0x00,0x00,0x00, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x02, -0x03,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x04,0x06,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x02, -0x02,0x03,0x05,0x05,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01, -0x02,0x02,0x03,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x02,0x02,0x03,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x07,0x07,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x02,0x02,0x03,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x07,0x06,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x02,0x03,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01, -0x01,0x01,0x01,0x02,0x02,0x05,0x05,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x01,0x01,0x01,0x02,0x03,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x07,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x01,0x01,0x01,0x02,0x02,0x03,0x05,0x05,0x00,0x00,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x05,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x07,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x07,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x02,0x03,0x05,0x05,0x00,0x00,0x05,0x05,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x05,0x00,0x05,0x05,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x00,0x00,0x05,0x05,0x00,0x00, -0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x06,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x05,0x05,0x00,0x00,0x00, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x07,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x03,0x05,0x00,0x00,0x05, -0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x03,0x00,0x05,0x05, -0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x07,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x05,0x05, -0x00,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02,0x03,0x05, -0x00,0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02,0x02,0x03, -0x00,0x05,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x02,0x02, -0x03,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x02, -0x02,0x02,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x01,0x02,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; -unsigned char teeth_rasterB[] = { -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x07,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x07,0x07,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x07,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x07,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x09,0x09, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x09, -0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x04, -0x03,0x03,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x04,0x07,0x07,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x07,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x04,0x07,0x07,0x07,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x07,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x03,0x07,0x07,0x07,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x07,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x07,0x07,0x07,0x07,0x07,0x07,0x00,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x07,0x08,0x00,0x00,0x00,0x00,0x07, -0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x07,0x01,0x01,0x0a,0x0a,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x05,0x01,0x01,0x01,0x05,0x05,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x06,0x08,0x00,0x00,0x00,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x0a,0x0b,0x0b,0x0a,0x01,0x01, -0x01,0x02,0x01,0x01,0x01,0x01,0x01,0x01,0x02,0x05,0x01,0x01,0x01,0x05,0x02,0x02, -0x05,0x05,0x01,0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x01,0x01,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x07,0x06,0x06,0x06,0x06,0x08,0x08,0x00,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x01,0x0a,0x0a,0x01,0x01,0x01, -0x01,0x03,0x05,0x01,0x02,0x02,0x05,0x01,0x03,0x05,0x03,0x02,0x05,0x05,0x03,0x03, -0x05,0x05,0x01,0x02,0x02,0x05,0x05,0x03,0x03,0x02,0x02,0x03,0x03,0x03,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x07,0x07,0x07,0x07,0x08,0x08,0x0c,0x0c,0x0c, -0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x0c,0x01,0x01,0x01,0x01,0x01,0x09,0x09,0x09, -0x09,0x05,0x05,0x09,0x05,0x05,0x05,0x05,0x09,0x05,0x05,0x09,0x05,0x05,0x05,0x00, -0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x00,0x05,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x03,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x05,0x02,0x05,0x02,0x05,0x03, -0x03,0x01,0x05,0x05,0x01,0x03,0x03,0x05,0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x04,0x04,0x04,0x04,0x04,0x08,0x04,0x04,0x08,0x04, -0x04,0x08,0x04,0x04,0x04,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x01,0x05,0x05,0x01,0x01,0x01,0x05,0x01, -0x01,0x01,0x05,0x05,0x01,0x01,0x01,0x05,0x05,0x00,0x00,0x05,0x05,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x07,0x07,0x07,0x04,0x07,0x08,0x04,0x04,0x08,0x04, -0x08,0x04,0x04,0x08,0x04,0x04,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x01,0x00,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x05,0x00, -0x00,0x00,0x05,0x05,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x06,0x06,0x06,0x06,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x06,0x06,0x07,0x06,0x08,0x08,0x08,0x08, -0x08,0x08,0x08,0x08,0x08,0x08,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01,0x01, -0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x04,0x07,0x06,0x07,0x06,0x08,0x08,0x08,0x0a,0x0a,0x0a, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x01,0x01,0x01,0x01,0x01, -0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x04,0x07,0x07,0x06,0x06,0x06,0x08,0x08,0x08,0x00,0x00,0x00, -0x0a,0x0a,0x0a,0x0a,0x0a,0x0a,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x04,0x06,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x07,0x07,0x07,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x07,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x07,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x04,0x04,0x06,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x07,0x07,0x06,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x06,0x06,0x08,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x07,0x07,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x06,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x06,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x04,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00, -}; diff --git a/gofish/Imakefile b/gofish/Imakefile deleted file mode 100644 index d69db96..0000000 --- a/gofish/Imakefile +++ /dev/null @@ -1,6 +0,0 @@ -LOCAL_LIBRARIES = - -SRCS = gofish.c -OBJS = gofish.o - -ComplexProgramTarget(gofish) diff --git a/gofish/README b/gofish/README deleted file mode 100644 index 32d81e6..0000000 --- a/gofish/README +++ /dev/null @@ -1,5 +0,0 @@ - -Read fish from Mac files and produce xfishtank files. - -This program only reads from stdin. - diff --git a/gofish/gofish.c b/gofish/gofish.c deleted file mode 100644 index dcc0227..0000000 --- a/gofish/gofish.c +++ /dev/null @@ -1,300 +0,0 @@ -#include - - -#define BUFFSIZE 128 - - -struct rgb_color { - unsigned int red, green, blue; -}; - -struct rgb_color Colors[16]; - -char Head[256]; - -int landing = 0; -int FishCount = 0; - -int buff[BUFFSIZE]; -int buffindx = BUFFSIZE; - - -int buffget(); - - -void -readandwrite(w, h) -int w, h; -{ - FILE *fp; - int i, j; - int val1, val2; - char name1[256]; - char name2[256]; - - landing = 1; - sprintf(name1, "%s%03d.1", Head, FishCount); - sprintf(name2, "%s%03d.2", Head, FishCount); - fprintf(stderr, "Landing into files (%s) and (%s)\n", name1, name2); - - fp = fopen(name1, "w"); - if (fp == NULL) { - fprintf(stderr, "You should have seen the one that got away!\n"); - fprintf(stderr, " (cannot open (%s) for write)\n", name1); - exit(1); - } - fprintf(fp, "xstitch_data %d %d 256\nred green blue\n", w, h); - for (i = 0; i < 16; i++) { - fprintf(fp, "%d %d %d\n", Colors[i].red, Colors[i].green, Colors[i].blue); - } - for (i = 16; i < 256; i++) { - fprintf(fp, "0 0 0\n"); - } - for (j = 0; j < h; j++) { - for (i = 0; i < (w / 2); i++) { - val1 = buffget(); - val2 = (val1 >> 4) & 0x0f; - fprintf(fp, "%d ", val2); - val2 = val1 & 0x0f; - fprintf(fp, "%d ", val2); - } - fprintf(fp, "\n"); - } - fclose(fp); - - for (i = 0; i < ((w / 2) * (h / 2)); i++) { - val1 = buffget(); - } - - fp = fopen(name2, "w"); - if (fp == NULL) { - fprintf(stderr, "You should have seen the one that got away!\n"); - fprintf(stderr, " (cannot open (%s) for write)\n", name2); - exit(1); - } - fprintf(fp, "xstitch_data %d %d 256\nred green blue\n", w, h); - for (i = 0; i < 16; i++) { - fprintf(fp, "%d %d %d\n", Colors[i].red, Colors[i].green, Colors[i].blue); - } - for (i = 16; i < 256; i++) { - fprintf(fp, "0 0 0\n"); - } - for (j = 0; j < h; j++) { - for (i = 0; i < (w / 2); i++) { - val1 = buffget(); - val2 = (val1 >> 4) & 0x0f; - fprintf(fp, "%d ", val2); - val2 = val1 & 0x0f; - fprintf(fp, "%d ", val2); - } - fprintf(fp, "\n"); - } - fclose(fp); - - landing = 0; - FishCount++; -} - - -void -fillbuff() -{ - int i; - - if (buffindx < BUFFSIZE) { - for (i = buffindx; i < BUFFSIZE; i++) { - buff[(i - buffindx)] = buff[i]; - } - buffindx = BUFFSIZE - buffindx; - } else { - buffindx = 0; - } - - for (i = buffindx; i < BUFFSIZE; i++) { - buff[i] = fgetc(stdin); - if (buff[i] == EOF) { - if (landing) { - fprintf(stderr, "You should have seen the one that got away!\n"); - } - fprintf(stderr, " (EOF reached)\n"); - exit(0); - } - } - buffindx = 0; -} - - -int -buffget() -{ - int val; - - if (buffindx == BUFFSIZE) { - fillbuff(); - } - - val = buff[buffindx]; - buffindx++; - return (val); -} - - -int -lookstart() -{ - int i, val; - - if ((buff[14] == 0) && (buff[15] == 0) && (buff[16] == 0) && (buff[17] == 15)) { - for (i = 0; i < 18; i++) { - val = buffget(); - } - return (1); - } - return (0); -} - - -int -lookhint(w, h) -int *w; -int *h; -{ - int vals[4]; - int i, indx, indx2, status; - - vals[0] = buffget(); - vals[1] = buffget(); - vals[2] = buffget(); - vals[3] = buffget(); - - - indx = 0; - while (1) { - indx2 = indx; - if (vals[indx2] == 0) { - indx2++; - if (indx2 == 4) { - indx2 = 0; - } - if (vals[indx2] != 0) { - *w = vals[indx2]; - indx2++; - if (indx2 == 4) { - indx2 = 0; - } - if (vals[indx2] == 0) { - indx2++; - if (indx2 == 4) { - indx2 = 0; - } - if (vals[indx2] != 0) { - *h = vals[indx2]; - fillbuff(); - fprintf(stderr, "?"); - status = lookstart(); - if (status) { - return; - } - } - } - } - } - vals[indx] = buffget(); - indx++; - if (indx == 4) { - indx = 0; - } - } -} - - -int -lookfish() -{ - int i, indx; - - indx = buffindx; - for (i = 0; i < 16; i++) { - if ((buff[indx] != 0) || (buff[indx + 1] != i)) { - return (0); - } - indx += 2; -/* check red - if (buff[indx] != buff[indx + 1]) - { - return(0); - } -*/ - indx += 2; -/* check green - if (buff[indx] != buff[indx + 1]) - { - return(0); - } -*/ - indx += 2; -/* check blue - if (buff[indx] != buff[indx + 1]) - { - return(0); - } -*/ - indx += 2; - } - return (1); -} - - -void -getcolors() -{ - int i, val; - - for (i = 0; i < 16; i++) { - val = buffget(); - val = buffget(); - - val = buffget(); - Colors[i].red = val; - val = buffget(); - - val = buffget(); - Colors[i].green = val; - val = buffget(); - - val = buffget(); - Colors[i].blue = val; - val = buffget(); - } -} - - -main(argc, argv) -int argc; -char **argv; -{ - int i, status; - int w, h; - - if (argc > 1) { - strcpy(Head, argv[1]); - } else { - strcpy(Head, "fish"); - } - fprintf(stderr, "Fishing .....\n"); - while (1) { - lookhint(&w, &h); - fprintf(stderr, "I've got a nibble. "); - fillbuff(); - fprintf(stderr, "Setting the hook. "); - status = lookfish(); - if (status == 0) { - fprintf(stderr, "Missed it!\n"); - continue; - } - getcolors(); - fprintf(stderr, "Got it!\n"); - readandwrite(w, h); - fprintf(stderr, "Trying for another .....\n"); - } -} diff --git a/install-sh b/install-sh new file mode 100755 index 0000000..ec298b5 --- /dev/null +++ b/install-sh @@ -0,0 +1,541 @@ +#!/bin/sh +# install - install a program, script, or datafile + +scriptversion=2020-11-14.01; # UTC + +# This originates from X11R5 (mit/util/scripts/install.sh), which was +# later released in X11R6 (xc/config/util/install.sh) with the +# following copyright and license. +# +# Copyright (C) 1994 X Consortium +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to +# deal in the Software without restriction, including without limitation the +# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or +# sell copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in +# all copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN +# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC- +# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +# +# Except as contained in this notice, the name of the X Consortium shall not +# be used in advertising or otherwise to promote the sale, use or other deal- +# ings in this Software without prior written authorization from the X Consor- +# tium. +# +# +# FSF changes to this file are in the public domain. +# +# Calling this script install-sh is preferred over install.sh, to prevent +# 'make' implicit rules from creating a file called install from it +# when there is no Makefile. +# +# This script is compatible with the BSD install script, but was written +# from scratch. + +tab=' ' +nl=' +' +IFS=" $tab$nl" + +# Set DOITPROG to "echo" to test this script. + +doit=${DOITPROG-} +doit_exec=${doit:-exec} + +# Put in absolute file names if you don't have them in your path; +# or use environment vars. + +chgrpprog=${CHGRPPROG-chgrp} +chmodprog=${CHMODPROG-chmod} +chownprog=${CHOWNPROG-chown} +cmpprog=${CMPPROG-cmp} +cpprog=${CPPROG-cp} +mkdirprog=${MKDIRPROG-mkdir} +mvprog=${MVPROG-mv} +rmprog=${RMPROG-rm} +stripprog=${STRIPPROG-strip} + +posix_mkdir= + +# Desired mode of installed file. +mode=0755 + +# Create dirs (including intermediate dirs) using mode 755. +# This is like GNU 'install' as of coreutils 8.32 (2020). +mkdir_umask=22 + +backupsuffix= +chgrpcmd= +chmodcmd=$chmodprog +chowncmd= +mvcmd=$mvprog +rmcmd="$rmprog -f" +stripcmd= + +src= +dst= +dir_arg= +dst_arg= + +copy_on_change=false +is_target_a_directory=possibly + +usage="\ +Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE + or: $0 [OPTION]... SRCFILES... DIRECTORY + or: $0 [OPTION]... -t DIRECTORY SRCFILES... + or: $0 [OPTION]... -d DIRECTORIES... + +In the 1st form, copy SRCFILE to DSTFILE. +In the 2nd and 3rd, copy all SRCFILES to DIRECTORY. +In the 4th, create DIRECTORIES. + +Options: + --help display this help and exit. + --version display version info and exit. + + -c (ignored) + -C install only if different (preserve data modification time) + -d create directories instead of installing files. + -g GROUP $chgrpprog installed files to GROUP. + -m MODE $chmodprog installed files to MODE. + -o USER $chownprog installed files to USER. + -p pass -p to $cpprog. + -s $stripprog installed files. + -S SUFFIX attempt to back up existing files, with suffix SUFFIX. + -t DIRECTORY install into DIRECTORY. + -T report an error if DSTFILE is a directory. + +Environment variables override the default commands: + CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG + RMPROG STRIPPROG + +By default, rm is invoked with -f; when overridden with RMPROG, +it's up to you to specify -f if you want it. + +If -S is not specified, no backups are attempted. + +Email bug reports to bug-automake@gnu.org. +Automake home page: https://www.gnu.org/software/automake/ +" + +while test $# -ne 0; do + case $1 in + -c) ;; + + -C) copy_on_change=true;; + + -d) dir_arg=true;; + + -g) chgrpcmd="$chgrpprog $2" + shift;; + + --help) echo "$usage"; exit $?;; + + -m) mode=$2 + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; + + -o) chowncmd="$chownprog $2" + shift;; + + -p) cpprog="$cpprog -p";; + + -s) stripcmd=$stripprog;; + + -S) backupsuffix="$2" + shift;; + + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; + + -T) is_target_a_directory=never;; + + --version) echo "$0 $scriptversion"; exit $?;; + + --) shift + break;; + + -*) echo "$0: invalid option: $1" >&2 + exit 1;; + + *) break;; + esac + shift +done + +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + +if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then + # When -d is used, all remaining arguments are directories to create. + # When -t is used, the destination is already specified. + # Otherwise, the last argument is the destination. Remove it from $@. + for arg + do + if test -n "$dst_arg"; then + # $@ is not empty: it contains at least $arg. + set fnord "$@" "$dst_arg" + shift # fnord + fi + shift # arg + dst_arg=$arg + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + done +fi + +if test $# -eq 0; then + if test -z "$dir_arg"; then + echo "$0: no input file specified." >&2 + exit 1 + fi + # It's OK to call 'install-sh -d' without argument. + # This can happen when creating conditional directories. + exit 0 +fi + +if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then + do_exit='(exit $ret); exit $ret' + trap "ret=129; $do_exit" 1 + trap "ret=130; $do_exit" 2 + trap "ret=141; $do_exit" 13 + trap "ret=143; $do_exit" 15 + + # Set umask so as not to create temps with too-generous modes. + # However, 'strip' requires both read and write access to temps. + case $mode in + # Optimize common cases. + *644) cp_umask=133;; + *755) cp_umask=22;; + + *[0-7]) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw='% 200' + fi + cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; + *) + if test -z "$stripcmd"; then + u_plus_rw= + else + u_plus_rw=,u+rw + fi + cp_umask=$mode$u_plus_rw;; + esac +fi + +for src +do + # Protect names problematic for 'test' and other utilities. + case $src in + -* | [=\(\)!]) src=./$src;; + esac + + if test -n "$dir_arg"; then + dst=$src + dstdir=$dst + test -d "$dstdir" + dstdir_status=$? + # Don't chown directories that already exist. + if test $dstdir_status = 0; then + chowncmd="" + fi + else + + # Waiting for this to be detected by the "$cpprog $src $dsttmp" command + # might cause directories to be created, which would be especially bad + # if $src (and thus $dsttmp) contains '*'. + if test ! -f "$src" && test ! -d "$src"; then + echo "$0: $src does not exist." >&2 + exit 1 + fi + + if test -z "$dst_arg"; then + echo "$0: no destination specified." >&2 + exit 1 + fi + dst=$dst_arg + + # If destination is a directory, append the input filename. + if test -d "$dst"; then + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 + fi + dstdir=$dst + dstbase=`basename "$src"` + case $dst in + */) dst=$dst$dstbase;; + *) dst=$dst/$dstbase;; + esac + dstdir_status=0 + else + dstdir=`dirname "$dst"` + test -d "$dstdir" + dstdir_status=$? + fi + fi + + case $dstdir in + */) dstdirslash=$dstdir;; + *) dstdirslash=$dstdir/;; + esac + + obsolete_mkdir_used=false + + if test $dstdir_status != 0; then + case $posix_mkdir in + '') + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + # The $RANDOM variable is not portable (e.g., dash). Use it + # here however when possible just to lower collision chance. + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + + trap ' + ret=$? + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" 2>/dev/null + exit $ret + ' 0 + + # Because "mkdir -p" follows existing symlinks and we likely work + # directly in world-writeable /tmp, make sure that the '$tmpdir' + # directory is successfully created first before we actually test + # 'mkdir -p'. + if (umask $mkdir_umask && + $mkdirprog $mkdir_mode "$tmpdir" && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/a/b") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + test_tmpdir="$tmpdir/a" + ls_ld_tmpdir=`ls -ld "$test_tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$test_tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$test_tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/a/b" "$tmpdir/a" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- "$tmpdir" 2>/dev/null + fi + trap '' 0;; + esac + + if + $posix_mkdir && ( + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + ) + then : + else + + # mkdir does not conform to POSIX, + # or it failed possibly due to a race condition. Create the + # directory the slow way, step by step, checking for races as we go. + + case $dstdir in + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; + esac + + oIFS=$IFS + IFS=/ + set -f + set fnord $dstdir + shift + set +f + IFS=$oIFS + + prefixes= + + for d + do + test X"$d" = X && continue + + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ + done + + if test -n "$prefixes"; then + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true + fi + fi + fi + + if test -n "$dir_arg"; then + { test -z "$chowncmd" || $doit $chowncmd "$dst"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } && + { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false || + test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1 + else + + # Make a couple of temp file names in the proper directory. + dsttmp=${dstdirslash}_inst.$$_ + rmtmp=${dstdirslash}_rm.$$_ + + # Trap to clean up those temp files at exit. + trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0 + + # Copy the file name to the temp name. + (umask $cp_umask && + { test -z "$stripcmd" || { + # Create $dsttmp read-write so that cp doesn't create it read-only, + # which would cause strip to fail. + if test -z "$doit"; then + : >"$dsttmp" # No need to fork-exec 'touch'. + else + $doit touch "$dsttmp" + fi + } + } && + $doit_exec $cpprog "$src" "$dsttmp") && + + # and set any options; do chmod last to preserve setuid bits. + # + # If any of these fail, we abort the whole thing. If we want to + # ignore errors from any of these, just make sure not to ignore + # errors from the above "$doit $cpprog $src $dsttmp" command. + # + { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } && + { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } && + { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } && + { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } && + + # If -C, don't bother to copy if it wouldn't change the file. + if $copy_on_change && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && + set X $old && old=:$2:$4:$5:$6 && + set X $new && new=:$2:$4:$5:$6 && + set +f && + test "$old" = "$new" && + $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 + then + rm -f "$dsttmp" + else + # If $backupsuffix is set, and the file being installed + # already exists, attempt a backup. Don't worry if it fails, + # e.g., if mv doesn't support -f. + if test -n "$backupsuffix" && test -f "$dst"; then + $doit $mvcmd -f "$dst" "$dst$backupsuffix" 2>/dev/null + fi + + # Rename the file to the real destination. + $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null || + + # The rename failed, perhaps because mv can't rename something else + # to itself, or perhaps because mv is so ancient that it does not + # support -f. + { + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && + + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" + } + fi || exit 1 + + trap '' 0 + fi +done + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/makeh.c b/makeh.c deleted file mode 100644 index 7378373..0000000 --- a/makeh.c +++ /dev/null @@ -1,61 +0,0 @@ - -#include -#include -#include - -int numfish; -char **fishlist; - -void prfish(char *t, char *f) -{ - int i; - - printf("%s = {\n", t); - for (i = 0; i < numfish; i++) - printf("\t%s_%s,\n", fishlist[i], f); - printf("};\n\n"); -} - -main() -{ - FILE *fp; - char prefix[BUFSIZ]; - int i; - - fp = fopen("FishList.local", "r"); - if (fp == NULL) { - fp = fopen("FishList", "r"); - if (fp == NULL) { - fprintf(stderr, "ERROR: cannot open FishList for read!\n"); - exit(1); - } - } - fscanf(fp, "%d\n", &numfish); - - printf("/*\n * Warning, this header file is automatically generated\n */\n"); - - printf("\n#define NUM_FISH\t%d\n\n", numfish); - fishlist = (char **) malloc(numfish * sizeof(char *)); - - for (i = 0; i < numfish; i++) { - fscanf(fp, "%s\n", prefix); - fishlist[i] = strdup(prefix); - } - fclose(fp); - - for (i = 0; i < numfish; i++) - printf("#include \"%s.h\"\n", fishlist[i]); - printf("\n"); - - prfish("int rwidth[]", "width"); - prfish("int rheight[]", "height"); - prfish("int rcolors[]", "colors"); - prfish("int rback[]", "back"); - prfish("int *rreds[]", "reds"); - prfish("int *rgreens[]", "greens"); - prfish("int *rblues[]", "blues"); - prfish("unsigned char *xfishRasterA[]", "rasterA"); - prfish("unsigned char *xfishRasterB[]", "rasterB"); - - exit(0); -} diff --git a/medcut.c b/medcut.c deleted file mode 100644 index 8e79834..0000000 --- a/medcut.c +++ /dev/null @@ -1,511 +0,0 @@ -#include -#include -#include "medcut.h" - -#define RED 0 -#define GREEN 1 -#define BLUE 2 - -#define FindHash(red, green, blue, h_ptr) \ - h_ptr = Hash[((red * 299) + (green * 587) + (blue * 114)) / 1000 * NCells / 256]; \ - while(h_ptr != NULL) \ - { \ - if ((h_ptr->pixel[RED] == red)&& \ - (h_ptr->pixel[GREEN] == green)&& \ - (h_ptr->pixel[BLUE] == blue)) \ - { \ - break; \ - } \ - h_ptr = h_ptr->hash_next; \ - } - -struct color_rec { - int pixel[3]; - int box_num; - struct color_rec *hash_next; - struct color_rec *next; -} *Hash[256]; -struct c_box_rec { - int min_pix[3]; - int max_pix[3]; - int count; - struct color_rec *c_data; -} C_boxes[256]; - -int BoxCount; -struct color_rec *hash_ptr; -struct color_rec *tptr; -static int Width, Height; -int ColorCnt; -int NCells; -struct color_rec *Tptr; - - -void -InitMinMax(boxnum) -int boxnum; -{ - C_boxes[boxnum].min_pix[RED] = 256; - C_boxes[boxnum].max_pix[RED] = 0; - C_boxes[boxnum].min_pix[GREEN] = 256; - C_boxes[boxnum].max_pix[GREEN] = 0; - C_boxes[boxnum].min_pix[BLUE] = 256; - C_boxes[boxnum].max_pix[BLUE] = 0; -} - - -struct color_rec * -AddHash(red, green, blue) -int red, green, blue; -{ - int lum; - - lum = ((red * 299) + (green * 587) + (blue * 114)) / 1000 * NCells / 256;; - hash_ptr = (struct color_rec *) malloc(sizeof(struct color_rec)); - if (hash_ptr == NULL) { - fprintf(stderr, "Cannot malloc %dth color\n", ColorCnt); - exit(1); - } - hash_ptr->pixel[RED] = red; - hash_ptr->pixel[GREEN] = green; - hash_ptr->pixel[BLUE] = blue; - hash_ptr->box_num = 0; - hash_ptr->next = NULL; - hash_ptr->hash_next = Hash[lum]; - Hash[lum] = hash_ptr; - return (hash_ptr); -} - - -void -AddColor(cptr, boxnum) -struct color_rec *cptr; -int boxnum; -{ - struct color_rec *ptr; - - while (cptr != NULL) { - ptr = cptr; - cptr = cptr->next; - ptr->box_num = boxnum; - ptr->next = C_boxes[boxnum].c_data; - C_boxes[boxnum].c_data = ptr; - if (ptr->pixel[RED] < C_boxes[boxnum].min_pix[RED]) - C_boxes[boxnum].min_pix[RED] = ptr->pixel[RED]; - if (ptr->pixel[RED] > C_boxes[boxnum].max_pix[RED]) - C_boxes[boxnum].max_pix[RED] = ptr->pixel[RED]; - if (ptr->pixel[GREEN] < C_boxes[boxnum].min_pix[GREEN]) - C_boxes[boxnum].min_pix[GREEN] = ptr->pixel[GREEN]; - if (ptr->pixel[GREEN] > C_boxes[boxnum].max_pix[GREEN]) - C_boxes[boxnum].max_pix[GREEN] = ptr->pixel[GREEN]; - if (ptr->pixel[BLUE] < C_boxes[boxnum].min_pix[BLUE]) - C_boxes[boxnum].min_pix[BLUE] = ptr->pixel[BLUE]; - if (ptr->pixel[BLUE] > C_boxes[boxnum].max_pix[BLUE]) - C_boxes[boxnum].max_pix[BLUE] = ptr->pixel[BLUE]; - } -} - - -void -CountColors(data, colrs) -unsigned char *data; -struct colr_data *colrs; -{ - unsigned char *dptr; - register int i, j; - int red, green, blue; - register struct color_rec *tptr; - - InitMinMax(0); - C_boxes[0].c_data = NULL; - tptr = C_boxes[0].c_data; - ColorCnt = 0; - - dptr = data; - - for (j = 0; j < Height; j++) { - for (i = 0; i < Width; i++) { - red = colrs[(int) *dptr].red; - green = colrs[(int) *dptr].green; - blue = colrs[(int) *dptr].blue; - FindHash(red, green, blue, tptr); - if (tptr == NULL) { - tptr = AddHash(red, green, blue); - tptr->next = NULL; - AddColor(tptr, 0); - ColorCnt++; - } - dptr++; - } - } -} - - -int -FindTarget(tptr) -int *tptr; -{ - int range, i, indx; - - range = 0; - for (i = 0; i < BoxCount; i++) { - int rr, gr, br; - - rr = C_boxes[i].max_pix[RED] - C_boxes[i].min_pix[RED]; - gr = C_boxes[i].max_pix[GREEN] - C_boxes[i].min_pix[GREEN]; - br = C_boxes[i].max_pix[BLUE] - C_boxes[i].min_pix[BLUE]; - if (rr > range) { - range = rr; - *tptr = i; - indx = RED; - } - if (gr > range) { - range = gr; - *tptr = i; - indx = GREEN; - } - if (br > range) { - range = br; - *tptr = i; - indx = BLUE; - } - } - return (indx); -} - - -void -SplitBox(boxnum, color_indx) -int boxnum, color_indx; -{ - struct color_rec *low, *high; - struct color_rec *data; - int med_cnt, split_val; - int low_cnt, high_cnt; - int Low_cnt, High_cnt; - int Greater, Lesser; - - Greater = BoxCount++; - Lesser = boxnum; - InitMinMax(Lesser); - InitMinMax(Greater); - data = C_boxes[boxnum].c_data; - med_cnt = C_boxes[boxnum].count / 2; - C_boxes[Lesser].c_data = NULL; - C_boxes[Greater].c_data = NULL; - Low_cnt = 0; - High_cnt = 0; - while (med_cnt > 0) { - if (data->pixel[color_indx] < data->next->pixel[color_indx]) { - low = data; - high = data->next; - data = high->next; - } else { - high = data; - low = data->next; - data = low->next; - } - low->next = NULL; - high->next = NULL; - low_cnt = 1; - high_cnt = 1; - split_val = low->pixel[color_indx]; - while (data != NULL) { - tptr = data; - data = data->next; - if (tptr->pixel[color_indx] > split_val) { - tptr->next = high; - high = tptr; - high_cnt++; - } else { - tptr->next = low; - low = tptr; - low_cnt++; - } - } /* end while data->next != NULL */ - if (low_cnt <= med_cnt) { - AddColor(low, Lesser); - Low_cnt += low_cnt; - med_cnt -= low_cnt; - if (med_cnt == 0) { - AddColor(high, Greater); - High_cnt += high_cnt; - } - data = high; - } else { - AddColor(high, Greater); - High_cnt += high_cnt; - data = low; - } - } /* end while med_cnt */ - C_boxes[Lesser].count = Low_cnt; - C_boxes[Greater].count = High_cnt; - -} - - -void -SplitColors(e_cnt) -int e_cnt; -{ - if (ColorCnt < e_cnt) { - int i; - - tptr = C_boxes[0].c_data; - for (i = 0; i < ColorCnt; i++) { - hash_ptr = tptr; - tptr = tptr->next; - C_boxes[i].c_data = hash_ptr; - C_boxes[i].count = 1; - hash_ptr->box_num = i; - hash_ptr->next = NULL; - } - BoxCount = ColorCnt; - } else { - BoxCount = 1; - while (BoxCount < e_cnt) { - int target, color_indx; - - target = 0; - color_indx = 0; - color_indx = FindTarget(&target); - SplitBox(target, color_indx); - } - } -} - - -/* - * Colors passed in 0-65535, internally are 0-255 - */ -void -ConvertColor(rp, gp, bp) -int *rp, *gp, *bp; -{ - struct color_rec *cptr; - register struct color_rec *hash_ptr; - int indx; - int red, green, blue; - int Tred, Tgreen, Tblue; - int c_cnt; - - red = *rp / NCells; - green = *gp / NCells; - blue = *bp / NCells; - FindHash(red, green, blue, hash_ptr); - if (hash_ptr == NULL) { - fprintf(stderr, "Unknown color (%d,%d,%d)\n", red, green, blue); - hash_ptr = Hash[0]; - } - indx = hash_ptr->box_num; - cptr = C_boxes[indx].c_data; - c_cnt = 0; - Tred = Tgreen = Tblue = 0; - while (cptr != NULL) { - Tred += cptr->pixel[RED]; - Tgreen += cptr->pixel[GREEN]; - Tblue += cptr->pixel[BLUE]; - c_cnt++; - cptr = cptr->next; - } - if (c_cnt) { - red = Tred / c_cnt; - green = Tgreen / c_cnt; - blue = Tblue / c_cnt; - } - - *rp = red * NCells; - *gp = green * NCells; - *bp = blue * NCells; -} - - -void -ConvertData(data, colrs) -unsigned char *data; -struct colr_data *colrs; -{ - unsigned char *dptr; - register int i, j; - int red, green, blue; - register struct color_rec *hash_ptr; - - dptr = data; - - for (j = 0; j < Height; j++) { - for (i = 0; i < Width; i++) { - red = colrs[(int) *dptr].red; - green = colrs[(int) *dptr].green; - blue = colrs[(int) *dptr].blue; - FindHash(red, green, blue, hash_ptr); - if (hash_ptr == NULL) { - fprintf(stderr, "Unknown color (%d,%d,%d)\n", red, green, blue); - hash_ptr = Hash[0]; - } - *dptr++ = (unsigned char) hash_ptr->box_num; - } - } -} - - -void -PrintColormap(e_cnt, colrs) -int e_cnt; -struct colr_data *colrs; -{ - int i; - - for (i = 0; i < BoxCount; i++) { - int Tred, Tgreen, Tblue; - int c_cnt; - - c_cnt = 0; - Tred = Tgreen = Tblue = 0; - tptr = C_boxes[i].c_data; - while (tptr != NULL) { - Tred += tptr->pixel[RED]; - Tgreen += tptr->pixel[GREEN]; - Tblue += tptr->pixel[BLUE]; - c_cnt++; - tptr = tptr->next; - } - colrs[i].red = Tred / c_cnt; - colrs[i].green = Tgreen / c_cnt; - colrs[i].blue = Tblue / c_cnt; - } - for (i = BoxCount; i < e_cnt; i++) { - colrs[i].red = 0; - colrs[i].green = 0; - colrs[i].blue = 0; - } -} - - -void -MedianCut(data, w, h, colrs, start_cnt, end_cnt) -unsigned char *data; -int *w, *h; -struct colr_data *colrs; -int start_cnt, end_cnt; -{ - int i; - - Width = *w; - Height = *h; - NCells = start_cnt; - BoxCount = 0; - ColorCnt = 0; - for (i = 0; i < 256; i++) { - Hash[i] = NULL; - C_boxes[i].c_data = NULL; - C_boxes[i].count = 0; - } - CountColors(data, colrs); - C_boxes[0].count = ColorCnt; - SplitColors(end_cnt); - ConvertData(data, colrs); - PrintColormap(end_cnt, colrs); - for (i = 0; i < 256; i++) { - hash_ptr = Hash[i]; - while (hash_ptr != NULL) { - tptr = hash_ptr; - hash_ptr = hash_ptr->hash_next; - free((char *) tptr); - } - } -} - - -void -MedianInit() -{ - int i; - - NCells = 256; - BoxCount = 0; - ColorCnt = 0; - for (i = 0; i < 256; i++) { - Hash[i] = NULL; - C_boxes[i].c_data = NULL; - C_boxes[i].count = 0; - } - InitMinMax(0); - C_boxes[0].c_data = NULL; - Tptr = C_boxes[0].c_data; -} - - -/* - * colrs are passed on 0-65535, but this median cut only deals with - * 0-255. - */ -void -MedianCount(data, w, h, colrs) -unsigned char *data; -int w, h; -struct colr_data *colrs; -{ - unsigned char *dptr; - register int i, j; - int red, green, blue; - - Width = w; - Height = h; - dptr = data; - - for (j = 0; j < Height; j++) { - for (i = 0; i < Width; i++) { - red = colrs[(int) *dptr].red / NCells; - green = colrs[(int) *dptr].green / NCells; - blue = colrs[(int) *dptr].blue / NCells; - FindHash(red, green, blue, tptr); - if (tptr == NULL) { - tptr = AddHash(red, green, blue); - tptr->next = NULL; - AddColor(tptr, 0); - ColorCnt++; - } - dptr++; - } - } -} - - -void -MedianSplit(end_cnt) -int end_cnt; -{ - C_boxes[0].count = ColorCnt; - SplitColors(end_cnt); -} - - -void -MedianConvert(data, w, h, colrs) -unsigned char *data; -int w, h; -struct colr_data *colrs; -{ - Width = w; - Height = h; - ConvertData(data, colrs); -} - - -void -MedianMerge(colrs, end_cnt) -struct colr_data *colrs; -int end_cnt; -{ - int i; - - PrintColormap(end_cnt, colrs); - for (i = 0; i < 256; i++) { - hash_ptr = Hash[i]; - while (hash_ptr != NULL) { - tptr = hash_ptr; - hash_ptr = hash_ptr->hash_next; - free((char *) tptr); - } - } -} diff --git a/medcut.h b/medcut.h deleted file mode 100644 index 97b2c03..0000000 --- a/medcut.h +++ /dev/null @@ -1,9 +0,0 @@ - -struct colr_data { - int red, green, blue; -}; - -extern void MedianInit(); -extern void MedianCount(); -extern void MedianSplit(); -extern void ConvertColor(); diff --git a/missing b/missing new file mode 100755 index 0000000..1fe1611 --- /dev/null +++ b/missing @@ -0,0 +1,215 @@ +#! /bin/sh +# Common wrapper for a few potentially missing GNU programs. + +scriptversion=2018-03-07.03; # UTC + +# Copyright (C) 1996-2021 Free Software Foundation, Inc. +# Originally written by Fran,cois Pinard , 1996. + +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2, or (at your option) +# any later version. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. + +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . + +# As a special exception to the GNU General Public License, if you +# distribute this file as part of a program that contains a +# configuration script generated by Autoconf, you may include it under +# the same distribution terms that you use for the rest of that program. + +if test $# -eq 0; then + echo 1>&2 "Try '$0 --help' for more information" + exit 1 +fi + +case $1 in + + --is-lightweight) + # Used by our autoconf macros to check whether the available missing + # script is modern enough. + exit 0 + ;; + + --run) + # Back-compat with the calling convention used by older automake. + shift + ;; + + -h|--h|--he|--hel|--help) + echo "\ +$0 [OPTION]... PROGRAM [ARGUMENT]... + +Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due +to PROGRAM being missing or too old. + +Options: + -h, --help display this help and exit + -v, --version output version information and exit + +Supported PROGRAM values: + aclocal autoconf autoheader autom4te automake makeinfo + bison yacc flex lex help2man + +Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and +'g' are ignored when checking the name. + +Send bug reports to ." + exit $? + ;; + + -v|--v|--ve|--ver|--vers|--versi|--versio|--version) + echo "missing $scriptversion (GNU Automake)" + exit $? + ;; + + -*) + echo 1>&2 "$0: unknown '$1' option" + echo 1>&2 "Try '$0 --help' for more information" + exit 1 + ;; + +esac + +# Run the given program, remember its exit status. +"$@"; st=$? + +# If it succeeded, we are done. +test $st -eq 0 && exit 0 + +# Also exit now if we it failed (or wasn't found), and '--version' was +# passed; such an option is passed most likely to detect whether the +# program is present and works. +case $2 in --version|--help) exit $st;; esac + +# Exit code 63 means version mismatch. This often happens when the user +# tries to use an ancient version of a tool on a file that requires a +# minimum version. +if test $st -eq 63; then + msg="probably too old" +elif test $st -eq 127; then + # Program was missing. + msg="missing on your system" +else + # Program was found and executed, but failed. Give up. + exit $st +fi + +perl_URL=https://www.perl.org/ +flex_URL=https://github.com/westes/flex +gnu_software_URL=https://www.gnu.org/software + +program_details () +{ + case $1 in + aclocal|automake) + echo "The '$1' program is part of the GNU Automake package:" + echo "<$gnu_software_URL/automake>" + echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/autoconf>" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + autoconf|autom4te|autoheader) + echo "The '$1' program is part of the GNU Autoconf package:" + echo "<$gnu_software_URL/autoconf/>" + echo "It also requires GNU m4 and Perl in order to run:" + echo "<$gnu_software_URL/m4/>" + echo "<$perl_URL>" + ;; + esac +} + +give_advice () +{ + # Normalize program name to check for. + normalized_program=`echo "$1" | sed ' + s/^gnu-//; t + s/^gnu//; t + s/^g//; t'` + + printf '%s\n' "'$1' is $msg." + + configure_deps="'configure.ac' or m4 files included by 'configure.ac'" + case $normalized_program in + autoconf*) + echo "You should only need it if you modified 'configure.ac'," + echo "or m4 files included by it." + program_details 'autoconf' + ;; + autoheader*) + echo "You should only need it if you modified 'acconfig.h' or" + echo "$configure_deps." + program_details 'autoheader' + ;; + automake*) + echo "You should only need it if you modified 'Makefile.am' or" + echo "$configure_deps." + program_details 'automake' + ;; + aclocal*) + echo "You should only need it if you modified 'acinclude.m4' or" + echo "$configure_deps." + program_details 'aclocal' + ;; + autom4te*) + echo "You might have modified some maintainer files that require" + echo "the 'autom4te' program to be rebuilt." + program_details 'autom4te' + ;; + bison*|yacc*) + echo "You should only need it if you modified a '.y' file." + echo "You may want to install the GNU Bison package:" + echo "<$gnu_software_URL/bison/>" + ;; + lex*|flex*) + echo "You should only need it if you modified a '.l' file." + echo "You may want to install the Fast Lexical Analyzer package:" + echo "<$flex_URL>" + ;; + help2man*) + echo "You should only need it if you modified a dependency" \ + "of a man page." + echo "You may want to install the GNU Help2man package:" + echo "<$gnu_software_URL/help2man/>" + ;; + makeinfo*) + echo "You should only need it if you modified a '.texi' file, or" + echo "any other file indirectly affecting the aspect of the manual." + echo "You might want to install the Texinfo package:" + echo "<$gnu_software_URL/texinfo/>" + echo "The spurious makeinfo call might also be the consequence of" + echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might" + echo "want to install GNU make:" + echo "<$gnu_software_URL/make/>" + ;; + *) + echo "You might have modified some files without having the proper" + echo "tools for further handling them. Check the 'README' file, it" + echo "often tells you about the needed prerequisites for installing" + echo "this package. You may also peek at any GNU archive site, in" + echo "case some other package contains this missing '$1' program." + ;; + esac +} + +give_advice "$1" | sed -e '1s/^/WARNING: /' \ + -e '2,$s/^/ /' >&2 + +# Propagate the correct exit status (expected to be 127 for a program +# not found, 63 for a program that failed due to version mismatch). +exit $st + +# Local variables: +# eval: (add-hook 'before-save-hook 'time-stamp) +# time-stamp-start: "scriptversion=" +# time-stamp-format: "%:y-%02m-%02d.%02H" +# time-stamp-time-zone: "UTC0" +# time-stamp-end: "; # UTC" +# End: diff --git a/pcfshtofish/Imakefile b/pcfshtofish/Imakefile deleted file mode 100644 index 164ac68..0000000 --- a/pcfshtofish/Imakefile +++ /dev/null @@ -1,6 +0,0 @@ -LOCAL_LIBRARIES = - -SRCS = pcfshtofish.c -OBJS = pcfshtofish.o - -ComplexProgramTarget(pcfshtofish) diff --git a/pcfshtofish/README b/pcfshtofish/README deleted file mode 100644 index c8ac7e4..0000000 --- a/pcfshtofish/README +++ /dev/null @@ -1,7 +0,0 @@ - -Read a PC .fsh file, and write a xfishtank fish. - -If input is from stdin writes fish.h - -if input is file.fsh on command line writes file.h - diff --git a/pcfshtofish/pcfshtofish.c b/pcfshtofish/pcfshtofish.c deleted file mode 100644 index d20e7fb..0000000 --- a/pcfshtofish/pcfshtofish.c +++ /dev/null @@ -1,287 +0,0 @@ -#include - -#define MAXCOLORS 256 -#define DEFAULT_NAME "fish" - -struct rgb_color { - unsigned int red, green, blue; -}; - - -void -ReadFshColors(ifp, colrs) -FILE *ifp; -struct rgb_color *colrs; -{ - int i; - int val, val2; - - for (i = 0; i < 132; i++) { - val = fgetc(ifp); - } - - for (i = 0; i < 16; i++) { - val = fgetc(ifp); - colrs[i].blue = val; - val = fgetc(ifp); - colrs[i].green = val; - val = fgetc(ifp); - colrs[i].red = val; - val = fgetc(ifp); - } -} - - -unsigned char * -ReadFshData1(ifp) -FILE *ifp; -{ - unsigned char *data; - int i, j, indx; - int val, val2; - - data = (unsigned char *) malloc(64 * 64); - for (j = 63; j >= 0; j--) { - indx = 64 * j; - for (i = 0; i < 32; i++) { - val = fgetc(ifp); - val2 = (val >> 4) & 0x0f; - data[indx] = (unsigned char) val2; - indx++; - val2 = val & 0x0f; - data[indx] = (unsigned char) val2; - indx++; - } - } - return (data); -} - - -unsigned char * -ReadFshData2(ifp) -FILE *ifp; -{ - unsigned char *data; - int i, j, indx; - int val, val2; - - for (i = 0; i < (16 * 32); i++) { - val = fgetc(ifp); - } - - data = (unsigned char *) malloc(64 * 64); - for (j = 63; j >= 0; j--) { - indx = 64 * j; - for (i = 0; i < 32; i++) { - val = fgetc(ifp); - val2 = (val >> 4) & 0x0f; - data[indx] = (unsigned char) val2; - indx++; - val2 = val & 0x0f; - data[indx] = (unsigned char) val2; - indx++; - } - } - return (data); -} - - -struct rgb_color - * -MapColors(data1, colrs1, data2, colrs2, width, height, Cnt) -unsigned char *data1; -struct rgb_color *colrs1; -unsigned char *data2; -struct rgb_color *colrs2; -int width, height; -int *Cnt; -{ - int i, j; - int fcnt, indx; - int Mapping[MAXCOLORS]; - unsigned char *ptr; - struct rgb_color *fcolrs; - - fcolrs = (struct rgb_color *) malloc((MAXCOLORS + 1) * sizeof(struct rgb_color)); - - fcnt = 0; - ptr = data1; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - for (j = 0; j < fcnt; j++) { - if ((fcolrs[j].red == colrs1[indx].red) && - (fcolrs[j].green == colrs1[indx].green) && - (fcolrs[j].blue == colrs1[indx].blue)) { - break; - } - } - if (j == fcnt) { - fcolrs[j].red = colrs1[indx].red; - fcolrs[j].green = colrs1[indx].green; - fcolrs[j].blue = colrs1[indx].blue; - Mapping[indx] = j; - fcnt++; - if (fcnt > MAXCOLORS) { - fprintf(stderr, "Error: cannot use more than %d colors in your fish\n", - MAXCOLORS); - exit(1); - } - } - ptr++; - } - ptr = data1; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - *ptr = (unsigned char) (Mapping[indx]); - ptr++; - } - - ptr = data2; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - for (j = 0; j < fcnt; j++) { - if ((fcolrs[j].red == colrs2[indx].red) && - (fcolrs[j].green == colrs2[indx].green) && - (fcolrs[j].blue == colrs2[indx].blue)) { - break; - } - } - if (j == fcnt) { - fcolrs[j].red = colrs2[indx].red; - fcolrs[j].green = colrs2[indx].green; - fcolrs[j].blue = colrs2[indx].blue; - Mapping[indx] = j; - fcnt++; - if (fcnt > MAXCOLORS) { - fprintf(stderr, "Error: cannot use more than %d colors in your fish\n", - MAXCOLORS); - exit(1); - } - } - ptr++; - } - ptr = data2; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - *ptr = (unsigned char) (Mapping[indx]); - ptr++; - } - - for (i = 0; i < fcnt; i++) { - fcolrs[i].red = fcolrs[i].red * 256; - fcolrs[i].green = fcolrs[i].green * 256; - fcolrs[i].blue = fcolrs[i].blue * 256; - } - for (i = fcnt; i < 16; i++) { - fcolrs[i].red = 0; - fcolrs[i].green = 0; - fcolrs[i].blue = 0; - } - - if (fcnt < 16) { - fcnt = 16; - } - *Cnt = fcnt; - return (fcolrs); -} - - -main(argc, argv) -int argc; -char *argv[]; -{ - FILE *ifp; - FILE *ofd; - int i, j, cnt, fcnt; - struct rgb_color colrs1[MAXCOLORS]; - struct rgb_color *fcolrs; - unsigned char *data1, *data2; - int width, height; - char outfile[256]; - char *outname; - - ifp = NULL; - if (argc > 1) { - ifp = fopen(argv[1], "r"); - } - if (ifp == NULL) { - ifp = stdin; - } - - width = 64; - height = 64; - ReadFshColors(ifp, colrs1); - data1 = ReadFshData1(ifp); - data2 = ReadFshData2(ifp); - - fcolrs = MapColors(data1, colrs1, data2, colrs1, width, height, &fcnt); - - if (argc > 2) { - outname = argv[2]; - } else { - cnt = 0; - if (argc > 1) { - while ((argv[1][cnt] != '.') && (argv[1][cnt] != '\0')) { - cnt++; - } - } - if (cnt == 0) { - outname = (char *) malloc(strlen(DEFAULT_NAME) + 1); - strcpy(outname, DEFAULT_NAME); - } else { - outname = (char *) malloc(cnt + 1); - strncpy(outname, argv[1], cnt); - outname[cnt] = '\0'; - } - } - sprintf(outfile, "%s.h", outname); - - ofd = fopen(outfile, "w"); - if (ofd == NULL) { - fprintf(stderr, "Error: cannot open (%s) for writing\n", outfile); - exit(1); - } - - fprintf(ofd, "#define %s_width\t\t%d\n", outname, width); - fprintf(ofd, "#define %s_height\t\t%d\n", outname, height); - fprintf(ofd, "#define %s_colors\t\t%d\n", outname, fcnt); - fprintf(ofd, "#define %s_back\t\t%d\n", outname, (int) data1[0]); - fprintf(ofd, "int\t%s_reds[] = {", outname); - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].red); - } else { - fprintf(ofd, "%d, ", fcolrs[i].red); - } - } - fprintf(ofd, "int\t%s_greens[] = {", outname); - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].green); - } else { - fprintf(ofd, "%d, ", fcolrs[i].green); - } - } - fprintf(ofd, "int\t%s_blues[] = {", outname); - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].blue); - } else { - fprintf(ofd, "%d, ", fcolrs[i].blue); - } - } - fprintf(ofd, "unsigned char\t%s_rasterA[] = {\n", outname); - for (i = 0; i < (width * height); i++) { - fprintf(ofd, "0x%02x,", data1[i]); - } - fprintf(ofd, "};\n"); - fprintf(ofd, "unsigned char\t%s_rasterB[] = {\n", outname); - for (i = 0; i < (width * height); i++) { - fprintf(ofd, "0x%02x,", data2[i]); - } - fprintf(ofd, "};\n"); - - fclose(ofd); - - exit(0); -} diff --git a/ppmtofish/fishtoppm.c b/ppmtofish/fishtoppm.c deleted file mode 100644 index 647e689..0000000 --- a/ppmtofish/fishtoppm.c +++ /dev/null @@ -1,188 +0,0 @@ -#include -#include -#include - -#define MAXCOLORS 256 - -struct rgb_color { - unsigned int red, green, blue; -}; - -void -WritePPM(char *outfile, unsigned char *data, int width, int height, struct rgb_color *colrs) -{ - FILE *fp; - int i; - - if ((fp = fopen(outfile, "w")) == NULL) - return; - fprintf(fp, "P6\n%d %d\n255\n", width, height); - for (i = 0; i < width * height; i++) { - fputc(colrs[data[i]].red, fp); - fputc(colrs[data[i]].green, fp); - fputc(colrs[data[i]].blue, fp); - } - fclose(fp); -} - -unsigned char * -ReadFish(fp, w, h, colrs, filename) -FILE *fp; -int *w, *h; -struct rgb_color *colrs; -char *filename; -{ - int i; - char junk[80]; - char name[80]; - char *cptr; - unsigned char *data; - unsigned char *ptr; - int scale, val; - - for (i = 0; i < 4; i++) { - fscanf(fp, "%s %s %d\n", junk, name, &val); - cptr = strrchr(name, '_'); - if (cptr == NULL) { - cptr = name; - } else { - cptr++; - } - - if (strcmp(cptr, "width") == 0) { - *w = val; - } else if (strcmp(cptr, "height") == 0) { - *h = val; - } else if (strcmp(cptr, "colors") == 0) { - scale = val; - } - } - - cptr = strrchr(name, '_'); - if (cptr == NULL) { - strcpy(filename, ""); - } else { - *cptr = '\0'; - strcpy(filename, name); - } - - val = fgetc(fp); - while (val != '{') { - val = fgetc(fp); - } - for (i = 0; i < scale; i++) { - fscanf(fp, " %d", &val); - colrs[i].red = val / 256; - val = fgetc(fp); - } - - val = fgetc(fp); - while (val != '{') { - val = fgetc(fp); - } - for (i = 0; i < scale; i++) { - fscanf(fp, " %d", &val); - colrs[i].green = val / 256; - val = fgetc(fp); - } - - val = fgetc(fp); - while (val != '{') { - val = fgetc(fp); - } - for (i = 0; i < scale; i++) { - fscanf(fp, " %d", &val); - colrs[i].blue = val / 256; - val = fgetc(fp); - } - - for (i = scale; i < MAXCOLORS; i++) { - colrs[i].red = 0; - colrs[i].green = 0; - colrs[i].blue = 0; - } - - val = fgetc(fp); - while (val != '{') { - val = fgetc(fp); - } - data = (unsigned char *) malloc(2 * (*w) * (*h)); - ptr = data; - for (i = 0; i < ((*w) * (*h)); i++) { - fscanf(fp, " 0x%x", &val); - *ptr++ = (unsigned char) val; - val = fgetc(fp); - } - - val = fgetc(fp); - while (val != '{') { - val = fgetc(fp); - } - for (i = 0; i < ((*w) * (*h)); i++) { - fscanf(fp, " 0x%x", &val); - *ptr++ = (unsigned char) val; - val = fgetc(fp); - } - - return (data); -} - - - -main(argc, argv) -int argc; -char *argv[]; -{ - FILE *ifd; - int i; - struct rgb_color colrs[MAXCOLORS]; - unsigned char *data; - unsigned char *data1; - unsigned char *data2; - unsigned char *ptr; - unsigned char *ptr2; - int width, height; - char outfile[256]; - char outname[80]; - - if (argc < 2) { - fprintf(stderr, "Usage: %s []\n", argv[0]); - exit(1); - } - - ifd = fopen(argv[1], "r"); - if (ifd == NULL) { - fprintf(stderr, "Error: cannot open (%s) for read\n", argv[1]); - exit(1); - } - - data = ReadFish(ifd, &width, &height, colrs, outname); - fclose(ifd); - ptr = data; - - data1 = (unsigned char *) malloc(width * height); - ptr2 = data1; - for (i = 0; i < (width * height); i++) { - *ptr2++ = *ptr++; - } - - data2 = (unsigned char *) malloc(width * height); - ptr2 = data2; - for (i = 0; i < (width * height); i++) { - *ptr2++ = *ptr++; - } - - if (argc >= 3) { - strcpy(outname, argv[2]); - } - - sprintf(outfile, "%s_1.ppm", outname); - - WritePPM(outfile, data1, width, height, colrs); - - sprintf(outfile, "%s_2.ppm", outname); - - WritePPM(outfile, data2, width, height, colrs); - - exit(0); -} diff --git a/ppmtofish/ppmtofish.c b/ppmtofish/ppmtofish.c deleted file mode 100644 index b253744..0000000 --- a/ppmtofish/ppmtofish.c +++ /dev/null @@ -1,509 +0,0 @@ -#include - -#define MAXCOLORS 256 -#define COLS_PER_LINE 7 -#define NUMS_PER_LINE 16 - -extern unsigned char *ReadGifBitmap(); - -struct ebmhdr { - char magic[12]; - unsigned int width, height; - int num_colors; -}; -struct rgb_color { - unsigned int red, green, blue; - int pix_len; -}; - - - -/* - * dscan is a quick replacement for: - * - * fscanf (fp, "%d", &ip); - */ -dscan(fp, ip) -FILE *fp; -int *ip; -{ - - register int v = 0; - register int n = 0; - int done = 0; - static int nerrors; - - while (!done) { - register int i; - i = getc(fp); - if (i < 0) { - *ip = v; - fprintf(stderr, "dscanf: EOF"); - if (nerrors++ > 2) - return (-1); - else if (nerrors++ > 4) - exit(-1); - return (n); - } - i &= 0xFF; - switch (i) { - case '0': - case '1': - case '2': - case '3': - case '4': - case '5': - case '6': - case '7': - case '8': - case '9': - v = i - '0' + (v * 10); - n++; - break; - case '\n': - case '\r': - case ' ': - case '\t': - if (n) { - *ip = v; - done = 1; - } - break; - default: - fprintf(stderr, "dscanf: non numeric character (0x%x) '%c'\n", i, i); - if (nerrors++ > 4) - exit(-1); - return (-1); - - } - } - return (n); -} - - - -unsigned char * -ReadEbmBitmap(fp, w, h, colrs) -FILE *fp; -int *w, *h; -struct rgb_color *colrs; -{ - int i, temp, scale; - unsigned int bmap_size; - int *ptr[3]; - int red, green, blue; - char line[1024]; - unsigned char *bit_data; - unsigned char *bitp; - - bit_data = NULL; - *w = 0; - *h = 0; - - if ((fscanf(fp, "%12s %d %d %d\n", line, w, h, &scale) == 4) && - (strcmp(line, "xstitch_data") == 0)) { - for (i = 0; i < 3; i++) { - fscanf(fp, "%s", line); - if (strcmp(line, "red") == 0) { - ptr[i] = &red; - } else if (strcmp(line, "green") == 0) { - ptr[i] = &green; - } else if (strcmp(line, "blue") == 0) { - ptr[i] = &blue; - } else { - fprintf(stderr, "File has improper format\n"); - return ((unsigned char *) NULL); - } - } - fscanf(fp, "[^\n]\n"); - for (i = 0; i < scale; i++) { - line[0] = '\0'; - if (fscanf(fp, "%d %d %d%[^\n]\n", ptr[0], ptr[1], ptr[2], line) < 3) { - fprintf(stderr, "Bad color data #%d\n", i); - } - colrs[i].red = red; - colrs[i].green = green; - colrs[i].blue = blue; - } - - bmap_size = (*w) * (*h); - bit_data = (unsigned char *) malloc(bmap_size); - if (bit_data == NULL) { - fprintf(stderr, "Cannot allocate space for bitmap\n"); - } - bitp = bit_data; - for (i = 0; i < bmap_size; i++) { - if (dscan(fp, &temp) == -1) - break; - if (temp > (scale - 1)) - temp = 0; - *bitp = (unsigned char) temp; - bitp++; - } - } else { - return ((unsigned char *) NULL); - } - return (bit_data); -} - - - -int -swapint(in) -int in; -{ - int out; - - out = 0; - out = out | ((in >> 24) & 0xff); - out = out | ((in >> 8) & 0xff00); - out = out | ((in << 8) & 0xff0000); - out = out | ((in << 24) & 0xff000000); - return (out); -} - - - -unsigned char * -ReadCompactEbmBitmap(fp, w, h, colrs) -FILE *fp; -int *w, *h; -struct rgb_color *colrs; -{ - int i, scale; - unsigned int bmap_size; - char pix_file[1024]; - unsigned char *bit_data; - unsigned char *bitp; - struct ebmhdr Hdr; - struct rgb_color color_data; - int doswap; - - doswap = 0; - bit_data = NULL; - *w = 0; - *h = 0; - - fread(&Hdr, sizeof(struct ebmhdr), 1, fp); - if (strcmp(Hdr.magic, "xstitch") == 0) { - /* - * a horrible hack to deal with different byte ordering on - * different machines. Is based on assumption of only 2 - * possible byte orderings, and never more than 256 colors. - */ - if (Hdr.num_colors > 256) { - doswap = 1; - Hdr.width = swapint(Hdr.width); - Hdr.height = swapint(Hdr.height); - Hdr.num_colors = swapint(Hdr.num_colors); - } - *w = Hdr.width; - *h = Hdr.height; - scale = Hdr.num_colors; - for (i = 0; i < Hdr.num_colors; i++) { - fread(&colrs[i], sizeof(struct rgb_color), 1, fp); - if (doswap) { - colrs[i].red = swapint(colrs[i].red); - colrs[i].green = swapint(colrs[i].green); - colrs[i].blue = swapint(colrs[i].blue); - colrs[i].pix_len = swapint(colrs[i].pix_len); - } - if (colrs[i].pix_len != 0) { - if (colrs[i].pix_len > 1023) { - fprintf(stderr, "bad pattern\n"); - return ((unsigned char *) NULL); - } - fread(pix_file, sizeof(char), colrs[i].pix_len, fp); - } - } - - bmap_size = (*w) * (*h); - bit_data = (unsigned char *) malloc(bmap_size); - if (bit_data == NULL) { - fprintf(stderr, "Cannot allocate space for bitmap\n"); - } - fread(bit_data, sizeof(unsigned char), ((*w) * (*h)), fp); - - bitp = bit_data; - for (i = 0; i < bmap_size; i++) { - if ((int) *bitp > (scale - 1)) - *bitp = (unsigned char) 0; - bitp++; - } - } else { - return ((unsigned char *) NULL); - } - return (bit_data); -} - - -struct rgb_color - * -MapColors(data1, colrs1, data2, colrs2, width, height, Cnt) -unsigned char *data1; -struct rgb_color *colrs1; -unsigned char *data2; -struct rgb_color *colrs2; -int width, height; -int *Cnt; -{ - int i, j; - int fcnt, indx; - int Mapping[MAXCOLORS]; - unsigned char *ptr; - struct rgb_color *fcolrs; - - fcolrs = (struct rgb_color *) malloc((MAXCOLORS + 1) * sizeof(struct rgb_color)); - - fcnt = 0; - ptr = data1; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - for (j = 0; j < fcnt; j++) { - if ((fcolrs[j].red == colrs1[indx].red) && - (fcolrs[j].green == colrs1[indx].green) && - (fcolrs[j].blue == colrs1[indx].blue)) { - break; - } - } - if (j == fcnt) { - fcolrs[j].red = colrs1[indx].red; - fcolrs[j].green = colrs1[indx].green; - fcolrs[j].blue = colrs1[indx].blue; - Mapping[indx] = j; - fcnt++; - if (fcnt > MAXCOLORS) { - fprintf(stderr, "Error: cannot use more than %d colors in your fish\n", - MAXCOLORS); - exit(1); - } - } - ptr++; - } - ptr = data1; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - *ptr = (unsigned char) (Mapping[indx]); - ptr++; - } - - ptr = data2; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - for (j = 0; j < fcnt; j++) { - if ((fcolrs[j].red == colrs2[indx].red) && - (fcolrs[j].green == colrs2[indx].green) && - (fcolrs[j].blue == colrs2[indx].blue)) { - break; - } - } - if (j == fcnt) { - fcolrs[j].red = colrs2[indx].red; - fcolrs[j].green = colrs2[indx].green; - fcolrs[j].blue = colrs2[indx].blue; - Mapping[indx] = j; - fcnt++; - if (fcnt > MAXCOLORS) { - fprintf(stderr, "Error: cannot use more than %d colors in your fish\n", - MAXCOLORS); - exit(1); - } - } - ptr++; - } - ptr = data2; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - *ptr = (unsigned char) (Mapping[indx]); - ptr++; - } - - for (i = 0; i < fcnt; i++) { - fcolrs[i].red = fcolrs[i].red * 256; - fcolrs[i].green = fcolrs[i].green * 256; - fcolrs[i].blue = fcolrs[i].blue * 256; - } - for (i = fcnt; i < 16; i++) { - fcolrs[i].red = 0; - fcolrs[i].green = 0; - fcolrs[i].blue = 0; - } - - if (fcnt < 16) { - fcnt = 16; - } - *Cnt = fcnt; - return (fcolrs); -} - - - -main(argc, argv) -int argc; -char *argv[]; -{ - FILE *ifd; - FILE *ofd; - int i, cnt, fcnt; - struct rgb_color colrs1[MAXCOLORS]; - struct rgb_color colrs2[MAXCOLORS]; - struct rgb_color *fcolrs; - unsigned char *data1, *data2; - int width1, height1, width2, height2; - char outfile[256]; - char *outname; - int num_cnt; - - if (argc < 3) { - fprintf(stderr, "Usage: %s []\n", argv[0]); - exit(1); - } - - ifd = fopen(argv[1], "r"); - if (ifd == NULL) { - fprintf(stderr, "Error: cannot open (%s) for read\n", argv[1]); - exit(1); - } - - data1 = ReadCompactEbmBitmap(ifd, &width1, &height1, colrs1); - if (data1 == NULL) { - rewind(ifd); - data1 = ReadEbmBitmap(ifd, &width1, &height1, colrs1); - } - if (data1 == NULL) { - rewind(ifd); - data1 = ReadGifBitmap(ifd, &width1, &height1, colrs1); - } - fclose(ifd); - - if (data1 == NULL) { - fprintf(stderr, "Error: (%s) has unknown format\n", argv[1]); - exit(1); - } - - ifd = fopen(argv[2], "r"); - if (ifd == NULL) { - fprintf(stderr, "Error: cannot open (%s) for read\n", argv[2]); - exit(1); - } - - data2 = ReadCompactEbmBitmap(ifd, &width2, &height2, colrs2); - if (data2 == NULL) { - rewind(ifd); - data2 = ReadEbmBitmap(ifd, &width2, &height2, colrs2); - } - if (data2 == NULL) { - rewind(ifd); - data2 = ReadGifBitmap(ifd, &width2, &height2, colrs2); - } - fclose(ifd); - - if (data2 == NULL) { - fprintf(stderr, "Error: (%s) has unknown format\n", argv[2]); - exit(1); - } - - - if ((width1 != width2) || (height1 != height2)) { - fprintf(stderr, "Error: fish must have same dimensions\n"); - exit(1); - } - - fcolrs = MapColors(data1, colrs1, data2, colrs2, width1, height1, &fcnt); - - if (data1[0] != data2[0]) { - fprintf(stderr, "Error: fish must have same backgrounds\n"); - exit(1); - } - - if (argc >= 4) { - outname = argv[3]; - } else { - cnt = 0; - while ((argv[1][cnt] == argv[2][cnt]) && (argv[1][cnt] != '.') && (argv[2][cnt] != '.')) { - cnt++; - } - if (cnt == 0) { - fprintf(stderr, "Error: files need common prefix\n"); - exit(1); - } - outname = (char *) malloc(cnt + 1); - strncpy(outname, argv[1], cnt); - outname[cnt] = '\0'; - } - sprintf(outfile, "%s.h", outname); - - ofd = fopen(outfile, "w"); - if (ofd == NULL) { - fprintf(stderr, "Error: cannot open (%s) for writing\n", outfile); - exit(1); - } - - fprintf(ofd, "#define %s_width\t\t%d\n", outname, width1); - fprintf(ofd, "#define %s_height\t\t%d\n", outname, height1); - fprintf(ofd, "#define %s_colors\t\t%d\n", outname, fcnt); - fprintf(ofd, "#define %s_back\t\t%d\n", outname, (int) data1[0]); - fprintf(ofd, "int\t%s_reds[] = {", outname); - num_cnt = 0; - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].red); - } else { - fprintf(ofd, "%d, ", fcolrs[i].red); - if (++num_cnt >= COLS_PER_LINE) { - fprintf(ofd, "\n"); - num_cnt = 0; - } - } - } - fprintf(ofd, "int\t%s_greens[] = {", outname); - num_cnt = 0; - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].green); - } else { - fprintf(ofd, "%d, ", fcolrs[i].green); - if (++num_cnt >= COLS_PER_LINE) { - fprintf(ofd, "\n"); - num_cnt = 0; - } - } - } - fprintf(ofd, "int\t%s_blues[] = {", outname); - num_cnt = 0; - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].blue); - } else { - fprintf(ofd, "%d, ", fcolrs[i].blue); - if (++num_cnt >= COLS_PER_LINE) { - fprintf(ofd, "\n"); - num_cnt = 0; - } - } - } - fprintf(ofd, "unsigned char\t%s_rasterA[] = {\n", outname); - num_cnt = 0; - for (i = 0; i < (width1 * height1); i++) { - fprintf(ofd, "0x%02x,", data1[i]); - if (++num_cnt >= NUMS_PER_LINE) { - fprintf(ofd, "\n"); - num_cnt = 0; - } - } - fprintf(ofd, "};\n"); - fprintf(ofd, "unsigned char\t%s_rasterB[] = {\n", outname); - num_cnt = 0; - for (i = 0; i < (width1 * height1); i++) { - fprintf(ofd, "0x%02x,", data2[i]); - if (++num_cnt >= NUMS_PER_LINE) { - fprintf(ofd, "\n"); - num_cnt = 0; - } - } - fprintf(ofd, "};\n"); - - fclose(ofd); - - exit(0); -} diff --git a/prevent-remakes b/prevent-remakes new file mode 100755 index 0000000..7c87191 --- /dev/null +++ b/prevent-remakes @@ -0,0 +1,17 @@ +#!/bin/sh +# fix-timestamp.sh: prevents useless rebuilds after "cvs update" +sleep 1 +# aclocal-generated aclocal.m4 depends on locally-installed +# '.m4' macro files, as well as on 'configure.ac' +touch aclocal.m4 +sleep 1 +# autoconf-generated configure depends on aclocal.m4 and on +# configure.ac +touch configure +# so does autoheader-generated config.h.in +touch config.h.in +# and all the automake-generated Makefile.in files +touch `find . -name Makefile.in -print` +# finally, the makeinfo-generated '.info' files depend on the +# corresponding '.texi' files +#touch doc/*.info diff --git a/rasttofish/Imakefile b/rasttofish/Imakefile deleted file mode 100644 index ab11812..0000000 --- a/rasttofish/Imakefile +++ /dev/null @@ -1,6 +0,0 @@ -LOCAL_LIBRARIES = - -SRCS = rasttofish.c -OBJS = rasttofish.o - -ComplexProgramTarget(rasttofish) diff --git a/rasttofish/README b/rasttofish/README deleted file mode 100644 index fddd383..0000000 --- a/rasttofish/README +++ /dev/null @@ -1,5 +0,0 @@ - -Read an Openwindows fish, and write a xfishtank fish. Reads a sun raster -mirrors it on Y to make it face right, duplicates it so the two frames -are identical, and makes an xfishtank file. - diff --git a/rasttofish/rast.h b/rasttofish/rast.h deleted file mode 100644 index 1ab7876..0000000 --- a/rasttofish/rast.h +++ /dev/null @@ -1,112 +0,0 @@ -/* rast.h - header file for Sun raster files -** -** The format of a Sun raster file is as follows. First, a struct -** rasterfile. Note the 32-bit magic number at the beginning; this -** identifies the file type and lets you figure out whether you need -** to do little-endian / big-endian byte-swapping or not. (The PBMPLUS -** implementation does not do byte-swapping; instead, it reads all -** multi-byte values a byte at a time.) -** -** After the struct is an optional colormap. If ras_maptype is RMT_NONE, -** no map is present; if it's RMT_EQUAL_RGB then the map consists of -** three unsigned-char arrays ras_maplength long, one each for r g and b. -** I don't know what RMT_RAW means. Black and white bitmaps are stored -** as ras_maptype == RMT_NONE and ras_depth == 1, with the bits stored -** eight to a byte MSB first. -** -** Finally comes the image data. If ras_type is RT_OLD or RT_STANDARD, -** the data is just plain old uncompressed bytes, padded out to a multiple -** of 16 bits in each row. If ras_type is RT_BYTE_ENCODED, a run-length -** compression scheme is used: an escape-byte of 128 indicates a run; -** the next byte is a count, and the one after that is the byte to be -** replicated. The one exception to this is if the count is 1; then -** there is no third byte in the packet, it means to put a single 128 -** in the data stream. -*/ - -#ifndef _RAST_H_ -#define _RAST_H_ - -#define PIX_ERR -1 - -struct rasterfile { - long ras_magic; -#define RAS_MAGIC 0x59a66a95 - long ras_width; - long ras_height; - long ras_depth; - long ras_length; - long ras_type; -#define RT_OLD 0 /* Raw pixrect image in 68000 byte order */ -#define RT_STANDARD 1 /* Raw pixrect image in 68000 byte order */ -#define RT_BYTE_ENCODED 2 /* Run-length compression of bytes */ -#define RT_FORMAT_RGB 3 /* XRGB or RGB instead of XBGR or BGR */ -#define RT_FORMAT_TIFF 4 /* tiff <-> standard rasterfile */ -#define RT_FORMAT_IFF 5 /* iff (TAAC format) <-> standard rasterfile */ -#define RT_EXPERIMENTAL 0xffff /* Reserved for testing */ - long ras_maptype; -#define RMT_NONE 0 -#define RMT_EQUAL_RGB 1 -#define RMT_RAW 2 - long ras_maplength; -}; - -struct pixrectops { - int (*pro_rop) (); - int (*pro_stencil) (); - int (*pro_batchrop) (); - int (*pro_nop) (); - int (*pro_destroy) (); - int (*pro_get) (); - int (*pro_put) (); - int (*pro_vector) (); - struct pixrect *(*pro_region) (); - int (*pro_putcolormap) (); - int (*pro_getcolormap) (); - int (*pro_putattributes) (); - int (*pro_getattributes) (); -}; - -struct pr_size { - int x, y; -}; -struct pr_pos { - int x, y; -}; - -struct pixrect { - struct pixrectops *pr_ops; - struct pr_size pr_size; - int pr_depth; - struct mpr_data *pr_data; /* work-alike only handles memory pixrects */ -}; - -struct mpr_data { - int md_linebytes; - unsigned char *md_image; /* note, byte not short -- avoid pr_flip() */ - struct pr_pos md_offset; - short md_primary; - short md_flags; -}; - -typedef struct { - int type; - int length; - unsigned char *map[3]; -} colormap_t; - -/* And the routine definitions. */ - -struct pixrect *mem_create ARGS((int w, int h, int depth)); -void mem_free ARGS((struct pixrect * p)); - -int pr_dump -ARGS((struct pixrect * p, FILE * out, colormap_t * colormap, int type, int copy_flag)); - -int pr_load_header ARGS((FILE * in, struct rasterfile * hP)); - -int pr_load_colormap ARGS((FILE * in, struct rasterfile * hP, colormap_t * colormap)); - -struct pixrect *pr_load_image ARGS((FILE * in, struct rasterfile * hP, colormap_t * colormap)); - -#endif /*_RAST_H_*/ diff --git a/rasttofish/rasttofish.c b/rasttofish/rasttofish.c deleted file mode 100644 index 558796e..0000000 --- a/rasttofish/rasttofish.c +++ /dev/null @@ -1,588 +0,0 @@ -/* rasttofish.c - read a Sun rasterfile and produce an xfish header file -** -** All code to read sun rasters came from rasttopnm, his copyright follows. -** -** Copyright (C) 1989, 1991 by Jef Poskanzer. -** -** Permission to use, copy, modify, and distribute this software and its -** documentation for any purpose and without fee is hereby granted, provided -** that the above copyright notice appear in all copies and that both that -** copyright notice and this permission notice appear in supporting -** documentation. This software is provided "as is" without express or -** implied warranty. -*/ - -#ifdef __STDC__ -#define ARGS(alist) alist -#else /*__STDC__*/ -#define ARGS(alist) () -#define const -#endif /*__STDC__*/ - - -#include -#include "rast.h" - -#define MAXCOLORS 256 -#define DEFAULT_NAME "fish" - -struct rgb_color { - unsigned int red, green, blue; -}; - - -int -pm_readbiglong(in, lP) -FILE *in; -long *lP; -{ - int c; - - if ((c = getc(in)) == EOF) - return -1; - *lP = (c & 0xff) << 24; - if ((c = getc(in)) == EOF) - return -1; - *lP |= (c & 0xff) << 16; - if ((c = getc(in)) == EOF) - return -1; - *lP |= (c & 0xff) << 8; - if ((c = getc(in)) == EOF) - return -1; - *lP |= c & 0xff; - return 0; -} - -int -pr_load_header(in, hP) -FILE *in; -struct rasterfile *hP; -{ - if (pm_readbiglong(in, &(hP->ras_magic)) == -1) - return PIX_ERR; - if (hP->ras_magic != RAS_MAGIC) - return PIX_ERR; - if (pm_readbiglong(in, &(hP->ras_width)) == -1) - return PIX_ERR; - if (pm_readbiglong(in, &(hP->ras_height)) == -1) - return PIX_ERR; - if (pm_readbiglong(in, &(hP->ras_depth)) == -1) - return PIX_ERR; - if (pm_readbiglong(in, &(hP->ras_length)) == -1) - return PIX_ERR; - if (pm_readbiglong(in, &(hP->ras_type)) == -1) - return PIX_ERR; - if (pm_readbiglong(in, &(hP->ras_maptype)) == -1) - return PIX_ERR; - if (pm_readbiglong(in, &(hP->ras_maplength)) == -1) - return PIX_ERR; - return 0; -} - -int -pr_load_colormap(in, hP, colormap) -FILE *in; -struct rasterfile *hP; -colormap_t *colormap; -{ - if (colormap == NULL || hP->ras_maptype == RMT_NONE) { - char junk[30000]; - - if (fread(junk, 1, hP->ras_maplength, in) != hP->ras_maplength) - return PIX_ERR; - } else { - colormap->type = hP->ras_maptype; - switch (hP->ras_maptype) { - case RMT_EQUAL_RGB: - colormap->length = hP->ras_maplength / 3; - colormap->map[0] = (unsigned char *) malloc(colormap->length); - if (colormap->map[0] == NULL) - return PIX_ERR; - colormap->map[1] = (unsigned char *) malloc(colormap->length); - if (colormap->map[1] == NULL) { - free(colormap->map[0]); - return PIX_ERR; - } - colormap->map[2] = (unsigned char *) malloc(colormap->length); - if (colormap->map[2] == NULL) { - free(colormap->map[0]); - free(colormap->map[1]); - return PIX_ERR; - } - if (fread(colormap->map[0], 1, colormap->length, in) != colormap->length || - fread(colormap->map[1], 1, colormap->length, in) != colormap->length || - fread(colormap->map[2], 1, colormap->length, in) != colormap->length) { - free(colormap->map[0]); - free(colormap->map[1]); - free(colormap->map[2]); - return PIX_ERR; - } - break; - - case RMT_RAW: - colormap->length = hP->ras_maplength; - colormap->map[0] = (unsigned char *) malloc(colormap->length); - if (colormap->map[0] == NULL) - return PIX_ERR; - colormap->map[2] = colormap->map[1] = colormap->map[0]; - if (fread(colormap->map[0], 1, hP->ras_maplength, in) != hP->ras_maplength) { - free(colormap->map[0]); - return PIX_ERR; - } - break; - - default: - fprintf(stderr, "unknown colormap type\n"); - exit(1); - } - } - return 0; -} - - -struct pixrect * -mem_create(w, h, depth) -int w, h, depth; -{ - struct pixrect *p; - struct mpr_data *m; - - p = (struct pixrect *) malloc(sizeof(struct pixrect)); - if (p == NULL) - return NULL; - p->pr_ops = NULL; - p->pr_size.x = w; - p->pr_size.y = h; - p->pr_depth = depth; - m = p->pr_data = (struct mpr_data *) malloc(sizeof(struct mpr_data)); - if (m == NULL) { - free(p); - return NULL; - } - /* According to the documentation, linebytes is supposed to be rounded - ** up to a longword (except on 386 boxes). However, this turns out - ** not to be the case. In reality, all of Sun's code rounds up to - ** a short, not a long. - */ - m->md_linebytes = (w * depth + 15) / 16 * 2; - m->md_offset.x = 0; - m->md_offset.y = 0; - m->md_flags = 0; - m->md_image = (unsigned char *) malloc(m->md_linebytes * h); - if (m->md_image == NULL) { - free(m); - free(p); - return NULL; - } - - return p; -} - - -void -mem_free(p) -struct pixrect *p; -{ - free(p->pr_data->md_image); - free(p->pr_data); - free(p); -} - - - - -struct pixrect * -pr_load_image(in, hP, colormap) -FILE *in; -struct rasterfile *hP; -colormap_t *colormap; -{ - struct pixrect *p; - unsigned char *beimage; - register unsigned char *bep; - register unsigned char *bp; - register unsigned char c; - int i; - register int j, count; - - p = mem_create(hP->ras_width, hP->ras_height, hP->ras_depth); - if (p == NULL) - return NULL; - - switch (hP->ras_type) { - case RT_OLD: - fprintf(stderr, "old rasterfile type is not supported\n"); - exit(1); - - case RT_FORMAT_TIFF: - fprintf(stderr, "tiff rasterfile type is not supported\n"); - exit(1); - - case RT_FORMAT_IFF: - fprintf(stderr, "iff rasterfile type is not supported\n"); - exit(1); - - case RT_EXPERIMENTAL: - fprintf(stderr, "experimental rasterfile type is not supported\n"); - exit(1); - - case RT_STANDARD: - case RT_FORMAT_RGB: - /* Ignore hP->ras_length. */ - i = p->pr_size.y * p->pr_data->md_linebytes; - if (fread(p->pr_data->md_image, 1, i, in) != i) { - mem_free(p); - return NULL; - } - break; - - case RT_BYTE_ENCODED: - beimage = (unsigned char *) malloc(hP->ras_length); - if (beimage == NULL) { - mem_free(p); - return NULL; - } - if (fread(beimage, 1, hP->ras_length, in) != hP->ras_length) { - mem_free(p); - free(beimage); - return NULL; - } - bep = beimage; - bp = p->pr_data->md_image; - for (i = 0; i < hP->ras_length;) { - c = *bep++; - if (c == 128) { - count = (*bep++) + 1; - if (count == 1) { - *bp++ = 128; - i += 2; - } else { - c = *bep++; - for (j = 0; j < count; ++j) - *bp++ = c; - i += 3; - } - } else { - *bp++ = c; - ++i; - } - } - free(beimage); - break; - - default: - fprintf(stderr, "unknown rasterfile type\n"); - exit(1); - } - - return p; -} - - -unsigned char * -ReadRaster(ifp, w, h, colrs) -FILE *ifp; -int *w, *h; -struct rgb_color *colrs; -{ - struct rasterfile header; - colormap_t pr_colormap; - struct pixrect *pr; - unsigned char *data; - unsigned char *dptr; - unsigned char *rdata; - unsigned char *ptr; - int linesize; - int depth; - int maxval; - int i, j; - - /* Read in the rasterfile. First the header. */ - if (pr_load_header(ifp, &header) != 0) { - fprintf(stderr, "unable to read in rasterfile header\n"); - exit(1); - } - - *w = header.ras_width; - *h = header.ras_height; - - depth = header.ras_depth; - - if (*w <= 0) { - fprintf(stderr, "invalid width\n"); - exit(1); - } - if (*h <= 0) { - fprintf(stderr, "invalid height\n"); - exit(1); - } - - /* If there is a color map, read it. */ - if (header.ras_maplength != 0) { - if (pr_load_colormap(ifp, &header, &pr_colormap) != 0) { - fprintf(stderr, "no colormap\n"); - exit(1); - } - } - - /* Check the depth and color map. */ - switch (depth) { - case 8: - if (header.ras_maptype != RMT_EQUAL_RGB) { - fprintf(stderr, "not an RGB colormap\n"); - exit(1); - } - maxval = 255; - break; - default: - fprintf(stderr, "Can only handle depth 8 images\n"); - exit(1); - } - - for (i = 0; i < maxval; i++) { - colrs[i].red = pr_colormap.map[0][i]; - colrs[i].green = pr_colormap.map[1][i]; - colrs[i].blue = pr_colormap.map[2][i]; - } - - /* Now load the data. The pixrect returned is a memory pixrect. */ - if ((pr = pr_load_image(ifp, &header, NULL)) == NULL) { - fprintf(stderr, "unable to read image from the rasterfile\n"); - exit(1); - } - - linesize = ((struct mpr_data *) pr->pr_data)->md_linebytes; - data = ((struct mpr_data *) pr->pr_data)->md_image; - - rdata = (unsigned char *) malloc((*w) * (*h)); - ptr = rdata; - for (j = 0; j < (*h); j++) { - dptr = (unsigned char *) data; - for (i = 0; i < (*w); i++) { - *ptr++ = *dptr++; - } - data += linesize; - } - return (rdata); -} - - -struct rgb_color - * -MapColors(data1, colrs1, data2, colrs2, width, height, Cnt) -unsigned char *data1; -struct rgb_color *colrs1; -unsigned char *data2; -struct rgb_color *colrs2; -int width, height; -int *Cnt; -{ - int i, j; - int fcnt, indx; - int Mapping[MAXCOLORS]; - unsigned char *ptr; - struct rgb_color *fcolrs; - - fcolrs = (struct rgb_color *) malloc((MAXCOLORS + 1) * sizeof(struct rgb_color)); - - fcnt = 0; - ptr = data1; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - for (j = 0; j < fcnt; j++) { - if ((fcolrs[j].red == colrs1[indx].red) && - (fcolrs[j].green == colrs1[indx].green) && - (fcolrs[j].blue == colrs1[indx].blue)) { - break; - } - } - if (j == fcnt) { - fcolrs[j].red = colrs1[indx].red; - fcolrs[j].green = colrs1[indx].green; - fcolrs[j].blue = colrs1[indx].blue; - Mapping[indx] = j; - fcnt++; - if (fcnt > MAXCOLORS) { - fprintf(stderr, "Error: cannot use more than %d colors in your fish\n", - MAXCOLORS); - exit(1); - } - } - ptr++; - } - ptr = data1; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - *ptr = (unsigned char) (Mapping[indx]); - ptr++; - } - - ptr = data2; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - for (j = 0; j < fcnt; j++) { - if ((fcolrs[j].red == colrs2[indx].red) && - (fcolrs[j].green == colrs2[indx].green) && - (fcolrs[j].blue == colrs2[indx].blue)) { - break; - } - } - if (j == fcnt) { - fcolrs[j].red = colrs2[indx].red; - fcolrs[j].green = colrs2[indx].green; - fcolrs[j].blue = colrs2[indx].blue; - Mapping[indx] = j; - fcnt++; - if (fcnt > MAXCOLORS) { - fprintf(stderr, "Error: cannot use more than %d colors in your fish\n", - MAXCOLORS); - exit(1); - } - } - ptr++; - } - ptr = data2; - for (i = 0; i < (width * height); i++) { - indx = (int) *ptr; - *ptr = (unsigned char) (Mapping[indx]); - ptr++; - } - - for (i = 0; i < fcnt; i++) { - fcolrs[i].red = fcolrs[i].red * 256; - fcolrs[i].green = fcolrs[i].green * 256; - fcolrs[i].blue = fcolrs[i].blue * 256; - } - for (i = fcnt; i < 16; i++) { - fcolrs[i].red = 0; - fcolrs[i].green = 0; - fcolrs[i].blue = 0; - } - - if (fcnt < 16) { - fcnt = 16; - } - *Cnt = fcnt; - return (fcolrs); -} - - -main(argc, argv) -int argc; -char *argv[]; -{ - FILE *ifp; - FILE *ofd; - int i, j, cnt, fcnt; - struct rgb_color colrs1[MAXCOLORS]; - struct rgb_color colrs2[MAXCOLORS]; - struct rgb_color *fcolrs; - unsigned char *data; - unsigned char *ptr, *ptr1, *ptr2; - unsigned char *data1, *data2; - int width1, height1, width2, height2; - char outfile[256]; - char *outname; - - ifp = NULL; - if (argc > 1) { - ifp = fopen(argv[1], "r"); - } - if (ifp == NULL) { - ifp = stdin; - } - - data = ReadRaster(ifp, &width1, &height1, colrs1); - - /* Mirror around Y axis, and copy */ - for (i = 0; i < MAXCOLORS; i++) { - colrs2[i].red = colrs1[i].red; - colrs2[i].green = colrs1[i].green; - colrs2[i].blue = colrs1[i].blue; - } - width2 = width1; - height2 = height1; - data1 = (unsigned char *) malloc(width1 * height1); - data2 = (unsigned char *) malloc(width1 * height1); - ptr1 = data1; - ptr2 = data2; - for (j = 0; j < height1; j++) { - ptr = (unsigned char *) (data + ((j + 1) * width1) - 1); - for (i = 0; i < width1; i++) { - *ptr1++ = *ptr; - *ptr2++ = *ptr; - ptr--; - } - } - - fcolrs = MapColors(data1, colrs1, data2, colrs2, width1, height1, &fcnt); - - if (argc > 2) { - outname = argv[2]; - } else { - cnt = 0; - if (argc > 1) { - while ((argv[1][cnt] != '.') && (argv[1][cnt] != '\0')) { - cnt++; - } - } - if (cnt == 0) { - outname = (char *) malloc(strlen(DEFAULT_NAME) + 1); - strcpy(outname, DEFAULT_NAME); - } else { - outname = (char *) malloc(cnt + 1); - strncpy(outname, argv[1], cnt); - outname[cnt] = '\0'; - } - } - sprintf(outfile, "%s.h", outname); - - ofd = fopen(outfile, "w"); - if (ofd == NULL) { - fprintf(stderr, "Error: cannot open (%s) for writing\n", outfile); - exit(1); - } - - fprintf(ofd, "#define %s_width\t\t%d\n", outname, width1); - fprintf(ofd, "#define %s_height\t\t%d\n", outname, height1); - fprintf(ofd, "#define %s_colors\t\t%d\n", outname, fcnt); - fprintf(ofd, "#define %s_back\t\t%d\n", outname, (int) data1[0]); - fprintf(ofd, "int\t%s_reds[] = {", outname); - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].red); - } else { - fprintf(ofd, "%d, ", fcolrs[i].red); - } - } - fprintf(ofd, "int\t%s_greens[] = {", outname); - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].green); - } else { - fprintf(ofd, "%d, ", fcolrs[i].green); - } - } - fprintf(ofd, "int\t%s_blues[] = {", outname); - for (i = 0; i < fcnt; i++) { - if (i == (fcnt - 1)) { - fprintf(ofd, "%d};\n", fcolrs[i].blue); - } else { - fprintf(ofd, "%d, ", fcolrs[i].blue); - } - } - fprintf(ofd, "unsigned char\t%s_rasterA[] = {\n", outname); - for (i = 0; i < (width1 * height1); i++) { - fprintf(ofd, "0x%02x,", data1[i]); - } - fprintf(ofd, "};\n"); - fprintf(ofd, "unsigned char\t%s_rasterB[] = {\n", outname); - for (i = 0; i < (width1 * height1); i++) { - fprintf(ofd, "0x%02x,", data2[i]); - } - fprintf(ofd, "};\n"); - - fclose(ofd); - - exit(0); -} diff --git a/simplemake.sh b/simplemake.sh new file mode 100755 index 0000000..716c79f --- /dev/null +++ b/simplemake.sh @@ -0,0 +1,110 @@ +#!/bin/sh +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# + +# This is a script which compiles xfishtank. +# Use and adapt this if the +# ./configure; make; make install +# suite does not work on your system +# + +# Compilers: + +# C compiler to compile .c sources: +CC=gcc + +# compile and link flags + +FLAGS="-O2" +# if you have pkg-config working for gtk3: +FLAGS="$FLAGS `pkg-config --cflags --libs gtk+-3.0`" +# NOTE: on my system, pkg-config expands to: +# -pthread -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/fribidi -I/usr/include/harfbuzz -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/uuid -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libmount -I/usr/include/blkid -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -lharfbuzz -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lgobject-2.0 -lglib-2.0 + + +# if you have pkg-config working for gmodule-2.0: +#FLAGS="$FLAGS `pkg-config --cflags --libs gmodule-2.0`" +# NOTE: on my system, pkg-config expands to: +# -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wl,--export-dynamic -lgmodule-2.0 -pthread -lglib-2.0 + +# if you have pkg-config working for these: x11 xpm +FLAGS="$FLAGS `pkg-config --cflags --libs x11 xt xpm xext`" +# NOTE: on my system, pkg-config expands to: +# -lXt -lXpm -lX11 -lXext + +# link flags for libmath: +FLAGS="$FLAGS -lm" + +# following is needed by gtk3 to recognize the buttons: +# (Should be delivered by pkg-config --cflags --libs gmodule-2.0) +FLAGS="$FLAGS -Wl,--export-dynamic" +# or: +# FLAGS="$FLAGS -rdynamic" + +version=`./getversion` +if [ "x$version" = x ]; then + version="Unknown" +fi + +FLAGS="$FLAGS -DVERSION=\"$version\"" + +cd src || exit 1 +echo "removing .o files :" +rm -f *.o + +echo "creating ui_xml.h :" +./gen_ui_xml.sh || exit 1 + +echo "compiling C sources:" +$CC -c *.c $FLAGS || exit 1 + +echo "creating xfishtank in directory $PWD:" +$CC -o xfishtank *.o $FLAGS || exit 1 + +cd .. +echo "creating man page xfishtank.1 in directory $PWD:" +version=`src/xfishtank -v|awk '{print $2}'` + +echo +echo " ***********************************************************************" +echo " ** It seems that you compiled xfishtank successfully. **" +echo " ** You can try to run it: **" +echo " ** **" +echo " ** src/xfishtank **" +echo " ** **" +echo " ** If xfishtank works satisfactorily, you can install it: **" +echo " ** Copy src/xfishtank to for example /usr/local/bin/ **" +echo " ** **" +echo " ** Optionally, you can install the man page too: **" +echo " ** Copy src/xfishtank.1 to for example /usr/local/share/man/man1/ **" +echo " ** **" +echo " ** Optionally, you can install the desktop file and icon: **" +echo " ** Copy src/xfishtank.desktop to for example **" +echo " ** /usr/local/share/applications/ **" +echo " ** Copy src/xfishtank.png to for example **" +echo " ** /usr/local/share/pixmaps/ **" +echo " ***********************************************************************" + diff --git a/FishList b/src/FishList similarity index 100% rename from FishList rename to src/FishList diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..5973d96 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,87 @@ +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +games_PROGRAMS = xfishtank +gamesdir = $(exec_prefix)/games +nodist_xfishtank_SOURCES = ui_xml.h +BUILT_SOURCES = ui_xml.h tarfile.inc + +tarfile = $(top_builddir)/$(PACKAGE_TARNAME)-$(VERSION).tar.gz + +$(tarfile): + echo "No tarfile available during build." > $@ + echo "Run 'configure' or 'make dist' to make one, and run 'make' again." >> $@ + +if MAKESELFREP +tarfile.inc: $(tarfile) + export CC="$(CC)"; export CFLAGS="$(CFLAGS)"; $(TOASCII) < $(tarfile) > $@ +else +tarfile.inc: + echo "No selfrep compiled in" | $(TOASCII) > $@ +endif + + +EXTRA_DIST = FishList xfishtank.png xfishtank.desktop gen_ui_xml.sh ui.xml fishes \ + tocc.sh toascii.sh + +TOCC = $(top_srcdir)/src/tocc.sh +TOASCII = $(top_srcdir)/src/toascii.sh + +xfishtank_SOURCES = main.c xfishtank.h fishes.h \ + bubbles.h compact.h vroot.h \ + wmctrl.c wmctrl.h \ + transwindow.c transwindow.h \ + utils.c utils.h \ + ixpm.c ixpm.h \ + ui.c ui.h \ + debug.h test1.sh + + +xfishtank_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) -rdynamic +xfishtank_LDADD = $(GTK_LIBS) $(X11_LIBS) + +if MAKESELFREP + xfishtank_CPPFLAGS += -DSELFREP +endif + +TESTS = test1.sh + +changelog.inc: $(top_srcdir)/ChangeLog $(TOCC) + $(TOCC) < $(top_srcdir)/ChangeLog > $@ + +xfishtank-main.$(OBJEXT): changelog.inc tarfile.inc + + +desktopdir = $(datadir)/applications +desktop_DATA = xfishtank.desktop + +appicondir=$(datadir)/pixmaps +appicon_DATA=xfishtank.png + +ui_xml.h: ui.xml + @echo "Creating $@ from $<" + $(top_srcdir)/src/gen_ui_xml.sh $(top_srcdir) + +CLEANFILES = ui_xml.h changelog.inc tarfile.inc toascii.c toascii diff --git a/src/Makefile.in b/src/Makefile.in new file mode 100644 index 0000000..92026b0 --- /dev/null +++ b/src/Makefile.in @@ -0,0 +1,1162 @@ +# Makefile.in generated by automake 1.16.5 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2021 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ + + +VPATH = @srcdir@ +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} +am__make_running_with_option = \ + case $${target_option-} in \ + ?) ;; \ + *) echo "am__make_running_with_option: internal error: invalid" \ + "target option '$${target_option-}' specified" >&2; \ + exit 1;; \ + esac; \ + has_opt=no; \ + sane_makeflags=$$MAKEFLAGS; \ + if $(am__is_gnu_make); then \ + sane_makeflags=$$MFLAGS; \ + else \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + bs=\\; \ + sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ + | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ + esac; \ + fi; \ + skip_next=no; \ + strip_trailopt () \ + { \ + flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ + }; \ + for flg in $$sane_makeflags; do \ + test $$skip_next = yes && { skip_next=no; continue; }; \ + case $$flg in \ + *=*|--*) continue;; \ + -*I) strip_trailopt 'I'; skip_next=yes;; \ + -*I?*) strip_trailopt 'I';; \ + -*O) strip_trailopt 'O'; skip_next=yes;; \ + -*O?*) strip_trailopt 'O';; \ + -*l) strip_trailopt 'l'; skip_next=yes;; \ + -*l?*) strip_trailopt 'l';; \ + -[dEDm]) skip_next=yes;; \ + -[JT]) skip_next=yes;; \ + esac; \ + case $$flg in \ + *$$target_option*) has_opt=yes; break;; \ + esac; \ + done; \ + test $$has_opt = yes +am__make_dryrun = (target_option=n; $(am__make_running_with_option)) +am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +games_PROGRAMS = xfishtank$(EXEEXT) +@MAKESELFREP_TRUE@am__append_1 = -DSELFREP +subdir = src +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/config.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +am__installdirs = "$(DESTDIR)$(gamesdir)" "$(DESTDIR)$(appicondir)" \ + "$(DESTDIR)$(desktopdir)" +PROGRAMS = $(games_PROGRAMS) +am_xfishtank_OBJECTS = xfishtank-main.$(OBJEXT) \ + xfishtank-wmctrl.$(OBJEXT) xfishtank-transwindow.$(OBJEXT) \ + xfishtank-utils.$(OBJEXT) xfishtank-ixpm.$(OBJEXT) \ + xfishtank-ui.$(OBJEXT) +nodist_xfishtank_OBJECTS = +xfishtank_OBJECTS = $(am_xfishtank_OBJECTS) \ + $(nodist_xfishtank_OBJECTS) +am__DEPENDENCIES_1 = +xfishtank_DEPENDENCIES = $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +AM_V_P = $(am__v_P_@AM_V@) +am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) +am__v_P_0 = false +am__v_P_1 = : +AM_V_GEN = $(am__v_GEN_@AM_V@) +am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@) +am__v_GEN_0 = @echo " GEN " $@; +am__v_GEN_1 = +AM_V_at = $(am__v_at_@AM_V@) +am__v_at_ = $(am__v_at_@AM_DEFAULT_V@) +am__v_at_0 = @ +am__v_at_1 = +DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir) +depcomp = $(SHELL) $(top_srcdir)/depcomp +am__maybe_remake_depfiles = depfiles +am__depfiles_remade = ./$(DEPDIR)/xfishtank-ixpm.Po \ + ./$(DEPDIR)/xfishtank-main.Po \ + ./$(DEPDIR)/xfishtank-transwindow.Po \ + ./$(DEPDIR)/xfishtank-ui.Po ./$(DEPDIR)/xfishtank-utils.Po \ + ./$(DEPDIR)/xfishtank-wmctrl.Po +am__mv = mv -f +AM_V_lt = $(am__v_lt_@AM_V@) +am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) +am__v_lt_0 = --silent +am__v_lt_1 = +COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ + $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) +AM_V_CC = $(am__v_CC_@AM_V@) +am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@) +am__v_CC_0 = @echo " CC " $@; +am__v_CC_1 = +CCLD = $(CC) +LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ +AM_V_CCLD = $(am__v_CCLD_@AM_V@) +am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@) +am__v_CCLD_0 = @echo " CCLD " $@; +am__v_CCLD_1 = +SOURCES = $(xfishtank_SOURCES) $(nodist_xfishtank_SOURCES) +DIST_SOURCES = $(xfishtank_SOURCES) +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +DATA = $(appicon_DATA) $(desktop_DATA) +am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +# Read a list of newline-separated strings from the standard input, +# and print each of them once, without duplicates. Input order is +# *not* preserved. +am__uniquify_input = $(AWK) '\ + BEGIN { nonempty = 0; } \ + { items[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in items) print i; }; } \ +' +# Make sure the list of sources is unique. This is necessary because, +# e.g., the same source file might be shared among _SOURCES variables +# for different programs/libraries. +am__define_uniq_tagged_files = \ + list='$(am__tagged_files)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | $(am__uniquify_input)` +am__tty_colors_dummy = \ + mgn= red= grn= lgn= blu= brg= std=; \ + am__color_tests=no +am__tty_colors = { \ + $(am__tty_colors_dummy); \ + if test "X$(AM_COLOR_TESTS)" = Xno; then \ + am__color_tests=no; \ + elif test "X$(AM_COLOR_TESTS)" = Xalways; then \ + am__color_tests=yes; \ + elif test "X$$TERM" != Xdumb && { test -t 1; } 2>/dev/null; then \ + am__color_tests=yes; \ + fi; \ + if test $$am__color_tests = yes; then \ + red=''; \ + grn=''; \ + lgn=''; \ + blu=''; \ + mgn=''; \ + brg=''; \ + std=''; \ + fi; \ +} +am__recheck_rx = ^[ ]*:recheck:[ ]* +am__global_test_result_rx = ^[ ]*:global-test-result:[ ]* +am__copy_in_global_log_rx = ^[ ]*:copy-in-global-log:[ ]* +# A command that, given a newline-separated list of test names on the +# standard input, print the name of the tests that are to be re-run +# upon "make recheck". +am__list_recheck_tests = $(AWK) '{ \ + recheck = 1; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + { \ + if ((getline line2 < ($$0 ".log")) < 0) \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[nN][Oo]/) \ + { \ + recheck = 0; \ + break; \ + } \ + else if (line ~ /$(am__recheck_rx)[yY][eE][sS]/) \ + { \ + break; \ + } \ + }; \ + if (recheck) \ + print $$0; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# A command that, given a newline-separated list of test names on the +# standard input, create the global log from their .trs and .log files. +am__create_global_log = $(AWK) ' \ +function fatal(msg) \ +{ \ + print "fatal: making $@: " msg | "cat >&2"; \ + exit 1; \ +} \ +function rst_section(header) \ +{ \ + print header; \ + len = length(header); \ + for (i = 1; i <= len; i = i + 1) \ + printf "="; \ + printf "\n\n"; \ +} \ +{ \ + copy_in_global_log = 1; \ + global_test_result = "RUN"; \ + while ((rc = (getline line < ($$0 ".trs"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".trs"); \ + if (line ~ /$(am__global_test_result_rx)/) \ + { \ + sub("$(am__global_test_result_rx)", "", line); \ + sub("[ ]*$$", "", line); \ + global_test_result = line; \ + } \ + else if (line ~ /$(am__copy_in_global_log_rx)[nN][oO]/) \ + copy_in_global_log = 0; \ + }; \ + if (copy_in_global_log) \ + { \ + rst_section(global_test_result ": " $$0); \ + while ((rc = (getline line < ($$0 ".log"))) != 0) \ + { \ + if (rc < 0) \ + fatal("failed to read from " $$0 ".log"); \ + print line; \ + }; \ + printf "\n"; \ + }; \ + close ($$0 ".trs"); \ + close ($$0 ".log"); \ +}' +# Restructured Text title. +am__rst_title = { sed 's/.*/ & /;h;s/./=/g;p;x;s/ *$$//;p;g' && echo; } +# Solaris 10 'make', and several other traditional 'make' implementations, +# pass "-e" to $(SHELL), and POSIX 2008 even requires this. Work around it +# by disabling -e (using the XSI extension "set +e") if it's set. +am__sh_e_setup = case $$- in *e*) set +e;; esac +# Default flags passed to test drivers. +am__common_driver_flags = \ + --color-tests "$$am__color_tests" \ + --enable-hard-errors "$$am__enable_hard_errors" \ + --expect-failure "$$am__expect_failure" +# To be inserted before the command running the test. Creates the +# directory for the log if needed. Stores in $dir the directory +# containing $f, in $tst the test, in $log the log. Executes the +# developer- defined test setup AM_TESTS_ENVIRONMENT (if any), and +# passes TESTS_ENVIRONMENT. Set up options for the wrapper that +# will run the test scripts (or their associated LOG_COMPILER, if +# thy have one). +am__check_pre = \ +$(am__sh_e_setup); \ +$(am__vpath_adj_setup) $(am__vpath_adj) \ +$(am__tty_colors); \ +srcdir=$(srcdir); export srcdir; \ +case "$@" in \ + */*) am__odir=`echo "./$@" | sed 's|/[^/]*$$||'`;; \ + *) am__odir=.;; \ +esac; \ +test "x$$am__odir" = x"." || test -d "$$am__odir" \ + || $(MKDIR_P) "$$am__odir" || exit $$?; \ +if test -f "./$$f"; then dir=./; \ +elif test -f "$$f"; then dir=; \ +else dir="$(srcdir)/"; fi; \ +tst=$$dir$$f; log='$@'; \ +if test -n '$(DISABLE_HARD_ERRORS)'; then \ + am__enable_hard_errors=no; \ +else \ + am__enable_hard_errors=yes; \ +fi; \ +case " $(XFAIL_TESTS) " in \ + *[\ \ ]$$f[\ \ ]* | *[\ \ ]$$dir$$f[\ \ ]*) \ + am__expect_failure=yes;; \ + *) \ + am__expect_failure=no;; \ +esac; \ +$(AM_TESTS_ENVIRONMENT) $(TESTS_ENVIRONMENT) +# A shell command to get the names of the tests scripts with any registered +# extension removed (i.e., equivalently, the names of the test logs, with +# the '.log' extension removed). The result is saved in the shell variable +# '$bases'. This honors runtime overriding of TESTS and TEST_LOGS. Sadly, +# we cannot use something simpler, involving e.g., "$(TEST_LOGS:.log=)", +# since that might cause problem with VPATH rewrites for suffix-less tests. +# See also 'test-harness-vpath-rewrite.sh' and 'test-trs-basic.sh'. +am__set_TESTS_bases = \ + bases='$(TEST_LOGS)'; \ + bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \ + bases=`echo $$bases` +AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)' +RECHECK_LOGS = $(TEST_LOGS) +AM_RECURSIVE_TARGETS = check recheck +TEST_SUITE_LOG = test-suite.log +TEST_EXTENSIONS = @EXEEXT@ .test +LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver +LOG_COMPILE = $(LOG_COMPILER) $(AM_LOG_FLAGS) $(LOG_FLAGS) +am__set_b = \ + case '$@' in \ + */*) \ + case '$*' in \ + */*) b='$*';; \ + *) b=`echo '$@' | sed 's/\.log$$//'`; \ + esac;; \ + *) \ + b='$*';; \ + esac +am__test_logs1 = $(TESTS:=.log) +am__test_logs2 = $(am__test_logs1:@EXEEXT@.log=.log) +TEST_LOGS = $(am__test_logs2:.test.log=.log) +TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver +TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ + $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ + $(top_srcdir)/test-driver +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +AMTAR = @AMTAR@ +AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPPFLAGS = @CPPFLAGS@ +CSCOPE = @CSCOPE@ +CTAGS = @CTAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +ETAGS = @ETAGS@ +EXEEXT = @EXEEXT@ +GTK_CFLAGS = @GTK_CFLAGS@ +GTK_LIBS = @GTK_LIBS@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +LDFLAGS = @LDFLAGS@ +LIBOBJS = @LIBOBJS@ +LIBS = @LIBS@ +LTLIBOBJS = @LTLIBOBJS@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +STRIP = @STRIP@ +VERSION = @VERSION@ +X11_CFLAGS = @X11_CFLAGS@ +X11_LIBS = @X11_LIBS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build_alias = @build_alias@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host_alias = @host_alias@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +runstatedir = @runstatedir@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +gamesdir = $(exec_prefix)/games +nodist_xfishtank_SOURCES = ui_xml.h +BUILT_SOURCES = ui_xml.h tarfile.inc +tarfile = $(top_builddir)/$(PACKAGE_TARNAME)-$(VERSION).tar.gz +EXTRA_DIST = FishList xfishtank.png xfishtank.desktop gen_ui_xml.sh ui.xml fishes \ + tocc.sh toascii.sh + +TOCC = $(top_srcdir)/src/tocc.sh +TOASCII = $(top_srcdir)/src/toascii.sh +xfishtank_SOURCES = main.c xfishtank.h fishes.h \ + bubbles.h compact.h vroot.h \ + wmctrl.c wmctrl.h \ + transwindow.c transwindow.h \ + utils.c utils.h \ + ixpm.c ixpm.h \ + ui.c ui.h \ + debug.h test1.sh + +xfishtank_CPPFLAGS = $(GTK_CFLAGS) $(X11_CFLAGS) -rdynamic \ + $(am__append_1) +xfishtank_LDADD = $(GTK_LIBS) $(X11_LIBS) +TESTS = test1.sh +desktopdir = $(datadir)/applications +desktop_DATA = xfishtank.desktop +appicondir = $(datadir)/pixmaps +appicon_DATA = xfishtank.png +CLEANFILES = ui_xml.h changelog.inc tarfile.inc toascii.c toascii +all: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) all-am + +.SUFFIXES: +.SUFFIXES: .c .log .o .obj .test .test$(EXEEXT) .trs +$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --gnu src/Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +install-gamesPROGRAMS: $(games_PROGRAMS) + @$(NORMAL_INSTALL) + @list='$(games_PROGRAMS)'; test -n "$(gamesdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(gamesdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(gamesdir)" || exit 1; \ + fi; \ + for p in $$list; do echo "$$p $$p"; done | \ + sed 's/$(EXEEXT)$$//' | \ + while read p p1; do if test -f $$p \ + ; then echo "$$p"; echo "$$p"; else :; fi; \ + done | \ + sed -e 'p;s,.*/,,;n;h' \ + -e 's|.*|.|' \ + -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \ + sed 'N;N;N;s,\n, ,g' | \ + $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \ + { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \ + if ($$2 == $$4) files[d] = files[d] " " $$1; \ + else { print "f", $$3 "/" $$4, $$1; } } \ + END { for (d in files) print "f", d, files[d] }' | \ + while read type dir files; do \ + if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \ + test -z "$$files" || { \ + echo " $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(gamesdir)$$dir'"; \ + $(INSTALL_PROGRAM_ENV) $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(gamesdir)$$dir" || exit $$?; \ + } \ + ; done + +uninstall-gamesPROGRAMS: + @$(NORMAL_UNINSTALL) + @list='$(games_PROGRAMS)'; test -n "$(gamesdir)" || list=; \ + files=`for p in $$list; do echo "$$p"; done | \ + sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \ + -e 's/$$/$(EXEEXT)/' \ + `; \ + test -n "$$list" || exit 0; \ + echo " ( cd '$(DESTDIR)$(gamesdir)' && rm -f" $$files ")"; \ + cd "$(DESTDIR)$(gamesdir)" && rm -f $$files + +clean-gamesPROGRAMS: + -test -z "$(games_PROGRAMS)" || rm -f $(games_PROGRAMS) + +xfishtank$(EXEEXT): $(xfishtank_OBJECTS) $(xfishtank_DEPENDENCIES) $(EXTRA_xfishtank_DEPENDENCIES) + @rm -f xfishtank$(EXEEXT) + $(AM_V_CCLD)$(LINK) $(xfishtank_OBJECTS) $(xfishtank_LDADD) $(LIBS) + +mostlyclean-compile: + -rm -f *.$(OBJEXT) + +distclean-compile: + -rm -f *.tab.c + +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-ixpm.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-main.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-transwindow.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-ui.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-utils.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xfishtank-wmctrl.Po@am__quote@ # am--include-marker + +$(am__depfiles_remade): + @$(MKDIR_P) $(@D) + @echo '# dummy' >$@-t && $(am__mv) $@-t $@ + +am--depfiles: $(am__depfiles_remade) + +.c.o: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $< + +.c.obj: +@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` + +xfishtank-main.o: main.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-main.o -MD -MP -MF $(DEPDIR)/xfishtank-main.Tpo -c -o xfishtank-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-main.Tpo $(DEPDIR)/xfishtank-main.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='xfishtank-main.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-main.o `test -f 'main.c' || echo '$(srcdir)/'`main.c + +xfishtank-main.obj: main.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-main.obj -MD -MP -MF $(DEPDIR)/xfishtank-main.Tpo -c -o xfishtank-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-main.Tpo $(DEPDIR)/xfishtank-main.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='main.c' object='xfishtank-main.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-main.obj `if test -f 'main.c'; then $(CYGPATH_W) 'main.c'; else $(CYGPATH_W) '$(srcdir)/main.c'; fi` + +xfishtank-wmctrl.o: wmctrl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-wmctrl.o -MD -MP -MF $(DEPDIR)/xfishtank-wmctrl.Tpo -c -o xfishtank-wmctrl.o `test -f 'wmctrl.c' || echo '$(srcdir)/'`wmctrl.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-wmctrl.Tpo $(DEPDIR)/xfishtank-wmctrl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wmctrl.c' object='xfishtank-wmctrl.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-wmctrl.o `test -f 'wmctrl.c' || echo '$(srcdir)/'`wmctrl.c + +xfishtank-wmctrl.obj: wmctrl.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-wmctrl.obj -MD -MP -MF $(DEPDIR)/xfishtank-wmctrl.Tpo -c -o xfishtank-wmctrl.obj `if test -f 'wmctrl.c'; then $(CYGPATH_W) 'wmctrl.c'; else $(CYGPATH_W) '$(srcdir)/wmctrl.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-wmctrl.Tpo $(DEPDIR)/xfishtank-wmctrl.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='wmctrl.c' object='xfishtank-wmctrl.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-wmctrl.obj `if test -f 'wmctrl.c'; then $(CYGPATH_W) 'wmctrl.c'; else $(CYGPATH_W) '$(srcdir)/wmctrl.c'; fi` + +xfishtank-transwindow.o: transwindow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-transwindow.o -MD -MP -MF $(DEPDIR)/xfishtank-transwindow.Tpo -c -o xfishtank-transwindow.o `test -f 'transwindow.c' || echo '$(srcdir)/'`transwindow.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-transwindow.Tpo $(DEPDIR)/xfishtank-transwindow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transwindow.c' object='xfishtank-transwindow.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-transwindow.o `test -f 'transwindow.c' || echo '$(srcdir)/'`transwindow.c + +xfishtank-transwindow.obj: transwindow.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-transwindow.obj -MD -MP -MF $(DEPDIR)/xfishtank-transwindow.Tpo -c -o xfishtank-transwindow.obj `if test -f 'transwindow.c'; then $(CYGPATH_W) 'transwindow.c'; else $(CYGPATH_W) '$(srcdir)/transwindow.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-transwindow.Tpo $(DEPDIR)/xfishtank-transwindow.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='transwindow.c' object='xfishtank-transwindow.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-transwindow.obj `if test -f 'transwindow.c'; then $(CYGPATH_W) 'transwindow.c'; else $(CYGPATH_W) '$(srcdir)/transwindow.c'; fi` + +xfishtank-utils.o: utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-utils.o -MD -MP -MF $(DEPDIR)/xfishtank-utils.Tpo -c -o xfishtank-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-utils.Tpo $(DEPDIR)/xfishtank-utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utils.c' object='xfishtank-utils.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-utils.o `test -f 'utils.c' || echo '$(srcdir)/'`utils.c + +xfishtank-utils.obj: utils.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-utils.obj -MD -MP -MF $(DEPDIR)/xfishtank-utils.Tpo -c -o xfishtank-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-utils.Tpo $(DEPDIR)/xfishtank-utils.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='utils.c' object='xfishtank-utils.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-utils.obj `if test -f 'utils.c'; then $(CYGPATH_W) 'utils.c'; else $(CYGPATH_W) '$(srcdir)/utils.c'; fi` + +xfishtank-ixpm.o: ixpm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-ixpm.o -MD -MP -MF $(DEPDIR)/xfishtank-ixpm.Tpo -c -o xfishtank-ixpm.o `test -f 'ixpm.c' || echo '$(srcdir)/'`ixpm.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-ixpm.Tpo $(DEPDIR)/xfishtank-ixpm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ixpm.c' object='xfishtank-ixpm.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-ixpm.o `test -f 'ixpm.c' || echo '$(srcdir)/'`ixpm.c + +xfishtank-ixpm.obj: ixpm.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-ixpm.obj -MD -MP -MF $(DEPDIR)/xfishtank-ixpm.Tpo -c -o xfishtank-ixpm.obj `if test -f 'ixpm.c'; then $(CYGPATH_W) 'ixpm.c'; else $(CYGPATH_W) '$(srcdir)/ixpm.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-ixpm.Tpo $(DEPDIR)/xfishtank-ixpm.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ixpm.c' object='xfishtank-ixpm.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-ixpm.obj `if test -f 'ixpm.c'; then $(CYGPATH_W) 'ixpm.c'; else $(CYGPATH_W) '$(srcdir)/ixpm.c'; fi` + +xfishtank-ui.o: ui.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-ui.o -MD -MP -MF $(DEPDIR)/xfishtank-ui.Tpo -c -o xfishtank-ui.o `test -f 'ui.c' || echo '$(srcdir)/'`ui.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-ui.Tpo $(DEPDIR)/xfishtank-ui.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ui.c' object='xfishtank-ui.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-ui.o `test -f 'ui.c' || echo '$(srcdir)/'`ui.c + +xfishtank-ui.obj: ui.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT xfishtank-ui.obj -MD -MP -MF $(DEPDIR)/xfishtank-ui.Tpo -c -o xfishtank-ui.obj `if test -f 'ui.c'; then $(CYGPATH_W) 'ui.c'; else $(CYGPATH_W) '$(srcdir)/ui.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/xfishtank-ui.Tpo $(DEPDIR)/xfishtank-ui.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='ui.c' object='xfishtank-ui.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(xfishtank_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o xfishtank-ui.obj `if test -f 'ui.c'; then $(CYGPATH_W) 'ui.c'; else $(CYGPATH_W) '$(srcdir)/ui.c'; fi` +install-appiconDATA: $(appicon_DATA) + @$(NORMAL_INSTALL) + @list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(appicondir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(appicondir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(appicondir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(appicondir)" || exit $$?; \ + done + +uninstall-appiconDATA: + @$(NORMAL_UNINSTALL) + @list='$(appicon_DATA)'; test -n "$(appicondir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(appicondir)'; $(am__uninstall_files_from_dir) +install-desktopDATA: $(desktop_DATA) + @$(NORMAL_INSTALL) + @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ + if test -n "$$list"; then \ + echo " $(MKDIR_P) '$(DESTDIR)$(desktopdir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(desktopdir)" || exit 1; \ + fi; \ + for p in $$list; do \ + if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; \ + done | $(am__base_list) | \ + while read files; do \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(desktopdir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(desktopdir)" || exit $$?; \ + done + +uninstall-desktopDATA: + @$(NORMAL_UNINSTALL) + @list='$(desktop_DATA)'; test -n "$(desktopdir)" || list=; \ + files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ + dir='$(DESTDIR)$(desktopdir)'; $(am__uninstall_files_from_dir) + +ID: $(am__tagged_files) + $(am__define_uniq_tagged_files); mkid -fID $$unique +tags: tags-am +TAGS: tags + +tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + set x; \ + here=`pwd`; \ + $(am__define_uniq_tagged_files); \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: ctags-am + +CTAGS: ctags +ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) + $(am__define_uniq_tagged_files); \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" +cscopelist: cscopelist-am + +cscopelist-am: $(am__tagged_files) + list='$(am__tagged_files)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +# Recover from deleted '.trs' file; this should ensure that +# "rm -f foo.log; make foo.trs" re-run 'foo.test', and re-create +# both 'foo.log' and 'foo.trs'. Break the recipe in two subshells +# to avoid problems with "make -n". +.log.trs: + rm -f $< $@ + $(MAKE) $(AM_MAKEFLAGS) $< + +# Leading 'am--fnord' is there to ensure the list of targets does not +# expand to empty, as could happen e.g. with make check TESTS=''. +am--fnord $(TEST_LOGS) $(TEST_LOGS:.log=.trs): $(am__force_recheck) +am--force-recheck: + @: + +$(TEST_SUITE_LOG): $(TEST_LOGS) + @$(am__set_TESTS_bases); \ + am__f_ok () { test -f "$$1" && test -r "$$1"; }; \ + redo_bases=`for i in $$bases; do \ + am__f_ok $$i.trs && am__f_ok $$i.log || echo $$i; \ + done`; \ + if test -n "$$redo_bases"; then \ + redo_logs=`for i in $$redo_bases; do echo $$i.log; done`; \ + redo_results=`for i in $$redo_bases; do echo $$i.trs; done`; \ + if $(am__make_dryrun); then :; else \ + rm -f $$redo_logs && rm -f $$redo_results || exit 1; \ + fi; \ + fi; \ + if test -n "$$am__remaking_logs"; then \ + echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ + "recursion detected" >&2; \ + elif test -n "$$redo_logs"; then \ + am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ + fi; \ + if $(am__make_dryrun); then :; else \ + st=0; \ + errmsg="fatal: making $(TEST_SUITE_LOG): failed to create"; \ + for i in $$redo_bases; do \ + test -f $$i.trs && test -r $$i.trs \ + || { echo "$$errmsg $$i.trs" >&2; st=1; }; \ + test -f $$i.log && test -r $$i.log \ + || { echo "$$errmsg $$i.log" >&2; st=1; }; \ + done; \ + test $$st -eq 0 || exit 1; \ + fi + @$(am__sh_e_setup); $(am__tty_colors); $(am__set_TESTS_bases); \ + ws='[ ]'; \ + results=`for b in $$bases; do echo $$b.trs; done`; \ + test -n "$$results" || results=/dev/null; \ + all=` grep "^$$ws*:test-result:" $$results | wc -l`; \ + pass=` grep "^$$ws*:test-result:$$ws*PASS" $$results | wc -l`; \ + fail=` grep "^$$ws*:test-result:$$ws*FAIL" $$results | wc -l`; \ + skip=` grep "^$$ws*:test-result:$$ws*SKIP" $$results | wc -l`; \ + xfail=`grep "^$$ws*:test-result:$$ws*XFAIL" $$results | wc -l`; \ + xpass=`grep "^$$ws*:test-result:$$ws*XPASS" $$results | wc -l`; \ + error=`grep "^$$ws*:test-result:$$ws*ERROR" $$results | wc -l`; \ + if test `expr $$fail + $$xpass + $$error` -eq 0; then \ + success=true; \ + else \ + success=false; \ + fi; \ + br='==================='; br=$$br$$br$$br$$br; \ + result_count () \ + { \ + if test x"$$1" = x"--maybe-color"; then \ + maybe_colorize=yes; \ + elif test x"$$1" = x"--no-color"; then \ + maybe_colorize=no; \ + else \ + echo "$@: invalid 'result_count' usage" >&2; exit 4; \ + fi; \ + shift; \ + desc=$$1 count=$$2; \ + if test $$maybe_colorize = yes && test $$count -gt 0; then \ + color_start=$$3 color_end=$$std; \ + else \ + color_start= color_end=; \ + fi; \ + echo "$${color_start}# $$desc $$count$${color_end}"; \ + }; \ + create_testsuite_report () \ + { \ + result_count $$1 "TOTAL:" $$all "$$brg"; \ + result_count $$1 "PASS: " $$pass "$$grn"; \ + result_count $$1 "SKIP: " $$skip "$$blu"; \ + result_count $$1 "XFAIL:" $$xfail "$$lgn"; \ + result_count $$1 "FAIL: " $$fail "$$red"; \ + result_count $$1 "XPASS:" $$xpass "$$red"; \ + result_count $$1 "ERROR:" $$error "$$mgn"; \ + }; \ + { \ + echo "$(PACKAGE_STRING): $(subdir)/$(TEST_SUITE_LOG)" | \ + $(am__rst_title); \ + create_testsuite_report --no-color; \ + echo; \ + echo ".. contents:: :depth: 2"; \ + echo; \ + for b in $$bases; do echo $$b; done \ + | $(am__create_global_log); \ + } >$(TEST_SUITE_LOG).tmp || exit 1; \ + mv $(TEST_SUITE_LOG).tmp $(TEST_SUITE_LOG); \ + if $$success; then \ + col="$$grn"; \ + else \ + col="$$red"; \ + test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \ + fi; \ + echo "$${col}$$br$${std}"; \ + echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \ + echo "$${col}$$br$${std}"; \ + create_testsuite_report --maybe-color; \ + echo "$$col$$br$$std"; \ + if $$success; then :; else \ + echo "$${col}See $(subdir)/$(TEST_SUITE_LOG)$${std}"; \ + if test -n "$(PACKAGE_BUGREPORT)"; then \ + echo "$${col}Please report to $(PACKAGE_BUGREPORT)$${std}"; \ + fi; \ + echo "$$col$$br$$std"; \ + fi; \ + $$success || exit 1 + +check-TESTS: + @list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list + @list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + trs_list=`for i in $$bases; do echo $$i.trs; done`; \ + log_list=`echo $$log_list`; trs_list=`echo $$trs_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) TEST_LOGS="$$log_list"; \ + exit $$?; +recheck: all + @test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + @set +e; $(am__set_TESTS_bases); \ + bases=`for i in $$bases; do echo $$i; done \ + | $(am__list_recheck_tests)` || exit 1; \ + log_list=`for i in $$bases; do echo $$i.log; done`; \ + log_list=`echo $$log_list`; \ + $(MAKE) $(AM_MAKEFLAGS) $(TEST_SUITE_LOG) \ + am__force_recheck=am--force-recheck \ + TEST_LOGS="$$log_list"; \ + exit $$? +test1.sh.log: test1.sh + @p='test1.sh'; \ + b='test1.sh'; \ + $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) -- $(LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +.test.log: + @p='$<'; \ + $(am__set_b); \ + $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ + --log-file $$b.log --trs-file $$b.trs \ + $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ + "$$tst" $(AM_TESTS_FD_REDIRECT) +@am__EXEEXT_TRUE@.test$(EXEEXT).log: +@am__EXEEXT_TRUE@ @p='$<'; \ +@am__EXEEXT_TRUE@ $(am__set_b); \ +@am__EXEEXT_TRUE@ $(am__check_pre) $(TEST_LOG_DRIVER) --test-name "$$f" \ +@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \ +@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_TEST_LOG_DRIVER_FLAGS) $(TEST_LOG_DRIVER_FLAGS) -- $(TEST_LOG_COMPILE) \ +@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT) +distdir: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) distdir-am + +distdir-am: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am + $(MAKE) $(AM_MAKEFLAGS) check-TESTS +check: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) check-am +all-am: Makefile $(PROGRAMS) $(DATA) +installdirs: + for dir in "$(DESTDIR)$(gamesdir)" "$(DESTDIR)$(appicondir)" "$(DESTDIR)$(desktopdir)"; do \ + test -z "$$dir" || $(MKDIR_P) "$$dir"; \ + done +install: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-am +install-exec: $(BUILT_SOURCES) + $(MAKE) $(AM_MAKEFLAGS) install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + -test -z "$(TEST_LOGS)" || rm -f $(TEST_LOGS) + -test -z "$(TEST_LOGS:.log=.trs)" || rm -f $(TEST_LOGS:.log=.trs) + -test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG) + +clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." + -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) +clean: clean-am + +clean-am: clean-gamesPROGRAMS clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f ./$(DEPDIR)/xfishtank-ixpm.Po + -rm -f ./$(DEPDIR)/xfishtank-main.Po + -rm -f ./$(DEPDIR)/xfishtank-transwindow.Po + -rm -f ./$(DEPDIR)/xfishtank-ui.Po + -rm -f ./$(DEPDIR)/xfishtank-utils.Po + -rm -f ./$(DEPDIR)/xfishtank-wmctrl.Po + -rm -f Makefile +distclean-am: clean-am distclean-compile distclean-generic \ + distclean-tags + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: install-appiconDATA install-desktopDATA \ + install-gamesPROGRAMS + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f ./$(DEPDIR)/xfishtank-ixpm.Po + -rm -f ./$(DEPDIR)/xfishtank-main.Po + -rm -f ./$(DEPDIR)/xfishtank-transwindow.Po + -rm -f ./$(DEPDIR)/xfishtank-ui.Po + -rm -f ./$(DEPDIR)/xfishtank-utils.Po + -rm -f ./$(DEPDIR)/xfishtank-wmctrl.Po + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-compile mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: uninstall-appiconDATA uninstall-desktopDATA \ + uninstall-gamesPROGRAMS + +.MAKE: all check check-am install install-am install-exec \ + install-strip + +.PHONY: CTAGS GTAGS TAGS all all-am am--depfiles check check-TESTS \ + check-am clean clean-gamesPROGRAMS clean-generic cscopelist-am \ + ctags ctags-am distclean distclean-compile distclean-generic \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-appiconDATA install-data \ + install-data-am install-desktopDATA install-dvi install-dvi-am \ + install-exec install-exec-am install-gamesPROGRAMS \ + install-html install-html-am install-info install-info-am \ + install-man install-pdf install-pdf-am install-ps \ + install-ps-am install-strip installcheck installcheck-am \ + installdirs maintainer-clean maintainer-clean-generic \ + mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ + ps ps-am recheck tags tags-am uninstall uninstall-am \ + uninstall-appiconDATA uninstall-desktopDATA \ + uninstall-gamesPROGRAMS + +.PRECIOUS: Makefile + + +$(tarfile): + echo "No tarfile available during build." > $@ + echo "Run 'configure' or 'make dist' to make one, and run 'make' again." >> $@ + +@MAKESELFREP_TRUE@tarfile.inc: $(tarfile) +@MAKESELFREP_TRUE@ export CC="$(CC)"; export CFLAGS="$(CFLAGS)"; $(TOASCII) < $(tarfile) > $@ +@MAKESELFREP_FALSE@tarfile.inc: +@MAKESELFREP_FALSE@ echo "No selfrep compiled in" | $(TOASCII) > $@ + +changelog.inc: $(top_srcdir)/ChangeLog $(TOCC) + $(TOCC) < $(top_srcdir)/ChangeLog > $@ + +xfishtank-main.$(OBJEXT): changelog.inc tarfile.inc + +ui_xml.h: ui.xml + @echo "Creating $@ from $<" + $(top_srcdir)/src/gen_ui_xml.sh $(top_srcdir) + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff --git a/src/bubbles.h b/src/bubbles.h new file mode 100644 index 0000000..11927ad --- /dev/null +++ b/src/bubbles.h @@ -0,0 +1,39 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# + */ + +#pragma once +unsigned char xbBits[][8] = { + {0x00}, + {0xff}, + {0xff, 0xff}, + {0xff, 0xff, 0xff}, + {0x06, 0x0b, 0x09, 0x06}, + {0x0e, 0x17, 0x13, 0x11, 0x0e}, + {0x1e, 0x2d, 0x27, 0x21, 0x21, 0x1e}, + {0x1c, 0x2a, 0x4d, 0x47, 0x41, 0x22, 0x1c}, + {0x3c, 0x4e, 0x8b, 0x87, 0x81, 0x81, 0x42, 0x3c} +}; diff --git a/src/compact.h b/src/compact.h new file mode 100644 index 0000000..37584e9 --- /dev/null +++ b/src/compact.h @@ -0,0 +1,35 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# + */ +struct ebmhdr { + char magic[12]; + unsigned int width, height; + int num_colors; +}; +struct rgb_color { + unsigned int red, green, blue; + int pix_len; +}; diff --git a/src/debug.h b/src/debug.h new file mode 100644 index 0000000..8c431ad --- /dev/null +++ b/src/debug.h @@ -0,0 +1,43 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +// Macros P, R and I can be used as printf, but they attach the location of the +// statement to the output +// P and R for debugging +// P : only active when DEBUG is defined +// R : always active +// I : meant for production +#pragma once +#include +#ifdef DEBUG +#define P(...) do {printf ("%s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);}while(0) +#else +#define P(...) {} +#endif +#define R(...) do {printf ("%s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);} while(0) +#define I(...) do {printf ("Xfishtank info: %s: %d: ",__FILE__,__LINE__);printf(__VA_ARGS__);fflush(stdout);} while(0) + +extern int counter; diff --git a/src/fishes.h b/src/fishes.h new file mode 100644 index 0000000..f81e96f --- /dev/null +++ b/src/fishes.h @@ -0,0 +1,152 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# + */ + +#pragma once + +#define NUM_FISH 29 +#define NUM_FRAMES 2 + +#include "fishes/fish00a.xpm" +#include "fishes/fish00b.xpm" +#include "fishes/fish01a.xpm" +#include "fishes/fish01b.xpm" +#include "fishes/fish02a.xpm" +#include "fishes/fish02b.xpm" +#include "fishes/fish03a.xpm" +#include "fishes/fish03b.xpm" +#include "fishes/fish04a.xpm" +#include "fishes/fish04b.xpm" +#include "fishes/fish05a.xpm" +#include "fishes/fish05b.xpm" +#include "fishes/fish06a.xpm" +#include "fishes/fish06b.xpm" +#include "fishes/fish07a.xpm" +#include "fishes/fish07b.xpm" +#include "fishes/fish08a.xpm" +#include "fishes/fish08b.xpm" +#include "fishes/fish09a.xpm" +#include "fishes/fish09b.xpm" +#include "fishes/fish10a.xpm" +#include "fishes/fish10b.xpm" +#include "fishes/fish11a.xpm" +#include "fishes/fish11b.xpm" +#include "fishes/fish12a.xpm" +#include "fishes/fish12b.xpm" +#include "fishes/fish13a.xpm" +#include "fishes/fish13b.xpm" +#include "fishes/fish14a.xpm" +#include "fishes/fish14b.xpm" +#include "fishes/fish15a.xpm" +#include "fishes/fish15b.xpm" +#include "fishes/fish16a.xpm" +#include "fishes/fish16b.xpm" +#include "fishes/fish17a.xpm" +#include "fishes/fish17b.xpm" +#include "fishes/fish18a.xpm" +#include "fishes/fish18b.xpm" +#include "fishes/fish19a.xpm" +#include "fishes/fish19b.xpm" +#include "fishes/fish20a.xpm" +#include "fishes/fish20b.xpm" +#include "fishes/fish21a.xpm" +#include "fishes/fish21b.xpm" +#include "fishes/fish22a.xpm" +#include "fishes/fish22b.xpm" +#include "fishes/fish23a.xpm" +#include "fishes/fish23b.xpm" +#include "fishes/fish24a.xpm" +#include "fishes/fish24b.xpm" +#include "fishes/fish25a.xpm" +#include "fishes/fish25b.xpm" +#include "fishes/fish26a.xpm" +#include "fishes/fish26b.xpm" +#include "fishes/fish27a.xpm" +#include "fishes/fish27b.xpm" +#include "fishes/fish28a.xpm" +#include "fishes/fish28b.xpm" + +static const char **fishes[] = +{ + fish00a_xpm, + fish00b_xpm, + fish01a_xpm, + fish01b_xpm, + fish02a_xpm, + fish02b_xpm, + fish03a_xpm, + fish03b_xpm, + fish04a_xpm, + fish04b_xpm, + fish05a_xpm, + fish05b_xpm, + fish06a_xpm, + fish06b_xpm, + fish07a_xpm, + fish07b_xpm, + fish08a_xpm, + fish08b_xpm, + fish09a_xpm, + fish09b_xpm, + fish10a_xpm, + fish10b_xpm, + fish11a_xpm, + fish11b_xpm, + fish12a_xpm, + fish12b_xpm, + fish13a_xpm, + fish13b_xpm, + fish14a_xpm, + fish14b_xpm, + fish15a_xpm, + fish15b_xpm, + fish16a_xpm, + fish16b_xpm, + fish17a_xpm, + fish17b_xpm, + fish18a_xpm, + fish18b_xpm, + fish19a_xpm, + fish19b_xpm, + fish20a_xpm, + fish20b_xpm, + fish21a_xpm, + fish21b_xpm, + fish22a_xpm, + fish22b_xpm, + fish23a_xpm, + fish23b_xpm, + fish24a_xpm, + fish24b_xpm, + fish25a_xpm, + fish25b_xpm, + fish26a_xpm, + fish26b_xpm, + fish27a_xpm, + fish27b_xpm, + fish28a_xpm, + fish28b_xpm, +}; diff --git a/src/fishes/fish00a.xpm b/src/fishes/fish00a.xpm new file mode 100644 index 0000000..e8478e4 --- /dev/null +++ b/src/fishes/fish00a.xpm @@ -0,0 +1,103 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish00a_xpm[] = { +"64 59 15 1", +" c None", +". c #34261E030B01", +"X c #A0B384903025", +"o c #93916C6D0800", +"O c #B4B5A4B3584A", +"+ c #A2B38E913025", +"@ c #292421241A03", +"# c #100112020901", +"$ c #040009010100", +"% c #424834261001", +"& c #5C4B544A2124", +"* c #7D6F534A0300", +"= c #A6B4706D0400", +"- c #616B33260400", +"; c #342634262E25", +" .. ", +" ....... ", +" XooXOOO++Xoooo@..#$... ", +" $$$$$%&*X=*&#$$$$$$$$... ", +" $$$$$$$.&o==&.#$$$$$$$$$$$ ", +" $$$$$$$$#o==X*#$$$$$$$$$$$ ", +" $$$$$$$$$#%*==*%$$$$$$$$$$$$$ ", +" $$$$$$$$$$&===-%#$$$$$$$$$$$$$ ", +" $$$$$$$$$$%=X=&#$$$$$$$$$$$$$$$$ ", +" X$$$$$$$$$$%===.$$$$$$$$$$$$$$$$$$ ", +" O*$$$$$$$$$$%===.$$$$$$$$$$$$$$$$$$; ", +" +=#$$$$$$$$$#=XX.$$$$$$$$$$$$$$$$$#%X ", +" ##&-$$$$$$$$$$&X=&$$$$$$$$$$$$$$$$.&o*& ", +" ##&o#$$$$$$$$$.==o#$$$$$$$$$$$$$$$&=o%#$$ ", +" #$$*=.$$$$$$$$$$*==.$$$$$$$$$$$$$$.oo.$$$$$ ", +" #$$&=.$$$$$$$$$$*==o#$$$$$$$$$$$$.*=*#$$$$$$ ", +" ###$$o*$$$$$$$$$$%===-$$$$$$$$$$$$.==*#$$$$$$$ ", +" ##$$.=#$$$$$$$$$$*===#$$$$$$$$$$$$==o#$$$$$$$$ ", +" ##$$$-*$$$$$$$$$$$o==*$$$$$$$$$$$$-=*#$$$$$$$$$ ", +" X#$=*$*-$$$$$$$$$$#===-$$$$$$$$$$$.=o#$$$$$$$$$$ ", +" *-#=$=$=#$$$$$$$$$$$*==#$$$$$$$$$$$*=%$$$$$$$$$$$ $.. ", +" *.$X$X.=#$$$$$$$$$$$*=*$$$$$$$$$$$.=*$$$$$$$$$$$$ $***. ", +" &#$$=$%o$$$$$$$$$$$$o=*$$$$$$#$$$$&=%$$$$$$$$$$$$ $.*$*.. ", +" o-#$$$$%*$$$$$$$$$$$#==%$$$$$$#$$$$o=.$$$$$$$$$$$$ $#&#$$-. ", +" $*$$$$$&*$$$$$$$$$$$.==#$$$$$$$$$$%=*$$$$$$$$$$$$$$.%$$$$.*. ", +"##*$$$$$-*$$$$$$$$$$$*==#$$$$$$$$$$==-$$$$$$$$$$$$$&.$$$$$$*. ", +"$#*$$$$$--$$$$$$$$$$.==o$$$$$$$$$$#==.$$$$$$$$$$$$$.$$$$$$$&- ", +"$#*#$$$$-%$$$$$$$$$$%==*$$$$$$$$$$.==#$$$$$$$$$$$$$.$$$$$$$%- ", +"$$*#$$$$--$$$$$$$$$$%==*$$$$$$$$$$.==#$$$#$$$$$$$$$%$$$$$$$%% ", +"$$-.$$$$--$$$$$$$$$$.==&$$$$$$$$$$.==#$$$$$$$$$$$$$-$$$$$$$.. ", +" $$-$$$$%*$$$$$$$$$$.==&$$$$$$$$$#.==#$$$$$$$$$$$$$.$$$$$$$-. ", +" $$.#$$$%*$$$$$$$$$$#==&$$$$$$$$$$#==.$$$$$$$$$$$$$-%.$$$$... ", +" %$#$$$.o#$$$$$$$$$#o=*$$$$$$$$$$$==%$$$$$$$$$$$$$$.-*%$#%. ", +" %$$$$$*-$$$$$$$$$$o=o$$$$$$$$$$$%=&$$$$$$$$$$$$$$$$#--.#. ", +" o$$$$%*$$$$$$$$$$o=o$$$$$$$$$$$#=*$$$$$$$$$$$$$ $$$..$ ", +" o$$$#*#$$$$$$$$$&==#$$$$$$$$$$$*o#$$$$$$$$$$$$ $$$$$ ", +" $$$--$$$$$$$$$.==#$$$$$$$$$$$%o-$$$$$$$$$$$$ ", +" $$#*.$$$$$$$$#==.$$$$$$$$$$$$*o#$$$$$$$$$$$ ", +" $$%*#$$$$$$$$*=&$$$$$$$$$$$$.=-$$$$$$$$$$$$ ", +" $$.-$$$$$$$$-=*$$$$$$$$$$$$$o*$$$$$$$$$$$$ ", +" $$#$$$$$$$$.=o$$$$$$$$$$$$$%*%$$$$$$$$$$$ ", +" %$$$$$$$$$*=.$$$$$$$$$$$$$---%.$$$$$$$$ ", +" %$$$$$$$$#o-$$$$$$$$$$$$$$#&*o*%.$$$$$ ", +" %$$$$$$$-o#$$$$$$$$$$$$$$$$#%&&&%%.o ", +" $$$$$$$#*-$$$$$$$$$$$$$$$$$$$$$$$$$$$ ", +" $$$$$$**$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ", +" $$$$$$#-.$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ", +" $$$$$$$$#$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ ", +" $$$$$$$$$$$$$$$$ $$$$$$$$$ ", +" $$$$$$$$$$$$ ", +" $$$$$$$$$$$ ", +" $$$$$$$$$$ ", +" $$$$$$$$$ ", +" $$$$$$$$ ", +" $$$$$$$ ", +" $$$$$ ", +" $$$$ ", +" $$ ", +" $ "}; diff --git a/src/fishes/fish00b.xpm b/src/fishes/fish00b.xpm new file mode 100644 index 0000000..9656ec5 --- /dev/null +++ b/src/fishes/fish00b.xpm @@ -0,0 +1,102 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish00b_xpm[] = { +"64 59 14 1", +" c None", +". c #93916C6D0800", +"X c #A0B384903025", +"o c #B4B5A4B3584A", +"O c #A2B38E913025", +"+ c #100112020901", +"@ c #040009010100", +"# c #34261E030B01", +"$ c #424834261001", +"% c #5C4B544A2124", +"& c #7D6F534A0300", +"* c #A6B4706D0400", +"= c #616B33260400", +"- c #342634262E25", +" ", +" ", +" .XoooOOX.......+@### ", +" @@@@@$%&X*&%+@@@@@@@@##########", +" @@@@@@@#%.**%#+@@@@@@@@@@@# ", +" @@@@@@@@+.**X&+@@@@@@@@@@@ ", +" @@@@@@@@@+$&**&$@@@@@@@@@@@@@ ", +" @@@@@@@@@@%***=$+@@@@@@@@@@@@@ ", +" @@@@@@@@@@$*X*%+@@@@@@@@@@@@@@@@ ", +" X@@@@@@@@@@$***#@@@@@@@@@@@@@@@@@@ ", +" o&@@@@@@@@@@$***#@@@@@@@@@@@@@@@@@@- ", +" O*+@@@@@@@@@+*XX#@@@@@@@@@@@@@@@@@+$X ", +" ++%=@@@@@@@@@@%X*%@@@@@@@@@@@@@@@@#%.&% ", +" ++%.+@@@@@@@@@#**.+@@@@@@@@@@@@@@@%*.$+@ ", +" +@@&*#@@@@@@@@@@&**#@@@@@@@@@@@@@@#..#@@@@@ ", +" +@@%*#@@@@@@@@@@&**.+@@@@@@@@@@@@#&*&+@@@@@@ ", +" +++@@.&@@@@@@@@@@$***=@@@@@@@@@@@@#**&+@@@@@@@ ", +" ++@@#*+@@@@@@@@@@@***+@@@@@@@@@@@@**.+@@@@@@@@ ", +" ++@@@=&@@@@@@@@@@@@+*&@@@@@@@@@@@@=*&+@@@@@@@@@ ", +" X+@*&@&=@@@@@@@@@@+@@*=@@@@@@@@@@@#*.+@@@@@@@@@@ ", +" &=+*@*@*+@@@@@@@@@@@@@++@@@@@@@@@@@&*$@@@@@@@@@@@ @#### ", +" &#@X@X#*+@@@@@@@@@@@@@+@@@@@@@@@@@#*&@@@@@@@@@@@@ @&&&&# ", +" %+@@*@$.@@@@@@@@@@@@@@+@@@@@@+@@@@%*$@@@@@@@@@@@@ @#&@@@&# ", +" .=+@@@@$&@@@@@@@@@@@+@@$@@@@@@+@@@@.*#@@@@@@@@@@@@ @+%+@@@&# ", +" @&@@@@@%&@@@@@@@@@@@@@++@@@@@@@@@@$*&@@@@@@@@@@@@@@#$@@@@@&= ", +"++&@@@@@=&@@@@@@@@@@@@+*+@@@@@@@@@@**=@@@@@@@@@@@@@%#@@@@@@&= ", +"@+&@@@@@==@@@@@@@@@@#**.@@@@@@@@@@+**#@@@@@@@@@@@@@#@@@@@@@%= ", +"@+&+@@@@=$@@@@@@@@@@$**&@@@@@@@@@@#**+@@@@@@@@@@@@@#@@@@@@@$= ", +"@@&+@@@@==@@@@@@@@@@$**&@@@@@@@@@@#**+@@@+@@@@@@@@@$@@@@@@@$$ ", +"@@=#@@@@==@@@@@@@@@@#**%@@@@@@@@@@#**+@@@@@@@@@@@@@=@@@@@@@#= ", +" @@=@@@@$&@@@@@@@@@@#**%@@@@@@@@@+#**+@@@@@@@@@@@@@#@@@@@@@== ", +" @@#+@@@$&@@@@@@@@@@+**%@@@@@@@@@@+**#@@@@@@@@@@@@@=$#@@@@@## ", +" $@+@@@#.+@@@@@@@@@+.*&@@@@@@@@@@@**$@@@@@@@@@@@@@@#=&$@@@=# ", +" $@@@@@&=@@@@@@@@@@.*.@@@@@@@@@@@$*%@@@@@@@@@@@@@@@@+==#=## ", +" .@@@@$&@@@@@@@@@@.*.@@@@@@@@@@@+*&@@@@@@@@@@@@@ @@@#### ", +" .@@@+&+@@@@@@@@@%**+@@@@@@@@@@@&.+@@@@@@@@@@@@ @@@@@@ ", +" @@@==@@@@@@@@@#**+@@@@@@@@@@@$.=@@@@@@@@@@@@ ", +" @@+&#@@@@@@@@+**#@@@@@@@@@@@@&.+@@@@@@@@@@@ ", +" @@$&+@@@@@@@@&*%@@@@@@@@@@@@#*=@@@@@@@@@@@ ", +" @@#=@@@@@@@@=*&@@@@@@@@@@@@@.&@@@@@@@@@@@@ ", +" @@+@@@@@@@@#*.@@@@@@@@@@@@@$&$@@@@@@@@@@@ ", +" $@@@@@@@@@&*#@@@@@@@@@@@@@===$#@@@@@@@@ ", +" $@@@@@@@@+.=@@@@@@@@@@@@@@+%&.&$#@@@@@ ", +" $@@@@@@@=.+@@@@@@@@@@@@@@@@+$%%%$$#. ", +" @@@@@@+&=@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +" @@@@@@&&@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +" @@@@@@+=#@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +" @@@@@@@+@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ ", +" @@@@@@@@@@@@@@@ @@@@@@@@@@@@@ ", +" @@@@@@@@@@@@ ", +" @@@@@@@@@@@ ", +" @@@@@@@@@@ ", +" @@@@@@@@@ ", +" @@@@@@@@@ ", +" @@@@@@@@@ ", +" ", +" ", +" ", +" "}; diff --git a/src/fishes/fish01a.xpm b/src/fishes/fish01a.xpm new file mode 100644 index 0000000..9f288cc --- /dev/null +++ b/src/fishes/fish01a.xpm @@ -0,0 +1,96 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish01a_xpm[] = { +"63 50 17 1", +" c None", +". c #636C616B4948", +"X c #95926E6D0E01", +"o c #1A0328245149", +"O c #0F0111021E03", +"+ c #170213020800", +"@ c #2E2534262424", +"# c #020005000100", +"$ c #5B4B3F271102", +"% c #4C491B030700", +"& c #504949483F27", +"* c #5A4A4A481602", +"= c #796E6F6D686C", +"- c #6E6D40470300", +"; c #B1B5ABB4A3B3", +": c #8E9187906E6D", +"> c #A4B398928B90", +" ...... ", +" X..Xooooooo. ", +" ..XOoOOoOOX++Oo.. ", +" ..XooOooooooo@X+###oo. ", +" .XooooOooOOoOOoO$$####+o. ", +" .XooOooooOOoooooooo$%#####@o ", +" ..XoooOoOOOoooOOoOOOo@X+######o. ", +" XooOoOOoooooOOoooooooO$X+######o@ ", +" .XoOoooOoOO@OO@oOoOOOooo&X#######o@ ", +" XoOOOOOOooooooo.ooooooOOo&X#######@O ", +" Xooooooooooo&oo.ooo@oooooO*X#######OO ", +" X==ooooooooooXoo.oooXoo&ooo@-#######O@ ", +" =;;=ooooooXoo.ooo.ooooooXooooX+######o@ ", +" +:;;.ooooo.ooo.ooo&oo.ooo@o&oo*$######o@ ", +" +%>;;oooooo.oooXoo&XooXooo&o@oo$$#####+o@ ", +" +%*;;;ooooooXoooXoo.ooo&oooooXooo$#####Oo ### ", +" +%.;>>ooooo.&ooXooo.ooXooo&oo$oooX+####O@ o#### ", +" +%%.;;;oooooXoooXooo.oo.ooo.ooXo*o*%####O@ oo### ", +" +%%%=;;;oooooXoo.Xoo&Xoo.oooXo&oo*o&-####+ ##o#### ", +" +++%%:;;;ooooo&ooX@oo.ooX&ooo&oXoooo*X+###@ ###OO### ", +" ++++%%:;;;.ooo.oooXooo.ooXooo.oo*o*ooo*%#### ###OO###o", +" ++++%%%:;;;=oooXoooXoooXoo.oooXoXoo*ooo&-#########Oo###O", +" +++++++%=>>;=oooXoo&&oo.oooXoo&&o.oo*o*ooX+########+o###O", +" +++++&>++=>>;:oo.&ooX&ooXoo.@ooXooXo&oo*oo$$#########o###O", +" ++++++##@+=>;;>ooXoooXoooXooXoooXo&Xo*o@*oo@$#########@O##O", +" %++++++@#@+=>;;;o&XoooXoo.&o&Xoo.XoXoo*o*@oooX+########OO##O", +" +%+++%%++@++.>;>>.*Xoo&XooX&o.XooX*oX@o*oo*ooo*%########O@##O", +" +++%%%%+++++.>>>>.=:oooXoo.XooXoooXo&Xo*@o*oooo-########o@##O", +" ###++%++%++%.>>>>=>:>oo.&ooXooX&ooX@oXoo*oo@ooo$+#######oo##o", +" +++#++++++++.:>>>=:@>=ooXoo&.oo.oooXooXoo*o@@oo-+## ###o@## ", +" ++++++++++%&:>>.=@=>@ooXoooXooX&oo&ooX@o*oo*OO$%# #@o@## ", +" +++++++++.:>.=@=@@=ooo&ooXooo.oooXooXoo*oOOOO$# o@## ", +" ++++++++&===@&@>>=>ooXooo.ooo*ooX@oo@oo$OOoOo @## ", +" ++++++*==.@@@@@@&oooXooXoooXoooXooXooOOOOooO ", +" +++++%=..@>===>XoooXooo*ooo&ooo&oo@OOOOoOOoo ", +" ++++.===.oooooXooo&ooXoooXoooXooOOOOoOoooo ", +" +++@.=:=.ooooXooo&ooo&ooo@ooo@OOOOOoooOOO ", +" &&====.ooooXooo@oo@oooooooOOOOoooOOooo ", +" =&&&=.=ooooooo@ooo@ooo@ooOOOoOOOoooo ", +" =@&&.=.ooooooooooooooOOOOOooooooo ", +" ==&=....ooooooooooOoooooooooooo ", +" ==&==.oooooOoOOoOOOOOOoOOOO ", +" @@@.@@oOooooooooooooOoo ", +" >:===&.ooooooooooooo ", +" =>:=>===:===.= ", +" =::>:>:>:>=: ", +" =>:====>===> ", +" =:>== ", +" = ", +" "}; diff --git a/src/fishes/fish01b.xpm b/src/fishes/fish01b.xpm new file mode 100644 index 0000000..02d72b6 --- /dev/null +++ b/src/fishes/fish01b.xpm @@ -0,0 +1,96 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish01b_xpm[] = { +"63 50 17 1", +" c None", +". c #636C616B4948", +"X c #95926E6D0E01", +"o c #1A0328245149", +"O c #0F0111021E03", +"+ c #170213020800", +"@ c #2E2534262424", +"# c #020005000100", +"$ c #5B4B3F271102", +"% c #4C491B030700", +"& c #504949483F27", +"* c #5A4A4A481602", +"= c #796E6F6D686C", +"- c #6E6D40470300", +"; c #B1B5ABB4A3B3", +": c #8E9187906E6D", +"> c #A4B398928B90", +" ", +" ...... ", +" X..Xooooooo. ", +" ..XOoOOoOOX++Oo.. ", +" ..XooOooooooo@X+###oo. ", +" .XooooOooOOoOOoO$$####+o. ", +" .XooOooooOOoooooooo$%#####@o ", +" ..XoooOoOOOoooOOoOOOo@X+######o. ", +" XooOoOOoooooOOoooooooO$X+######o@ ", +" .XoOoooOoOO@OO@oOoOOOooo&X#######o@ ", +" XoOOOOOOooooooo.ooooooOOo&X#######@O ", +" Xooooooooooo&oo.ooo@oooooO*X#######OO ", +" X==ooooooooooXoo.oooXoo&ooo@-#######O@ ", +" =;;=ooooooXoo.ooo.ooooooXooooX+######o@ ", +" +:;;.ooooo.ooo.ooo&oo.ooo@o&oo*$######o@ ### ", +" +%>;;oooooo.oooXoo&XooXooo&o@oo$$#####+o@ ### ", +" +%*;;;ooooooXoooXoo.ooo&oooooXooo$#####Oo #### ", +" +%.;>>ooooo.&ooXooo.ooXooo&oo$oooX+####O@ o#### ", +" +%%.;;;oooooXoooXooo.oo.ooo.ooXo*o*%####O@ #o#### ", +" +%%%=;;;oooooXoo.Xoo&Xoo.oooXo&oo*o&-####+ ##o##### ", +" +++%%:;;;ooooo&ooX@oo.ooX&ooo&oXoooo*X+###@ ##OO#### ", +" ++++%%:;;;.ooo.oooXooo.ooXooo.oo*o*ooo*%#### ##OO#### ", +" ++++%%%:;;;=oooXoooXoooXoo.oooXoXoo*ooo&-########OO#### ", +" +++++++%=>>;=oooXoo&&oo.oooXoo&&o.oo*o*ooX+#######Oo####O ", +" +++++&>++=>>;:oo.&ooX&ooXoo.@ooXooXo&oo*oo$$#######Ooo###O ", +" ++++++##@+=>;;>ooXoooXoooXooXoooXo&Xo*o@*oo@$#######Oo@###O ", +" %++++++@#@+=>;;;o&XoooXoo.&o&Xoo.XoXoo*o*@oooX+#######OO###O ", +" +%+++%%++@++.>;>>o*Xoo&XooX&o.XooX*oX@o*oo*ooo*%#######OO###O ", +" +++%%%%+++++.>>>>.oXoooXoo.XooXoooXo&Xo*@o*oooo-#######Oo###O ", +" ###++%++%++%.>>>>@o..oo.&ooXooX&ooX@oXoo*oo@ooo$+######Oo#### ", +" +++#++++++++.:>>>@>oX=ooXoo&.oo.oooXooXoo*o@@oo-+## ###oo#### ", +" ++++++++++%&:>>.@>oXXooXoooXooX&oo&ooX@o*oo*OO$%# ##@o#### ", +" +++++++++.:>.@==@oXooo&ooXooo.oooXooXoo*oOOOOO# Oo#### ", +" ++++++++&===@@@>o..ooXooo.ooo*ooX@oo@oo$OOoOO ### ", +" ++++++*==.@=>=@oXoooXooXoooXoooXooXooOOOOOoo ### ", +" +++++%=..@@@@>oXoooXooo*ooo&ooo&oo@OOOOOooOO ## ", +" ++++.===.o==ooXooo&ooXoooXoooXooOOOOoooOoo # ", +" +++@.=:=.ooooXooo&ooo&ooo@ooo@OOOOOoOOooo ", +" &&====.ooooXooo@oo@oooooooOOOOooOoooo ", +" =&&&=.=ooooooo@ooo@ooo@ooOOOoOOooooo ", +" =@&&.=.ooooooooooooooOOOOOooooOOO ", +" ==&=....ooooooooooOooooooOOOooo ", +" ==&==.oooooOoOOoOOOOOOoooo ", +" @@@.@@oOooooooooooooo ", +" >:===&.oooooooooo ", +" =>:=>===:===. ", +" =::>:>:>:>== ", +" =>:====>=== ", +" >====:>== ", +" >>>>>== "}; diff --git a/src/fishes/fish02a.xpm b/src/fishes/fish02a.xpm new file mode 100644 index 0000000..0fbdc0d --- /dev/null +++ b/src/fishes/fish02a.xpm @@ -0,0 +1,88 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish02a_xpm[] = { +"71 44 15 1", +" c None", +". c #3F2727240F01", +"X c #9391564A0000", +"o c #9C92594A0200", +"O c #7D6F48480500", +"+ c #584A49481F03", +"@ c #8890746E1001", +"# c #070009010200", +"$ c #746E4A481202", +"% c #98928E91818F", +"& c #5F4B584A4D49", +"* c #828F746E5E4B", +"= c #9191828F4F49", +"- c #97928C914F49", +"; c #A4B396924448", +" . ", +" X.X ", +" XX.XX ", +" o ooX.Xo.o ", +" .XoXX.OXX.Xo ", +" o.X+Xo.XX.Oo.X ", +" X.X....Xo.Xo.oX@ ", +" ####.XO+...O.OXX.o ", +" #####.XXXXXX...X.XX. ", +" #######.$O$XX+$+O...X.Xo.XXXo ", +" ###.#####.%&*&*&&&+&&&..X+.XXX.o ", +" ###X.######XXXXXOXXXXXXX+..XXo.XoO ", +" ###+XX######oXXXXXXXXXXoXXX..XX.XXXo ", +" ####XXX######XXXXXoXXooXXoXXXX..oXXXoX ", +" ####OXoX######.....+&+.++XX+XXXXX..XX..X ", +" ####.XXoX######========-%%%%%%&+.X+...Xooo ", +" #####XXooX######XXXXXXXXXXXoXXXoo$++O.oooX. XX.", +" #####.XooXX######XooXoooXXXXXXXXXXooXXX.+..XX o.oX.X", +" ######OXoooX.#####XXoXooooXXXXXXXXXoooXXoX.XooX .ooX.. ", +" X######XXXXXX.#####XXXXXXXXXXXXXXXXooXoXXXoX.XXX o.o.... ", +" X+##.%#.XXXXXX.#####.++$$O$XXooooooXXXXXoooooX o.XX..XO ", +" oX.##..#XXXXXoX+#####&*=====%%%%%=%%%=======&=oXXoXX o@OOX..oX. ", +" oXo.####.XXXXoXX.#####XXoXXXXXXXXXXXXoXXXoXXXXooooXooXXoO.XOX... ", +" #XXX#####XXXXXXXX.#####XooXooXXXXXXXXXXXXoooooooXoooooXooX.....+ ", +" ##XX#####XXXXXXXX######XXoXoXXXXXXoXXXXXooooooXXoooXooooXX.XoX. ", +"####X####XXXXXXXXo#####.XooXoOOOXOXXXOooooooooXXoXXOXOOoooX....O ", +"########.XXXXXXXX.#####&+XXXXXXXXXXXXX$=%%%%;=====&=++$O.oO.OXoO ", +" ######XXXXXXXXX..##..XXXXXXXXXXXXoooXoXoXoo$&&+XXO..+.OO....... ", +" ######.XXXXXXXO%%%;oXX+XXXXXoooXXXXXXOoXXXXXXXooXO..OooXX....oo.. ", +" #####+oXXXXXX=%%%%@=@@@==@XXoXOOOXXOXoXoXXooXXO... o..XO.XX.o ", +" ###XXXXXX@*%*%=%%%%%%%%%%=$XooXXXXXXXX@@==&+$++o.. X.OX..o. ", +" #X++&&%-%%==**=%%%----**=%%%%%%%%%%%%%=&+$...oXX o.XoX..o ", +" X+++*%%%%%%%**==-%=**=%%%%%%%%%%%--=&&+.+XX..o ..ooX. ", +" ===%%%%%====*=*===%%%%%-%%%%=*&&+..X.oXXX X.XoXo ", +" ====&*=====*===-********&&--.X.XXX.oo o...X ", +" O..++++&&&&&&&&&&&& o..XXXO oo. ", +" ooXO+.O &&&&&& XX.X ", +" oXXXoX.o oX. ", +" oXXoXXoo ", +" oXoooo ", +" oo ", +" ", +" ", +" "}; diff --git a/src/fishes/fish02b.xpm b/src/fishes/fish02b.xpm new file mode 100644 index 0000000..ed0becb --- /dev/null +++ b/src/fishes/fish02b.xpm @@ -0,0 +1,88 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish02b_xpm[] = { +"71 44 15 1", +" c None", +". c #3F2727240F01", +"X c #9391564A0000", +"o c #9C92594A0200", +"O c #7D6F48480500", +"+ c #584A49481F03", +"@ c #070009010200", +"# c #746E4A481202", +"$ c #98928E91818F", +"% c #5F4B584A4D49", +"& c #828F746E5E4B", +"* c #9191828F4F49", +"= c #97928C914F49", +"- c #A4B396924448", +"; c #8890746E1001", +" . ", +" X.X ", +" X X.XXX ", +" .Xoo.XXo. ", +" o.oXX.OX.OX ", +" o.X+Xo.XX.Oo.X ", +" X.X....Xo.Xo.oX ", +" @@@@.XO+...O.OXX.o ", +" @@@@@.XXXXXX...X.XX. XX ", +" @@@@@@@.#O#XX+#+O...X.Xo.XXX. ", +" @@@.@@@@@.$%&%&%%%+%%%..X+.XX.X ", +" @@@X.@@@@@@XXXXXOXXXXXXX+..XXo.Xo ", +" @@@+XX@@@@@@oXXXXXXXXXXoXXX..XX.XXX ", +" @@@@XXX@@@@@@XXXXXoXXooXXoXXXX..oXXX. .X ", +" @@@@OXoX@@@@@@.....+%+.++XX+XXXXX..X.oo .XXX ", +" @@@@.XXoX@@@@@@********=$$$$$$%+.X+..oXoo XXX. ", +" @@@@@XXooX@@@@@@XXXXXXXXXXXoXXXoo#++O.oooX. XXX.X ", +" @@@@@.XooXX@@@@@@XooXoooXXXXXXXXXXooXXX.+..XX .XX.XX ", +" @@@@@@OXoooX.@@@@@XXoXooooXXXXXXXXXoooXXoX.XooX XX..XX ", +" X@@@@@@XXXXXX.@@@@@XXXXXXXXXXXXXXXXooXoXXXoX.XX .X.oXoX ", +" X+@@.$@.XXXXXX.@@@@@.++##O#XXooooooXXXXXoooooX XXo.XXX ", +" oX.@@..@XXXXXoX+@@@@@%&*****$$$$$*$$$*******%*oXXoXX .XO.X... ", +" oXo.@@@@.XXXXoXX.@@@@@XXoXXXXXXXXXXXXoXXXoXXXXooooXooXX.O.X.XX ", +" @XXX@@@@@XXXXXXXX.@@@@@XooXooXXXXXXXXXXXXoooooooXoooooXoo...XXX ", +" @@XX@@@@@XXXXXXXX@@@@@@XXoXoXXXXXXoXXXXXooooooXXoooXooooX.OXoX. ", +"@@@@X@@@@XXXXXXXXo@@@@@.XooXoOOOXOXXXOooooooooXXoXXOXOOooo.....X ", +"@@@@@@@@.XXXXXXXX.@@@@@%+XXXXXXXXXXXXX#*$$$$-*****%*++#O.o.OOXoX ", +"@@@@@@@@XXXXXXXXX..@@..XXXXXXXXXXXXoooXoXoXoo#%%+XXO..+.OO....oX ", +" @@@@@.XXXXXXXO$$$-oXX+XXXXXoooXXXXXXOoXXXXXXXooXO..OooXX.O.X.o ", +" @@@@+oXXXXXX*$$$$;*;;;**;XXoXOOOXXOXoXoXXooXXO... o..X.X. ", +" @@@XXXXXX;&$&$*$$$$$$$$$$*#XooXXXXXXXX;;**%+#++... .X.O.XX ", +" @X++%%$=$$**&&*$$$====&&*$$$$$$$$$$$$$*%+#...oXX X.X.oX ", +" X+++&$$$$$$$&&**=$*&&*$$$$$$$$$$$==*%%+.+.XXXo X.X.oo ", +" ***$$$$$****&*&***$$$$$=$$$$*&%%+...X.XXX X.X.XX ", +" ****%&*****&***=&&&&&&&&%%==.X.X.XX.o X.Xo.. ", +" O..++++%%%%%%%%%%% o..XX.XX X.XXX ", +" oo++.%%%%%%%% o.XXX. X.XX ", +" XXo++. o.oXX X.X ", +" XXX++ o. XX ", +" XXX+. ", +" XXX+. ", +" XXXXX ", +" XXX ", +" XX "}; diff --git a/src/fishes/fish03a.xpm b/src/fishes/fish03a.xpm new file mode 100644 index 0000000..4e6b6c3 --- /dev/null +++ b/src/fishes/fish03a.xpm @@ -0,0 +1,96 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish03a_xpm[] = { +"83 52 15 1", +" c None", +". c #12021E035049", +"X c #13021A033025", +"o c #45482D250D01", +"O c #716D3A270400", +"+ c #190318021302", +"@ c #8A905E4B0500", +"# c #A0B35A4A0100", +"$ c #3B2738263426", +"% c #06000C010200", +"& c #0A0127240600", +"* c #120234260E01", +"= c #24245B4B0901", +"- c #3926676C1903", +"; c #A1B3666C0000", +" ........XXXXXXX ", +" ..XXXXoooOOOOOOOoo+XX.XX ", +" ...XXoOO@O@@O@OOO@O#@OO++.XXX ", +" oX.$oOO@OOOOooooooooooooOOOoooXXXX ", +" ooooOOOooo+%%%%%%%&%&&&&&*%&+oOOOOOoX.X ", +" ooOOOOo+&%&&&%%%%%&&**&&&&&%%%*%%%oOOOOOoX ", +" oOOOo*&&&&&&&&&&&&&&&%%%%&%*&&*&%&&&%+oOOOOOoX ", +" ooo*&**&&&&*&&&&*&&&&**&&&%%*&*&%&***%&*&%ooOOOOX ", +" o&&&&&***&*&&*****&&=**&*&*&&&%%&&**%%&**%&&&%+oOOOOX ", +" o%&*******&*========**&***&*&&&&&%&%%**%%&&&%*&&%O@OOOX ", +" oo&&&*****=========-==-====**&&**&&&%&*&*&&%&*+++++oOOOOOX ", +" **&&*&&*=---=-=-=--==-=-=---====*****&%%%&=*%&+XXXXXXXX+OOOOX ", +" &&&*&**====--=---====---==---===--=**&&&%%%*=*%XXX XXXX+OOXX ", +" *&&&*++==--=-=----===----=-==--=-====***&&%%*%**.X XXXXoOXX ", +" ***oO$.X=-==*==-=-----===-=-----=========*&&%**&XX X.XXXX ", +" &*o@@#O..$=-o@o%==----=--==-=-====-========**%%%&XX XX..X ", +" **O##;#O..$-%O@oO%=-----==-==========-===-====&%%&.X XX.X ", +" **O@#;;#@..$=%@o@OO&--------=---==-=======@=====&%%+ XX ", +" **@#;####@X.+*@@o@@oo----==-====-==-=======@-=====*%% ", +" **@@#;;O#;@..Xo@o@@o@o==----=--=======-=-==--===-==*&& %%%%%%++++++ ", +" **;@Xo;@o@@OXX+O@o@o;@o*=-===---======--=-===========*&%%%oOOOOOOO%%%o ", +" **@O+@@XOo@@O..+@o@o#Oo@&=--=-=-========-=========@===*&OOOOOO+++++++++ ", +" .X-;O+o%@@oo@@o.XooOo#@o#@o--=-=-==============-====@===*&OOO++++OOOOoOoo ", +" ..X@@oX@%%@+o@@..%Oo#O;o@@oo===--==-============-====-===*%OOOOOOOOOOOOOoo ", +" ...X@;O%@@$%ooOOX.+oOO@o@@oO+=-=-================-===-====*+OO+++++++++++++ ", +"....X#@#O+XoOOo@$.X..+@o@o++*=----======--========@-=====-=&oOOOOOOOOOOOoO+o ", +".....X###;@#@o@OX$X.XXoOo&===-==--=-==-=-========--=====*o*&oOO+++++OO++OO+ ", +" ....X@@@@;;;o@oX=+XXXX%=---===-=--==-==-=============o=***oOO+OOOO%OOO+++% ", +" ...X==oOO@;o+@+===+X+*-======-----===-==============--=*&%%%%O++oOo++OOO+o ", +" .X=======oOO-============-=---=---=============-===-==*& %oO++ooo++O+o ", +" ==========oo=======-=====-==-----=============-=====**&& %oo++oo+%% ", +" *=========================-=================O-=====*=& o%oo++++%o ", +" ==========================================-======**+& %ooo%% ", +" *==========================-=====================*.. %++% ", +" &======================-=====================**&.. %% ", +" *=============-=============================*&+.. ", +" ==================-======================*&&X.X ", +" *=====================================*%&%+.X ", +" o**================================&%%%&%.X ", +" Ooo**===========================*&&&%&%&+.X ", +" OOoo*======================**&&%&%*&&&%+. ", +" OOOOo**==============**=*&&%%%%**%%&%*%X. ", +" OOOOOo**============*&*&%%&&&%%&%&&&%&*.. ", +" OOOOOOO**********&&+++++&&&%%**&%&%&&&X. ", +" OOOOO* *****XXXXXXX++%%&&&%&&&&X.X ", +" OOOOO XXX.&*%&*%%&%+X.X ", +" OOOOO X.XX&%%*&+&&$. ", +" OOO@O XXX+%&&%&%XX ", +" O@#@O X+%%*&&%. ", +" OOOOO XX*%%%&+X ", +" oO XXX%*XX ", +" XX+ "}; diff --git a/src/fishes/fish03b.xpm b/src/fishes/fish03b.xpm new file mode 100644 index 0000000..f8f772a --- /dev/null +++ b/src/fishes/fish03b.xpm @@ -0,0 +1,96 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish03b_xpm[] = { +"83 52 15 1", +" c None", +". c #12021E035049", +"X c #13021A033025", +"o c #45482D250D01", +"O c #716D3A270400", +"+ c #8A905E4B0500", +"@ c #A0B35A4A0100", +"# c #3B2738263426", +"$ c #06000C010200", +"% c #190318021302", +"& c #0A0127240600", +"* c #120234260E01", +"= c #24245B4B0901", +"- c #3926676C1903", +"; c #A1B3666C0000", +" ........XXXXXXXXX ", +" ..XXXXoooOOOOOOOooooo.XXXX ", +" ...XXoOO+O++O+OOO+O@+OOooooXXXX ", +" oX.#oOO+OOOOooooooooooo$$OOooooooXXXX ", +" ooooOOOooo%$$$$$$$&$&&&&&*$&%$$OOoOooooXXXX ", +" ooOOOOo%&$&&&$$$$$&&**&&&&&$$$*$$$$$$$OOooOXXXXX ", +" oOOOo*&&&&&&&&&&&&&&&$$$$&$*&&*&$&&&$%oO$$OO&&OOOXX ", +" ooo*&**&&&&*&&&&*&&&&**&&&$$*&*&$&***$&*&$o$$$$&&&O&XXXX ", +" o&&&&&***&*&&*****&&=**&*&*&&&$$&&**$$&**$&&&$%o$$OOO&OOOXXXX ", +" o$&*******&*========**&***&*&&&&&$&$$**$$&&&$*&&$O$&O&OO&&O&OXXX", +" oo&&&*****=========-==-====**&&**&&&$&*&*&&$&*%%%%XXXXXXXXOO&O&OOX", +" **&&*&&*=---=-=-=--==-=-=---====*****&$$$&=*$&%XXXXXXX XXXXXXX ", +" &&&*&**====--=---====---==---===--=**&&&$$$*=*$XXX ", +" *&&&*%%==--=-=----===----=-==--=-====***&&$$*$**.X ", +" ***oO#.X=-===-=-=-----===-=-----=========*&&$**&XX ", +" &*o++@O..#=--===-=----=--==-=-====-========**$$$&XX ", +" **O@@;@O..#-==-=-$=-----==-==========-===-====&$$&.X $$$ ", +" **O+@;;@+..#=---=*+&--------=---==-=======+=====&$$% $$$$OOO ", +" **+@;@@@@+X.%-==-$+++O---==-====-==-=======+-=====*$$ $$$$OOOOOOO ", +" **++@;;O@;+..X=-=$+++++o----=--=======-=-==--===-==*&& $$$OOOOOOO%%% ", +" **;+Xo;+o++OXX%==*++ooooO-===---======--=-===========*&$$$oOOOOO%%%OOo ", +" **+O%++XOo++O..%=*+oo++++O--=-=-========-=========+===*&OOOOOO%%%OOOOOO ", +" .X-;O%o$++oo++o.X**+o@+++++o-=-=-==============-====+===*&OOO%%%%OOOOOOOo ", +" ..X++oX+$$+%o++..$OooO;oooooO==--==-============-====-===*$OOOOOOOOOO%%%%% ", +" ...X+;O$++#$ooOOX.%ooooo;++;+O-=-================-===-====*%OO%%%%%%%%%oooo ", +"....X@+@O%XoOOo+#.X..%+;++++++O---======--========+-=====-=&oOOOOOOOOOOOoOoo ", +".....X@@@;+@+o+OX#X.XXooooooooo=--=-==-=-========--=====*o*&oOO%%%%%OO%%OOoo ", +" ....X++++;;;o+oX=%XXXX$@@;@@@O-=--==-==-=============o=***oOO%OOOO$%OO%%%$ ", +" ...X==oOO+;o%+%===%X%&&&&@@@@O----===-==============--=*&$$$$O%%%Ooo%%OO%o ", +" .X=======oOO-===========&&&&--=---=============-===-==*& oOo%oooo%%%o ", +" ==========oo=======-=====-==-----=============-=====**&& $oo%%%oo$$ ", +" *=========================-=================O-=====*=& $%oo%%%oo ", +" ==========================================-======**%& %oo$$%% ", +" *==========================-=====================*.. %%$oo ", +" &======================-=====================**&.. %% ", +" *=============-=============================*&%.. ", +" ==================-======================*&&X.X ", +" *=====================================*$&$%.X ", +" o**================================&$$$&$.X ", +" Ooo**===========================*&&&$&$&&.X ", +" OOoo*======================**&&$&$*&&&&&.. ", +" OOOOo**==============**=*&&$$$$**$$&$*&&.. ", +" OOOOOo**============*&*&$$&&&$$&$&&&$&$&&... ", +" OOOOOOO**********&&%%%%%&&&$$**&$&$&&*&$&&. ", +" OOOOO* *****XXXXXXX%%$$&&&$&&$&&*$&&.. ", +" OOOOOO XXXXXXX*$&&$$$&*$&.. ", +" OOO@OOO XXX*&$&*&$&*&.X ", +" OO+@OO XXXXXXXX$&$X ", +" +@+@OO XXX$X ", +" OOOO ", +" ", +" "}; diff --git a/src/fishes/fish04a.xpm b/src/fishes/fish04a.xpm new file mode 100644 index 0000000..0d87fe0 --- /dev/null +++ b/src/fishes/fish04a.xpm @@ -0,0 +1,107 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish04a_xpm[] = { +"93 62 16 1", +" c None", +". c #17021D033626", +"X c #17022624574A", +"o c #999291917E6F", +"O c #B6B6ADB59E93", +"+ c #040008000100", +"@ c #818F766E666C", +"# c #584A5B4B4248", +"$ c #8890746E1001", +"% c #3C2737262C25", +"& c #120217021202", +"* c #B4B5A4B3584A", +"= c #9391676C0500", +"- c #8D91838F4448", +"; c #9B9289903C27", +": c #A4B396924448", +" . ", +" XX ", +" XX ", +" X. ", +" .X ", +" ooooOo X..X ", +" +++oooooo@ooo@###XXX.. ", +" +++++@OOo@#XXX.X....X$ XX....XXXXX. ", +" ++++++%OOOO#X##@oooo@XX...XX ", +" o#++++++#OOOOOOo@#.X...XX. ", +" o@@o++++++oOOOOOOO##%XXX%X....X.XXXX ", +" o@OOoo+++++.OOOOOOOOO%.#@o@o@@@ .XX. ", +" o@ooOOO@+++++#OOOOOOOO#++@OOOOOOo@ XX ", +" XX@oOOOOO@+++++@OOOOOOOo&++&@OOOOO@o@ X ", +" .XXOOOOOOO@+++++oOOOOOOO%++++&OOOO@OOO@ ", +" XXXXXOOOOOOO@++++&OOOOOOO@+++++&@oo@OOOO@ ", +" .XXXXXOOOOOOO#++++%OOOOOOO&+++++%O@@OOO@@OO# ", +" .XXXXXXoOOOOOO.++++#OOOOOO#++++++#OO@@O@OOOOO ## ", +" .XXXXXXXXoOOOOO@++++&oOOOOOo++++++%OOOOO@OOOOO@@@ ##@# ", +" .XXXXXXXXXOOOOOO%++++&OOOOOO%+++++&oOOOOOo%OO@@Oo@ ##o##O ", +" XXXXXXXXXXXoOOoOo&++++%OOOOOo++++++@OOOOOO#+%@oOOoo@ ##@O#@OO ", +" ..XXXXXXXXX#*OOOO%+++++%oOOOO&+++++.OOOOOOO&++%oooOOO ##OO#@O@o ", +" .XXXXXXXXX#=*OOo@++++++@OOOO@++++++#OOOOOOO&+++%ooOO@O@ ##O@#ooO@# ", +" XXXXXXXXXX-$$OOOO.++++++oOOOO&+++++&OOOOOOO#+++++#OO@OOO@@ #O@#oOoooo ", +" .XXXXXXXXX#$$*OOO@++++++.OoOOo++++++@OOO%%%%%+++++#@@OOO@oOo#@ ##O#@OooOo#o ", +" .XXXXXXX##$$;OOOO%++++++@oOOO%+++++&%%%%%OO@%++++.oOo@O@oOOOOO@@ ##@@#Oo@####@ ", +" XXXXXXXX$$$$oOOOoo&+++++&ooOO%&++&##oO####o@O@o#%+@OOOO%%oOOOOOOOo #o##oo###OOoo ", +" X.XXXXXX-=$;oOOOOOo++++++&%%%%%OOoO##O@@O@O##O@%...OOOO@&++%@o@@##@####@#####oOOOoo ", +" XXXXXX%$$$@OOOOOOo@++++&&%OOO@####@oO#%#####%&+++&OOOOO&+++++&@oOO@#####ooOOOOOOoo ", +" .XXXXX%$=-oO#OOOOO@+++&oO@%%%@OOOO#%%#OO%O&&&++++.OOOOO&+++++&OOOo#O@oOOoOOOOOOOo@ ", +" ...XXXX=$$:OO##OOOO@+..XX###########OOO###.%O&++++#OOOOo++++++#OOOo#OOOOoOoOOOo@@o ", +" ...XXXXX$=-oOOO#OOOO#.XXXXoOOOOOOOOOOO%%o%%OO%+++++oOOOO@++++++oOOo@############### ", +" .....%%.;oooOOoo#oOO#XXXXX@###########@@%%OOo&++++.oOOOO#+++++&oOOoo###o@oooOoooo@o ", +" ...##$$=.OooOOO@O#OO%&&..&#OoOOOOOOOOo&&OOOo@+++++@OOOOO@+++++#ooooo#o###o##OOoooOoO ", +" .%##$++::=O@ooOo@O#OO%..%&.%#ooOoOOoo@%%OOOOO#++++&oOOOOoo%..&&%%@@o@@#@@o##oo####oooO ", +" %#@@$$+:-=@ooooooo#Oo..%%.#O%%%%%&&&.%oOOOOOO%%..%%OoOooooO%&&##@% @####@o##@ooo###OO ", +"#%#@@$:===o#OoOoo@o#Oo...%.#OOoOO@...%.oOOOOOO%%.%..@Ooooooo%%ooo@ ##o@###oooO### ", +"#%#@@@$==#oO@oooO@O#Oo..%..@OOOOO@%%%%%oOOOOOO#.%.%%%@Ooooo%@%%@o #o@@o###ooooo ", +"%%#@@@@@#@ooo#oOOO##Oo.%%%.oOOOOO@%%%%%#OOOOOOo%%%%%%.#ooo%%ooo% #o@@o@##oooO ", +"#%#@@@@@@@oooo@OoO##Oo.%%%.oOOOOO@%%%%%%oOOOOOOo%%%%%%.%@%#@%@o #o@@oo##o@o ", +" %#%#@@@@@oooo@Oo##OOO%%%%.oOOOOOo%%%%%%.oOOOOOOO#.%%&.&.%ooo ##@@@@### ", +" ##%###@@oooo@O@#OOoO%%.%.oOOOOOO%%%%%%%#OOOOOooO%.%..%o@%@ #@o@##o", +" ##%%##@@@oo###oOooo#%.%.#OOOOOO#.%%%%%%@OOOOOOOo%&%%@ooo #ooo ", +" .%%##@@%#ooooooo#..%.%OOOOOO@.%%%.%%.oOOOOoOoo%.%#@@o ", +" .###%#oooooooo@..%..@oOOOOO#%.%.%%.#OOoOoOo@%@o%%o ", +" ##%#@@@ooooooo%....%oOOOOOO@.%%....%oOoo@%%oOOoo ", +" %#@@o@oooooo%.%%.@oOOOoOO@....%..%oo@%oo%%@o ....X ", +" ##@@@@ooooo%%...%OOOOooOo@..%....#@%@oOO%%o XXX..XXX ", +" @@@@@@@@@&%%%&%oOooooooo%.....&..X%@Oo% .XX.. ", +" ######@@#%&&&&#ooooooooO#...%&.#@.%XXX.XXXXX XX ", +" ##@##&&&&&%ooooooooo#&%&&XX#oOOo. .X. ", +" #####.&&&&%@oooooo@o@..###XXX... .. ", +" ##@@%%&&&&#@@@@@oo@.#@@OOOo@#XXXX.X.XX..X.XX ", +" ##@@oo# &&%@@@@o@@%.....@oo@ ", +" #@@@o# @@@#@@oooo@#.%.XX. ", +" #@#@oo @@#@oo@.XXX..X. ", +" ##@@# @@ XX.X ", +" #@@# ", +" #@# ", +" ", +" ", +" "}; diff --git a/src/fishes/fish04b.xpm b/src/fishes/fish04b.xpm new file mode 100644 index 0000000..a28cf02 --- /dev/null +++ b/src/fishes/fish04b.xpm @@ -0,0 +1,107 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish04b_xpm[] = { +"93 62 16 1", +" c None", +". c #17021D033626", +"X c #17022624574A", +"o c #999291917E6F", +"O c #B6B6ADB59E93", +"+ c #040008000100", +"@ c #818F766E666C", +"# c #584A5B4B4248", +"$ c #8890746E1001", +"% c #3C2737262C25", +"& c #120217021202", +"* c #B4B5A4B3584A", +"= c #9391676C0500", +"- c #8D91838F4448", +"; c #9B9289903C27", +": c #A4B396924448", +" ", +" ", +" .. ", +" .X.... ", +" ... ", +" ooooOo .X. .. ", +" +++oooooo@ooo@###XXX. ..XXX ", +" +++++@OOo@#XXX.X....X$ XX.... ", +" ++++++%OOOO#X##@oooo@XX...XX ", +" o#++++++#OOOOOOo@#.X...XX. ", +" o@@o++++++oOOOOOOO##%XXX%X....X ... ", +" o@OOoo+++++.OOOOOOOOO%.#@o@o@@@ ... XX. ", +" o@ooOOO@+++++#OOOOOOOO#++@OOOOOOo@ ..... ", +" XX@oOOOOO@+++++@OOOOOOOo&++&@OOOOO@o@ ## ", +" .XXOOOOOOO@+++++oOOOOOOO%++++&OOOO@OOO@ ##oOo ", +" XXXXXOOOOOOO@++++&OOOOOOO@+++++&@oo@OOOO@ #@@ooO ", +" .XXXXXOOOOOOO#++++%OOOOOOO&+++++%O@@OOO@@OO# #@@oo@o ", +" .XXXXXXoOOOOOO.++++#OOOOOO#++++++#OO@@O@OOOOO ##@@o@o## ", +" .XXXXXXXXoOOOOO@++++&oOOOOOo++++++%OOOOO@OOOOO@@@ #@o@o@##oO ", +" .XXXXXXXXXOOOOOO%++++&OOOOOO%+++++&oOOOOOo%OO@@Oo@ #@@o@@#@ooo ", +" XXXXXXXXXXXoOOoOo&++++%OOOOOo++++++@OOOOOO#+%@oOOoo@ #@o@@##@oooO ", +" ..XXXXXXXXX#*OOOO%+++++%oOOOO&+++++.OOOOOOO&++%oooOOO #@o@@##oOoOoO ", +" .XXXXXXXXX#=*OOo@++++++@OOOO@++++++#OOOOOOo&+++%ooOO@O@ #@@@##oOoooO@ ", +" XXXXXXXXXX-$$OOOO.++++++oOOOO&+++++&OOOOOOO#+++++#OO@OOO@@ #oo@#oooo#### ", +" .XXXXXXXXX#$$*OOO@++++++.OoOOo++++++@%OOOOOo%+++++#@@OOO@oOo#@ #@@@#oo@Oo#OoO ", +" .XXXXXXX##$$;OOOO%++++++@oOOO++++++%%%OOOOOo%++++.oOo@O@oOOOOO@@ #@#@oOOo##OOOo ", +" XXXXXXXX$$$$oOOOoo&+++++&ooOOO+%%%%%#O%OOOOo%+++++@OOOO%%oOOOOOOOo #@@#ooo##OOOOO ", +" X.XXXXXX-=$;oOOOOOo++++++&&&&%%%%oOO#O%OOOOOo+++++.OOOO@&++%@o@@##@####@#o###oOOOoO ", +" XXXXXX%$$$@OOOOOOo@++++&&&@o@O@O####OO%OOOOO%++++&OOOOO&+++++&@oOO@#######OOOOOOoOO ", +" .XXXXX%$=-oO#OOOOO@+++&@@@@ooo###OOO%#%OOOOo&++++.OOOOO&+++++&OOOo#O@oOOoOOOOO#### ", +" ...XXXX=$$:OO##OOOO@+..X&&&%%%#OOO####%%OOOOo&++++#OOOOo++++++#OOOo#OOOOoOoOO###@oO ", +" ...XXXXX$=-oOOO#OOOO#.XXXX@@@@oo###OO%%%OOOOO%+++++oOOOO@++++++oOOo@###########OOOOO ", +" .....%%.;oooOO@##oOO#XXXXX&&&%%%OO%%%%.OOOOOo&++++.oOOOO#+++++&oOOoo###o@oooOoo###oO ", +" ...##$$=.OooO@oO##OO%&&..&#@@oo%%%%...OOOOOO@+++++@OOOOO@+++++#ooooo#o###o###OoooO### ", +" .%##$++::=O@Oo@oO##OO%..%&.&&%%@@.....OOOOOOO#++++&oOOOOoo%..&&%%@@o@@#@###oOo##OOoooO ", +" %#@@$$+:-=@ooO@oo##Oo..%%.#oo@@@.....%oOOOOOO%%..%%OoOooooO%&&##@% @##@@##oooOO##OOOO ", +"#%#@@$:===@#OoO@oO#%Oo...%.#Ooooo%.%.%.oOOOOOO%%.%..@Ooooooo%%ooo@ ##@@@#ooooo##OOO ", +"#%#@@@$==#@Ooooo@O#%Oo..%..@OOOOO%%%%%%oOOOOOO#.%.%%%@Ooooo%@%%@o ##@o#@oOooo### ", +"%%#@@@@@#@o@OoOO@#%%Oo.%%%.oOOOOO%%%%%%#OOOOOOo%%%%%%.#ooo%%ooo% ##@o##@oooooOO ", +"#%#@@@@@@@oo@OOO##%%Oo.%%%.oOOOOO@%%%%%%oOOOOOOo%%%%%%.%@%#@%@o #@@o#@OooOoO ", +" %#%#@@@@@oo@Oo##%%OOO%%%%.oOOOOOo%%%%%%.oOOOOOOO#.%%&.&.%ooo #@@@#@@oooOO ", +" ##%###@@oo@O##%%OOoO%%.%.oOOOOOO%%%%%%%#OOOOOooO%.%..%o@%@ #@o@###OooO ", +" ##%%##@@@@#%%%oOooo#%.%.#OOOOOO#.%%%%%%@OOOOOOOo%&%%@ooo #@@o@##### ", +" .%%##@#%%ooooooo#..%.%OOOOOO@.%%%.%%.oOOOOoOoo%.%#@@o XX.X #@ooo@ooo ", +" .###%%oooooooo@..%..@oOOOOO#%.%.%%.#OOoOoOo@%@o%%o X. .X #@@@o@oo ", +" ##%#@@@ooooooo%....%oOOOOOO@.%%....%oOoo@%%oOOoo XX .XX ##@@ooO ", +" %#@@o@oooooo%.%%.@oOOOoOO@....%..%oo@%oo%%@o ..X ##@oo ", +" ##@@@@ooooo%%...%OOOOooOo@..%....#@%@oOO%%o .X ### ", +" @@@@@@@@@&%%%&%oOooooooo%.....&..X%@Oo% XX ", +" ######@@#%&&&&#ooooooooO#...%&.#@.%XXX.XXX ", +" ###@##&&&&&%ooooooooo#&%&&XX#oOOo. ", +" ##@@##.&&&&%@oooooo@o@..###XXX... X.XX.XX ", +" ###oo@%%&&&&#@@@@@oo@.#@@OOOo@#XXXX. .X ", +" #@@oo &&%@@@@o@@%.....@oo@ .X ", +" ##@o@ @@@#@@oooo@#.%.XX .X.X.X ", +" #@oo@ @@#@oo@... ", +" ##@o @@ .. ", +" #@@@ . ", +" #o@ X. ", +" #oo X.. ", +" #@ .. ", +" . "}; diff --git a/src/fishes/fish05a.xpm b/src/fishes/fish05a.xpm new file mode 100644 index 0000000..5ce1c53 --- /dev/null +++ b/src/fishes/fish05a.xpm @@ -0,0 +1,94 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish05a_xpm[] = { +"90 49 16 1", +" c None", +". c #636C726D4848", +"X c #34263D271F03", +"o c #5049584A2624", +"O c #362639261001", +"+ c #686C646C2524", +"@ c #7C6F786E3E27", +"# c #97928F91534A", +"$ c #1A0321240A01", +"% c #0D0112020500", +"& c #A6B4ABB47E6F", +"* c #7A6E9C927A6E", +"= c #E2FBDBDAC8D8", +"- c #B4B5C6D8B8B6", +"; c #D1D9CCD8B2B5", +": c #C4D7D3D9756E", +" ..... ", +" .......... ", +" ................ ", +" ...........X....... ", +" ..........oXXXXooo.... ", +" ..o..o.o.oXXXXOXXOXX... ", +" .o+ooooo..XX.OooO.OXXoo.. ", +" .o.ooooXooXoOoXX.OXXXooX... ", +" .o@Xo@Xo.XoXXOOoOoXO.XOoXo.o ", +" ..+O.OX#Xo$XXX@OoO.oXXoOoXo.. ", +" XX+O.O.OX$.OX#XXX#OX.O.Xo+oXo. XXX ", +" XXXXoOXXXOXooX$O#OOoO..OooXX.Oo. X$$$$OXX ", +" XXXXX%$OooX.o@X$oXooOOo#OOo+O.XXXooo XOOOO$$$$$X ", +" $XXXX$%$%$XOOOOXOX.$XX.O.oOOX.+O.+OXoOOX X$O$$$O$$$$$O ", +" $$$$$$$XXXXXX$$$O$$OOOOXXXoOX$#oO.+OX+OOoOX XOXOOOOOO$$$$$OX ", +" $$$$%$$$$XOXOXOOO$Xo$OO$XXXXOX#OXoX@OoOooOOO XXOOOO$OOO$O$O$$$O$ ", +" %%%%$$%X$XXXOXOOOOXOX@Xo+$X@X$XXXOXX$XXOXOOOXOXXOXoXXOXOOOOO$$$$$$O$ ", +" %%%$$%$$$$$OXOXXXXXXXOXXXX.XX#XX#X.O$XoXXXOO$$$$$.OOOO.OX$X$$O$$O$$$$$ ", +" %%%%%$%X$O$X$XOXXXXXXXOOooX#XX&OX&X.#$..$..$.OX.X$&O.#XXOOOOO$$$%$$$$$$X", +" %%%%%%%%$$$O$OOOOXXOXX.XXX..X.XX&oX&X.#Xo#X*#X&oX=XX.X.&XXo$X$OO%$$$$$$$$X", +" %%%%%%%$%$$$O$O$XOXXXXXX.X.X*#X..X-.X&o*&XX&X.;X*..=XX&XX..OXXo%$$$O$%$$$$$$", +" %%%%%$%%$$$X$X$$OOXXX.X.X.*..X*#...X-.X&.*&X.&X.;X*..;X.;XX&.XO$O$XO$O$$O$$OOO", +" %%%%%%%%$$$$$XXXXXXXX.X.....&...*&.*..&#X&.*&X.;X.;X&@.#X.&XX..OOOO$$$$$O$OO$OOO", +" %%%%%%%X$$XX$X$$XoXXXX.......X&*...;.&..&&.&*&;..;o*;X&@*&o.&X..@X.O$O$$$$$$O$$OOO", +" %%%%%%$$$X.X.&OXXXX.X.X*....#*&.;*&&.;.&#.&&.*&*=..;..;o-.&&X.;X.ooXXo$$+$Xo$$O$O$OO", +" %%%%%%%%%$X.Xoo..XX.+.....*X..*****;*&-.=.&&*&;.&&*=..=..=o-#&&..;o..=@XOOO$O$$$O$O$$$O", +" %%%%%%%O%XXXX-&.;-.&ooo......*..-*&*&-&*-*=&*&*&;.&&.=..=..=o&#*;oo;..XXXXO$O$X$$O%O$$$$$", +"O$%%$$XO%XX=&.&&X...*.#@.***&.-.&-*-&&=&&-.=&*-.&=.*&*=..=..=@*&.=.o;.X-#XXX$oO$O$$$$$$$$$", +"OO$$OOXX$.%%%&*&XX.&&=::.&&.-.&.*-.&&-;&&-.-&.&.*=..&.=..;.X=#.&X-.o-#X.;OXX$X$$O%OO$$$$$X", +"XOOOOOXXX$%%%=.&.X.;==;:&&#.&.*.*-&--&-&&&*&&.-..=#.&.=..&&o-&.=o&..*#XXXX.O$o$$O$O$$$$$$X", +" +++OXXXX.%%%X.&..=====:::&&&&***--&=&-&--&&;.-&.=#.;.;&..&o-&X=+*#X.;X;#XO$$.$OO%$$O$%$$ ", +" XO+oXXXX.$.XX..#=;-;;::::&&-:&&&;&=;-&--&*=.-;.;&.=.-:..;X&&X-oooX.=X..XOXOO$OO$$O$$$$$ ", +" XOXXXXXXXX$X*;--&-::::::::::#&::;:;=--;*=&&;.;&.;.&;o.;oooXoo oOoXoXo$O$XO$$$$$$$$$X ", +" XXXXXXXX$$X.#&&&&:::::::::::::::;;=---&=&*;.-;.&o*;...o OO@OoOOO$O$$O$OO$$O ", +" XXXX$$$X....&;:::::::::::::::;&=&-;&=&.=.&=o&@.*;@ OO+O$X$OO$O$X$XOXX ", +" XXXXXX.....&::::::::::::::::::=--;&=&.;..=.&#&.&@@@@X@.o XO+X$O$$$$$$XOXX ", +" XXX......#::::::::::::::::::=;-=&-&.;.&&*&#&:o#o#oX.+.oo XO$$o$$O$$$$$X ", +" XXXoo..@##:::::::::::::::::==;;*&&.&*;&;&@#.o#o.X...XXX OXO$X$$$$$$X ", +" XXXo+@##&::::::::::::::;;=:-&&;.&&&&&#@.o.oo+oo.o.+Xo XXXX$$$$$X ", +" XXX@##::;:::::::::::::::;:&&&#&&.&@..o@..ooo.oXooo XXXO$$X ", +" ....@#:::::::::::::::::::##*..@@.@...oo.o.oo.ooo ", +" ..@#######:::::::::::##@@@....o.oo.oo....o.& ", +" #######:::####@@++.@@...o.o......oooo.& ", +" .@@@++++X &@..ooooo.oo.o.ooo& ", +" XoOOOOOX &@@oooo.ooo..oo.*& ", +" OXOOOO &#@oooXooooo..&& ", +" &#..ooo...*&&& ", +" &..&.*&&&& ", +" &&&&& "}; diff --git a/src/fishes/fish05b.xpm b/src/fishes/fish05b.xpm new file mode 100644 index 0000000..3f48443 --- /dev/null +++ b/src/fishes/fish05b.xpm @@ -0,0 +1,94 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish05b_xpm[] = { +"90 49 16 1", +" c None", +". c #636C726D4848", +"X c #34263D271F03", +"o c #5049584A2624", +"O c #362639261001", +"+ c #686C646C2524", +"@ c #7C6F786E3E27", +"# c #97928F91534A", +"$ c #1A0321240A01", +"% c #0D0112020500", +"& c #A6B4ABB47E6F", +"* c #7A6E9C927A6E", +"= c #E2FBDBDAC8D8", +"- c #B4B5C6D8B8B6", +"; c #D1D9CCD8B2B5", +": c #C4D7D3D9756E", +" ", +" ", +" ...... ", +" ........... ", +" ............... ", +" ............X......... ", +" ..o..o.o.oXXXXOXXOXX.... ", +" .o+ooooo..XX.OooO.OXXoo.. ", +" .o.ooooXooXoOoXX.OXXXooX... ", +" .o@Xo@Xo.XoXXOOoOoXO.XOoXo.o ", +" ..+O.OX#Xo$XXX@OoO.oXXoOoXo.. ", +" XXXX+O.O.OX$.OX#XXX#OX.O.Xo+oXo. XXXX ", +" XXXXX%$OooX.o@X$oXooOOo#OOo+O.XXXooo X$$$$OXX ", +" $XXXX$%$%$XOOOOXOX.$XX.O.oOOX.+O.+OXoOOX OOOO$$$$$X ", +" $$$$$$$XXXXXX$$$O$$OOOOXXXoOX$#oO.+OX+OOoOX X$O$$$O$$$$$OX ", +" $$$$%$$$$XOXOXOOO$Xo$OO$XXXXOX#OXoX@OoOooOOO OXOOOOOO$$$$$OX ", +" %%%%$$%X$XXXOXOOOOXOX@Xo+$X@X$XXXOXX$XXOXOOOXOXXOXXOOOO$OOO$O$O$$$O$ ", +" %%%$$%$$$$$OXOXXXXXXXOXXXX.XX#XX#X.O$XoXXXOO$$$$$.OOOO.OX$X$$O$$O$$$$$X", +" %%%%%$%X$O$X$XOXXXXXXXOOooX#XX&OX&X.#$..$..$.OX.X$&O.#XXOOOOO$$$%$$$$$$X", +" %%%%%%%%$$$O$OOOOXXOXX.XXX..X.XX&oX&X.#Xo#X*#X&oX=XX.X.&XXo$X$OO%$$$$$$$$X", +" %%%%%%%$%$$$O$O$XOXXXXXX.X.X*#X..X-.X&o*&XX&X.;X*..=XX&XX..OXXo%$$$O$%$$$$$$", +" %%%%%$%%$$$X$X$$OOXXX.X.X.*..X*#...X-.X&.*&X.&X.;X*..;X.;XX&.XO$O$XO$O$$O$$OOO", +" %%%%%%%%$$$$$XXXXXXXX.X.....&...*&.*..&#X&.*&X.;X.;X&@.#X.&XX..OOOO$$$$$O$OO$OOO", +" %%%%%%%X$$XX$X$$XoXXXX.......X&*...;.&..&&.&*&;..;o*;X&@*&o.&X..@X.O$O$$$$$$O$$OOO", +" %%%%%%$$$X.X.&OXXXX.X.X*....#*&.;*&&.;.&#.&&.*&*=..;..;o-.&&X.;X.ooXXo$$+$Xo$$O$O$OO", +" %%%%%%%%%$X.Xoo..XX.+.....*X..*****;*&-.=.&&*&;.&&*=..=..=o-#&&..;o..=@XOOO$O$$$O$O$$$O", +" %%%%%%%O%XXXX-&.;-.&ooo......*..-*&*&-&*-*=&*&*&;.&&.=..=..=o&#*;oo;..XXXXO$O$X$$O%O$$$$$", +"O$%%$$XO%XX=&.&&X...*====***&.-.&-*-&&=&&-.=&*-.&=.*&*=..=..=@*&.=.o;.X-#XXX$oO$O$$$$$$$$$", +"OO$$OOXX$.%%%&*&XX.&&=====&.-.&.*-.&&-;&&-.-&.&.*=..&.=..;.X=#.&X-.o-#X.;OXX$X$$O%OO$$$$$X", +"XOOOOOXXX$%%%=.&.X.;==;===#.&.*.*-&--&-&&&*&&.-..=#.&.=..&&o-&.=o&..*#XXXX.O$o$$O$O$$$$$$X", +" +++OXXXX.%%%X.&..=========&&&***--&=&-&--&&;.-&.=#.;.;&..&o-&X=+*#X.;X;#XO$$.$OO%$$O$%$$X", +" XO+oXXXX.$.XX..#=;-;;====&&-:&&&;&=;-&--&*=.-;.;&.=.-:..;X&&X-oooX.=X..XOXOO$OO$$O$$$$$X", +" XOXXXXXXXX$X*;--=======:::::#&::;:;=--;*=&&;.;&.;.&;o.;oooXoo oOOO@OoOOO$O$$O$OO$$OXX", +" XXXXXXXX$$X.#&========::::::::::;;=---&=&*;.-;.&o*;...o OO+O$X$OO$O$X$XOXXX ", +" XXXX$$$X....&;=====::::::::::;&=&-;&=&.=.&=o&@.*;@@@@@ XO+X$O$$$$$$XOXXX ", +" XXXXXX.....&=====:::::::::::::=--;&=&.;..=.&#&.&@@@@X@.o O$$o$$O$$$$$XXX ", +" XXX......#:;;;::::::::::::::=;-=&-&.;.&&*&#&:o#o#oX.+.oo OXO$X$$$$$$XX ", +" XXXoo..@##:;;::::::::::::::==;;*&&.&*;&;&@#.o#o.X...XXX XXX$$$$$XX ", +" XXXo+@##&::::::::::::::;;=:-&&;.&&&&&#@.o.oo+oo.o.+Xo XXO$$X ", +" XXX@##::;:::::::::::::::;:&&&#&&.&@..o@..ooo.oXooo ", +" ....@#:::::::::::::::::::##*..@@.@...oo.o.oo.ooo ", +" ..@#######:::::::::::##@@@....o.oo.oo....o.& ", +" #######:::####@@++.@@...o.o......oooo.& ", +" .@@@++++X &@@oooo.ooo..oo.*&& ", +" XOOOOOO &@oooXooooo..&&& ", +" &..ooo...*&&& ", +" &.&&*&&&&& ", +" &&&&& ", +" "}; diff --git a/src/fishes/fish06a.xpm b/src/fishes/fish06a.xpm new file mode 100644 index 0000000..42f390c --- /dev/null +++ b/src/fishes/fish06a.xpm @@ -0,0 +1,88 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish06a_xpm[] = { +"93 44 15 1", +" c None", +". c #222424241001", +"X c #474840471102", +"o c #322634261B03", +"O c #474845481B03", +"+ c #150218020800", +"@ c #222421240A01", +"# c #504952492A25", +"$ c #09010D010300", +"% c #686C606B1E03", +"& c #6E6D696C2624", +"* c #84907D6F4047", +"= c #6B6D696C3426", +"- c #9C929892646C", +"; c #5049646C4047", +" ", +" ", +" ", +" ", +" . XXX ", +" ...o..XOXX ", +" ......+...XXXX XX ", +" .@@..+......oXOOXX@XXXX ", +" .@@.@.oo..o.#.....@.XoXXXXX $$$$ ", +" .@@oo.o.OOOo......o.@.....XXXX ..$$$$$$ ", +" .+@oO.OO#Oo.oo.@.Oo@$@@oo.....XXXX $$....$$$$$$ ", +" .+...O.Ooo%@%.XoOo+@@.ooo@o.ooo.XX...... @@ @$$....+.$$$$ ", +" .@....O@O.oO.O.Oo.oO.Ooooo...o@.@.@.@....@...@@..o.o.o.....$$$ ", +" ....@o.O.o....o@OO.Oo+OO..oo..+..$..$+@$+@.$$@@..$.o.$ooO...$$$ ", +" ..@@..@@@...@...o....@@.@@.@@...@..$@.$$+.++@@@+@.OX@.o..@..o@@$$$ ", +" $$$$$$$$$$$$$$$$$+$+$+.@@+@+@++@@@+++@$$.+$$$$$+oo.o#oo@o.o@...@+$$ ", +" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$++.+$$$$$+$$+$++$$+.OXo.@@.@.@.O@oo@@@$@ ", +" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+@@@@++$$$@.+@+.OooOO..o.@.X@@@@@ ", +" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+@@@@X..X.@.@.@X@.@OX@XX@@@", +" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$+$$$$$$$$$$$+$$+@$@@@@XX.@@@.XXOOX.O@@.@@@@@@@", +"$$$$$+$$$$$$$$$$$$$$$$$$+$$$$$$$$$$$$$$$+$$$+++@$+$+$+$+$++@$@+@@@@@@@X@X@@X@@.X@@..X@@oX@@@@", +"@@@+@++$$$$++@@++$$+@+$$$$$$++++$$$$$$+$++@+@@@+@+@++@@@@@@+@@@@X@X.XXXXXX@.XX.o%@+..X@XXX@X@", +"@@@@X@%%%%$@@X.@@@$XX@+$+$$++@++++++@+@+@+@+@@@+@@@+@@@@@@@@@@@@@X@X@XX.@@@X+@.X@.X@@OX@@XXX.", +"@.XXXX$$$$.@+++$@@$XXX@@@+++@+@@+@@@+@@@@@@@@@@@@@@@@@@@.@@@@@@@.@@@.XXXXX...@OX@@@..@@XXX@@@", +" @XXXX&$$&*@$++$$$$%@@@@++++@@@.@@.@@++++++@@@@@..@@@@@@@@@@@@@X@.X@X@@@@@@$X@o@@OX@@OX.X@@@@", +" XX%&&****@.XX$$XXX@@@@++$+@@@@@@@.@.@X.@.@.@.@@@+@@@+@@@@+@+.@.@X.XXXXXXoX.@.o@@@.@@.@..@@ ", +" X%%%%&&XX%%%$XXXX@@@@@@@@@@@@+@@.XXXXXXX.@XXXX.XXXXXXXXX.X@@X@@XXXXXXXX+X+.@.O.@..@@@@$ ", +" %%%%&X%%&&%$X%X@@@@@...@...@@@.XXX@+@.X@.XXOO@.XXX@.XXXXXXXXXXX.XOXXXXXXXX.@...oo.oo.$$ ", +" %%&%X%=&&&$%%XXXXXX......X..@@XXX@@XXX@@XXXX@@@X@@@O@XXXXXXOXXXXXXXXX.X.XX@.o@ooo.o.$$$ ", +" %%&%%%%%%$%%%XXXXXXXXXXXXXX.OXXX@@XXX@@XXXX@@XXOXXXXXXXXXXXXXXXXXXXOOXX....oo.@.oo.$$$ ", +" %=%%%%%$%%%%%XXXXXXXXXXXXXXXXXXXXXXXX@%XXXX@XXOXOXXXXXXXXXXXXOXXOXX.@.O.ooo..o.o.$$$ ", +" =%%%%%%--%%XXXXXXXXXXXXX%%X%X%XX&%%X&&%%XXXXX%X%X%X%XXXXXXXO.OXXXXooo@..OO.+..$$$$ ", +" %%%=*-*%%%XXXXXXXXXX%%X%%%%%&%&%&&%&&&&&%%X%&%%%%%%X%XXXXXXXXXOOOo...o..o@+$$$$ ", +" %%**=%%%%%X%%%X%%%%%%%%%%%%%=%&%&&&&&&&&&%%%%XXXXXXX ........o.$$$$$$ ", +" **%%%%%%&%%%%%%%%%%%&%%%=&==&=&&&&&%&&%XXXXXXX ..$$$.$+$$$$$$ ", +" *%%%%%%%%%%%%%%%==&%&&&&&*&&&%XXXXXXXXXXX .$$$$$$$$$$ ", +" %%%%%%%%%%%%=*==&&&&&&&&%XXXXX $$$$$$$$$ ", +" %%%%%%%%&&==&%&&&&&% $$$$$$ ", +" &&&&&&&&&==%%; $$ ", +" =&&&&&&&&&= ", +" &&& ", +" ", +" ", +" "}; diff --git a/src/fishes/fish06b.xpm b/src/fishes/fish06b.xpm new file mode 100644 index 0000000..9e592df --- /dev/null +++ b/src/fishes/fish06b.xpm @@ -0,0 +1,87 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish06b_xpm[] = { +"93 44 14 1", +" c None", +". c #222421240A01", +"X c #474840471102", +"o c #686C606B1E03", +"O c #150218020800", +"+ c #222424241001", +"@ c #322634261B03", +"# c #474845481B03", +"$ c #09010D010300", +"% c #504952492A25", +"& c #6E6D696C2624", +"* c #84907D6F4047", +"= c #6B6D696C3426", +"- c #9C929892646C", +" .X ", +" .. ..XX X ", +" . ....X.XXXXX ", +" ......X.XXXoXXX X XX ", +" .....X.X.oXXXoXX XXXXX X ", +" ....O..o.XXX+@@XX#XXXXXXXXX ", +" .....X.X+o+o+Oo++X@XXXX@XXX X $$$$$ ", +" ....XO+.o+#O+@+@++@X#@XXXX@XXXXX $$$$$$$$$ ", +" ...O.@o+#+@@o+@+%+++++.+X@XXXXXXX $$$$$$$$$$$$ ", +" ....+..@@+@+###@+o++@+@@.++@++X@XX $$$+$+$$$$$$ ", +" ...+O.@#..#%#@+@@+.+#@.$..@@+++++XXXX $$$+++++++$$$$ ", +" ..+O+O+.......o+X@#@O..+@@@.@+@@@+XX++++++ .. $+++++++++++$$$ ", +" ..+.+++................#@@@@+++@.+.+.+.++++.+++..+++@+$@@#+++$$$$ ", +" ..++++.........................@O++$++$O.$O.+$$..++X##@#+.#+@..$$$ ", +" .+..++..$$$$$$$$$$.$$.$.$....+.+.++$.+$$O+OO...O.+#%@@.@+@.###.O$$$ ", +" $$$$$$$$$$$$$$$$$$$$$.$$...O.OO...OOO.$$+O$$$$$O@@+@..+#+.+#.@###$$$ ", +" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$OO+O$$$$$O$$O$OO$$O+#X@+@@##+#@+.+X.#.$. ", +" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$O....OO$$$.+O.O+#@@##+#@+.+X..... ", +" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$O....X++X+.+.+.X.+##X.XX...", +" $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$O$$$$$$$$$$$O$$O.$....XX+...+XX##X+#..+.......", +"$$$$$O$$$$$$$$$$$$$$$$$$O$$$$$$$$$$$$$$$O$$$OOO.$O$O$O$O$OO.$.O.......X.X..X..+X..++X..@X....", +"...O.OO$$$$OO.$OO$$O.O$$$$$$OOOO$$$$$$O$OO.O...O.O.OO......O....X.X+XXXXXX.+XX+@o.O+oX.XoX.X.", +"....X.oooo$..X$$..$XX.O$O$$OO.OOOOOO.O.O.O.O...O...O.............X.X.XX+...XO.+X.+X..#X..XXX+", +".+XXXX$$$$+.OO$$$.$XXX...OOO.O..O...O...................+.......+...+XXXXX+++.#X.o.++o.XXX...", +" .XXXX&$$&*.$O$$$$$o....OOOO...+..+..OOOOOO.....++.............X.+X.X......$X.@..#X..#X+Xo...", +" XXo&&****.+XX$$XXX....OO$O.......+.+.X+.+.+.+...O...O....O.O+.+.X+XXXXXX@X+.+@...+..+.++.. ", +" Xoooo&&XXooo$$XXX............O..+XXXXXXX+.XXXX+XXXXXXXXX+X..X..XXXXXXXXOXO+.+#+.++.... ", +" oooo&Xoo&&o$$oX.....+++.+++...+XXX.O.+X.+XX##.+XXX.+XXXXXXXXXXX+X#XXXXXXXX+.+++@@+@@+.. ", +" oo&oXo=&&&$$oXXXXXX++++++X++..XXX..XXX..XXXX...X...#.XXXXXX#XXXXXXXXX+X+XX.+@.@@@+@+$$$ ", +" oo&oooooo$$ooXXXXXXXXXXXXXX+#XXX..XXX..XXXX..XX#XXXXXXXXXXXXXXXXXXX##XXXX.+@.@@@+@+$$$ ", +" o=ooooo$$ooooXXXXXXXXXXXXXXXXXXXXXXXX.oXXXX.XX#X#XXXXXXXXXXXX#XX#XXXX+++++@@+.+@@+$$ ", +" =oooo$o--ooXXXXXXXXXXXXXooXoXoXX&ooX&&ooXXXXXoXoXoXoXXXXXXX#+#XXXXXXX+@@@++@+@+$$$ ", +" oo$=*-*oooXXXXXXXXXXooXooooo&o&o&&o&&&&&ooXo&ooooooXoXXXXXXXXX###XXX++##++++$$$$ ", +" oo**=oooooXoooXooooooooooooo=o&o&&&&&&&&&ooooXXXXXXX +XXXXX++@++++$$$$ ", +" **oooooo&ooooooooooo&ooo=ooooooooooo&&oXXXXXXX $$++++++++++$$$$ ", +" *ooooooooooooooooooooooooXXXXXXXXXXXXXXXX $$$$$+++++$$$$ ", +" oooooooooooo=oooXXXXXXXXXXXXXX $$$$$$$$$$$$$ ", +" oooooooooo=&==& $$$$$$$$$$ ", +" ooo==o&==&&&& $$$$$$$$ ", +" ooo==oo==o=ooo $$$ ", +" ooo=======ooo ", +" oo===o==oo ", +" oo=oo==oo ", +" ooooooo "}; diff --git a/src/fishes/fish07a.xpm b/src/fishes/fish07a.xpm new file mode 100644 index 0000000..be304de --- /dev/null +++ b/src/fishes/fish07a.xpm @@ -0,0 +1,124 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish07a_xpm[] = { +"82 75 20 1", +" c None", +". c #6A6CA3B39A92", +"X c #8E91B6B69692", +"o c #4548786E6B6D", +"O c #48488590796E", +"+ c #504999929191", +"@ c #554A91917D6F", +"# c #2924574A4648", +"$ c #666C92917C6F", +"% c #1B0339261D03", +"& c #4147706D606B", +"* c #2E254E492624", +"= c #4748706D4D49", +"- c #656C90915D4B", +"; c #838FB3B5B7B6", +": c #0C0119030901", +"> c #ABB4BEB7B3B5", +", c #D3D9D2D9C3D7", +"< c #7B6E9B926F6D", +"1 c #45486C6D2A25", +" . X ", +" .o XO ", +" .o Xo . ", +" .o Xo+ ..o ", +" + @.o XXo+ ..# +++ ", +" O+ .#o X#$ +.%# ++# ", +" O+ @.#o X##+o@%#&.+#o ++ ", +" X& @.#o&X##+$%##..#oo$+o ++ ", +" #X& .#ooX##*==##..#=#.##o++& ", +" #X& @.#ooX##==##.o##O$##O@##&&&& ", +" . #X&&@.#OX##-o&&Oo=##o##O.##OO#=&&& ", +" + #X#&=.#@&#&&#&+O&#&&##&&###o&oO&=&# ", +" *+ #$#===&&=&o&=OO#=oo##&&##&##&Oooo&### ", +" *. #&#*#.o=&oo=&O&#&&##oo##o&#&&#=o&&&##* ", +" *XO#o=#&$&&@.Oo$&==o&#&&#&&&#&&&#&##&###*%% ", +" & XO=$@oo$..;;;....OOoo&&&&&#o&=#&######*%%%%% ", +" . X&=.X..;;X;;;.;.$...@OO&&=##=#########%*%%%:% ", +" &.&>;>>>>;.;;;.;;$.;;@....@Oo&##=###*#%%%#*%:%:% ", +" &;>>>>>>;>>.X;;..;.@X;$$...Oo&#==###%%%%%%%%:::% ", +" >>>>,>,,>>>>.>>.X>..;>..;;.oOOo&&#=###%%%%*%%%%%:% ", +" >>>>>>,,>>>>X>>;.>>.;>.X;;@.;;.Oooo####*%%%%%%%%:::% ", +" &>>>>>>,;>,;;X>>$>>.>>.;>;.>;.....Oo&&###*%%%%::%%::: ", +" %&>>>>>>>>>;.>>>.X>;.>;$>>X>>..;>;O@@O&o&##*%%%%%:::::: ", +" %&>>>>>>>;>;.>>;$.>;@;;@>;.>>$.>;...;.o@&&###*%%::::%:::% ", +" =%&X;>>;>;>;@;;$@X>;.>;$;>.>;.>;..;>....OOo&###%%%:::::::: ", +" =%%&XX;;;;;;.X;o.>>.o>;o.;@;;.>;.>>;$.;.@$$o&###*%%%%:::::%% ", +" ==:%XXX;X;.;..;.$;.O=X.&$.$X.$;..;;$$;;..$..Oo&###%%::::::::% ", +" ==::*X@.;;.$$@&&&###%::::::::%% ", +" ==*::=-$$..X@$X$=X$.X$$$.o$X=..#$.=.;$o;;.@.$$$@&&&##%%:::::::%% ", +" -==%::&&$<$X$$.$$.o-$=$.$&..&$.&..&XXo@;.&.X.$$$$$&&##*%::::::::%% ", +" --=%:::=&&&$$$$=$$-$o&.$==X.&.$=X.&..&..&$;.&@.$o$Oo&###%%:::::::%% ", +" X--=:::1=&=--$$&-&-$#=X.#..o=..=.o=$o=X$#$X@&.$&@.ooo&###*%:::::::%% ", +" XXX-%::%-=======&&&#=&$o#$.&&$o=$$&$o&.&&$.&&.O=$$&ooo&####%::::::::%% ", +" XXX<&:::1-========&#&Xo#&$o#&$==$=&$#$@=o$&&$@#o$=o@$..@&=#*%%::::::::% ", +" XXXXX%:::--==-====o#&$=%&<#*$$#=$&-$=$-=$$#o$#=$$#o.$.....&##%%%:::::::% ", +" XXXXX$*%:=XX$---ooo#o$*=-o#=-&*=-#&$=-&=$&=$@=&$=#&o$X;o===o##*%:::::::: % ", +" .XX.@$--o=##=&%#&=%=&#*=&=-&#=#=-#&o#&o##$XX$::::::##%%:::::: ##% ", +" XXXX<--%*%::*1X--$&o&==####%###%==##&#*=##====*=&&=##&#$X;#:::::::#%:::::: ##%%% ", +"-X<,,,;.###%:%%:%%", +" ***%%%%%:::%%%**%**##***%%%:%%*%:%%**%:%%*##*%%:**%%%**==$#:::::*X>X>.o##*%:%%::%", +" ******:::%**#**####%%*%%%*%::%*%::%***%%::%%*%%:%*%::%*#=#%%%#o$==&=*%%%::::::%", +" *###%:::**#######**%*#*%%**%:%**%::%****%%::%%%:::%%%%%***#*#*****%%%%%::::::%", +" ##1%:::*#=====#%*o$##*#%%%**%:%**%%:::%%%%%:::%%:::::::%:%%%::%%%:::::::::::%", +" ##%:::#=&=&&#%*#->$=#%##%:%**%:%%*%%%:::::%%::::::%::%%:%%%:::%::::::::::::%", +" %::%=&&&o#*###=-X-&#%%#*%:***%::%*%%%%%:::%%%:::::::::%%%%%%%::::::::::::%", +" %%::==&=**#=====-<&##%%*#*%%***%%::::%%%%%:::::%%:%::%%%:::::::::::::::::%", +" %%:==##=====&====o&&##*%*#*%%%%%*%%%%::::%%%%:::::%%%::::::::::::::::::% ", +" %%11=========11==&&####%%#*#%:::%%%%%%%%::::%%%%%::%::::::::::::::::::% ", +" %111==============######%%****%%%%%%%%%%%%%%%%%%%:::::::::::::::::::% ", +" 1111============########**%%*%%%%%%%%%%%%%%%%%%%:::::::::%::::::::% ", +" 1111=============#####**##***%%%%%%%%%%%%%%%%%::::::::::% ::::::: ", +" 1111==========#=######***********%%%%%%%%%%:::::::::::% ::::::% ", +" 11111=========######******%*%****%%%%%%%%::::::::::::: :::%% ", +" 1*%*11111===1111***************%%%%%%%%:::::::::::::: ::% ", +" &11:::%%*%**1111111*1*******%%%%%%%%%%:::::::::::::::: % ", +" 111%%%%*%%%%% 111111***%*%%%%%%%%%:::::::::::::::::::% ", +" 1-1%%*****%%% ****%%%%%%%%%:::::::::::::::::::::% ", +" O&*11111*%%% *%%%%:::::::::::::::::::::::% ", +" *1---11*%% %:::%%::::::::::::::::::::% ", +" 11-X<-11%% %::::%::::::::::::::::::% ", +" 11-XXX<11 ::::% :::::::::::::::%% ", +" 11-X>XXX1 :::%% ::::::::::%% ", +" ---X,,>XX :::% ::::::%% ", +" -->XX :::% ", +" XXXXX>>>X ::: ", +" XXXXXX>> :: ", +" XXXXXX>> : ", +" XXXXXX> ", +" XXXXX ", +" XX>> ", +" X>> "}; diff --git a/src/fishes/fish07b.xpm b/src/fishes/fish07b.xpm new file mode 100644 index 0000000..540f03c --- /dev/null +++ b/src/fishes/fish07b.xpm @@ -0,0 +1,124 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish07b_xpm[] = { +"82 75 20 1", +" c None", +". c #6A6CA3B39A92", +"X c #8E91B6B69692", +"o c #4548786E6B6D", +"O c #504999929191", +"+ c #2924574A4648", +"@ c #554A91917D6F", +"# c #1B0339261D03", +"$ c #4147706D606B", +"% c #666C92917C6F", +"& c #2E254E492624", +"* c #4748706D4D49", +"= c #656C90915D4B", +"- c #48488590796E", +"; c #838FB3B5B7B6", +": c #0C0119030901", +"> c #ABB4BEB7B3B5", +", c #D3D9D2D9C3D7", +"< c #7B6E9B926F6D", +"1 c #45486C6D2A25", +" ", +" . XX ", +" .o XXo ", +" .o XXoO .. ", +" .+ XXoO .. ", +" X @.+ XXoO ... +OOO ", +" XO .+o X+Oo@.+#+OO++ ", +" XO @.+$XX+O%.+#+.O++oooO ", +" X$ @.+ooX+&*.+#+.O++oo+Ooo$O ", +" +X$ @.+oXX+**+++oO++oo+Oo++O$$$ ", +" . +X$ @.+XX+=o$$-o*++oo+Oo++O++*$$$ ", +" . +X$*..@$+$$+$O-$+$$++$$++O+$o-$*$+ ", +" O ++X***$$*$o$*--+*oo++$$++O++$-ooo$+++ ", +" ..+$+&+.o*$oo*$-$+$$++oo++o$+$$+*o$$$++& ", +" &-+o*+$%$$@.-o%$**o$+$$+$$$+$$$+$++$+++&## ", +" $ &-*%@oo%..;;;....--oo$$$$$+o$*+$++++++&##### ", +" .$X$*.X..;;X;;;.;.%...@--$$*++*+++++++++#&###:# ", +" .$>;>>>>;.;;;.;;%.;;@....@-o$++*+++&+###+&#:#:# ", +" $;>>>>>>;>>.X;;..;.@X;%%...-o$+**+++########:::# ", +" >>>>,>,,>>>>.>>.X>..;>..;;.o--o$$+*+++####&#####:# ", +" >>>>>>,,>>>>X>>;.>>.;>.X;;@.;;.-ooo++++&########:::# ", +" $>>>>>>,;>,;;X>>%>>.>>.;>;.>;.....-o$$+++&####::##::: ", +" #$>>>>>>>>>;.>>>.X>;.>;%>>X>>..;>;-@@-$o$++&#####:::::: ", +" #$>>>>>>>;>;.>>;%.>;@;;@>;.>>%.>;...;.o@$$+++&##::::#:::# ", +" *#$X;>>;>;>;@;;%@X>;.>;%;>.>;.>;..;>....--o$+++###:::::::: ", +" *##$XX;;;;;;.X;o.>>.o>;o.;@;;.>;.>>;%.;.@%%o$+++&####:::::## ", +" **:#XXX;X;.;..;.%;.-*X.$%.%X.%;..;;%%;;..%..-o$+++##::::::::# ", +" **::&X@.;;.%%@$$$+++#::::::::## ", +" **&::*=%%..X@%X%*X%.X%%%.o%X*..+%.*.;%o;;.@.%%%@$$$++##:::::::## ", +" =**#::$$%<%X%%.%%.o=%*%.%$..$%.$..$XXo@;.$.X.%%%%%$$++&#::::::::## ", +" ==*#:::*$$$%%%%*%%=%o$.%**X.$.%*X.$..$..$%;.$@.%o%-o$+++##:::::::## ", +" X==*:::1*$*==%%$=$=%+*X.+..o*..*.o*%o*X%+%X@$.%$@.ooo$+++&#:::::::## ", +" XXX=#::#=*******$$$+*$%o+%.$$%o*%%$%o$.$$%.$$.-*%%$ooo$++++#::::::::## ", +" XXX<$:::1=********$+$Xo+$%o+$%**%*$%+%@*o%$$%@+o%*o@%..@$*+&##::::::::# ", +" XXXXX#:::==**=****o+$%*#$<+&%%+*%$=%*%=*%%+o%+*%%+o.%.....$++###:::::::# ", +" XXXXX%&#:*XX%===ooo+o%&*=o+*=$&*=+$%*=$*%$*%@*$%*+$o%X;o***o++&#:::::::: ", +" .XX.@%==o*++*$#+$*#*$+&*$*=$+*+*=+$o+$o++%XX%::::::++##:::::: ++ ", +" XXXX<==#&#::&1X==%$o$**++++#+++#**++$+&*++****&*$$*++$+%X;+:::::::+#:::::: ++++ ", +"=X<,,,;.+++####::#", +" &&&#####:::###&&#&&++#&&###:##&#:##&&#:##&++&##:&&###&&**%+:::::&X>X>.o++&#:#:::#", +" &&&&&&:::#&&+&&++++##&###&#::#&#::#&&&##::##&##:#&#::#&+*+###+o%**$*&###::::::#", +" &+++#:::&&+++++++###&+&##&&#:#&&#::#&&&&##::###:::#####&&&+&+&&&&&###::::::::#", +" ++1#:::&+*****+##o%++&+###&&#:#&&##:::#####:::##:::::::#:###::###:::::::::::#", +" ++#:::+*$*$$+#&+=>%*+#++#:#&&#:##&###:::::##::::::#::##:###:::#::::::::::::#", +" #::#*$$$o+#+++*=X=$+##+&#:&&&#::#&#####:::###:::::::::#######::::::::::::#", +" ##::**$*&#+*****=<$++##&+&##&&&##::::#####:::::##:#::###:::::::::::::::::#", +" ##:**+#*****$****o$$++&#&+&#####&####::::####:::::###::::::::::::::::::: ", +" ##11*********11**$$++++##+&+#:::########::::#####::#::::::::::::::::::# ", +" #111**************++++++##&&&&###################::::::::::::::::::::# ", +" 1111************++++++++&&##&###################:::::::::#:::::::::: ", +" 1111*************+++++&&++&&&#################::::::::::# :::::::: ", +" 1111**********+*++++++&&&&&&&&&&&##########:::::::::::# ::::::: ", +" 11111*********++++++&&&&&&#&#&&&&########::::::::::::: :::::# ", +" &#&11111***1111&&&&&&&&&&&&&&&########::::::::::::::: :::# ", +" ::::::::&1111111&1&&&&&&&##########::::::::::::::::: :# ", +" :::########111111&&&#&#########:::::::::::::::::::## ", +" ############ &&&&#########:::::::::::::::::::::: ", +" &&&&&&&###### &####:::::::::::::::::::::::# ", +" &11&&&&###### #::::#::::::::::::::::::::: ", +" 1111&&&&##### :::::#:::::::::::::::::# ", +" 1=1111&&#### ::::::#::::::::::::::# ", +" ==11111&&## ::::::#::::::::::# ", +" ========## :::::#::::::# ", +" =X==X==X# :: ", +" XXX,XXX> ", +" XX,>> ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/fishes/fish08a.xpm b/src/fishes/fish08a.xpm new file mode 100644 index 0000000..acb3783 --- /dev/null +++ b/src/fishes/fish08a.xpm @@ -0,0 +1,119 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish08a_xpm[] = { +"91 70 20 1", +" c None", +". c #46487F6F736D", +"X c #504999929191", +"o c #3C276D6D606B", +"O c #070013020600", +"+ c #4448786E6B6D", +"@ c #6D6DA3B39992", +"# c #8590B4B5B3B5", +"$ c #5A4A8E91706D", +"% c #242452494047", +"& c #50498590796E", +"* c #3826626B4948", +"= c #242448482424", +"- c #180234261D03", +"; c #9992C0D7BEB7", +": c #A1B3C2D7BEB7", +"> c #584A808F5249", +", c #B9B6C2D7BAB6", +"< c #2E255F4B2624", +"1 c #6D6D9A92716D", +" ", +" ", +" .. X ", +" o O+o XX@@ X@@@@X ", +" oO Oo X@Xo @@@@##@#@@$XXXXXXX ", +" OOoOOo%%OOOOOo@@@@@@@@@&*%=OOOOOOOOOO*. ", +" o oOOOOOOOOOOO-o&@@#@@@@@#@+%-OOOOOOOOOOOOOo. ", +" *oOOOOOOOOOOO*X@@@#####@@@X*-OOOOOOOOOOOOOOO%o ", +" .*OOOOOOOOOOO-@@#####@@@@@@.*-OOOOOOOOOOOOOOOO=o ", +" &OOOOOOOOOOOO+@##@#@@####@@o-OOOOOOOOOOOOOOOOOO-% ", +" XOOOOOOOOOOOO-@@#;;;;;@####X=OOOOOOOOOOOOOOOOOOOOO*o ", +" XOOOOOOOOOOOOO@#;:;;@##;#;@%-OOOOOOOOOOOOOOOOOOOOOOo. ", +" @@OOOOOOOOOOOO-@;;##@;:;;:#X-OOOOOOOOOOOOOOOOOOOOOOOO% ", +" @#>OOOOOOOOOOOO-@@;;;;;;:@$@@OOOOOOOOOOOO-*OOOOOOOOOOO-o ", +" X##*OOOOOOOOOOOOO@,;,;:#@@,,@*OOOOOOOOOOOO-.OOOOOOOOOOOO%* ", +" %#;#*OOOOOOOOOOOO-#,#$@@@:;@.@-OOOOOOOOOOOO%$-OOOOOOO-OOOO%o ", +" O>#;;*OOOOOOOOOOOO-@#@;;;,@@@:#-OOOOOOOOOOOO%@*OOOOOOO-OOOO-o ", +" OO@#:#=OOOOOOOOOOOO-#;:;@$$#:;#*OOOOOOOOOOOOO*@+OOOOOOOO-OOOO% ", +" OO*#;;#*OOOOOOOOOOOO-@@$@;;;@@@@%OOOOOOOOOOOOO*@.-OOOOOOO%OOOO%* ", +" OOO@:;:#-OOOOOOOOOOOO-@;;#$@$;:;#-OOOOOOOOOOOOOo@+OOOOOOOO%%OOOO% ", +" OOO-#;::#%OOOOOOOOOOOOo;@o@:;:#;;@-OOOOOOOOOOOOO.X+OOOOOOOOO*-OOO*o ", +" OOOO@;:::;=OOOOOOOOOOOO%&@##$$@@@@$-OOOOOOOOOOOOO@@&-OOOOOOOO%*OOO-o ", +" OOO-@;;;;##;;*OOOOOOOOOOO*@#;;##@@@@@#$-OOOOOOOOOO.X$&+o+=OOOOOO oOOOO% ", +" o*=<=>>>$=<<<=oo*@#####@=;;:=OOOOOOOOO-$#$.*%+@@@$&o**OOOOOOOOOO-$@@&+**-OOOOOOOOO--=%-OOOO=", +"oo$$11$$*===O==$######@-;;:#OOOOOOOOOO*@@#@&***%o@@@@*OOOOOOOOOO%**.$+%-OOOOOOO-OOO-<-OOOO-", +"@@@@@@@@@>OOO-1@@@#####%#;;;OOOOOOOOOOo-%.@@@@@$*=--*&-OOOOOOOOO%&&*-oo-%OOOOOOOOOO-=OOOOO-", +"@@@@@@@@@@OOO%$@@@#@###%@###-OOOOOOOO=@@$**%oo$X@@@1+%-OOOOOOOOO-%*+o*%o=OOOOOOOOO---OOOOOo", +" *X@@&$@@@OOO-.@@@@@###%+###*OOOOOOOO*@@@#@&>&=-%%o$@@*OOOOOOOOO=o%-%.%--OOOOOO-OO-=OOOOOO ", +" ***+$$@@-OOO&@@@@@##@%&#@#&OOOOOOOOO**+@@@@@@&o+%%%%%-OOOOOOOOO=%*=%%=OOOOOOOOOO--OOOOO% ", +" ++++&$%OOO+@@@@@@@X%$##@@OOOOOOOO%@@$%%+...$$X&@$$*-OOOOOOOOO=--====OOOOOOOOO-%OOOOOO ", +" +++++*OOO*XX@@@@$%1@@@##*OOOOOOO-@@#@@+*%%%=%*o+.+o-OOOOOOOO-%%%%=-OOO OOOOO--OOOOO- ", +" oooo*OOO-.$@@@@-$$@$@@;@OOOOOOOO%&@@X@@@@@+oo%%---OOOOOOOOOO====-OOOO OO-%OOOOOO ", +" o%%%*OO-+$X@$-o+$$.&$##OOOOOOOO%*o*o+$X&$++.&&>+&%OOOOOOOO-%%===-OOO- %=%OOOOO% ", +" %%%OOO%++.=o&$$&++o&@%OOOOOOO=&@@@oo*%%==%%%*o+*=OOOOOOOO=%%%=-OOOO- o-OOOO- ", +" %%-OO-%o-o+&X&$+%%o+o-OOOOOOO%o+.$@$X+o+o+%*%%%=OOOOOOOO%%*=o-OOOO-% oOOOOO ", +" -OOO%%%$$X@@@@*==%o-OOOOOOO*ooo***o**+o$&X++++%-OOOOOO=%=%*-OOO-=%O OOOO ", +" -OOO-.&$X@@@@ooo%%=OOOOOOO%$@X@++%%%==%*%%%%%-OOOOOOO==%o*-OOO-%oOO OO* ", +" OOO%+..o+++&*%%*o%OOOOOOO=+..X&.&..o$.X.++o+%%OOOOOOO%oo%-OOO-%OOO o ", +" OO=*++$XX@$$oo*=%OOOOOOOO%%%%*o++o*+.&oo%%%==OOOOOOO%oo=-OOO=-OOOO ", +" %%%*++o++$X%++o%OOOOOOO-*.$&.**%%oo+*%%%%%%%=-OOOOO=%%%-OO-=OOOOO ", +" %%%o+o&o*=**oo-OOOOOOO=+&+.o.oo$+&o+ooo%%%=OOOOOO--%%-OO=-OOOO- ", +" %%%oo*.&*%*%%=OOOOOOOO=%*%%%**%%%%%*%**%%<=-OOOOO---OO=%OOOOO- ", +" %%%+o*%%*%%*OOOOOOOOO%o*o%o%%o%%%*o%%%%**%=-OOOOOOO-%OOOOO-- ", +" %%%o+o<<==%=OOOOOOOO=*%%%%%*%*%%**%%%%%%==OOOOOOOO-OOOOOO- ", +" o*&+%-----OOOOOOOOO=<<**%*%*%%%%***%%o%=--OOOOO-OOOOOO-- ", +" $$@.%*-OOOOOOOOOOOO--==<<%%%%o%o*oo%%%%--OOOOOOOOOOOO- ", +" $$+%%-OOOOOOOOOOOOOOOOO-=%%%%%%%**oo%%--OOOOOOOOOOO- ", +" **%=-OOOOOOOOOO -----OOO-=%%%*%*%%%%--OOOOOOOOOO- ", +" *o*OOOOOOOOOOOO --OOO--%%%%%%%-OOOOOOOOOO-- ", +" **+%OOOOOOOOOOO --OOOOOOOOOOOOOOOOOO--- ", +" **o%OOOOOOOOOO ----OOOOOOOOOOOO---- ", +" **%=OOOOO-OOO -------O----- ", +" %%*-OOOOO ------- ", +" %%%OOOOO -- ", +" %%OOOO ", +" OO ", +" "}; diff --git a/src/fishes/fish08b.xpm b/src/fishes/fish08b.xpm new file mode 100644 index 0000000..b6ffbed --- /dev/null +++ b/src/fishes/fish08b.xpm @@ -0,0 +1,119 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish08b_xpm[] = { +"91 70 20 1", +" c None", +". c #4448786E6B6D", +"X c #504999929191", +"o c #070013020600", +"O c #3C276D6D606B", +"+ c #6D6DA3B39992", +"@ c #8590B4B5B3B5", +"# c #5A4A8E91706D", +"$ c #242452494047", +"% c #50498590796E", +"& c #3826626B4948", +"* c #242448482424", +"= c #46487F6F736D", +"- c #180234261D03", +"; c #9992C0D7BEB7", +": c #A1B3C2D7BEB7", +"> c #584A808F5249", +", c #B9B6C2D7BAB6", +"< c #2E255F4B2624", +"1 c #6D6D9A92716D", +" . X ", +" . X ", +" o. XX ", +" O oo. XXO +++++++++++++++ ", +" o oO XOO++++++++@@+@++#XXooooooo ", +" ooOooO$$ooooo++++++++++%&$*oooooooooo&= ", +" O ooooooooooo-O%++@+++++@+.$-oooooooooooooO= ", +" &Oooooooooooo&X+++@@@@@+++X&-ooooooooooooooo$O ", +" =&ooooooooooo-++@@@@@++++++=&-oooooooooooooooo*O ", +" %oooooooooooo.+@@+@++@@@@++O-oooooooooooooooooo-$ ", +" Xoooooooooooo-++@;;;;;+@@@@X*ooooooooooooooooooooo&O ", +" Xooooooooooooo+@;:;;+@@;@;+$-ooooooooooooooooooooooO= ", +" ++oooooooooooo-+;;@@+;:;;:@X-oooooooooooooooooooooooo$ ", +" +@>oooooooooooo-++;;;;;;:+#++oooooooooooo-&ooooooooooo-O ", +" X@@&ooooooooooooo+,;,;:@++,,+&oooooooooooo-=oooooooooooo$& ", +" $@;@&oooooooooooo-@,@#+++:;+=+-oooooooooooo$#-ooooooo-oooo$O ", +" o>@;;&oooooooooooo-+@+;;;,+++:@-oooooooooooo$+&ooooooo-oooo-O ", +" oo+@:@*oooooooooooo-@;:;+##@:;@&ooooooooooooo&+.oooooooo-oooo$ ", +" oo&@;;@&oooooooooooo-++#+;;;++++$ooooooooooooo&+=-ooooooo$oooo$& ", +" ooo+:;:@-oooooooooooo-+;;@#+#;:;@-oooooooooooooO+.oooooooo$$oooo$ ", +" ooo-@;::@$ooooooooooooO;+O+:;:@;;+-ooooooooooooo=X.ooooooooo&-ooo&O ", +" oooo+;:::;*oooooooooooo$%+@@##++++#-ooooooooooooo++%-oooooooo$&ooo-O ", +" ooo-+;;;;@>>>#*<<<*OO&+@@@@@+--;:*ooooooooo-#@#=&$.+++#%O&&oooooooooo-#++%.&&-ooooooooooo*$--ooo*", +"OO##11##&***o**#@@@@@@+--;:@oooooooooo&++@+%&&&$O++++&oooooooooo$&&=#.$-ooooooooooo-<--ooo-", +"+++++++++>ooo-1+++@@@@@--;;;ooooooooooO-$=+++++#&*--&%-ooooooooo$%%&-OO-$oooooooooo-*--ooo-", +"++++++++++ooo$#+++@+@@@--@@@-oooooooo*++#&&$OO#X+++1.$-ooooooooo-$&.O&$O*oooooooooo-<-ooooO", +" &X++%#+++ooo-=+++++@@@--@@@&oooooooo&+++@+%>%*-$$O#++&ooooooooo*O$-$=$--oooooooooo*<-oooo$", +" &&&.##++-ooo%+++++@@+--@+@%ooooooooo&&.++++++%O.$$$$$-ooooooooo*$&*$$*ooooooooooo---oooo ", +" ....%#$ooo.+++++++X--@@++oooooooo$++#$$.===##X%+##&-ooooooooo*--****oooooooooo$<--oooo ", +" .....&ooo&XX++++#--+++@@&ooooooo-++@++.&$$$*$&O.=.O-oooooooo-$$$$*-oooooooooo-$$ooooo ", +" OOOO&ooo-=#++++---+#++;+oooooooo$%++X+++++.OO$$---oooooooooo****-oooo ooooo$$$ooooo ", +" O$$$&oo-.#X+#---##=%#@@oooooooo$&O&O.#X%#..=%%>.%$oooooooo-$$***-oooo ooo$$$ooooo$ ", +" $$$ooo$..=---##%..O%+$ooooooo*%+++OO&$$**$$$&O.&*oooooooo*$$$*-ooooo ooO$$$ooooo ", +" $$-oo-$O--.%X%#.$$O.O-ooooooo$O.=#+#X.O.O.$&$$$*oooooooo$$&*O-oooo-$ OOOOooooo$ ", +" -ooo$$-##X++++&**$O-ooooooo&OOO&&&O&&.O#%X....$-oooooo*$*$&-oooo*$$ OOooooo$ ", +" -ooo-=%#X++++OOO$$*ooooooo$#+X+..$$$**$&$$$$$-ooooooo**$O&-oooo$O$o ooooo$ ", +" ooo$.==O...%&$$&O$ooooooo*.==X%=%==O#=X=..O.$$ooooooo$OO$-ooo-$$oo ooo$ ", +" oo*&..#XX+##OO&*$oooooooo$$$$&O..O&.=%OO$$$**ooooooo$OO*-ooo*-oooo ", +" $$$&..O..#X$..O$ooooooo-&=#%=&&$$OO.&$$$$$$$*-ooooo*$$$-ooo*$oooo ", +" $$$O.O%O&*&&OO-ooooooo*.%.=O=OO#.%O.OOO$$$*oooooo--$$-oo*-oooo- ", +" $$$OO&=%&$&$$*oooooooo*$&$$$&&$$$$$&$&&$$<*-ooooo---ooo$$oooo- ", +" $$$.O&$$&$$&ooooooooo$O&O$O$$O$$$&O$$$$&&$*-oooooooo$$oooo-- ", +" $$$O.O<<**$*oooooooo*&$$$$$&$&$$&&$$$$$$**oooooooo-$ooooo- ", +" O&%.$-----ooooooooo*<<&&$&$&$$$$&&&$$O$*--oooooo-ooooo-- ", +" &&#+=$&ooooooooooooo--**<<$$$$O$O&OO$$$$--ooooo-oooooo- ", +" &##.$ooooooooooooooooooo-*$$$$$$$&&OO$$--ooooooooooo- ", +" &&&&$oooooo oooooo -ooo-*$$$&$&$$$$--oooooooooo- ", +" &&&Oooooo ooooo -oooo--$$$$$$$-oooooooooo-- ", +" &&&&ooooo oo -ooooooooooooooooooo--- ", +" &&&&oooooo -oooooooooooooooo---- ", +" &&&&ooooo -ooooooooooooo--- ", +" &&&&ooooo --oooooooo--- ", +" &&&ooooo -ooooo-- ", +" &&&oooo ---- ", +" &&&oooo ", +" ooooo "}; diff --git a/src/fishes/fish09a.xpm b/src/fishes/fish09a.xpm new file mode 100644 index 0000000..6e33351 --- /dev/null +++ b/src/fishes/fish09a.xpm @@ -0,0 +1,135 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish09a_xpm[] = { +"108 86 20 1", +" c None", +". c #212438262C25", +"X c #060014020600", +"o c #5A4A6A6C666C", +"O c #1F03544A2E25", +"+ c #2924544A554A", +"@ c #0C0130251602", +"# c #3426656C786E", +"$ c #50498D919992", +"% c #BAB6C0D7A8B4", +"& c #666C8E91716D", +"* c #CFD9D0D9B8B6", +"= c #8D91AEB5AAB4", +"- c #23244C491702", +"; c #1B0332261202", +": c #5C4B7F6F3426", +"> c #969297927F6F", +", c #5049564A3526", +"< c #B0B5ACB49391", +"1 c #818FAAB46D6D", +" ", +" ", +" ", +" ", +" ......XXX ", +" ooooooO+..@@@XXXXX ", +" @@@++oo++Ooo+++O@@XX ", +" @@O+@.+#O+O+.+OOO@@@ ", +" @Oo.@.+++O..+OOO++@X ", +" ++..@...+.+++.OO@O.@@XX ", +" +++.@@.+++.OO.O@@OOO@@ ", +" +$#.@@@.#OO.@O..@@@O@@ ", +" o#+@@XX@.XX@@@@@@O@@O@ ", +" %&#@.@.@.XXXX@@@@@OOOOO ", +" **=&+@.O..@.XXXXX@@@@@@@@ ", +" ***%o&+o++o+.@XXXX@X@@@@@@@ ", +" oo&o#+#+++oo.+@XXXXXX@@@O@@ ", +" @@@@.--@-.@OO..+.@XXXX@@@@@@@ ", +" @@@XX@O@@;--OO-@@XXX@XXXX@X@@@@XXXX ", +" @X@@X@@@O@OOOOO--@@XXXXXXXXX@@@@@@@XX ", +" @;XX@@@@@@-OOOO-----@-@@@@XXXXXXX@@@@@@XX ", +" XX@@@X@@@.@@OOOOOO-O@@@@.@@@@@@XXXXXX@@@@@X ", +" XXX@@@;@@@O@@OOO@.O--@--@@@@@@@@@@@XXXXX@@@@X ", +" XXXXXXX@@@@O..@OO@O.O-----@@O@O@@@@@@@@XXXX@@@@X ", +" XXXXXX@X@@@OO+OOOOO++###o#+#O++#+++O@@XX@@XXXX@@@X XXXXX ", +" XXXXXXX@@.OO+O+OO+OOO+########&%%%==$+O@@;X@@XXXX@XXX XXXXXXXX ", +" XXXXXX@@O@+#++++#+OOO+####$#####$=%%%%%=&+O@@@XXXXXXXXX XXXXXXXXXX ", +" XXXXX@X@@O+###++##++#OO#####&###o##==%===%$=$+O@@@XXXXXXX XXXXXXXXXXXX ", +" XXXXXX:O...+#=$##++O-OO-OO+O++++++O+##o++$%$==&#O.@@XXXXXXX XX@@XXXXXXXXX ", +" @XXXXX;>>oO+$===###OO@OO---.O++++OOO-OO-OO+oo$&$#$$#.@XXXXXXX XX@@@XXXXXXXXX ", +" @@X@XXX,*>=+o***=$#O+O+O-@@----O-O---@.+OO-@O+O#++o&$o+@@XXXXXX XX@@@@XXXXXXXXX ", +" @@@XXXXX>%%%&=***=$#++O--@@@----O--;;@-@-@O.OOO+O-OO+#$##.@@XXXXXX XXX@@@@@XXXXXXXXX ", +" X-@XXXX;>%***%***<=o+OOO-@@@@;@-O@@@@@@X@@@X.;+o#+@@OO+$$#+.@XXXXXX XX@@@@@@@XXXXXXXXX ", +" X@-@XXXX;<%&o*&***%==&o++-@@@@O@@-@@XXXXXXXXX@@@-++o+OOO+#$#+@XXXXXX XX@@@@@@@@@@@XXXXXX ", +" @@O-XXXXX,>>>+%=%***%%%=+O---@@-@@@;-@@@@XXXXXXXXX@@OO+#+O+#$#+.@XXX XXX@@O@@@@@@@@@XXXXX ", +" @@OO@XXXXX&+o+O+********%&+O+.O@@OOO#+OO+;@@XXX@XXXX@@-OO++###$$++X@XXXXX@@..+.@@@@@X@@XXXXX ", +" @@OO;XXXX.,&><=><<********%=&=&OO;OOo#&O+&+@.@@X@X@@@@@OO+O#+###$=#@++.@@@..++.@@@@@@@@@XXXX ", +" @@O#OXXXXX@Oo***>oo%%oo+&&>&&o>=&OO.O#o#&o&#O.@@@@@@@@.++++##########++++O++O++.@@@@@@@@@XXX ", +" @@@OO@XXXXX@@>&>>o>***%&+O+O@O@@@@..@@OOOO+oOOO@@@X@@@@@O+++###$$$######+OO...++..@@@@@@@@XXX ", +" @@.O-@XX;o+>;>%O.++>***%O.+>+@.@+%*%%O@OO@.@@..XXXXXXXXXXXXXXXXXXXX@@@@@@.OO+####$###++++..++...@@@@@@@@XXX ", +" ......--;-X>&O.Oo+.OO.+%%&+O;@;.@@@.X@XXXXXXXXXXXXXXXXXXX@X@@@@@OOO#O++++####+++##++@@@@@@@@@@@XX ", +" ...+O++XX@+>.&;-+%&+#.++o%+OO@@OO.@..@OXXXXXXXXXXXXXXXXXXXXXX@X@@OOO+O####$$####O#$##+++..@@@@@@XXX ", +" ++#+o+@XXX.#>+..O=$O@@@++==O@@-.@..@..O@XXXXXXXXXXXXXXXXXXXXX@@@@OO+############+####++++++..@@@@XXX ", +" +++o=>.>>>.+#o.@.##.@@@@+$$O.@@@-@@@O...@XXXXXXXXXXXXXXXXXXX@@OOOOOO#+OOO######+++##++++++++.@@@@@XXX ", +" ###+o=>%>>=>.+#@O;OO@@@X@##$o+O@,@;@@;@O.@XXXXXXXXXXXXXXXXXX@@@@O.OO#++OO+# +++++++++.+++..@@@@@XXXX ", +" ####o&%%XXX=&+O.@@O@X@XX@&#=@-@XO.X@XX@@.@@@@@XXXXXXXXXXXXX@@@@OOOO+O+++O, +++++++..++..@@@@@@XXXXX ", +" O+#+O+%.XXXX==+O@@.XX@XX@.#+XXXXX@XXXXX@@XXX@@@@XXXXXXXXX@X@@@@OOOO+#+++.X +++@@+@.@@@.@@@XXXXXX", +"+++#+..%XXXXX==@@@@O+XXXX@.++@;..XXXXXXXXXXXXX@XX@XXXX@XXXXX@X@@OOOO+++++@ @@@@@.@@@@@@XXXXXX", +"+++$#O;XXXXX@==XX@@++XX@X.o@;OO+O@XXXXXXXXXXXXXXXXXXXXXXXXXX@@@OOOO.+++++XX @@@@@@@@XXXXXX", +"++o$=$@@XXXXX=@XX.@+@XXX@.@XX+OOO.XXXXXXXXXXXXXXXXXXXXXXXXXX@@@@OO.+++++@XX @@@@XXXXX ", +" +####&OXXXXX=XXX@@+@XXX@XXXX.@--.;XXXXXXXXXXXXXXXXXXXXXXX@X@@OOOO.++++@@XXX ", +" #$##&OOOOXXXXX@.@.XXX@XXXXXX-;o+XXXXXXXXXXXXXXXXXXXXXXX@@@@@OOO++++.@XXXX ", +" :##$##&&XXXXXXXXX&++XXX@XXXXXXXO&#.XXXXXXXXXXXXXXXXXXXXXX@@@OO+O+++++@XXXXX ", +" ##$###O.XXXXXXXX@.+@@XX.XXXXXXX@.XXXXXXXXXXXXXXXXXXXXXX@@.@@..++++++@XXXXXX ", +" 1$==$#@@XXXXX.@X@+X@.@XXX@XXXXX@XXXXXXXXXXXXXXXXXX@XXX@@.@O.+++###+@XXXXXXX ", +" &==$#@@XXXX....@XXX@XX@XXXXXX@XXXXXXXXXXXXXXXXXXXXXXX@@@@..+++###+@XXXXXXX ", +" 1$=$#XXXX@.X.X@@XX@XX-XXXXX@@.XXXXXXXXXXXXXXXXXXX@XX@@.@+++++##+@XXXXXXXX ", +" #$#.X@@X.XX@+@X@@@@XXXXX@XX..XXXXXXXXXXXXXXXXX@XXXX@.+++#++++@.XXXXXXX ", +" &o@@XXXXXX@.@@@@OXXXX@++.@Xo.XXXXXXXXXXXXXXXX@XX@@O++++####+XXXXXXX ", +" @@@;;XXXX@XXX@XX@XX@&%>+#+XXXXXXXXXXXXXXX@XXX@@@@.++####+@@XXXXX ", +" @@@;XX@.X@XXXX@XX++#=%#+XXXXXXXXXXXXX@XXXXX@@@@.O++###+.@XXXXXX ", +" @X;;-,.-O@XXX@X.####$+@XXXXXXXXXXXXXXXXXX@.@@.@.+++##@@XXXXXXX ", +" XXX@;-,oXXXX@@###++#@XXXXXXXXXXXXXXXXXXX@@+.@@+.+++..@XXXXXX ", +" XXXXXXXXXX@@+##+.O.@XXXXXXXXXXXXXXXXX..+++++.++++.@XXXXXXX ", +" XXXX;XXXX@@.+++@@@+XXX+XXXXXXXXXXX@@@++..++++++.@@XXXXXX ", +" XXX.XXX@XXX@@@X@X@X@X&@XXXXXXXXX@@..+.+++++++@@@XXXXXX ", +" X@.XX-XXXXXXXX@XXX.OXXXXXXXXX@+.++@++++#++.@@XXXXXXX ", +" @X.X@X@XXXXX@@XXX@XXXXXXXXX@...@@@++++++O@@XXXXXX ", +" @@@@X@@XXX@@@@XX.@XXXXXXX.@++@@@.++##+@.@@XXXXXX ", +" @X+o.XXXXX@X@@X@@XXXXXXX@@@.@@@.++++.@.@XXXXXX ", +" @<%<,@@X;@@XXX@XX@X@@@@@.@@@@O++O.O.@@XXXXXX ", +" @o<%,>.XX@X@-@@@@@@.@@...++++++.@@@@XXXXXX ", +" +++.=oXXX@-@@@@@@@@@..@+++#+OO.@@XXXXXXX ", +" ....& c #969297927F6F", +", c #5049564A3526", +"< c #B0B5ACB49391", +"1 c #818FAAB46D6D", +" ... ", +" X..... ", +" XXXX.... ", +" oooXXXXXOOO ", +" oo+o+oXXXXOO ", +" XXXooo+++oo@+O ", +" XXXXOO+++o+@@oOO ", +" XXXOO@+OX+#@@@+XO ", +" XXXXO@oXOX+@@@XXOO ", +" +++++OXOXOX@XO+@X@O ", +" +++++XOOXO@OX@@X@OOO ", +" #++###XOOOX@@@XO@XXOO ", +" ###+##OO..OX..OOOOOO@O ", +" $##%#OXOXOX....OOOOO@@O ", +" $$$$&%+OX@XXOX.....OOOOOO ", +" $$$$*o%+o++o+XO....O.OOOOOO. ", +" $$o%o#+#+++ooX+O......OOOOOOOOO ", +" OOOOX==O=XO@@XX+XO....OOOOOOOOOOO ", +" OOO..O@OO-==@@=OO...O....O.OOOO.OOO. ", +" O.OO.OOO@O@@@@@==OO.........OOOOOOOOO. ", +" O-..OOOOOO=@@@@=====O=OOOO.......OOOOOOOO ", +" ..OOO.OOOXOO@@@@@@=@OOOOXOOOOOO......OOOOOO. ..... ", +" ...OOO-OOO@OO@@@OX@==O==OOOOOOOOOOO.....OOOOO. ....... ", +" .......OOOO@XXO@@O@X@=====OO@O@OOOOOOOO....OOOOO. ......... ", +" ......O.OOO@@+@@@@@++###o#+#@++#+++@OO..OO....OOO... .......... ", +" .......OOX@@+@+@@+@@@+########%***&&;+@OO-.OO....O... .OOOOO..... ", +" ......OO@O+#++++#+@@@+####;#####;&*****&%+@OOO......... .OOOOOOO... ", +" .....O.OO@+###++##++#@@#####%###o##&&*&&&*;&;+@OOO....... OOOOOOOO.... ", +" ......:@XXX+#&;##++@=@@=@@+@++++++@+##o++;*;&&%#@XOO....... OOOOOOOOO.... ", +" O.....->>o@+;&&&###@@O@@===X@++++@@@=@@=@@+oo;%;#;;#XO........ OOOOOOOOOO.... ", +" OO.O...,$>&+o$$$&;#@+@+@=OO====@=@===OX+@@=O@+@#++o%;o+OO....... OOOOOOOOOO..... ", +" OOO.....>***%&$$$&;#++@==OOO====@==--O=O=O@X@@@+@=@@+#;##XOO...... OOOOOOOOOO...... ", +" .=O....->*$$$*$$$<&o+@@@=OOOO-O=@OOOOOO.OOO.X-+o#+OO@@+;;#+XO...... OOOOOOOOOOOO..... ", +" .O=O....-<*%o$%$$$*&&%o++=OOOO@OO=OO.........OOO=++o+@@@+#;#+O...... OOOOOOOOOOOOO.... ", +" OO@=.....,>>>+*&*$$$***&+@===OO=OOO-=OOOO.........OO@@+#+@+#;#+XO... OOOOOO@OOOOOOOO.... ", +" OO@@O.....%+o+@+$$$$$$$$*%+@+X@OO@@@#+@@+-OO...O....OO=@@++###;;++.O..OOOOOXX++XOOOO.O... ", +" OO@@-....X,%><&><<$$$$$$$$*&%&%@@-@@o#%@+%+OXOO.O.OOOOO@@+@#+###;&#O++XOOOXX+@+@XXOOOOO... ", +" OO@#@.....O@o$$$>oo**oo+%%>%%o>&%@@X@#o#%o%#@XOOOOOOOOX++++##########++++@++@;@++X@OOOOOO.. ", +" OOO@@O.....OO>%>>o>$$$*%+@+@O@OOOOXXOO@@@@+o@@@OOO.OOOOO@+++###;;;######+@@++XX+XXXXOOOOOO.. ", +" OOX@=O..-o+>->*@X++>$$$<@@+@OOO........O.OOOOOO.OO.......OOOX@###;##&##;+++++XXO###OOOOOO... ", +" XX@@@O....>*@X+>+OXO+*$**@O@@OXOOXX....................OOOOOOX@@+####;###+++;+XX+#;@OOOOOOO... ", +" XXXXXX==-=.>%@X@o+X@@X+**%+@-O-XOOOX.O...................O.OOOOO@@@#@++++####@###@@##OOOOOOO... ", +" XXX+@++..O+>X%-=+*%+#X++o*+@@OO@@XOXXO@......................O.OO@@@+@####;;###@##;#;+OOOOOOOO.. ", +" ++#+o+O...X#>+XX@&;@OOO++&&@OO=XOXXOXX@O.....................OOOO@@+##########@#+######+OOOOOO.. ", +" +++o&>X>>>X+#oXOX##XOOOO+;;@XOOO=OOO@XXXO...................OO@@@@@@#+@@@######+++#####+++OOOOO.. ", +" ###+o&>*>>&>X+#O@-@@OOO.O##;o+@O,O-OO-O@XO..................OOOO@X@@#++@@+# ++++++#+##++++++OOOO... ", +" ####o%**...&%+@XOO@O.O..O%#&O=O.@X.O..OOXOOOOO.............OOOO@@@@+@+++@, ++++++++++++++OOO... ", +" @+#+@+*X....&&+@OOX..O..OX#+.....O.....OO...OOOO.........O.OOOO@@@@+#+++X. ++++++++++++XOOO.. ", +"+++#+XX*.....&&OOOO@+....OX++O-XX.............O..O....O.....O.OO@@@@+++++O +++++++++++XOOO.. ", +"+++;#@-.....O&&..OO++..O.XoO-@@+@O..........................OOO@@@@X+++++.. +++++++XXXOO.. ", +"++o;&;OO.....&O..XO+O...OXO..+@@@X..........................OOOO@@X+++++O.. +++++XXOOO... ", +"++####%@.....&...OO+O...O....XO==X-.......................O.OO@@@@X++++OO... +++XXOOOO... ", +" %%#;##%@@@@.....OXOX...O......=-o+.......................OOOOO@@@++++XO.... +XOOOOO... ", +"####;##%%.........%++...O.......@%#X......................OOO@@+@+++++O..... XOOOO.... ", +"###;###@X........OX+OO..X.......OX......................OOXOOXX++++++O...... ...... ", +" 1;&&;#OO.....XO.O+.OXO...O.....O..................O...OOXO@X+++###+O....... ...... ", +" %&&;#OO....XXXXO...O..O......O.......................OOOOXX+++###+O....... .. ", +" 1;&;#....OX.X.OO..O..=.....OOX...................O..OOXO+++++##+O....... ", +" #;#X.OO.X..O+O.OOOO.....O..XX.................O....OX+++#++++OX....... ", +" %oOO......OXOOOO@....O++XO.oX................O..OO@++++####+........ ", +" OOO--....O...O..O..O%*>+#+...............O...OOOOX++####+OO....... ", +" OOO-..OX.O....O..++#&*#+.............O.....OOOOX@++###+XO....... ", +" O.--=,X=@O...O.X####;+O..................OXOOXOX+++##OO....... ", +" ...O-=,o....OO###++#O...................OO+XOO+X+++XXO....... ", +" ..........OO+##+X@XO.................XX+++++X++++XO....... ", +" ....-....OOX+++OOO+...+...........OOO++XX++++++XOO...... ", +" ...X...O...OOO.O.O.O.%O.........OOXX+X+++++++OOO....... ", +" .OX..=........O...X@.........O+X++O++++#++XOO...... ", +" O.X.O.O.....OO...O.........OXXXOOO++++++@OO....... ", +" OOOO.OO...OOOO..XO.......XO++OOOX++##+OXOO...... ", +" O.+oX.....O.OO.OO.......OOOXOOOX++++XOXO....... ", +" O<*<,OO.-OO...O..O.OOOOOXOOOO@++@X@XOO....... ", +" Oo<*,>X..O.O=OOOOOOXOOXXX++++++XOOOO....... ", +" +++X&o...O=OOOOOOOOOXXO+++#+@@XOO...... ", +" XXXX% c #756E756E5D4B", +", c #6F6D8F917B6E", +"< c #B6B6BAB6A0B3", +"1 c #8D91AEB5AAB4", +" ............. ", +" .........X........... ", +" ....................XXX... ", +" oX..XX.XXXXX......XXX..XX..X.. ", +" .XXXOOXXOOXXXXXXXXX...XXX..XXXX.... ", +" .XXXXOOOOO++++++OXXXXX.XX..XX.X..X.X... ", +" @@OoooO@OOOOOOOOOO++O+OOOXXXXXXXXXX.XXXXX... ", +" @@@ooo@@@@@OOOO+O@O+OOOO+OOOOXXX.X.XXXXXXXXX... ", +" O@@@@@@@@@@@@@@O@@+O++OOOOOOO+OOXXX.XXXXXXXXXXX... ", +" @@@@@@@@@@@@@@@@O@@++O+++O@OOOOOOOXXXXXXXXXXXXXXXXX. ", +" @@@@@@@o@@@@@@@@@O@@+@++++++O@OOOO+OOOXXXXXXXXXXXXXXX.. ", +" @@@@@@@@@@@@@@@@@@+@+O+++#+#++OOOOOOOOOOXXXXXXXXXXXXXXX.. XXXXX", +" #####@#@@@@@@@@@O+++O+++O++#+++@OOOOOOO+OOXXXXXXXXXXXXXXXX.. Xo...XX ", +" ##########@@@@@@@O++OOOOOO+OO@+OO@OOO+OOOOOOOOXXXXXXXXXXXXXX.. oXX.XX ", +" ######@$######@@@@@@@OOOO@@O@OOOO@@OOOOOOOOOOOOXOOOOXXXXXXXXXX. XXX..XX ", +" ########@@####@@@@@@@@@@OOO@OOOOOOOO@@O@OOOOOOOOOOOXOXOXXOXXXXXX. oXXXXXo ", +" ##%#####@&@@@@@@@@@o@@@@O@@@OO@@OOOO@@@+OO@OOO+OOOOXOXXXXXXXXXOXXO oXXXXXX ", +" ##*%%%*##@@@@@@@@o@@ooo@@@@@@@@@@@@@OO+OOOOOOOOO++OOOOOOOXOOOXXOXO OOXXXXXX ", +" ##%%=-=*#@;;@@@@@@ooooo@@@@@@@@@O@@@@@@@O+OOO+O+++O+OOOOOOXXXOOXOO OOXXXXXXX ", +" ###%=:-:=%&;;o@@ooooooooooo@@@@@@OO@@@+@@O+++++OO+++++++OOOOXXOXOO oOXXXXXXX ", +" ####%=:=%#=@;o@@o@oooooooo@@@@@O@@O@@@@@+++O++++OO++++++++OOOXXOOO oOXXXOOXXX ", +" ######%-%@@;@&;o@ooooooooo@@@@@O@@@@@OO@@O+O++OO+++O++++++++OOOOOX XXXOXOXXXOX ", +" ###@@@@@oo&=&&>o@oo@ooooo@@@@@O#O@@@@@@@@OO+OO++OO++OO++++++OOOXXO OXXOOOOXXOXX ", +" ###@@@@@@&;;;>=>o@@oooo@o@@@@@##+@@@O@@@@@@@@OO++OO+++O++++++++O+O oXXOOOXXOOOOX ", +" ####@$@&@;>;>>@>o=@@@oo@@XX@O+@+@o@@O@@@@@@OOO++++OO+++++++++OOO+O OOXO+OOOOOOOXXX ", +" ###@@@#@&>;;;>@&=@@oo@@XO@@O++++@o@OO@@@@@OOOOOO+OOO+++++++++OOOO @OOO+OOOOOXXXOXX ", +" ####@@##$>>;>;>@@@@o@@@OX@XO#@#+@o@@O@@@@O@@O@OO++OO+OO++++++++++O+OOOO+OOOOXXOOXXX ", +" ###@@@##;>;&,>,>#@@o@@XO@@O#@+#+o@@@@@@@@@@o@OOOOOOOOOOOO+++++++++OOOO++OXOOOXXXXXX ", +" ###@@;$#;;;&>>,,o#o@@@@@XO#+@+O+O@@@o@@@O@@O@@OOOO+O+OOOOO++O+++++OOO+O++OOXXXXXXXXX ", +" ####@@;#$;>o&,,,,#@o@OX@XO+O++++#O@o@@@@@@@@@O@@OOOOOOOOOOO++O##<@+O+OO+++OOOOXXOXXX ", +" +###@@;;@;;>>>,,,@#@o@X@@O#O++++##Oooo@@@@o@@@@OOOOOOOOOOOOOOO#<<<,&,,,,#@@@X@XO#OO#++O+@oooooO@@@o@@OOOOOOOOOOOOOOOO++<+++OOOOOO++OOXXXXXXX ", +"+++##@==&@;>>>&,,,o#&@XXOO++O+#+++++ooooooo@ooOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO++OOOOOXXXX ", +"XXX@$@@@=oooo$>,,,##@@XO#++++++O+#++ooooooooO@OOOOOOOOOOOOOOOOOOOOXOOXOXOOOO+OOOXXXOXXX ", +"XXXX$@@ooooo@;,,o+###oO#++++O+#++++OoooooooooOOOOOOOOOOOOOOOOOOOOOOOOOOXXXOOOO+OOOXXXXX ", +"OOXXXOOoOo@@@oo@###@@@@++#O+++++O+@oooooooo@@O@OOOOOOOOOOOOOOOOOOXXOXXoXXXXOOOXOOOOOXXX ", +" OOOOOO+##@@@+##@@&>o@@#+++++#+++#@ooooooooooO@OOOOOOOOOOOOOOOXXXXXOXXXX XOXXOOOXXOOOXX ", +" OOO@+++#@@@@@@@@o,,o@+++#+++++O@ooooooooooo@OOOOOOOOOXOXOOXOXXXOX..XO XOXXOOXXXOOXX ", +" OO@+@@o@@@oo@@ooooO##O+O+#+O+OooooooooooooOOOOOOOOXXXOOXXXXXOOXXXXXX XOXXXOXXXXOX ", +" O@#@@@@@@oooooooo++#++++#+@ooooooooooooooOOOOOOOXXOXXXXXXOOOOOOOOO XXXXOOOXXX ", +" O@OO@@@@@oooooooo+#+OO#+O+ooooooooooooooOOXOOOXXXXXXXXXOXXXXXXXOO XOXXXOXXX ", +" @@@@@oooooooooooo+O+@@ooooooooooooooOOOOOOOoXXXXXXXOOOOXOXOXXOX oXXXXOXXX ", +" O@ooooooooooooooooooooooooooooooooOOOOXXXXXXXXXXXXOOXXXXXXXXX oOXXXXXo ", +" @OOooooooooooooooooooooooooooooooXXXOXOXOXOXXXXOOXXXOXXXXXXX. XOXXXXXX ", +" XXOoooooooo,oooooooooooooooooooooXOOOXXXXXXXXXXOXXXXXXXXO. XOXXXXo ", +" XXooooooo,oooooooooooooooooooooOOOXOXXXXXXOXXXXXXXXXXOX. XXXXXXX ", +" XXXooooooooooooooooooooooooooXOXOXXXXXXXXXXXXXXXXXXXX. oXOXo ", +" XXXXoooooooooooooooooooooooXXOOOXooXXXXXXXXXXXXXXXO. XX.XX ", +" XXXoXoooooooooooooooooooXXOOOXXooXXXXXX..XXXXXXXX. XX.XX ", +" XXXXoXXXXooXoooooXXXXXXOOXXXXXXX.XX.XXXXXXXOXX. Xo..X ", +" XoooXXXXXXXXXXXXXXXXXXXXXXX.X.....XXXXXXXX.. XXX ", +" .....XXXXXXXXXXXXXXXXXX.........XXXXXX.. ", +" .......XXX oXX..............XXXXXXX.. ", +" ........ ....11......X...XXXX.. ", +" ....... ................ ", +" ...... ......... ", +" .... ", +" ", +" ", +" "}; diff --git a/src/fishes/fish10b.xpm b/src/fishes/fish10b.xpm new file mode 100644 index 0000000..e6d532a --- /dev/null +++ b/src/fishes/fish10b.xpm @@ -0,0 +1,109 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish10b_xpm[] = { +"97 60 20 1", +" c None", +". c #4A4887909391", +"X c #2F256D6D7C6F", +"o c #5049696C756E", +"O c #3125574A6E6D", +"+ c #25244B495F4B", +"@ c #4648594A656C", +"# c #29244B494448", +"$ c #4E495D4B3226", +"% c #29243F272724", +"& c #696C656C4648", +"* c #2E255B4B2824", +"= c #4848818F544A", +"- c #170231252A25", +"; c #676C7D6F4248", +": c #190329241602", +"> c #756E756E5D4B", +", c #6F6D8F917B6E", +"< c #B6B6BAB6A0B3", +"1 c #8D91AEB5AAB4", +" ............. ", +" ..................... ", +" .....................XXX.. ", +" ..oX..XX.XXXXX......XXX..XX..X. ", +" ...XXXOOXXOOXXXXXXXXX...XXX..XXXX... ", +" ..XXXXOOOOO++++++OXXXXX.XX..XX.X..X.X.. ", +" @@OoooO@OOOOOOOOOO++O+OOOXXXXXXXXXX.XXXXX.. ", +" @@@ooo@@@@@OOOO+O@O+OOOO+OOOOXXX.X.XXXXXXXXX.. ", +" O@@@@@@@@@@@@@@O@@+O++OOOOOOO+OOXXX.XXXXXXXXXXX.. ", +" @@@@@@@@@@@@@@@@O@@++O+++O@OOOOOOOXXXXXXXXXXXXXXXXX. ", +" @@@@@@@o@@@@@@@@@O@@+@++++++O@OOOO+OOOXXXXXXXXXXXXXXX. XXXX ", +" @@@@@@@@@@@@@@@@@@+@+O+++#+#++OOOOOOOOOOXXXXXXXXXXXXXXX.. XXX.XX ", +" #####@#@@@@@@@@@O+++O+++O++#+++@OOOOOOO+OOXXXXXXXXXXXXXXXX. XX....X ", +" ##########@@@@@@@O++OOOOOO+OO@+OO@OOO+OOOOOOOOXXXXXXXXXXXXXX. XXo...XX ", +" ######@$######@@@@@@@OOOO@@O@OOOO@@OOOOOOOOOOOOXOOOOXXXXXXXXXX. XXX...XXX ", +" ########@@####@@@@@@@@@@OOO@OOOOOOOO@@O@OOOOOOOOOOOXOXOXXOXXXXXX XXXXX.XoX ", +" ##%#####@&@@@@@@@@@o@@@@O@@@OO@@OOOO@@@+OO@OOO+OOOOXOXXXXXXXXXOXX XXXXXXXXXX ", +" ##*%%%*##@@@@@@@@o@@ooo@@@@@@@@@@@@@OO+OOOOOOOOO++OOOOOOOXOOOXXOXO OOXXXXXXXXX ", +" ##%%=-=*#@;;@@@@@@ooooo@@@@@@@@@O@@@@@@@O+OOO+O+++O+OOOOOOXXXOOXOO OOXXOOXXXXX ", +" ###%=:-:=%&;;o@@ooooooooooo@@@@@@OO@@@+@@O+++++OO+++++++OOOOXXOXOO oOXXOXXXXXXX ", +" ####%=:=%#=@;o@@o@oooooooo@+@@@O@@O@@@@@+++O++++OO++++++++OOOXXOOO oOXXOXXOOXXXX ", +" ######%-%@@;@&;o@ooooooooo@##@@O@@@@@OO@@O+O++OO+++O++++++++OOOOOX XXXOOXXOOXXXXX ", +" ###@@@@@oo&=&&>o@oo@ooooo+#+@@oOO@@@@@@@@OO+OO++OO++OO++++++OOOXXO OXX+OOXXOOXXXXXX ", +" ###@@@@@@&;;;>=>o@@oooo@o+#@@@@@@@@@O@@@@@@@@OO++OO+++O++++++++O+O oXX++OXOOOXXXXXX ", +" ####@$@&@;>;>>#>o=@@@oo@+O#@oo@o@o@@O@@@@@@OOO++++OO+++++++++OOO+O OOXOO++OOOXXOOXXXX ", +" ###@@@#@&>;;;>#&=@@oo@@XO+Oo@ooo@o@OO@@@@@OOOOOO+OOO+++++++++OOOO @OOOO++OOOXXOOXXXXX ", +" ####@@##$>>;>;>##@@o@@@OO+O+o@@ooo@@O@@@@O@@O@OO++OO+OO++++++++++O+OOOO+++OOXOOOXXXXXX ", +" ###@@@##;>;&,>,>#@@o@@XOOO+@@o@oo@@@@@@@@@@o@OOOOOOOOOOOO+++++++++OOOO+O++OOOXXXXXXXX ", +" ###@@;$#;;;&>>,,##o@@@XO++++@oo@o@@@o@@@O@@O@@OOOO+O+OOOOO++O+++++OOO+OO+++OXXXXOOXXXX ", +" ####@@;#$;>o&,,,,##o@+X++++O+oooo@@o@@@@@@@@@O@@OOOOOOOOOOO++O##<@+O+OOOO++OOOOOOXXXXXX ", +" +###@@;;@;;>>>,,,##@o@XO+++O++oooooooo@@@@o@@@@OOOOOOOOOOOOOOO#<<<,&,,,,##@@XO+++OO#@oooooooooO@@@o@@OOOOOOOOOOOOOOOO++<+++OOOOOO+++OXXXXXXXXXX ", +"+++##@==&@;>>>&,,,###@XX++++O+#@ooooooooooo@ooOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO++OOOXXXXXXXX ", +" XX@$@@@=oooo$>,,,###@XO#+++++@@ooooooooooooO@OOOOOOOOOOOOOOOOOOOOXOOXOXOOOO+++OXXOXXXXXXX ", +" X$@@ooooo@;,,o+###oO#++++O+#@oooooooooooooOOOOOOOOOOOOOOOOOOOOOOOOOOXXXOOOO+OOXXOOXXXXX ", +" XXXOOoOo@@@oo@####@@@++#O+++@@ooooooooooo@@O@OOOOOOOOOOOOOOOOOOXXOXXoXXXXOO+++OOXXXOXXXX ", +" O+OOO+##@@@+#####>o@@#+++++#@ooooooooooooooO@OOOOOOOOOOOOOOOXXXXXOXXXX XOXXO++OOOXXXXXXX ", +" OO@+++#######@@o,,o@+++#++#ooooooooooooooo@OOOOOOOOOXOXOOXOXXXOX..XO XOXXOOXXOOXXXXXXX ", +" @+@@###@oo@@ooooO##+OO@@ooooooooooooooooOOOOOOOOXXXOOXXXXXOOXXXXXX XOXXOOXXXOXXXXXX ", +" @#@@@@@@ooooooo@++#+++@oooooooooooooooooOOOOOOOXXOXXXXXXOOOOOOOOO XXXXOOXXXOXXXXX ", +" @OO@@@@@oooooo@#+#+OO#oooooooooooooooooOOXOOOXXXXXXXXXOXXXXXXXOO XXOXXOXXXOXXXX ", +" @@@@@ooooooooo@@++O+@oooooooooooooooOOOOOOOoXXXXXXXOOOOXOXOXXOX XXXXXOXXXXXXX ", +" O@oooooooooooo@++@ooooooooooooooooOOOOXXXXXXXXXXXXOOXXXXXXXXX XoOXXOOXoXXXX ", +" @OOooooooooooooooooooooooooooooooXXXOXOXOXOXXXXOOXXXOXXXXXXX XXOXXXOXXXXX ", +" XXOoooooooo,oooooooooooooooooooooXOOOXXXXXXXXXXOXXXXXXXXX. XXOXXXXoXXX ", +" XXooooooo,oooooooooooooooooooooOOOXOXXXXXXOXXXXXXXXXXOX. XXXXXXXXXX ", +" XXXooooooooooooooooooooooooooXOXOXXXXXXXXXXXXXXXXXXOX. XXo..XoXXX ", +" XXXXoooooooooooooooooooooooXXOOOXooXXXXXXXXXXXXXXXX. XXX..XXXX ", +" XXXoXoooooooooooooooooooXXOOOXXooXXXXXXXXXXXXXXXO. XXX...XX ", +" XXXXoXXXXooXoooooXXXXXXOOXXXXXXX.XXX..XXXXXXXX. XX....X ", +" XoooXXXXXXXXXXXXXXXXXXXXXXX.X.....XXXXXXOX.. XX..XX ", +" ......XXXXXXXXXXXXXXXXXX........XXXXXXX.. XXXX ", +" .........XXX oXX.............XXXXXXXX.. XX ", +" ........... ................XXXXX.. ", +" .......... ..11............... ", +" ......... .............. ", +" ........ ........ ", +" ....... ", +" ..... ", +" .. "}; diff --git a/src/fishes/fish11a.xpm b/src/fishes/fish11a.xpm new file mode 100644 index 0000000..9e95a03 --- /dev/null +++ b/src/fishes/fish11a.xpm @@ -0,0 +1,91 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish11a_xpm[] = { +"116 42 20 1", +" c None", +". c #16022B253826", +"X c #180231251E03", +"o c #000000000000", +"O c #1E0352494B49", +"+ c #190342482224", +"@ c #2023554A3726", +"# c #4348756E616B", +"$ c #3E276F6D656C", +"% c #2A25796E736D", +"& c #2B25706D3926", +"* c #22244E492524", +"= c #3C27686C2124", +"- c #564A9692B3B5", +"; c #3C278590A7B4", +": c #1C035F4B716D", +"> c #2023656C796E", +", c #5C4B9992BDB6", +"< c #534A9592B1B5", +"1 c #746EB8B69592", +" .X..XX ", +" ...X.XX.XXoXX ", +" ......XXXo.XXXo.o ", +" .....X.XX..oXXoXoo ", +" ......X.X.o..oXooooo ", +" O.+....XX.XoXXXXXXoooooooX ", +" OO+O@@@+X++X+++XX.XooXXooooooX ", +" OOO#$%####&&&&OO&@*++XoXooooooooX ", +" OOOOO&&&===&&&&=====&&$$%&@++XXooooooX ", +" OOOO&$#&&&##-;%X###X$&&OX$&==$$$O@@+*XoooX ", +" OO&&=&X===&#XX&==========X==$$#==XO:O%$@OXXX ", +" >OO*&####&#;;#&==&=##$$&$&%$@#&&X&&#&&X**$$@+XOOOOOOOXX$OOOO.. ", +" OO*OO&#&X=##&X=&####=&$X=&$==*X&&&&&=&X$$O&XX$$$&#$+@.$O$$;#%OOO.Xooooo ", +" O,,,$==;;###===&##%&;;===========&-;:$&&&&X$;;$&$&%$O@&O@#<%X%%%OO.XXooooooooo ", +" O.,11&,#&#&##&&##<;&=X#&===&&=&&&&&&=&X=$;&&&&&&&;;##%@&;X-$#<;-;%:OO.XXooooooooooo ", +" O@,1oo1&,O%XX&#-;####==###&=#%-;&&;;&=&&&$;&%$;$$#XX;$.#;$X;%;--%X;>OOO.X.Xoooooooooooooo ", +" OOO@X;oo1&,*#=&#######-;&##;;=====&&=X=&&##&=&$XX&##&&%&+#%<;-<OOO.XXoXoooooooooooooooo ", +" OOX+@@,;&&,*&#,,;X&##XX##;;#======&&&==&-;$$&==&&=&&&%###;$X$<#;-%$;X$OOO..XXooooooooooooooooooooo ", +" OOO&&OX=@,,,+X,X=&X=#<;####&&=X=&=XX&$#=X*&=&&&&%&#-;&#;#$$#$$$;X$-<-%O%:O..XXooooooooooooooooooooooo ", +" OX*$&X=$,$=X&&,%X&=X&&#####&===X=;;*X&=$=*===&&&-;&$$&&##X##&#%&#;; c #2023656C796E", +", c #5C4B9992BDB6", +"< c #534A9592B1B5", +"1 c #746EB8B69592", +" .....X. ", +" ....XXX.XX.XXoX ", +" ....XXXoXooooXo. ", +" ....XXXoXo.oooooo ", +" ....XXXoX.o.ooXoooo ", +" O.+..XXXX.XooXooXXoooooX ", +" OO+O@@@+X++X+++XooXooXXoooooX ", +" OOO#$%####&&&&OO&@*++XoXoooooooX ", +" OOOOO&&&===&&&&=====&&$$%&@++XXoooooX ", +" OOOO&$#&&&##-;%X###X$&&OX$&==$$$O@@+*XoooX ", +" OO&&=&X===&#XX&==========X==$$#==XO:O%$@OXXX ooooooooooo ", +" >OO*&####&#;;#&==&=##$$&$&%$@#&&X&&#&&X**$$@+XOOOOOOOXX$O#%OOO.XXXooooooooooooooooo ", +" OO*OO&#&X=##&X=&####=&$X=&$==*X&&&&&=&X$$O&XX$$$&#$+@.$O$$;X%%%OO@.XXoooooooooooooooooooooo ", +" O,,,$==;;###===&##%&;;===========&-;:$&&&&X$;;$&$&%$O@&O@#<%;-;%:OOO.X.oooooooooooooooooooooo ", +" O.,11&,#&#&##&&##<;&=X#&===&&=&&&&&&=&X=$;&&&&&&&;;##%@&;X-$#<-%X;>OOO.XXoooooooooooooooooooooooo ", +" O@,1oo1&,O%XX&#-;####==###&=#%-;&&;;&=&&&$;&%$;$$#XX;$.#;$X;%;-$;;%>OO..X.XXoooooooooooooooooooooo ", +" OOO@X;oo1&,*#=&#######-;&##;;=====&&=X=&&##&=&$XX&##&&%&+#%<;-< c #4448736D2624", +", c #29244F494147", +"< c #4C4989904848", +" .................. ... ", +" ..XXXXXXXXXXXXXXXX...... .... ", +" ..................XXXXX...... ...... ", +" ..........................XXXXXX.... ....... ", +" ...................................XXXXX.... ..X..... ", +" ............XXX.....X......................XXXX.... ..XX..... ", +" oO...XoooXXoXXoXXo..X.X.XX.XX.....................XXXX..... ..XX....... ", +" o.ooooooooooXooXoX.o..X.X.XX.oX.XXXX.................+@@XX... .XXX........ ", +" oooOOoOo##o#o#oooooXXXXXXXo.XX.oX.O..XXXX.XXX.........+$$$@.. XXX........... ", +" oooooOOOOoOo###oooXooooXoXXXXoXXXXXXoXXOXXX.XX.X........++$@... XX............. ", +" XOoOOOOOOOOOO#O###o#o#oo#X#XXoXOX.#.XX.XXXXXXXXX.OX.XX.X........ XXX.............. ", +" XXooOOOOOOO#O#O###O#O###o##o#o#OX#XXX.o#.#o.XXXXXXOOOXXOXOX.X.Xo..... XXX................ ", +" .XXooO############################O##XX##X#o.#X.#.XX.XXXOXXXXOXXXXXXX..XXXXXXX................ ", +" ..Xo#O#################################XooooXXXoXXo.XX..o..oXXOXXXX.OO.OOOXXXX...................", +" .....o#..####################%########o#ooo.#.XOooo.o#.Xo..X.....XX.XXX.XXXX...X...XX.X...........", +" .XXX...o&&..oooooooooo%%%%%%%%%########o#######o####o##X##.o#.ooXoX.XXXooXXX..XXXXXXX..XX..........", +" .O####o*..&.%%%%%%%%%%%%%%%%%%==--=======+==++##+######o##X##.##o#oXoXX#o.o#X#####X................", +".X#####oo*.&.%%%%%%%%%%%##;;==--:>>>>>>>>>$$==+++##+##########o################XooX..........X......", +"......oooo*oooooooo%####%==--:>>>>>>>>>>>>>:$=+,%%+%%+#########################XooX..XXX............", +" o#######ooo#######%%%%%=:>>>>>>>>>>>>>>>>$-$=%,%%%%%+##%########################ooXXXOXXX..........", +" ##############%%%%,=%=>>>>>>>>>>>>>>>>>>--,,,%%%%%%%#############################OXX#XXX......... ", +" ###############%%%,%%-::<>><<><>:*;*:*:=*,=%%%#%##%%#############%################X#XXX.......... ", +" ##############%%#%*,*&********&*&&*&&=*%%%%%%####%##%##%#######%%##%############XXX............ ", +" ###########%####%++,&*;&&&&*&;;%;%%;%;%%%%%%%%%#%%####%##%##%#%#%%#############XXX............ ", +" ##########%##%%+++,**;;;;;;%%%%%%%%%%%%%%%%%%%%%%##%##%##%##%###### X###XX........... ", +" ###########%#oo+,+,%%%%%%%%%%%%%%%%%%%%%%%%#%#%%##%#%#########O#X XXXXXXXX........ ", +" #########%Xoo.########%%%%%%%%%%%%%%%%%%%%%#%%%%#%##########XXX XXXXXX...... ", +" ########XoX#####%###%%%%%%%%%%%%%%%%%%%%##%##%##########XXXX.. ..XXXX..... ", +" ###.Xo.######%#%%%%%%%%%%%%%%%%%%%################XXXX.XX. .XXX.... ", +" #.X..#######%%%%%%%%%%%%%%%%%%%##############XXXXX.XX.. ..X.. ", +" ... ######%%%%%#%%%%#%%%%%%###########XXXXXXXX.XXX. .. ", +" .. ############################OXXXXXX.X.XXX. ", +" ####### XXXXX.XXX... ", +" XX.XX.. ", +" X.. "}; diff --git a/src/fishes/fish12b.xpm b/src/fishes/fish12b.xpm new file mode 100644 index 0000000..3b97a2d --- /dev/null +++ b/src/fishes/fish12b.xpm @@ -0,0 +1,83 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish12b_xpm[] = { +"100 35 19 1", +" c None", +". c #050012020D01", +"X c #0B011B032F25", +"o c #18022A253025", +"O c #10012C252124", +"+ c #12023F273D27", +"@ c #1D034B493226", +"# c #3426656C3025", +"$ c #26244C492524", +"% c #1A03626B686C", +"& c #3426756E696C", +"* c #3226796E656C", +"= c #22246D6D3E27", +"- c #2824736D3A27", +"; c #29247B6E574A", +": c #32267B6E3C27", +"> c #4448736D2624", +", c #29244F494147", +"< c #4C4989904848", +" ", +" ", +" .................. ", +" ...XXXXXXXXXXXXXXXoXXX.... ", +" ........................XXXXXX... ...... ", +" ............XXX.....X...........XXooX... ........ ", +" Oo...XOOOXXOXXOXXO..X.X.XX.XX..........XXXXX.... ......... ", +" O.OOOOOOOOOOXOOXOX.O..X.X.XX.OX.XXXX..........XXXXX.. ...XXX.... ", +" OOOooOoO++O+O+OOOOOXXXXXXXO.XX.OX.o..XXXX.XXX......XXXXX... ....XX.......", +" OOOOOooooOoO+++OOOXOOOOXOXXXXOXXXXXXOXXoXXX.XX.X.........XXXXX.. ...XXX........", +" XoOoooooooooo+o+++O+O+OO+X+XXOXoX.+.XX.XXXXXXXXX.oX.XX.X...@#$+XXXX... ...XXX..........", +" XXOOooooooo+o+o+++o+o+++O++O+O+oX+XXX.O+.+O.XXXXXXoooXXoXoX.X.XOO..... X....XXX............", +" .XXOOo++++++++++++++++++++++++++++o++XX++X+O.+X.+.XX.XXXoXXXXoXXXXXXX..XXXXXXXXXX..............", +" ..XO+o+++++++++++++++++++++++++++++++++XOOOOXXXOXXO.XX..O..OXXoXXXX.oo.oooXXXXXX.................", +" .....O+..++++++++++++++++++++%++++++++O+OOO.+.XoOOO.O+.XO..X.....XX.XXX.XXXX...X...XX.............", +" .XXX...O&&..OOOOOOOOOO%%%%%%%%%++++++++O+++++++O++++O++X++.O+.OOXOX.XXXOOXXX..XXXXXXX..XX..........", +" .o++++O*..&.%%%%%%%%%%%%%%%%%%==--=======@==@@++@++++++O++X++.++O+OXOXX+O.O+X+++++X................", +".X+++++OO*.&.%%%%%%%%%%%++;;==--:>>>>>>>>>##==@@@++@++++++++++O++++++++++++++++XOOX.................", +"......OOOO*OOOOOOOO%++++%==--:>>>>>>>>>>>>>:#=@,%%@%%@+++++++++++++++++++++++++XOOX...XX............", +" O+++++++OOO+++++++%%%%%=:>>>>>>>>>>>>>>>>#-#=%,%%%%%@++%++++++++++++++++++++++++OOXX..XXX..........", +" ++++++++++++++%%%%,=%=>>>>>>>>>>>>>>>>>>--,,,%%%%%%%+++++++++++++++++++++++++++++oXX..............", +" +++++++++++++++%%%,%%-::<>><<><>:*;*:*:=*,=%%%+%++%%+++++++++++++%++++++++++++++++XXXXX...........", +" ++++++++++++++%%+%*,*&********&*&&*&&=*%%%%%%++++%++%++%+++++++%%++%++++++++++++XXXXXX..........", +" +++++++++++%++++%@@,&*;&&&&*&;;%;%%;%;%%%%%%%%%+%%++++%++%++%+%+%%+++++++++++++XXX..XXXX.......", +" ++++++++++%++%%@@@,**;;;;;;%%%%%%%%%%%%%%%%%%%%%%++%++%++%++%++++++ .........XXX.....", +" +++++++++++%+O.@,@,%%%%%%%%%%%%%%%%%%%%%%%%+%+%%++%+%+++++++++o+XX.. ........XX....", +" +++++++++%+oO.++++++++%%%%%%%%%%%%%%%%%%%%%+%%%%+%++++++++++XXX.. .....XX...", +" +++++++++oXX.+++%+++%%%%%%%%%%%%%%%%%%%%++%++%++++++++++XXXX. ........ ", +" +++++OOOX.+++%+%%%%%%%%%%%%%%%%%%%++++++++++++++++XXXX. ...... ", +" +++.XXOX.+++%%%%%%%%%%%%%%%%%%%++++++++++++++XXXXXX ... ", +" ..XXX.++%%%%%+%%%%+%%%%%%+++++++++++XXXXXXXXX ", +" .XX.+++++++++++++++++++++++++++oXXXXXXXXX ", +" .. +++++++ XXXXXXX ", +" ", +" "}; diff --git a/src/fishes/fish13a.xpm b/src/fishes/fish13a.xpm new file mode 100644 index 0000000..14ea3d6 --- /dev/null +++ b/src/fishes/fish13a.xpm @@ -0,0 +1,122 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish13a_xpm[] = { +"116 73 20 1", +" c None", +". c #17022C250400", +"X c #06000D010100", +"o c #170215020400", +"O c #1E032B251502", +"+ c #3426534A3726", +"@ c #696C9992A1B3", +"# c #3A27736D7B6E", +"$ c #5D4B5B4B3926", +"% c #696C746E696C", +"& c #21244A481B03", +"* c #574A686C2124", +"= c #6E6D818F4648", +"- c #2F254C490700", +"; c #242437260500", +": c #9D939F938B90", +"> c #4E495C4B0500", +", c #464844482224", +"< c #899084906D6D", +"1 c #42482E250700", +" . ", +" .. ", +" .X ", +" o. ", +" ... ", +" .X. ", +" .X ", +" .XO ", +" .X. ", +" .XO ", +" .X. ", +" ++ + .X ", +" +@+++++#+++++ .XO ", +" +++ +##+O+@++O++++ + .o. ", +" +@+++##OXO$#+O.%@++&&++ O.X. ", +" +@+.*#+oX+#+oX*%#OX.#+++ + ..oX ", +" ++#Oo*#+XO$##o.=#+XX&@++.&++ O.o. ", +" $+++++#O.+#+X&###O-+#+XO$%OX.$+++ .oX. ", +" $@+O&+#O;+++.+##+o*##Oo+#+Oo*%+&o.+& ..Xo. ", +" $:+O&##&-##+&###+.+#+o&+#+X-$#OX.+++ ..Xoo. ", +" $#+O&##&-##+O###+>$++O++#+o*++oo+#+O&&& .oXXo ", +" $$%++%#&*##&+###&*#++O$#+&-+++o&+#OX;+& .XXXo ", +" $$%+&@%+*##&+###&*##&&+#+o&++&&+++o;+++& .XXXXo ", +" $@$+%%++##+=##$,$##++##+&+++&++++.+%&oo& .ooXXo ", +" $@$+##++#$+$##+*###,###+&+#&++++O*++O.+OO ..XXXXo ", +" $@%+##+$#$$$##$+###+###*+##&+#++>+++O+#OOO&&..o.XXo ", +" $$$$$%$=======%%$%$$##$+##++##+&++#++++OO,OOoooXXXo ", +" $$$$=======*===*=$=======%=%#$#++++#++++&+++Oo.oooXXo ", +" $$$%%==**=%$%%$%$$$$$**>*>=$=%%=%%##+$+#+++++Ooo.o.XXo ...... ", +" $$$$====%%<%%<<===**====%=$%$++****=%%%%%%####+++O.oooXXo .......... ", +" $$$*$==%<====*===%===*%=$=***>>***=$%%====$=%%%%=*+&;.ooXXo ............ ", +" $*$====<<=*=<<::<::<<<<<:<<<<%%%%$=**>>*<%%%%%=****+**,.ooXXo ............. ", +" $*$**$==<==::=====**********>***=**==%==$$*****==$$,>,++>.oXXo .............. ", +" 11,,,*$$$=<==*===<<<<<<<<<<<<<<=%=$%$**>>**==$$+,,>>>*+,,->,.XXX ............. ", +" ;oooO11,$$$$====<<<==<==**=>>>***=**=====%%=$**>>****++1>;>,&-1..X .........;-.. ", +" Oo...oo11$$,$=<===*===*=*===%===*$***>>>>***====$,,,1>***+,,>>,11;. ;;;........;;.. ", +" Oo.XXX.o11,%,$==O*=<<<<=<<<%=<$==$,$,$,,$=:@@%=$>>-**++>11->>,&1>O-O# &;;;;............ ", +" 1ooX111X.o1,%,$==%O*==<===<%======$$$$$,,,$<:::%+1>11>-->*+,11->,&>>+# ----;;;..Xooo...;.. ", +" 1ooX1XX11Xo11$$*=<>->*>**=+,1111>1>>>->>,1->=$%### -&&--;;....XXXXX.o.. ", +" 11oX1XXXX1Xo11$$>*::=O,**$$=**$%$=====%*$$*,*=$*>**>>*>11111,1111>*++*==%%%>>>>>>>->>>>-;;...XXXXXXXXoXX ", +" 1111X11XXX1Xo11$$,==%=O***%%%%%$$$$$$*$$,,,,$,=%%$$+,>>>>-->>>>>111>*=%=%%=>>>>>>>-----;;.;ooXXXXXXXXXoXX ", +"11111oX1111.XO,1+$,*==$OO=**$$$$$$===**$$$*,,+*$%$==**1>,+,,>>1>>111*===**->>>>>>>>;1;;;;...ooXXXXXXXXXXXX ", +"111111XXXooXo1,,+$,===$OO**$**>**********>>1>*****>>**11>>>>>>>1>1OO1>>>>-->>>>11--;;;;;....oXXXXXXXXXXXX ", +"111,111oXXooO,11*+>===$OOO$$$$,*$****$***,,1>*$+$=$+$+*11>>>>111>111>*++,,11---;;;1;;;;;;...oXXXXXXXXXXXX ", +"111$<%11111111,1++,===$OOO,*$=$=%=$*=*$$,,,,,+*=$%##%$+11111111111111,-&---;;;;-;;;;;;;;;;...oXXXXX ", +" 11,%<:%$11,,1,1,$>**=$OO>,,***$$==$=+$$$*,,*+>**+++>*,111,11O1111111-----------;;; ;;;;..oXXXXXXXX ", +" 111,<<%%$11>>>$+>*==+OO$,O*>>>$****$==***>**>>**+++++>1>O1-,>11O11;;;1;O--- ;....ooXXXXXXX ", +" 11111,<:+11*,$+*==$+OO::O*+$++=$=$$$=$+=+**,>>*$$$$$+,>O11>-,11;.;....X ....oXXXXXXXX ", +" 11111,%@$,,>++$**+OO$$$O+%%##%$#$====*****,>>-*+++&-&,11111O1.1..;..XXX ....oXXXXXXXX ", +" 11111+%#$,++***&O,11,*O=$$+==$$=**+**>**>>1,,+++&,>,,,,OO.........XXX ...XXXXXXXXX ", +" 1111*+#+$===*1*$****,O$#$+*+=+,>,,++,+++&+&++&&&-,11O..O.......XXoX ...XXXXXXXX ", +" 1111**************,OO*==$$$+++,&&&&&,,,,++++&&&&,,1;;.;.......XoXX oooXXXXXXX ", +" ,,,,,,,,******+,,O,,,*,>&,&&&&,,+&&&&++++++++++++,,OO....XoXXoo ooXXXXXXX ", +" ,,,,,O,>*>**>&O&,,+++++&,,,,,,, --,OOo.X.oXXo ooXXXXXX ", +" ,,,,,,,,O,&&,&&O+ -----o.XoXXoo ooXXXXXX ", +" +&++++++ ----;.o.Xoo.. oXXXXXXX ", +" +,==$++&OOO ---;.o.oo... oXXXXXX ", +" &+=++..O..o.O ---;.XO;...X XXXX ", +" +++&O&+o.....OO ;;O;.....oXX ", +" +,++&O.OO.o.OOO&& ;;;;...ooXX ", +" ++++O+o.OOOo.OO&& ;;O..ooXX ", +" ++&&OO&O..OOOO&O .O...XX ", +" ++O&O.OOO.OO&&-&& .... ", +" ++O+O.O&&+OO&&-& ", +" +++o&.oOO&++&&-& ", +" +++.OOoOOO&+ & ", +" +++oOOO&&O+ ", +" +++.&&&&&&& ", +" +++&&&&&& ", +" +++&&&&& ", +" +&&&&&& ", +" &&&& ", +" && "}; diff --git a/src/fishes/fish13b.xpm b/src/fishes/fish13b.xpm new file mode 100644 index 0000000..83426d0 --- /dev/null +++ b/src/fishes/fish13b.xpm @@ -0,0 +1,122 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish13b_xpm[] = { +"116 73 20 1", +" c None", +". c #17022C250400", +"X c #170215020400", +"o c #06000D010100", +"O c #3426534A3726", +"+ c #696C9992A1B3", +"@ c #3A27736D7B6E", +"# c #1E032B251502", +"$ c #5D4B5B4B3926", +"% c #574A686C2124", +"& c #6E6D818F4648", +"* c #21244A481B03", +"= c #2F254C490700", +"- c #9D939F938B90", +"; c #696C746E696C", +": c #464844482224", +"> c #4E495C4B0500", +", c #899084906D6D", +"< c #242437260500", +"1 c #42482E250700", +" ", +" ", +" .. ", +" .X. ", +" .X. ", +" .. ", +" .X ", +" .X. ", +" .Xo. ", +" .X. ", +" .Xo. ", +" OOO O ..X. ", +" O+OOoO@ OOO #X. ", +" OOO O@@OOo$OOo.OOO O X.oX ", +" O+OOX%OOo$@OOo&+OO*oOO .ooX ", +" O+OX%OOoO$OOo.&@OO..OOO O .XooX ", +" OO@OX%OOo$@@Oo.@@Ooo$+OOoOO #.XoXX ", +" $OOO#O@OX%OOo$@@O=&@@Oo$$+Oo$%OO .XooX ", +" $-O#*O@OOOO.O$@OO.@@OX.O@OX=%;OOXO* ..ooXX ", +" $-O#*@*O@@Ooo@@O.%@OXoOO@Oo%;OOXoOO .oXoX ", +" $-O#*@*=@@O#@@@O.%OO#OO@OX%;OOXo*@O*** .XoooX ", +" $;OO;@*%@@*O@@@*.%OO#$O@O=OOOOX*O@OXO* .oooXX ", +" $;O*+;O%@@*O@@@*.@@**O@@OXOOO*XO@OXOOO* .ooooXX ", +" $+$O;;OO@@O&@@$:$@@OOO@O*OOOOO*OO.X;*OX* .XXooX ", +" $+$O@@OO@$O$@@O%@@@:@@@O*O@*OOOO##>OOXO## ..ooooX ", +" $+;O@@O$@$$$@@$O@@@O@@@%O@@*O@OO#>OOOX@###**..X.ooX ", +" $$$$$;$&&&&&&&;;$;$$@@$O@@OO@@O*OO@OOOO##:##XXXoooX ", +" $$$$&&&&&&&%&&&%&$&&&&&&&;&;@$@OOOO@OOOO*OOO#X.XXXooX ", +" $$$;;&&%%&;$;;$;$$$$$%%>%>&$&;;&;;@@O$O@OOOOO#XX.X.ooX ", +" $$$$&&&&;;,;;,,&&&%%&&&&;&$;$OO%%%%&;;;;;;@@@@OOO#.XXXooX ", +" $$$%$&&;,&&&&%&&&;&&&%;&$&%%%>>%%%&$;;&&&&$&;;;;&%O*<.XXooX ", +" $%$&&&&,,&%&,,--,--,,,,,-,,,,;;;;$&%%>>%,;;;;;&%%%%O%%:.XXooX ", +" $%$%%$&&,&&--&&&&&%%%%%%%%%%>%%%&%%&&;&&$$%%%%%&&$$:>:OO>.XooX ...... ", +" 11:::%$$$&,&&%&&&,,,,,,,,,,,,,,&;&$;$%%>>%%&&$$O::>>>%O::=>:.ooo ...........", +" >>%%%&%%&&&&&;;&$%%>>%%%%OO1><>:*=1..o ..............", +" #X...XX11$$:$&,&&&%&&&%&%&&&;&&&%$%%%>>>>%%%&&&&$:::1>%%%O::>>:11<. ................ ", +" #X.ooo.X11:;:$&&#%&,,,,&,,,;&,$&&$:$:$::$&-++;&$>>=%%OO>11=>>:*1>#=#@ ................ ", +" 1XXo111o.X1:;:$&&;#%&&,&&&,;&&&&&&$$$$$:::$,---;O1>11>==>%O:11=>:*>>O@ <<<.........<=... ", +" 1XXo1oo11oX11$$%&,,#%%%%%%%%%$%%%%%%%%%%>>=>%>%%&O:1111>1>>>=>>:1=>&$;@@@ ===*<<<<........<<... ", +" 11Xo1oooo1oX11$$>%--&#:%%$$&%%$;$&&&&&;%$$%:%&$%>%%>>%>11111:1111>%OO%&&;;;>>>>>> =**===<<<............. ", +" 1111o11ooo1oX11$$:&&;&#%%%;;;;;$$$$$$%$$::::$:&;;$$O:>>>>==>>>>>111>%&;&;;&>>>>>>>>=>>>>=<<<<....oXXX...<.. ", +"11111Xo1111.o#:1O$:%&&$#%&%%$$$$$$&&&%%$$$%::O%$;$&&%%1>:O::>>1>>111%&&&%%=>>>>>>>>=====<<.<...oooooooo.X.. ", +"111111oooXXoX1::O$:&&&$##%%$%%>%%%%%%%%%%>>1>%%%%%>>%%11>>>>>>>1>1##1>>>>==>>>>11==<1<<<<...XXoooooooooXoo ", +"111:111XooXX#:11%O>&&&$O#%$$$$:%$%%%%$%%%::1>%$O$&$O$O%11>>>>111>111>%OO::11===<<<1<<<<<....XXoooooooooooo ", +"111$,;11111111:1OO:&&&$##::%$&$&;&$%&%$$:::::O%&$;@@;$O11111111111111:=*===<<<<=<<<<<<<<<...Xoooooooooooo ", +" 11:;,-;$11::1:1:$>%%&$#1>::%%%$$&&$&O$$$%::%O>%%OOO>%:111:11#1111111===========<<<<<<<<<<...Xooooo oo ", +" 111:,,;;$11>>>$O>%&&O#:$:#%>>>$%%%%$&&%%%>%%>>%%OOOOO>1>#1=:>11#11<<<1<#=== <<<<..Xooooooo ", +" 11111:,-O11%:$O%&&$O#,--#%O$OO&$&$$$&$O&O%%:>>%$$$$$O:>#11>=:11<.<....o <....XXooooooo ", +" 11111:;+$::>OO$%%O#1$$$#O;;@@;$@$&&&&%%%%%:>>=%OOO*=*:11111#1.1..<..ooo ....Xoooooooo ", +" 11111O;@$:OO%%%*#:11:%#&$$O&&$$&%%O%%>%%>>1::OOO*:>::::##.........ooo ....Xooooooo ", +" 1111%O@O$&&&%1%$%%%%:#$@$O%O&O:>::OO:OOO*O*OO***=:11#..#.......ooXoX ...oooooooo ", +" 1111%%%%%%%%%%%%%%:##%&&$$$OOO:*****::::OOOO****::1<<.<.......oXoo ...ooooooo ", +" ::::::::%%%%%%O::#:::%:>*:****::O****OOOOOOOOOOOO::##....ooooXXX .XXXooooo ", +" :::::#:>%>%%>*#*::OOOOO*::::::: ==:##X.oo.ooXX XXXoooooo ", +" ::::::::#:**:**#O =====X.oo.oXX XXXooooo ", +" O*OOOOOO.... ===<...o.X... XXXoooo ", +" :&&$OO*##X.... ==<...o..... XXooooo ", +" *O&OO..#..X.#... ==<..#<...oo Xoooo ", +" OO*#*OX....X##=== <#<.....Xoo oooo ", +" :OO*#.##.X.###*#== <<<...XXoo oo ", +" OOO#XX.####.##**== <#..XXoo ", +" OOO##X#..O###*#=== #...oo ", +" OOO#.X##.O *=*== ... ", +" OOO#X###OO ", +" OOO.X####O** ", +" OOO##X####O** ", +" OO*###**#O** ", +" O****#**** ", +" ******* ", +" ****** ", +" ", +" ", +" "}; diff --git a/src/fishes/fish14a.xpm b/src/fishes/fish14a.xpm new file mode 100644 index 0000000..48365e2 --- /dev/null +++ b/src/fishes/fish14a.xpm @@ -0,0 +1,101 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish14a_xpm[] = { +"78 54 18 1", +" c None", +". c #C3D798920D01", +"X c #BCB6A9B4666C", +"o c #97929B92646C", +"O c #859097923326", +"+ c #5E4B766EB1B5", +"@ c #DADAB9B60E01", +"# c #796E7A6E766E", +"$ c #808FA6B47C6F", +"% c #4548616B5E4B", +"& c #4A486B6D7B6E", +"* c #808FA7B4A2B3", +"= c #BEB7B9B69792", +"- c #636C8890564A", +"; c #BCB6A1B39091", +": c #776E5E4B2F25", +"> c #2E2529242A25", +", c #46485C4B1502", +" .........XXXXXXX ", +" oooooO.....X....XXXXXXXXXXXXXXXX .+.+.+.oo", +" ooo...........X.X.X.XXXX@XXXXX@XXXXXXXXXXX...#+....ooo ", +" o$o.@@@....XXXXXXXXXXX..XXXXXXXXXXXXX@XXXXX..X...o#.ooo ", +" oX@@@@@..XoXooOooXXXooXXXXoXXXXXXXXXXXXXXooXXX.......oo ", +" oO@..@.XXXoXoooOoXoooXoXX.XXXXXXXXooXXoXXoooooOO.....o ", +" %&++$oooooooooooooooooXoXXXXXXXXXXXXXXXXXXoooooOOO.Ooo ", +" %%%%+++$$$$ooooooooooooX.oooXXXXXXXXXXoXXXoXooooOOO#++ ", +" %%%%%++*$$$$oooooooo$oooXoXXoXXXXXXXoXXooXXXXoooOO.++ ", +" &%%%+++*$$o$oo$ooo$o$ooXoooXoXXXXXXXXXXXXXoXXXooOO#= X ", +" +++++++*$$*ooooo$o$$XooooXXXXo$XXXooXXXXXXXXXXoooO-+ X ", +" --$$$$$$$$$XoXX$oooooXoooXoXXXXoXXXXXXXXXXXXXXXXooO#* .X ", +" O-ooooo$$$$XXo;o$oXoooooooXXXXXXXXXXXXXXXXXXX;XoooO#= .X. ", +" -Ooo-o$$$o*;XX;$oo$oo$oooooXooXXXXXoXXXXXXXXXXXXXooO&+ .X ", +" --O--$$o$$$$o;X;oXo$ooooXo$XXooXXoXXXXXXXXXXXXXXXXXo-%+ .X. ", +" o--O-Oo$o$$$$oXX$$$$o$$ooooooXoXXXXXXXXXXXXXXXXXXXXXXO&+ @.X. ", +" o---+++oXo$ooX;*$$$$$oooooXXXXXXXXXXoXXXXXXXXXXXXXXXXXo-++ @@... ", +" $--OOooo#@XX.X;X*$o$$X*$XXXXXooXoXXXXXXXoXoXXXXXXXXXXXXO-++ @@@... ", +" $-OO@@:>OX.@XX..X+***$$ooX@@@XXoXXXXXXXXXXXXXXXXXXXXXXXX.O++ @@@@... ", +" =O..@@.,>.@@..X.o+++*+*ooo..@X@XXXoXXXXXXXXXXXXXXXXXXXXXXX.OoX@@@@.... ", +" ..@@@@Xo.XX@..o#++++++*oX..X.@@@XXXX;XXXXXXXXXXXXXXXXXXXXX.O..@@@@.... ", +" -.@@@@@@@o$X@@@..#++#o*+$oO...X@X@XXXXXXXXoXXoXXXXXXXXXXXXX.X...@@@..... ", +" *-.@@@@@@@@@@@@@@oo++#.o*+X.....XX@@XXXXXXXXXXXXXXXXXXXXXXXX.....@@@..... ", +" ++*X@@@@@@@.@@@@@X..#++..$#....@.X@X@X;XXXXXXXXXXXXXXXXXXXXXXX....@@@..... ", +";**;X.@@@@@...@.@.X...++o@.+.......X@@$XXXXXXXXXXXXXXXXXXXXXXX@@...@@@.... ", +"::O.X.@.@@....@@@@X...o++@.o.....X.XX@XoXXoXXXXXXXXXXXXXXXXXXXX....@@@..... ", +"-:,:XX@@@.......@.X....##@.........@@$XXXXXoX;oXXXXXXXXXXXXXXXX....@@@..... ", +" ::O;o.@......@@..o....+.@........O.@ooXoXoXXXXoXXXXXXXXXXXXXXX....@@@..... ", +" %#$;o................oo.:,:....OO.XXooooXoXoXoXoXXXXXXXXXXXXXX.OO.@@@@.... ", +" #*$$$$ooX.......X...o#O:>>>:..OoOO@o$ooo$oooXXoooXXXXXXXXXXXXXXOO.@@@@.... ", +" $*$*$oooX.......@@.#O%>%%,>.OOOOOo*o$oooooo$X$XoXXXXXXXXXXXXXO#+ @@@.... ", +" -$$$$oOO........o..&>%%%>:OO-OOo$##o$ooo$o$o$oXoXoXXoXXoXoo-&+* @@... ", +" $--$$ooOO...o#oO...#%>>%>::---#o$$ooo#o$oooooooXXX$XXXXoXX--%+* @@... ", +" $-------OO#++#+#o.o&>>>>::---#$#o##o$$o$oooooooooXo$Xoooo-,%&* @.X. ", +" ;-$--#&#OO-::-OOOO#++%,O:-:-###+#o##o$$o$o$ooXoooXXooooo:,>%+ ..X ", +" ;------OOOOOOOOOOO-&+-::%%#&&#&##o##o#$o$ooooooooooooo-:,,&+ .X. ", +" $+++++##--OoOOO---OOO-:%%&&###&&###oo####o$ooooooooooO-:,,&+ .X. ", +" ++++&##---$$------O--&&%&&&&&-##&#o####o$oooooooooooO:,,,%+ ..X ", +" &++####$$$$--------&&&&&&&&&%&&&&#####oo$$ooo$ooo--O:,,,,+ .X ", +" +&####$#-#---&-&&&&%%%%%%%%%%%&&##-####ooooooo---::,,,,,&+ X ", +" #-&-----------&&&%%%%%%%%%%%%%%%%--#-oo-#--#---:::,,,,>,+ X ", +" #-----------&&&&%%%%%%%%%%%%%%%%%--##O-------::::,,>>,>%+ ", +" -%---------&%%%%%%%%%%%%%%%%%:%%------::-::::,,,,>,,,>%+ ", +" --%-------%%%%%%%%%%,%%%%%,,%,%%%--:::::,,,,,,,,,,>>>>,&+ ", +" -#-%:---%%--:::O-:::,,,,,,,,,,:%:,:,,,,,,,>>,,,,>,>>>,+#+ ", +" ---:O.@@@@@....OO::,,,,,,,,,,,,,,,,,>>>>>>>>>>>>>>,,#++ ", +" .:.@@@@@@@@...O:,,,,,,,,,>,,>>>>>>>>>>>>>>>>>,,:::..X ", +" .o.@@@@@@@@@@.O,>>>>%>>>>>>>>>>>>>>>,>%%%%%:::::+.X ", +" .X.@@@@@@@@@.O. +++++******++++==+++%%%%%++++++ ", +" .X..@@..@..o ", +" ...... ", +" ", +" ", +" "}; diff --git a/src/fishes/fish14b.xpm b/src/fishes/fish14b.xpm new file mode 100644 index 0000000..859eb2c --- /dev/null +++ b/src/fishes/fish14b.xpm @@ -0,0 +1,101 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish14b_xpm[] = { +"78 54 18 1", +" c None", +". c #C3D798920D01", +"X c #BCB6A9B4666C", +"o c #97929B92646C", +"O c #859097923326", +"+ c #DADAB9B60E01", +"@ c #5E4B766EB1B5", +"# c #808FA6B47C6F", +"$ c #4548616B5E4B", +"% c #4A486B6D7B6E", +"& c #796E7A6E766E", +"* c #808FA7B4A2B3", +"= c #BEB7B9B69792", +"- c #636C8890564A", +"; c #BCB6A1B39091", +": c #776E5E4B2F25", +"> c #2E2529242A25", +", c #46485C4B1502", +" .........XXXXXXX ", +" oooooO.....X....XXXXXXXXXXXXXXXX..... ", +" ooo...........X.X.X.XXXX+XXXXX+XXXXXXXXXXX....@.@.@ ", +" o#o.+++....XXXXXXXXXXX..XXXXXXXXXXXXX+XXXXX..X.X....... ", +" oX+++++..XoXooOooXXXooXXXXoXXXXXXXXXXXXXXooXXXX.X....o.ooo ", +" oO+..+.XXXoXoooOoXoooXoXX.XXXXXXXXooXXoXXoooooOO......oo ", +" $%@@#oooooooooooooooooXoXXXXXXXXXXXXXXXXXXoooooOOO.Oooo ", +" $$$$@@@####ooooooooooooX.oooXXXXXXXXXXoXXXoXooooOOO&@@ ", +" $$$$$@@*####oooooooo#oooXoXXoXXXXXXXoXXooXXXXoooOO.@@ ", +" %$$$@@@*##o#oo#ooo#o#ooXoooXoXXXXXXXXXXXXXoXXXooOO&= ", +" @@@@@@@*##*ooooo#o##XooooXXXXo#XXXooXXXXXXXXXXoooO-@ ", +" --#########XoXX#oooooXoooXoXXXXoXXXXXXXXXXXXXXXXooO&* ", +" O-ooooo####XXo;o#oXoooooooXXXXXXXXXXXXXXXXXXX;XoooO&= ", +" -Ooo-o###o*;XX;#oo#oo#oooooXooXXXXXoXXXXXXXXXXXXXooO%@ ", +" --O--##o####o;X;oXo#ooooXo#XXooXXoXXXXXXXXXXXXXXXXXo-$@ .. ", +" o--O-Oo#o####oXX####o##ooooooXoXXXXXXXXXXXXXXXXXXXXXXO%@ X.X ", +" o---@@@oXo#ooX;*#####oooooXXXXXXXXXXoXXXXXXXXXXXXXXXXXo-@@ X...X ", +" #--OOooo&+XX.X;X@#o##X*#XXXXXooXoXXXXXXXoXoXXXXXXXXXXXXO-@@ X.... ", +" #-OO++:>OX.+XX..X@***##ooXXXXXXoXXXXXXXXXXXXXXXXXXXXXXXX.O@@ +++...X ", +" =O..++.,>.++..X&o@@@@@*ooo+XXXXXXXoXXXXXXXXXXXXXXXXXXXXXXX.OoX++++...X ", +" ..++++Xo.XX+..o&@@@@@@*oX..+XXXXXXXX;XXXXXXXXXXXXXXXXXXXXX.O..++++.... ", +" -.+++++++o#X+++..&@@&o*@#oO...+XXXXXXXXXXXoXXoXXXXXXXXXXXXX.X...+++.... ", +" *-.++++++++++++++oo@@&.o@@X....+XXX;XXXXXXXXXXXXXXXXXXXXXXXX.....+++.... ", +" @@*X+++++++.+++++X..&@@&.#&....++XXXXX;XXXXXXXXXXXXXXXXXXXXXXX....+++.... ", +";**;X.+++++...+.+.X...@@o+.@.....+XXXX#XXXXXXXXXXXXXXXXXXXXXXX++...++..... ", +"::O.X.+.++....++++X...o@@+.o.....+XXXoXoXXoXXXXXXXXXXXXXXXXXXXX....+++.... ", +"-:,:XX+++.......+.X...&&&+.......+XXX#XXXXXoX;oXXXXXXXXXXXXXXXX....+++.... ", +" ::O;o.+......++..o....@.+.......+XXXooXoXoXXXXoXXXXXXXXXXXXXXX....+++..... ", +" $&#;o................oo.:,:....OXXXXooooXoXoXoXoXXXXXXXXXXXXXX.OO.+++..... ", +" &*####ooX.......X...o&O:>>>:..O+OXoo#ooo#oooXXoooXXXXXXXXXXXXXXOO.++++.... ", +" #*#*#oooX.......++.&O$>$$,>.OOOXXo*o#oooooo#X#XoXXXXXXXXXXXXXO&@ +++.... ", +" -####oOO........o..%>$$$>:OO-OXo#&&o#ooo#o#o#oXoXoXXoXXoXoo-%@* +..XX ", +" #--##ooOO...o&oO...&$>>$>::---&o##ooo&o#oooooooXXX#XXXXoXX--$@* ..X.. ", +" #-------OO&@@&@&o.o%>>>>::---&#&o&&o##o#oooooooooXo#Xoooo-,$%* XX.X ", +" ;-#--&%&OO-::-OOOO&@@$,O:-:-&&&@&o&&o##o#o#ooXoooXXooooo:,>$@ ..X ", +" ;------OOOOOOOOOOO-%@-::$$&%%&%&&o&&o&#o#ooooooooooooo-:,,%@ X.X ", +" #@@@@@&&--OoOOO---OOO-:$$%%&&&%%&&&oo&&&&o#ooooooooooO-:,,%@ X.X ", +" @@@@%&&---##------O--%%$%%%%%-&&%&o&&&&o#oooooooooooO:,,,$@ ", +" %@@&&&&####--------%%%%%%%%%$%%%%&&&&&oo##ooo#ooo--O:,,,,@ ", +" @%&&&&#&-&---%-%%%%$$$$$$$$$$$%%&&-&&&&ooooooo---::,,,,,%@ ", +" &-%-----------%%%$$$$$$$$$$$$$$$$--&-oo-&--&---:::,,,,>,@ ", +" &-----------%%%%$$$$$$$$$$$$$$$$$--&&O-------::::,,>>,>$@ ", +" -$---------%$$$$$$$$$$$$$$$$$:$$------::-::::,,,,>,,,>$@ ", +" --$-------$$$$$$$$$$,$$$$$,,$,$$$--:::::,,,,,,,,,,>>>>,%@ ", +" -&-$:---$$--:::O-:::,,,,,,,,,,:$:,:,,,,,,,>>,,,,>,>>>,,&@@ ", +" ---:O.+++++....OO::,,,,,,,,,,,,,,,,,>>>>>>>>>>>>>>,,::.X ", +" .:.++++++++...O:,,,,,,,,,>,,>>>>>>>>>>>>>>>>>,,:::..X ", +" ...o++++++++.. ,>>>>$>>>>>>>>>>>>>>>,>$$$$$%%%&@@@ ", +" ...+++++++++. @@@@@******@@@@==@@@ ", +" ...++++++++.. ", +" ...+++++++... ", +" ....+++++... ", +" .....++... ", +" ..... "}; diff --git a/src/fishes/fish15a.xpm b/src/fishes/fish15a.xpm new file mode 100644 index 0000000..b4d831c --- /dev/null +++ b/src/fishes/fish15a.xpm @@ -0,0 +1,87 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish15a_xpm[] = { +"64 41 17 1", +" c None", +". c #8AA2BE", +"X c #51ABCF", +"o c #477CA5", +"O c #54A1A0", +"+ c #98AF7E", +"@ c #528C73", +"# c #869344", +"$ c #5A8246", +"% c #534C2C", +"& c #5A649A", +"* c #9ACDC6", +"= c #D0D9C7", +"- c #CDC98A", +"; c #BEB034", +": c #C7BB64", +"> c #1C2815", +" ", +" .XXXXX.XXX..XXXX.XoXXXXXXo ", +" XX...X.XXoo....O..+oOOOo@@@+#$%%$%&&o ", +" XX.......X..*oXXXXXXX++O@OOo@@&&&#&XXX@$#$# ", +" +=......oX..XXXX.*++@+oXXXXXXXX@&oo%X&&& ", +" +--=**....X..XX.*=**=+XXo*+##@X@$X&oo%X& ", +" -;:;-*+..o..*XX=.-==+XXX*+=+-@X+#X%%&>&X ", +" :;;;:-+*..o.*XX===-=XXX==--+-+X+##X%X&%%X ", +" ;:-;-;;--+....Xo====.XX=--:+--+X--#X%%X%%%X ", +" ;#--;;;;-++...Xo====.XX------;-X+-::X%X%>>>X ", +" ##::;;;++++..Xo-+==XX.----=---X=--;X+%X%>>%X ", +" oO++#:+#oo+..Xo---=XX---=-:--.X.--:#X@X%%%>>X ", +" oOoO@+++oXXo..X+:++Xo--------XX*--::X:$X%%>>>X ", +" ooooooo+@+X;-X+..+-oX*-------XX=-;:--X++$X>X>>>X ", +" X@oooooo+oX-;Xo.ooXX-;---:-.X.-:;-;-+X:-X%%X>>X ... ", +" o$--oooooo+oXXo.oooo---:--.XX-;:--::;X+:X%%X>>>X ..*... ", +" %$->>-%ooooo+oo.oo;;+-----XX=-:----;;X+::X%%X%>%X ****.**. ", +" ooX%->>-X@$@oo$..o;;$;;-;+XX.:-:---:;-X-:+:X%X%X%> ===*.*... ", +" @@o#X%--$oXX&$X#$o;;$;;;oXXX:--::-:;:XX*:--X@+X%X%%%====*****. ", +" >>o@$X%$@#$$XXX%#;;$;;$;*;:;:-:;--:XX*;--:+X##X%X%%%===***.... ", +" ==>oo@XX@o&@##X%;;$;;$;;-+:;;::;;XX*;:;;:;X;#X%%X>%#====*****. ", +" @@=>ooooXXXo&X%%;;;$$;$$;--;:;+XXX-;;:;:;X::;X%>X%%====***...# ", +" $@=@ooooooXXX;X;;;;;;;;--OXXXX*--::+:;;Xo-#$X%X>%%=****.****# ", +" &&&oooo@o&$X;%X;;;;$oooXXo+;#;;-;-:;;X.;;#X%%X>>>******..X#$ ", +" >%&o@o&o&@X%%%X###$$-+##::;:--:-;;XXO;##X%%>>>$>O....O.*O# ", +" &&%&o&&%&X%%X%######:-##-;;:OXXX-;##$X%%%>>oo @@@@@@@# ", +" >%>>&&&&@X%%%#XXXXXXXXXXXXXX:--###@X$%X%%%oX %$@$$ ", +" &>%>%%%&&X%%$#$##+###@+##::;#$##OX%%X%%>>&o $$$ ", +" %%%%%%%#$#@XXX@$$$#$###::####oXX$$X%%%%&%X ", +" >>%%%%%%$$$%@XXXXXXXXXXXXXXXX#$$X@$%%%X$o ", +" >>%%%%%%%%X$%@$$$$&@@@@###$$$$X$%@%X%X%o ", +" >%&%%%%%%XXXXXX%$%$$$%$%&XXX&$&%X&XoX ", +" &X$>%%%%%%>>%>XXXXXXXXXX$$$$$&XX%X$o ", +" &X;#;X; >>>%>%%%%$$$@@$$$$X@&X#o ", +" &XX;o;@ >%%%$$#$$$$%%&oX#$X&X ", +" &XX:X+ #%Xo$$#$$XXXX&XX#o ", +" &X;#X oXoXoX@+$###Xo ", +" &#; XoXoXo ", +" &; ", +" $ ", +" "}; diff --git a/src/fishes/fish15b.xpm b/src/fishes/fish15b.xpm new file mode 100644 index 0000000..a75e562 --- /dev/null +++ b/src/fishes/fish15b.xpm @@ -0,0 +1,87 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish15b_xpm[] = { +"64 41 17 1", +" c None", +". c #8AA2BE", +"X c #51ABCF", +"o c #477CA5", +"O c #5A8246", +"+ c #54A1A0", +"@ c #98AF7E", +"# c #528C73", +"$ c #869344", +"% c #534C2C", +"& c #5A649A", +"* c #9ACDC6", +"= c #D0D9C7", +"- c #CDC98A", +"; c #BEB034", +": c #C7BB64", +"> c #1C2815", +" ", +" .XXXXX.XXX..X..X.XooXooXXoOOOOOoo ", +" XX...X.XXoo....+..@o+++o###@$O%%O%&&oOO ", +" XX.......X..*oXXXXXXX@@+#++o##&&&$&XXX#O$O$ ", +" @=......oX..XXXX.*@@#@oXXXXXXXX#&oo%X&&& ", +" @--=**....X..XX.*=**=@XXo*@$$#X#OX&oo%X& ", +" -;:;-*@..o..*XX=.-==@XXX*@=@-#X@$X%%&>&X ", +" :;;;:-@*..o.*XX===-=XXX==--@-@X@$$X%X&%%X ", +" ;:-;-;;--@....Xo====.XX=--:@--@X--$X%%X%%%X ", +" ;$--;;;;-@@...Xo====.XX------;-X@-::X%X%>>>X ", +" $$::;;;@@@@..Xo-@==XX.----=---X=--;X@%X%>>%X ", +" o+@@$:@$oo@..Xo---=XX---=-:--.X.--:$X#X%%%>>X ", +" o+o+#@@@oXXo..X@:@@Xo--------XX*--::X:OX%%>>>X ", +" ooooooo@#@X;-X@..@-oX*-------XX=-;:--X@@OX>X>>>X ", +" X#oooooo@oX-;Xo.ooXX-;---:-.X.-:;-;-@X:-X%%X>>X ", +" oO--oooooo@oXXo.oooX---:--.XX-;:--::;X@:X%%X>>>X .*.. ", +" %O->>-%ooooo@oo.oo-X------XX=-:----;;X@::X%%X%>%X ****.** ", +" ooX%->>-X#O#ooO..o--X---;@XX.:-:---:;-X-:@:X%X%X%> ===*.*.. ", +" ##o$X%--OoXX&OX$Oo;;O;--oXXX:--::-:;:XX*:--X#@X%X%%%====*****. ", +" >>o#OX%O#$OOXXX%$;OO;;OXX;:;:-:;--:XX*;--:@X$$X%X%%%===***.... ", +" ==>oo#XX#o&#$$X%;;;;OOX--@:;;::;;XX*;:;;:;X;$X%%X>%$====*****. ", +" ##=>ooooXXXo&X%%;OOO;;O----;:;@XXX-;;:;:;X::;X%>X%%====***.... ", +" O#=#ooooooXXX;X;;;;O;----+XXXX*--::@:;;Xo-$OX%X>%%=****.****$ ", +" &&&oooo#o&OX;%X;;;;;ooXXXo@;$;;-;-:;;X.;;$X%%X>>>******....O ", +" >%&o#o&o&#X%%%X$$$OO-@$$::;:--:-;;XX+;$$X%%>>>O>+...**.##$ ", +" &&%&o&&%&X%%X%$$$$$$:-$$-;;:+XXX-;$$OX%%%>>oo #######$ ", +" >%>>&&&&#X%%%$XXXXXXXXXXXXXX:--$$$#XO%X%%%oX %O#OO ", +" &>%>%%%&&X%%O$O$$@$$$#@$$::;$O$$+X%%X%%>>&o OOO ", +" %%%%%%%$O$#XXX#OOO$O$$$::$$$$oXXOOX%%%%&%X ", +" >>%%%%%%OOO%#XXXXXXXXXXXXXXXX$OOX#O%%%XOo ", +" >>%%%%%%%%XO%#OOOO&####$$$OOOOXO%#%X%X%X ", +" >%&%%%%%%XXXXXX%O%OOO%O%&XXX&O&%X&Xoo ", +" &XO>%%%%%%>>%>XXXXXXXXXXOOOOO&XX%XOX ", +" &X;$;X; >>>%>%%%%OOO##OOOOX#&X$o ", +" &XX;o;# >%%%OO$OOOO%%&oX$OX&X ", +" &XX:X@X $%XoXoXoXXXXX&XX$o ", +" &X;$$; oXoXoXoX ", +" &&&;O ", +" ", +" ", +" "}; diff --git a/src/fishes/fish16a.xpm b/src/fishes/fish16a.xpm new file mode 100644 index 0000000..d28245c --- /dev/null +++ b/src/fishes/fish16a.xpm @@ -0,0 +1,122 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish16a_xpm[] = { +"118 76 17 1", +" c None", +". c #776EA5B4CDD8", +"X c #39269B92CBD8", +"o c #554A818FA0B3", +"O c #9992C4D7C5D7", +"+ c #9C92B8B6A1B3", +"@ c #C9D8CFD98D91", +"# c #DCDAE0FBDEDA", +"$ c #C0D7B1B56B6D", +"% c #4147796E9A92", +"& c #7B6E91915B4B", +"* c #7E6F808F3226", +"= c #544A7A6E5C4B", +"- c #3B274748544A", +"; c #302534261E03", +": c #B3B5ADB53726", +"> c #A5B49A921C03", +" ", +" .Xo..XXXX.XXXXXXX..XX .X.XX.XX...XX..o.XX ", +" ..XX.X.XX.OOO+O..++++@+O.O.#O@@OO+@@O+@$ooo%+oXX%%%%XoX.X ", +" oo.XXO.O.........X.XXX......++oo.++++++$+$&$$$$&*&$&$&**&===--%oXX ", +" oXX..+.OO+OO.OOX....o.o+O+.....oooo....oXoXoo%ooo%o%=%%%==&*;&**&&=-o%X. ", +" %o..+.+O+O#.O.++.X..O+O+OooXXX.o......O.oo++oooooooo+===;--;;;=-%======-==*&**& ", +" XXoOOOO+.+++o.o....++.OOo.X.XXX+++++o+++++++ooooo.oo==%==o%-=o=;&;ooXo o===&&& ", +" ++++O++@++.O.oO....+++Oo.X.X.X.+++++++++++..XXX.Xoooo%%oo%===%=%o&;X% ", +" ++@@#+++++++++......o+O.XXX..OO++O++O@++@oXXX.oO@++&&&=o%===%=-;;;-;;% ", +" +@$$@#@@++O++++O+oo.O+OO..X..+++@+@+@+@@+.XXXo.+@@+&++ooXXo==X===o;--;;X ", +" @$@$@$@@@@++++O++.ooO++.oXX..O+@@@+@@@+++.XXX.+@+@@@$$ooX%+&*=%=-o-;;-;;X ", +" +@$$$$@$$@@++++++O...OO++XXX.#@@@+@#@@@+.X...O+@@@+@@@:+XX%+&==oo=-;;-;-;;% ", +" &@$$$$$$$$$@+++++++.%O++.o...@@@@@@@@@+.XXXX.@@@@@+O@@@@XXo@&===X==o-;;;-;;X ", +" o@$$$:$$$$$@@@@++++...+OOoXX.@@@@@@$@@..XX.o@@@$@@@$@@$@.Xo@+&&&=X==o-;;;-;;o ", +" $+$$$$$$$$$$$$@++++++o++oXXX#@@@@@@@@+XX..O@@@@@@$@@@@$@X..$+$&>+X%==o=;;;;;;- ", +" &+$$$$$::$$$$$$@+++o++.&+XXo.@@@$@@@@+X.X.+@@@@@@@$@@$@$oXX@@+++>=Xo==X-;;;;;;o ", +" =>:::$:::$:$$$@$+++++o+++%X..@@+@$#@@.XXX.$@$@$$@@$$@$$@+..+$@++$&o%=;;X;;;;;;;o ", +" =+:+$:$:$:$::$@@@++$+++++oXoO@@@@@@@+XX..O@+@@$@@@@@$@$@.XX+$@@:++oX==--%;;;;;;;% ", +" %&$$$:::$>:$:$$@@+++$++++ooXO@@++@@@+..XX@@@@@@@$@@$$@@@+X.+$$+@@:oX%&*=%%-;;;;;;% ", +" o=++>$@$:@$:::+$$++&+++o++oX%@@+@@@@+X.XO@@@@@@@$@@@@$@@..X.@@@>$:$X%$===X;;-;;;;;X ", +" o==o++++:$:::>@@+=o++o.oo$X.o$@@@@@@X.X.@@$@@@@@@$@@@@$@.X.@@$$@$:$oX+&=*;%-;-;;;;;o ", +" %%%o++++++++::$+ooXo==+ooo%XX+@+@@@+.XX.+#@@@@@@@@$$$@@..XXO$@+@@:$oXo*&*=o-;;-;;;;;X ", +" %%o+ooo+=&&&+++&XXoXoooo=ooo+@@$+@@.XX.@@$@@@@@@$@$$+..XX.+$$@$$@$@XX$>*=-X-;;-;;;;;o ", +" =%=ooo%ooooo=&=&=oXo$oXooooXX+++@@+.XXX+@$@@@@$@@@@$@+..X.@@$@$$@$::XX++**-o-;;-;;;;;- ", +" %%%%%o%%o%%ooooo==%$$$$Xoo%%X%++@@+o.X.@@@$$$@@@@@@$@.XXo+$@$$$$@@@@@X++$&*XX;;;-;;;;;- ", +" %=%oo%%%o%%%oo%oo==%X$$oXo==%%++@@+XXXo@@@@@$@@@$@$@OXX.X$@@@$$@:@@$$.o$+=&=X-;;-%;;;;;o ... ", +" -o%==o%%oooo%%%%ooo=%XooXo%oo%++++o.Xo@@$$$$@$$$$$@+XXX.@$@@$@:$$$$:@.X++++&%%--;o;;;;;;% ...o+.. ", +" Xo---=%%%o%%%%%%o%oo==oXXoo%oo%+::o.X.$$@@$$@@$@:$+XXX.+$$$$$$:@@$$$:oXo@$+>&.=-;---;;;;;X o.OO...O.. ", +" oXo-==@##=o%%%%%%oo%===o%==%=o&::&ooo@@@@@@$$$@$@.XXX#@@$@$$$$@@@$@$@XX++++>.o;;;%;;;;;;;o OO+OOO..OO. ", +" =*oX=@-;-=--%%o%%%%%=o===%%oooo::::o+$$$+@:@@$$$o.XX.#@$@$$$$$@@$@$$&XX.@@+>$Xo=;;o;;;;;;- OOOOOOOO.....O ", +" %;;*o=@=;;-@=%o%%o%%ooo%=%=o%%o:>>:&:$@@@$@$@:$..XX.@$$$@@@$$$$$$$$$.XX@$+@$>oX&*--;;;;;;;% #O#O#OOOOOOOOOOO. ", +" =oXo$&;;#-;;;#=&====%o%o%=====o%>::;>>:>@+$@$$@...X.+$@@$$$@$@$$$$$:@..X+:@@@:$X%*==%;;;;;;; +##O#OOO+OOOOOOOO. ", +" %%&ooXXo*;-;@##;-ooo**=o-=%-&%o%o:::::$:>:@:@$@..X.X.$@$$@@$$$$@$$$:$$.X.@$$@$+:oX+*&=o;;;;;;- %=@######...O.OOOOOO ", +" o==o;&oXXo;;;;-=%XXXX%o==*X&*==%+::;>::::>:+Xo.XX.O$$$$$:$$$$$$$$$@$o.X.$@$>$$:*.=&&*=o;-o;;;;;;######O##O+OOOOOOOO ", +" -=oo;&*=oXXoo;;*ooo=oXXooo%**===:::>>>;::::..XoO@$$@$$$$$@@$:$$$$$+XXX.$$::$@$$oX$&&;.=;-o;--;;$#######OOO#OOOO+OOO ", +" +;=o.-==;*;oXXoo;*;;&;*oXX%%**=o$>;:>;>:>>::..o@@$@:$@@$@$$$$$$$$@.XXX+$$$$$::$oX%$&>=o=;;o;;;;;+##@##OOOOOOOOOOOOOO ", +" ;++=%==%o===*&oXXo;******o%=*&&&:;>>:::>;&::$:+$$+$$$$$$$$$$$$+..XX.+$$$$@::@$+.o$>**o==;;%;;;;;@######O#O#OOOOO+OOO ", +" ;&++++o=%oo%====oXoo*==&&oX=*>+;>::;>$:&::::$$:@:$$$@$$$:$$$@+..X.+$$$$$$$:$$:.o$$*>=o=;;;%;;;;;##O#######OOOOOO+O.O ", +" ;-====o=%o%o%oo===XXXoo*&oX;*;;:::;>>:;::;:::$@$:$$$$::$$$@+..Xo+$$$$$$$$$$::.X=:+:*%=-;;%o;;;;$##O##O##OO#OOOOOOO. ", +" ;;;-=o%%oo%%o%%%=;=ooXo>oX;&;::;;:::;::::::@$$@$$$$::$$o..XXX@$@$$@$$$$$:$:..O$+>:=.==;;%-;;;;####O##OOOOOOOOOO.O. ", +" ;;-=%o%o%%%%%%oo*===oXooX;%;:;:::;;:>;>:::@@:$$::+oo..XX..@$$$$@$$$$$$:$:oXX$>&>:oo*&;=%;;;;;####O##OOOOOOOOO+... ", +" ;-====%%%o%%%o%o%%*;oXX=*o;;;>;;>:;;>::::+@o=oooXXXXXoO@$$@@$$@$$@$+::$=.o$&>*>=X===;o;;;;;;O####O@OOOOOOOO.... ", +" ;;=--%oo%%%%o-%%%==oX%::XXoX;:;;;:=>==ooXXXXo.XXo%$>:$$$$@:$$$+:::::+XX.$>>&>=X=;;;=-;;;;;;O#OOO+OOO.OOOOO.O@O ", +" ;;;;==oooo%o=%o%%=o%*&=*=%Xo;;::>*&;%X%oXo.+@@+@$$:::@::::$@@@:$$$oXXo$>>>>&o%-=-;%;;;;;;;OOOOOO+O+O+OO..o>O@ ", +" ;;;;=-o%oo%-%%%o%%=*;;;;=%X=:;;;;;:++>+@+&$@$@+$$@:$@$$$$:@$:::+XXXo+:>>&*oX=;;;-;;;;;;;=+O+O+.++..+OO.oo>@@ ", +" ;;;;----=o-=---=%XX-;;;=*XX*:::::&$&++>::>:+@+@$$+$@$:$::$+oXX..+@>>>*>=X%=;;;;;;;%;;% -=+oooooooooooo=>@ ", +" ;;;;---=o%--=*==-%X%-;=;%X=:*::&:+>++>>>&:>$:$++>+>:>@=oXoXXX.$>++>&**oo=;;;-;;;;%;;% ===========o==&= ", +" ;;;;;;;%%oo-;;;;-oXX;;;%%&*=======&&@>>>++@::>>$=oooXXXXXo++@:::>&&=X%=-;-%-;;;;%-;% ============= ", +" ;;;;;;;;-------===%X;===&*==%%XX%XXXXoXoo%%XXXXXXXXX%+$::@+@&&&$:=X%*;;;%=;-;;;X=;% =========; ", +" ;;;;;;;;;;;;-;-;-o;;;;*==&*&=%o%%%X%XX%%X%%%%%+$$>>+@+@>&&+>>>oo%=;;;--;-;;;;%;;% ======;; ", +" ;;;;;;;;;;;;;;=;X%&&====&&&&&&=&$+&*&&+>>&*&*>&$+:>+++++&>>=oX%&*;=-%--;;;;-%;;% ===== ", +" ;;;;;;;;;;;;=*>==&&=%%%====*&&&&=&=&&&&**>$&>&+>>+>+>+>>=%oX%>==*=X-;;;;;;%%;;o = ", +" ;;;;;;;;;;;****;*&&==o%X%%%%==*=&=&*&&>>*&+>>>>$+&&=%ooXXX&*====%;;;;;=-;%%;;X ", +" ;;;;;;;;;;;;**;=**====%%%%%o%XX%%%%==*&**&=&===%oXXXX%o=:*==*=%===-=-=;;%-;-o ", +" ;;;;;;;;;;;;;;;;****;=====%%%%%%%X%XXXXooXo%XX%XXX%=*=&==&*%%==-;;;;-;;%;;- ", +" ;;;;;;;;;;;;;;;;;;==*;;-;;=*======%%o%%%%%==&***=*==&*==%%=;==;;;-;;-%;;% ", +" ;;;;;;;;;;;;;;;;;;o%--;=;====;=;&==-&==**=&&===;==-==%X%=-=;;-;;%-;o%;;X ", +" ;;;;;;;;;;;;;;;;;;--%%%%%===;;;===;;==*=*&==;===;=%%%%====%=---%;;oo&;X ", +" ;;;;;;;;;;;;;;;;;;;;----%%%%%%-=-;-;;;;;=-=%%%%o%=====%%;=;;%-;;%-&;% ", +" ;;&&;;;;;;;;;;;;;;;;;;;;---o%%%%o%%%%%%%%o%======-=%===-;%%*;o%;;- ", +" ;X=&=&&>==& ;;;;;;;;;;;;;;;------;------=========;--;*=X==%X=*;X ", +" %o>>>+>%+: ;;;;;;;;;;;;;;;;;=-=*==========**;%%=;;X%*;%% ", +" %o:>:++$.%& ;;;;;;;;;=;=====%==-%=======;==%%=&*%%=*;X ", +" oX:>>$o+$o& ;;;;;*;;=====*=======;====%%%%&:=%%==*% ", +" oX:>>:$o$: -;-=====*=*=&====%====*&*&*;%X%=**% ", +" oX:>&:>$o+ =-=%%%%%====**=;&*====o%X%o+&*=% ", +" %$>$&:>$+ -=;;=o%%X%%%%XXX%X%%%o&&>**%X ", +" o&>>$$*$+ %o==%&&;&&&*>>*==**&&;=% ", +" &*>>>$+ %%%======:&&==%%o ", +" ;*:$. %o%%%%%X ", +" ;*>$ ", +" *: ", +" &*& ", +" & ", +" * ", +" "}; diff --git a/src/fishes/fish16b.xpm b/src/fishes/fish16b.xpm new file mode 100644 index 0000000..62f2e62 --- /dev/null +++ b/src/fishes/fish16b.xpm @@ -0,0 +1,122 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish16b_xpm[] = { +"118 76 17 1", +" c None", +". c #776EA5B4CDD8", +"X c #39269B92CBD8", +"o c #554A818FA0B3", +"O c #9992C4D7C5D7", +"+ c #9C92B8B6A1B3", +"@ c #C9D8CFD98D91", +"# c #DCDAE0FBDEDA", +"$ c #C0D7B1B56B6D", +"% c #4147796E9A92", +"& c #7B6E91915B4B", +"* c #7E6F808F3226", +"= c #544A7A6E5C4B", +"- c #3B274748544A", +"; c #302534261E03", +": c #B3B5ADB53726", +"> c #A5B49A921C03", +" ", +" .Xo..XXXX.XXXXXXX..XX .X.XX.XX...XX..o.XX ", +" ..XX.X.XX.OOO+O..++++@+O.O.#O@@OO+@@O+@$ooo%+oXX%%%%XoX.X ", +" oo.XXO.O.........X.XXX......++oo.++++++$+$&$$$$&*&$&$&**&===--%oXX ", +" oXX..+.OO+OO.OOX....o.o+O+.....oooo....oXoXoo%ooo%o%=%%%==&*;&**&&=-o%X.&**&* ", +" %o..+.+O+O#.O.++.X..O+O+OooXXX.o......O.oo++oooooooo+===;--;;;=-%======-==*==&& ", +" XXoOOOO+.+++o.o....++.OOo.X.XXX+++++o+++++++ooooo.oo==%==o%-=o=;&;ooX ", +" ++++O++@++.O.oO....+++Oo.X.X.X.+++++++++++..XXX.Xoooo%%oo%===%=%o&;X ", +" ++@@#+++++++++......o+O.XXX..OO++O++O@++@oXXX.oO@++&&&=o%===%=-;;;-;;% ", +" +@$$@#@@++O++++O+oo.O+OO..X..+++@+@+@+@@+.XXXo.+@@+&++ooXXo==X===o;--;;X ", +" @$@$@$@@@@++++O++.ooO++.oXX..O+@@@+@@@+++.XXX.+@+@@@$$ooX%+&*=%=-o-;;-;;X ", +" +@$$$$@$$@@++++++O...OO++XXX.#@@@+@#@@@+.X...O+@@@+@@@:+XX%+&==oo=-;;-;-;;% ", +" &@$$$$$$$$$@+++++++.%O++.o...@@@@@@@@@+.XXXX.@@@@@+O@@@@XXo@&===X==o-;;;-;;X ", +" o@$$$:$$$$$@@@@++++...+OOoXX.@@@@@@$@@..XX.o@@@$@@@$@@$@.Xo@+&&&=X==o-;;;-;;o ", +" $+$$$$$$$$$$$$@++++++o++oXXX#@@@@@@@@+XX..O@@@@@@$@@@@$@X..$+$&>+X%==o=;;;;;;- ", +" &+$$$$$::$$$$$$@+++o++.&+XXo.@@@$@@@@+X.X.+@@@@@@@$@@$@$oXX@@+++>=Xo==X-;;;;;;o ", +" =>:::$:::$:$$$@$+++++o+++%X..@@+@$#@@.XXX.$@$@$$@@$$@$$@+..+$@++$&o%=;;X;;;;;;;o ", +" =+:+$:$:$:$::$@@@++$+++++oXoO@@@@@@@+XX..O@+@@$@@@@@$@$@.XX+$@@:++oX==--%;;;;;;;% ", +" %&$$$:::$>:$:$$@@+++$++++ooXO@@++@@@+..XX@@@@@@@$@@$$@@@+X.+$$+@@:oX%&*=%%-;;;;;;% ", +" o=++>$@$:@$:::+$$++&+++o++oX%@@+@@@@+X.XO@@@@@@@$@@@@$@@..X.@@@>$:$X%$===X;;-;;;;;X ", +" o==o++++:$:::>@@+=o++o.oo$X.o$@@@@@@X.X.@@$@@@@@@$@@@@$@.X.@@$$@$:$oX+&=*;%-;-;;;;;o ", +" %%%o++++++++::$+ooXo==+ooo%XX+@+@@@+.XX.+#@@@@@@@@$$$@@..XXO$@+@@:$oXo*&*=o-;;-;;;;;X ", +" %%o+ooo+=&&&+++&XXoXoooo=ooo+@@$+@@.XX.@@$@@@@@@$@$$+..XX.+$$@$$@$@XX$>*=-X-;;-;;;;; ", +" =%=ooo%ooooo=&=&=oXo$oXooooXX+++@@+.XXX+@$@@@@$@@@@$@+..X.@@$@$$@$::XX++**-o-;;-;;;;;- ", +" %%%%%o%%o%%ooooo==%$$$$Xoo%%X%++@@+o.X.@@@$$$@@@@@@$@.XXo+$@$$$$@@@@@X++$&*XX;;;-;;;;;- ", +" %=%oo%%%o%%%oo%oo==%X$$oXo==%%++@@+XXXo@@@@@$@@@$@$@OXX.X$@@@$$@:@@$$.o$+=&=X-;;-%;;;;;o ", +" -o%==o%%oooo%%%%ooo=%XooXo%oo%++++o.Xo@@$$$$@$$$$$@+XXX.@$@@$@:$$$$:@.X++++&%%--;o;;;;;;% ..o+ ", +" Xo---=%%%o%%%%%%o%oo==oXXoo%>o%++:o.X.$$@@$$@@$@:$+XXX.+$$$$$$:@@$$$:oXo@$+>&.=-;---;;;;;X o.O...... ", +" oXo-==@##=o%%%%%%oo%===o%==%>o&++Xooo@@@@@@$$$@$@.XXX#@@$@$$$$@@@$@$@XX++++>.o;;;%;;;;;;; OO+OOO..... ", +" =*oX=@-;-=--%%o%%%%%=o===%%o>>o$+XXo+$$$+@:@@$$$o.XX.#@$@$$$$$@@$@$$&XX.@@+>$Xo=;;o;;;;;;- OOOOOOOO..... ", +" %;;*o=@=;;-@=%o%%o%%ooo%=%=o%>>:+XXX$@@@@$@$@:$..XX.@$$$@@@$$$$$$$$$.XX@$+@$>oX&*--;;;;;;; #O#O#OOOOOOOOO.. ", +" =oXo$&;;#-;;;#=&====%o%o%=====>>>:oXo$$$@+$@$$@...X.+$@@$$$@$@$$$$$:@..X+:@@@:$X%*==%;;;;;;; +##O#OOO+OOOOOO.. ", +" %%&ooXXo*;-;@##;-ooo**=o-=%-&%o%>>::XX$$@$@@@$@..X.X.$@$$@@$$$$@$$$:$$.X.@$$@$+:oX+*&=o;;;;;;- %=@######...O.OOOOO ", +" o==o;&oXXo;;;;-=%XXXX%o==*X&*==>>;::>$@$$$:+Xo.XX.O$$$$$:$$$$$$$$$@$o.X.$@$>$$:*.=&&*=o;-o;;;;;;######O##O+OOOOOOOO ", +" -=oo;&*=oXXoo;;*ooo=oXXooo%**==>;::>>>$@$$X..XoO@$$@$$$$$@@$:$$$$$+XXX.$$::$@$$oX$&&;.=;-o;--;;$#######OOO#OOOO+OOO ", +" +;=o.-==;*;oXXoo;*;;&;*oXX%%**=>>;::>:>$$XXXX.o@@$@:$@@$@$$$$$$$$@.XXX+$$$$$::$oX%$&>=o=;;o;;;;;+##@##OOOOOOOOOOOOOO ", +" ;++=%==%o===*&oXXo;******o%=*&>>;:>;:::oXXX$$$+$$+$$$$$$$$$$$$+..XX.+$$$$@::@$+.o$>**o==;;%;;;;;@######O#O#OOOOO+OOO ", +" ;&++++o=%oo%====oXoo*==&&oX=*>>;>:;:>$:&X$$$$$$@:$$$@$$$:$$$@+..X.+$$$$$$$:$$:.o$$*>=o=;;;%;;;;;##O#######OOOOOO+O.O ", +" ;-====o=%o%o%oo===XXXoo*&oX;*;;::;:>;:::$$$@$$@$:$$$$::$$$@+..Xo+$$$$$$$$$$::.X=:+:*%=-;;%o;;;;$##O##O##OO#OOOOOOO. ", +" ;;;-=o%%oo%%o%%%=;=ooXo>oX;&;::;;::::::$$$$@$$@$$$$::$$o..XXX@$@$$@$$$$$:$:..O$+>:=.==;;%-;;;;####O##OOOOOOOOOO.O. ", +" ;;-=%o%o%%%%%%oo*===oXooX;%;:;::;:;:>:$$$$@@:$$::+oo..XX..@$$$$@$$$$$$:$:oXX$>&>:oo*&;=%;;;;;####O##OOOOOOOOO+... ", +" ;-====%%%o%%%o%o%%*;oXX=*o;;;>;:;:::>$$$:+@o=oooXXXXXoO@$$@@$$@$$@$+::$=.o$&>*>=X===;o;;;;;;O####O@OOOOOOOO....@ ", +" ;;=--%oo%%%%o-%%%==oX%::XXoX;::;:;=>o=oXXXXXo.XXo%$>:$$$$@:$$$+:::::+XX.$>>&>=X=;;;=-;;;;;;O#OOO+OOO.OOOOO.O@O@ ", +" ;;;;==oooo%o=%o%%=o%*&=*=%Xo;;:;>*&XXX%oXo.+@@+@$$:::@::::$@@@:$$$oXXo$>>>>&o%-=-;%;;;;;;;OOOOOO+O+O+OO..o>OO@ ", +" ;;;;=-o%oo%-%%%o%%=*;;;;=%X=:;:::XXo+>+@+&$@$@+$$@:$@$$$$:@$:::+XXXo+:>>&*oX=;;;-;;;;;;;=+O+O+.++..+OO.oo>O@ ", +" ;;;;----=o-=---=%XX-;;;=*XX*:::$$+$&++>::>:+@+@$$+$@$:$::$+oXX..+@>>>*>=X%=;;;;;;;%;;% -=+oooooooooooo=>@@ ", +" ;;;;---=o%--=*==-%X%-;=;%X=:*$++++>++>>>&:>$:$++>+>:>@=oXoXXX.$>++>&**oo=;;;-;;;;%;;% ===========o==&== ", +" ;;;;;;;%%oo-;;;;-oXX;;;%%&*=======&&@>>>++@::>>$=oooXXXXXo++@:::>&&=X%=-;-%-;;;;%-;% ============== ", +" ;;;;;;;;-------===%X;===&*==%%XX%XXXXoXoo%%XXXXXXXXX%+$::@+@&&&$:=X%*;;;%=;-;;;X=;% ==========; ", +" ;;;;;;;;;;;;-;-;-o;;;;*==&*&=%o%%%X%XX%%X%%%%%+$$>>+@+@>&&+>>>oo%=;;;--;-;;;;%;;% ========= ", +" ;;;;;;;;;;;;;;=;X%&&====&&&&&&=&$+&*&&+>>&*&*>&$+:>+++++&>>=oX%&*;=-%--;;;;-%;;% =====;; ", +" ;;;;;;;;;;;;=*>==&&=%%%====*&&&&=&=&&&&**>$&>&+>>+>+>+>>=%oX%>==*=X-;;;;;;%%;;% === ", +" ;;;;;;;;;;;****;*&&==o%X%%%%==*=&=&*&&>>*&+>>>>$+&&=%ooXXX&*====%;;;;;=-;%%;;X ", +" ;;;;;;;;;;;;**;=**====%%%%%o%XX%%%%==*&**&=&===%oXXXX%o=:*==*=%===-=-=;;%-;- ", +" ;;;;;;;;;;;;;;;;****;=====%%%%%%%X%XXXXooXo%XX%XXX%=*=&==&*%%==-;;;;-;;%;;- ", +" ;;;;;;;;;;;;;;;;;;==*;;-;;=*======%%o%%%%%==&***=*==&*==%%=;==;;;-;;-%;;% ", +" ;;;;;;;;;;;;;;;;;;o%--;=;====;=;&==-&==**=&&===;==-==%X%=-=;;-;;%-;o%;;X ", +" ;;;;;;;;;;;;;;;;;;--%%%%%===;;;===;;==*=*&==;===;=%%%%====%=---%;;oo&;% ", +" ;;;;;;;;;;;;;;;;;;;;----%%%%%%-=-;-;;;;;=-=%%%%o%=====%%;=;;%-;;%-&; ", +" ;;&&;;;;;;;;;;;;;;;;;;;;---o%%%%o%%%%%%%%o%======-=%===-;%%*;o%;;- ", +" ;X=&=&&>==& ;;;;;;;;;;;;;;;------;------=========;--;*=X==%X=*;% ", +" %o>>>+>%+: ;;;;;;;;;;;;;;;;;=-=*==========**;%%=;;X%*;% ", +" %o:>:++$.%& ;;;;;;;;;=;=====%==-%=======;==%%=&*%%=*;X ", +" oX:>>$o+$o& ;;;;;*;;=====*=======;====%%%%&:=%%==*% ", +" oX:>>:$o$: -;-=====*=*=&====%====*&*&*;%X%=*%% ", +" oX:>&:>$o+ =-=%%%%%====**=;&*====o%X%o+&% ", +" %$>$&:>$+$ -=;%=o%%X%%%%XXX%X%%%o&%>%% ", +" o&>>$$*>$+ %o==%&%%%%%%>>%%%%%%%% ", +" &*>>*:$.$ %%%====%% ", +" ;*>: ", +" *&*& ", +" && ", +" ", +" ", +" ", +" "}; diff --git a/src/fishes/fish17a.xpm b/src/fishes/fish17a.xpm new file mode 100644 index 0000000..df49983 --- /dev/null +++ b/src/fishes/fish17a.xpm @@ -0,0 +1,127 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish17a_xpm[] = { +"98 82 16 1", +" c None", +". c #84908990838F", +"X c #8D918B90554A", +"o c #BFB79992686C", +"O c #6E6D606B574A", +"+ c #E2FBC1D75149", +"@ c #DDDAC7D8ABB4", +"# c #CAD89B923F27", +"$ c #D4D9BFB78590", +"% c #C3D7796E3F27", +"& c #B8B64C492624", +"* c #544A52492E25", +"= c #646C25241D03", +"- c #8590594A2E25", +"; c #3F271A031903", +": c #180210011A03", +" ", +" ...XooOOO ", +" + + + + +oXXooXXXXXXO.OO ", +" ++ ++ ++ ++ ++@o@@@@@oo#oXXXXXO ", +" + ++$ $+$ ++$$++$@oo+ooooo@@@@@@oooX. ", +" ++ ++ ++$+oo@$$@$+++++++++o++ooo@@ooXX ", +" ++$ $++@+#o+$@$$$++++++++#+##++++++oo@@oX. ", +" +++ +oooo.ooo+$++$+++++++###++++++++++o@XOO ", +" $$++$+$o$@$@+++++++$++++++++####++##++++o@oXO ", +" #+#+X$$@@$+++++++++$$+++++++####++####++++o@oOO ", +" $##oo$$$$$+++++++$$$$+++++++++#########++++o@XO ", +" ###o@$$$$$+++++++o$$$$$++++++##########+++++o@oO ", +" o#+o$$$$$$$++#+++++$$$$$$$$++##########++#+++o@oOO ", +" ###o$@@$$$$$o++##+#$$$$$$$$$+++###########++++o@oXO ", +" $##o$$$$$$$$$#####o$$$$$$$$$$++############+#++@$XX ", +" o##o$$$$$$$$o#####o$$$$$$$$$++###############++o$oX ", +" $#%#$$$$$oooo#%%%%##o$$$$$$$$$+####%%%%%####++++o@oX ", +" o%%#oooooooo##%%&%%##o$o$$$$$$+####%**=-%####+++o@oXO ", +" %&-%#ooooo#o#%%%%&%%oooo$$$$$$o####-;::;-###++++o@oOO ", +" --&-%#oooo#oo#%&&&%%%o+oooo+$$$$##%%X::::*%###+++o@oO. ", +" ----%%%#%o##%#%&&&&%%##oooooo$$$##%&*::::;%####+++@oOO ", +" --*--%%%%%%%%%%-&&&&%%#oooooooo++##%&-:::::%###+#+oo.*O ", +" oX-=---%%%%%%%%%%--&&&%#ooooooooo###%%=::::;X####++o@XOO ", +" ----=---%%%%%%%%%%&-&&&%ooooooooo####%%-;:::*%##++#+o@oOO ", +" -----=---%%%%%%%%%%-----%#%oooooo#o##o%&-;:::-%#+$+++o@oO. ", +" X----;-=-%%%%%%%%%%--&&-%oooooooooo###%&&-=;=%%#$$+#++o.O. ", +" --%---;==--X%%%%%%%%-----%#o#o#o$oooo##%&&&---%%#@@$##+o@O. ", +" --%---;==*%%%%%%%%%%------oooooo##ooo##%&&&&&&%%o@@$###o@X$ ", +" ---%---:==*-X%%o%-X%o------ooooooooooo##%&&&&&&%%$@$$##+o@Xo ", +" -**%X---;===X-%%-%XooX-=----oooooooooooo##&&&&&&%%$@@@###o@O. ", +" X==%-%--;=;=-XX-oXo%XX-=---*%%%ooooooooo##&&&&&&%#$$@$+###@O. ", +" -*=*X---*;=;=X--oXX-XX-==---=Xooooooooooo#%&&&&&&%%@@@$o###@Oo ", +" o*=*----*;=;=XXXXX-X--X==-===X%%oooooooo##%&&&&&&&%$@@@o##@X*O ", +" -;;*----*;=;;XXX-OO--O-=====;X%oooooooooo##&&&&&&&%$@@@$##@X=O O ", +" --;;*---*;;;:;X--OO-O-O-;=====X%%ooooooooo##&&&&&&&%+$@@$##@X; .*;O ", +" O*;;*--*-;;=;;OOO****O--;;====-XXoooooooo##%-&---&&%+$@$$##@O* OO;;;:. ", +" -*:;:*****;;=:;O*O*O***-**;====-XXXooooo%oo%%--&--&&%+$@@$##@XO oO*;:;:O ", +" --*:;:***OO:=;:;O*O**O*OOO*:===;-XXXooooooo%%%-----&&%+$$@$##XX. XXO***;:;O ", +" O*;::;;;***:=;:;OOOXOXOOO-*;====-XXXooooooo%%%---=--&%++$$o%#@X$ .OOO*;***;* ", +" -O-:::;;**;;:==;;XXoXXOXXXXO;=-=;*oooooooooo%%%-----&&&o+$$$%#@o XOXOO*****;O ", +" XO;:::;;*;;:;==;*X.Xo$$$$$$o----;Oooooooooooo%%------&&#++$$#@o$ $.oXXO******O ", +" .O*:::*O****:====*oo$$ooo$o$o---==X$$$$oooooooo%X-----&&#++$+#$$@@ @@$XO******;O ", +" -*O=$%%-XO*;;;=-=;O$$$$@@@@@@@**---.$$$$$$o$oo$o%X=----&&%#++#%$O;O@@@oXO**;;;;;* ", +" OX-$-:-$oO**;;=-==Oo$@@$@$o$@@*---=o$$$$$$$$$$oo%-=-----&%##+#%%*:*$$$oX******;;* ", +" XX--$:::@o***;;*-=*O$$$$o$@@@@o*-&-=o$$@@@@$$o$$$oX------&&o#o%%%;:O+$$oXXO*;;;;;* ", +" $XoX--$-:-@O***;=-;*-Oo$$@@@@XX$oX---*.$$@$$$$@$@$ooX*-=----%##o%&%::Xo$$XOOOOOO*;;. ", +" o$$oo%X-O-%%$OO***;=-=*-X.@$o$XXo@@@O-&--o@@@@$$$@$@$$oo------&%ooo%&%::Xo@$.XOO*;;*;;O ", +" @$oooooo%OO;-**OO*O*:=--=**.@$$Xoo$X$$O-%%=o@@$$$$$@@$$$oo-------Xooo%&%;:o+@$..O**OO**;. ", +" oXooo$$$$$ooo%oOXX=--.OO*O*:---;-;.$OOXXXo@@@X-&%-o@@@@@$$@$$$$$o------&%oo%%&%-=o$@$oXOOOO***;O ", +" @@@@$$$$$$oooooXXX*-*..*OO*;--;--=***OooXXo$@O-%%-o$@@@$@$@@@$$$o-----&-X%%o%&%--+$@$oXXO*OO**;O ", +" @o$$$@$$oooooXX--*OO*OOO;-;**=;***XXXooo@$--%%-o$@@@@$$$$@$$$o%-&--&-%%%%%&--%o$$oXOOOOOO**; ", +" @ooooo$$$$$oooooXX--OOOOO*OO=;---*O*-XXXXo@$$X-%%-o@@@@@@$@@@@$$$-&&&&&-%ooo&&--@o$$oXXOO**O**O ", +" @oo$$$$$$ooXoXXooX*-OO*OOOOO;;---*.XOoX$o@@$$*-%%-o@@@@@$$@$@$$$o%&&&&&-ooo#%%o#$@oooXO**O**O*O ", +" ooo%-OO*-***OOOO--=---;.oOXoX@@@$@X-&%%o@@@@@@@@@@@@$o&&&&&&%oo$+###@o XXXO****;**O ", +" ooo-O=-**OO*OXXO**--;O.OOoXX@@@@X-%%%o$@@@@@@@@@$$oo%&&&&&%o$$####$% @XXOO;*;;;*O ", +" $oX-*--OOOXoO.X*--=..XOXo@@@$$O%%%-o@@@@@@@@@@@$oo%%&&&%%o$$####@#o $OO**;;;;O ", +" ooXX--XOo.X.X.=-&-o$oXo$@@@$@-%%%%X@@@@@@@@@$@$oo%&&&&%%$$$####$#o .****;;;. ", +" oXXoXOX..o.*-&-.$$Xo$@@@@@%%%%%o@@@@@@@@$$$$oo%%&&&%#$$+####@o% O**;;;* ", +" OOOOXXXX.O=&-X@$oo$@@@@$X-%%%o$@@@@@@@@$@$$o%%&&&%o$@+####$o% *O;=*;O ", +" oO*O..X..=%&X$@Xo$@@@@$o%%%%X$@$@@$@$$$$$oo%%&%%%o$$+####@@#X ***** ", +" oOOOOO..O-%X$$oX$$$$$$$-%%%o$$$@@@$$$$$ooo%%%%%%$$+######$#X *X.O ", +" OoX-OOOX*&%$$ooX...ooX-&&&Xo$$$$$$$$$ooo%%%%%%#$$+######@#$ ", +" O.OOO*--X$oXXXXXXXX-&&&Oooo$ooooooooo%%%%%%#$$+######$#$ ", +" OXO---o$$oooo%ooX&&&XoXooooXXooooo%%%%%%#$$+######@#X ", +" Oo---XXXoX%%%oo&&%XX.XooXXXooooo%%%%%%#$+#######@#X ", +" &%--OXXX&&&&%%&&%XXooXooooooo##%%%%%o$########@#o ", +" &&&--%X%&&%%X@$oXXXoo$$$$oo###%%%%#+$########@#o ", +" +&&-%%X%&&%o XXo$$$$$oo###%%%%%$$#######o@#X ", +" &#&--%%-&&%% $%o$@$$$$+##%%%#%#$+#######@##X ", +" &#&-X%%X&&%o X%o$$$o$o$###%%%##$+#######@#o ", +" +&-X%X-&&&X %%o$$#+o+###%####+########$#$ ", +" +&-X%X&&&% oo#$$#+##################o@#X ", +" &%&-XX-&&o $$#$o####################@## ", +" &#&-X-&% $+o####################@#$ ", +" &+%%-%X #+o##################o@#X ", +" &+#X$ $+oo#################@#o ", +" XX ++$$#o############o@## ", +" X#+ $#@@#########@@##X ", +" X+ o#%@$$$@@$@@@##X ", +" @X $+######@###o ", +" X$++++XXX ", +" "}; diff --git a/src/fishes/fish17b.xpm b/src/fishes/fish17b.xpm new file mode 100644 index 0000000..6de1e86 --- /dev/null +++ b/src/fishes/fish17b.xpm @@ -0,0 +1,127 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish17b_xpm[] = { +"98 82 16 1", +" c None", +". c #E2FBC1D75149", +"X c #84908990838F", +"o c #8D918B90554A", +"O c #BFB79992686C", +"+ c #6E6D606B574A", +"@ c #DDDAC7D8ABB4", +"# c #CAD89B923F27", +"$ c #D4D9BFB78590", +"% c #C3D7796E3F27", +"& c #B8B64C492624", +"* c #544A52492E25", +"= c #646C25241D03", +"- c #8590594A2E25", +"; c #3F271A031903", +": c #180210011A03", +" ", +" . . . XXXoOO+++ ", +" .. .. . . .OooOOoooooo+X++ ", +" . .. .. .. .. ..@O@@@@@OO#Oooooo+ ", +" .. .. $. ..$$..$@OO.OOOOO@@@@@@OOOoX ", +" .. .. ..$.OO@$$@$.........O..OOO@@OOoo ", +" .. $..@.#O.$@$$$........#.##......OO@@OoX ", +" ... .OOOOXOOO.$..$.......###..........O@o++ ", +" $$..$.$O$@$@.......$........####..##....O@Oo+ ", +" #.#.o$$@@$.........$$.......####..####....O@O++ ", +" $##OO$$$$$.......$$$$.........#########....O@o+ ", +" ###O@$$$$$.......O$$$$$......##########.....O@O+ ", +" O#.O$$$$$$$..#.....$$$$$$$$..##########..#...O@O++ ", +" ###O$@@$$$$$O..##.#$$$$$$$$$...###########....O@Oo+ ", +" $##O$$$$$$$$$#####O$$$$$$$$$$..############.#..@$o+ ", +" O##O$$$$$$$$O#####O$$$$$$$$$..###############..O$O+ ", +" $#%#$$$$$OOOO#%%%%##O$$$$$$$$$.####%%%%%####....O@O+ ", +" O%%#OOOOOOOO##%%&%%##O$O$$$$$$.####%**=-%####...O@O++ ", +" %&-%#OOOOO#O#%%%%&%%OOOO$$$$$$O####-;::;-###....O@O++ ", +" --&-%#OOOO#OO#%&&&%%%O.OOOO.$$$$##%%o::::*%###...O@O+X ", +" ----%%%#%O##%#%&&&&%%##OOOOOO$$$##%&*::::;%####...@Oo+ ", +" --*--%%%%%%%%%%-&&&&%%#OOOOOOOO..##%&-:::::%###.#.OOXo+ ", +" Oo-=---%%%%%%%%%%--&&&%#OOOOOOOOO###%%=::::;o####..O@oo+ ", +" ----=---%%%%%%%%%%&-&&&%OOOOOOOOO####%%-;:::*%##..#.O@Oo+ ", +" -----=---%%%%%%%%%%-----%#%OOOOOO#O##O%&-;:::-%#.$...O@O+X ", +" o----;-=-%%%%%%%%%%--&&-%OOOOOOOOOO###%&&-=;=%%#$$.#..OX+X ", +" --%---;==--o%%%%%%%%-----%#O#O#O$OOOO##%&&&---%%#@@$##.O@+X ", +" --%---;==*%%%%%%%%%%------OOOOOO##OOO##%&&&&&&%%O@@$###O@+$ ", +" ---%---:==*-o%%O%-o%O------OOOOOOOOOOO##%&&&&&&%%$@$$##.O@+O ", +" -**%o---;===o-%%-%oOOo-=----OOOOOOOOOOOO##&&&&&&%%$@@@###O@+X ", +" o==%-%--;=;=-oo-OoO%oo-=---*%%%OOOOOOOOO##&&&&&&%#$$@$.###@+X ", +" -*=*o---*;=;=o--Ooo-oo-==---=oOOOOOOOOOOO#%&&&&&&%%@@@$O###@oO ", +" O*=*----*;=;=ooooo-o--o==-===o%%OOOOOOOO##%&&&&&&&%$@@@O##@ooo ", +" -;;*----*;=;;ooo-++--+-=====;o%OOOOOOOOOO##&&&&&&&%$@@@$##@ooX ", +" --;;*---*;;;:;o--++-+-+-;=====o%%OOOOOOOOO##&&&&&&&%.$@@$##@ooX X*; ", +" +*;;*--*-;;=;;+++****+--;;====-ooOOOOOOOO##%-&---&&%.$@$$##@+oX ++;;;: ", +" -*:;:*****;;=:;+*+*+***-**;====-oooOOOOO%OO%%--&--&&%.$@@$##@o+ O+;;:;: ", +" --*:;:***++:=;:;+*+**+*+++*:===;-oooOOOOOOO%%%-----&&%.$$@$##ooX oo+***;:; ", +" +*;::;;;***:=;:;+++o+o+++-*;====-oooOOOOOOO%%%---=--&%..$$O%#@o$ X+++*;*;;; ", +" -+-:::;;**;;:==;;ooOoo+oooo+;=-=;*OOOOOOOOOO%%%-----&&&O.$$$%#@O o+o++*****;+ ", +" o+;:::;;*;;:;==;*oXoO$$$$$$O----;+OOOOOOOOOOO%%------&&#..$$#@O$ $XOoo+******X ", +" X+*:::*+****:====*OO$$OOO$O$O---==o$$$$OOOOOOOO%o-----&&#..$.#$$@@ @@$o++++++**+ ", +" -*+=$%%-o+*;;;=-=;+$$$$@@@@@@@**---X$$$$$$O$OO$O%o=----&&%#..#%$+;+@@@Oo++******X ", +" +o-$-:-$O+**;;=-==+O$@@$@$O$@@*---=O$$$$$$$$$$OO%-=-----&%##.#%%*:*$$$Oo++*++**;* ", +" oo--$:::@O***;;*-=*+$$$$O$@@@@O*-&-=O$$@@@@$$O$$$Oo------&&O#O%%%;:+.$$Ooo++****;* ", +" $oOo--$-:-@+***;=-;*-+O$$@@@@@@$Oo---*X$$@$$$$@$@$OOo*-=----%##O%&%::oO$$o+++****;;* ", +" O$$OO%o-+-%%$++***;=-=*-oX@$O$@@@@o@+-&--O@@@@$$$@$@$$OO------&%OOO%&%::oO@$Xo++****;;+ ", +" @$OOOOOO%++;-**++*+*:=--=**X@$$@OooooO+-%%=O@@$$$$$@@$$$OO-------oOOO%&%;:O.@$XX+*****;;* ", +" oOOO$$$$$$OOO%O+oo=--X++*+*:---;-;X$++oooOOOOo-&%-O@@@@@$$@$$$$$O------&%OO%%&%-=O$@$Oo++**;;;;+ ", +" OO@@$$$$$$OOOOOooo*-*XX*++*;--;--=***+OOooOOO+-%%-O$@@@$@$@@@$$$O-----&-o%%O%&%--.$@$Ooo**;;**;+ ", +" @O$$$$$$OOOOOoo--*++*+++;-;**=;***oooOOooO--%%-O$@@@@$$$$@$$$O%-&--&-%%%%%&--%O$$Oo++*****;;+ ", +" @@@OO$$$$$$OOOOOoo--+++++*++=;---*+*-ooooOOOOo-%%-O@@@@@@$@@@@$$$-&&&&&-%OOO&&--@O$$Ooo+**;;;;++ ", +" @O$$$$$$$OOoOooOOo*-++*+++++;;---*Xo+OoOOOOoO*-%%-O@@@@@$$@$@$$$O%&&&&&-OOO#%%O#$@OOOo++****+*++ ", +" OOO%-++*-***++++--=---;XOO++ooOOoOo-&%%O@@@@@@@@@@@@$O&&&&&&%OO$.###@O ooo+*+*****+ ", +" OOO-+=-**++*+oo+**--;+XOOO+oooOOo-%%%O$@@@@@@@@@$$OO%&&&&&%O$$####$% @oo++**;;;*+ ", +" $Oo-*--+++oO+Xo*--=XXoOoO@@@o$+%%%-O@@@@@@@@@@@$OO%%&&&%%O$$####@#O $+++**;;;;+ ", +" OOoo--o+OXoXoX=-&-O$OoO$@@@$@-%%%%o@@@@@@@@@$@$OO%&&&&%%$$$####$#O X**+*;;;;+ ", +" OooOo+oXXOX*-&-X$$oO$@@@@@%%%%%O@@@@@@@@$$$$OO%%&&&%#$$.####@O% +***;;;; ", +" ++++ooooX+=&-o@$OO$@@@@$o-%%%O$@@@@@@@@$@$$O%%&&&%O$@.####$O% *+***;;+ ", +" O+*+XXoXX=%&o$@oO$@@@@$O%%%%o$@$@@$@$$$$$OO%%&%%%O$$.####@@#o ****;+ ", +" O+++++XX+-%o$$Oo$$$$$$$-%%%O$$$@@@$$$$$OOO%%%%%%$$.######$#o *oXX ", +" +Oo-+++o*&%$$OOoXXXOOo-&&&oO$$$$$$$$$OOO%%%%%%#$$.######@#o ", +" +X+++*--o$Ooooooooo-&&&+OOO$OOOOOOOOO%%%%%%#$$.######$#o ", +" +o+---O$$OOOO%OOo&&&oOoOOOOooOOOOO%%%%%%#$$.######@#o ", +" +O---oooOo%%%OO&&%ooXoOOoooOOOOO%%%%%%#$.#######@#o ", +" &%--+ooo&&&&%%&&%ooOOoOOOOOOO##%%%%%O$########@#O ", +" &&&--%o%&&%%o@$OoooOO$$$$OO###%%%%#.$########@#$ ", +" .&&-%%o%&&%O ooO$$$$$OO###%%%%%$$#######O@#$ ", +" &#&--%%-&&%% $%O$@$$$$.##%%%#%#$.#######@##$ ", +" &#&-o%%o&&%O o%O$$$O$O$###%%%##$.#######@#o ", +" .&-o%o-&&&o %%O$$#.O.###%####.########$#o ", +" .&-o%o&&&% OO#$$#.##################O@#o ", +" &%&-oo-&&O $$#$O####################@## ", +" &#&-o-&% $.O####################@#o ", +" &.%%-%o #.O##################O@#o ", +" &.#o$ $.OO#################@#O ", +" oo ..$$#O############O@## ", +" o#. $#@@#########@@##$ ", +" o. O#%@$$$@@$@@@#o$ ", +" . $.######@###o ", +" .@ o$....o$$ ", +" "}; diff --git a/src/fishes/fish18a.xpm b/src/fishes/fish18a.xpm new file mode 100644 index 0000000..5d5cec5 --- /dev/null +++ b/src/fishes/fish18a.xpm @@ -0,0 +1,82 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish18a_xpm[] = { +"63 37 16 1", +" c None", +". c #9D939B92796E", +"X c #A4B3756E626B", +"o c #776E5C4B5249", +"O c #CBD8DCDAC3D7", +"+ c #BFB7A1B39F93", +"@ c #98928F914748", +"# c #696C818F3C27", +"$ c #A4B3AFB5B6B6", +"% c #736DA4B3646C", +"& c #C7D8B8B6C5D7", +"* c #8D9190919E93", +"= c #786E828F7C6F", +"- c #4F495A4A3D27", +"; c #47483E274448", +": c #9391696C3E27", +" ", +" ........ .XXXXo.. ", +" .O..O..O..... +.@###@@@... ", +" +.O.+O@$O+.O......@ .@.@O%#O#@ ", +" &****oX$==#..+.O+.O@@O..O#%O#@ ", +" &****+=.#X=X=oo@.%%$%=#%#%%%## ", +" $*$+.....=X*o%$==-o--%##%#%#O. ", +" &**X**$$**X*+.oXoo--=-#-#%#-%O%. ooo ", +" $**X=oo*$$*=oo.$$.===#o##-###%%%-# o;;;; ", +" *$$******$$$*o-o$$*o=*@=##-####=#%. X;;;;;; ", +" $$$$$$*****$$$=o=$$=-o*$=o--##%%%O#. ;;;;;;;;; ", +" $$$$$$$$****$$$*==$$*--=$*;o=#-#-o## -;--;;;;;- ", +" $$$$$&&&&$****$$$*=**$*;;o$*-;*=#--### -----;;;;;;- ", +" $*$$+=$&&&$$$*$$$$=-=*$-;;;$*o;=o--## ----#-;;;;;;; ", +" $$$$+OO=&$&&$$*=**=;;;*$-;;;**-;o-;-## o-----;;;;;;; ", +" *$$$&O;;O*$XX$o-;;==;;;=*;;;;**;;o-;;o.=o=#--#;;;;;;;;; ", +" **$&&&O;;O*Oo;X*;-=$$*==$*=;;=$=-;=-;;==--o-#-;;;;;;;;;; ", +" $*$$$&&&*OO*&&**$$$$$&&$$$$$$=o$$*====--=o-o;-##--;;;;;;- ", +" *$$$&&&&&&**O&+**$&$$$OO$$$$$$*$$$$**$*o-==o-;-#--;;;;;;;;; ", +" $$*$&&&&&&&&&O&.***$$&&OO&$$O$$$*$$$**$*=o=oo-;---;;;;;;;;;= ", +" $*$++&&OOOOO+X***+*&$+$&$$&$$$$$$$****=o==o=o----;;;;;;;;; ", +" *XX ...&OOOOOOO.XX.**;+&OOOOOOO$$$$O$****=o#= .---;;;;;;;;X ", +" *..XX..+&OOOOOOXXXX.;o+&+X+OOO&$$$$$$*=Xooo= --;--;;;;--- ", +" ooo:XXX+++&++.XXX+o;o.&+*+$OO$$$$$...@o--. -o;;;oo- ", +" oXooXXXX..X.X::;;;ooXX+++++$.$...X#o--o@%@ ", +" .;;oooooo:o;;;;;-oooo#o##:oooo---oo:@@#@ ", +" ;-;;;;---;;;;;;--;;o---------ooo:@@%:#@ ", +" --o;;;;;+;;;;o;;;;----oo-o:#@@%#@ ", +" ;+;;+OO;o-;;--------ooo@@::@ ", +" -+;;;;O;-;;+;;-;;-+--o#:@@@ ", +" ;+OO;;; ;;;;+;-+-;+--o:%@@. ", +" ;;;OO; o;ooooooX--o@%:. ", +" ;;O; oo:@%. ", +" ;;; o@.-;. ", +" ... ", +" ", +" "}; diff --git a/src/fishes/fish18b.xpm b/src/fishes/fish18b.xpm new file mode 100644 index 0000000..3979f91 --- /dev/null +++ b/src/fishes/fish18b.xpm @@ -0,0 +1,82 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish18b_xpm[] = { +"63 37 16 1", +" c None", +". c #9D939B92796E", +"X c #A4B3756E626B", +"o c #CBD8DCDAC3D7", +"O c #BFB7A1B39F93", +"+ c #98928F914748", +"@ c #696C818F3C27", +"# c #A4B3AFB5B6B6", +"$ c #736DA4B3646C", +"% c #C7D8B8B6C5D7", +"& c #8D9190919E93", +"* c #776E5C4B5249", +"= c #786E828F7C6F", +"- c #4F495A4A3D27", +"; c #47483E274448", +": c #9391696C3E27", +" ", +" ........ XXXXX.. ", +" .o..o..o...... .O.+@@@+++.. ", +" O.o.Oo+#oO.o......+..+.+o$@o@+++ ", +" %&&&&*X#==@..O.oO.o++o..o@$o@++ ", +" %&&&&O=.@X=X=**+.$$#$=@$@$$$@@ ", +" #&#O.....=X&*$#==-*--$@@$@$@o. ", +" %&&X&&##&&X&O.*X**--=-@-@$@-$o$. ", +" #&&X=**&##&=**.##.===@*@@-@@@$$$-@ ;;;; ", +" &##&&&&&&###&*-*##&*=&+=@@-@@@@=@$. X;;;;;; ", +" ######&&&&&###=*=##=-*&#=*--@@$$$o@ ;;;;;;;-= ", +" ########&&&&###&==##&--=#&;*=@-@-*@@ -;--;;;--= ", +" #####%%%%#&&&&###&=&&#&;;*#&-;&=@--@@ -----;;;;-- ", +" #&##O=#%%%###&####=-=&#-;;;#&*;=*--@@ ----@-;;;;;;; ", +" ####Ooo=%#%%##&=&&=;;;&#-;;;&&-;*-;-@@ *-----;;;;;;; ", +" &###%o;;o&#XX#*-;;==;;;=&;;;;&&;;*-;;*.=*=@--@;;;;;;;;; ", +" &&#%%%o;;o&o*;X&;-=##&==#&=;;=#=-;=-;;==--*-@-;;;;;;;;;; ", +" #&###%%%&oo&%%&&#####%%######=*##&====--=*-*;-@@--;;;;;-; ", +" &###%%%%%%&&o%O&&#%###oo######&####&&#&*-==*-;-@--;;;;---= ", +" ##&#%%%%%%%%%o%.&&&##%%oo%##o###&###&&#&=*=**-;---;;;;;;;-= ", +" #&#OO%%oooooOX&&&O&%#O#%##%#######&&&&=*==*=*----;;;;;;;; ", +" &XX ...%ooooooo.XX.&&;O%ooooooo####o#&&&&=*@= .---;;;;;;;;; ", +" &..XX..O%ooooooXXXX.;*O%OXOooo%######&=X***= --;--;;;;;;; ", +" ***:XXXOOO%OO.XXXO*;*.%O&O#oo#####...+*--.+ -*;;;;;;; ", +" *X**XXXX..X.X::;;;**XXOOOOO#.#...X@*--*+$+ ;;;;;;; ", +" .;;******:*;;;;;;****@*@@:****---**:++@+ ;;;;; ", +" ;-;;;;---;;;;O;;-***---------***:++$:@ ;; ", +" --*;;O;;O;;***;;;;----**-*:@++$@+ ", +" ;O;;O;***-;;--------***++::+ ", +" ;;O;o;----;;O;;-;;-O--*@:++++ ", +" ;o;;; ;;;;O;-O-;O--*:$++.+ ", +" ;o;; *;******---*+$:.. ", +" ;o;; *****:+$.... ", +" ;o;; *+.$- ", +" ;;; ", +" ", +" "}; diff --git a/src/fishes/fish19a.xpm b/src/fishes/fish19a.xpm new file mode 100644 index 0000000..9934dee --- /dev/null +++ b/src/fishes/fish19a.xpm @@ -0,0 +1,90 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish19a_xpm[] = { +"73 44 17 1", +" c None", +". c #9A92C7D8A9B4", +"X c #9992C0D78890", +"o c #B6B6B5B69592", +"O c #C2D7DADAA3B3", +"+ c #D7DAE0FBD1D9", +"@ c #9F93A2B39D93", +"# c #6B6D7F6F5A4A", +"$ c #7E6FA8B49C92", +"% c #85909692818F", +"& c #736D9D93564A", +"* c #6C6D606B5249", +"= c #4F49616B4748", +"- c #9391AAB45D4B", +"; c #392635262624", +": c #94918A90606B", +"> c #F9FEF3FDE3FB", +" ......... XXo ", +" . .X..O.O.+.+oo. XX@X# ", +" ....OOOOOO.XooOOO++++++O+ X.X$# ", +" ....OO.O.%#&*=###XO+O+O+++OOOOooXX..X%## ", +" .XX%X..X-#===;;==*#o@%.OO+O+O+OOOooXXX%## ", +" ####&%OOX===*#;;;=;=*=;==#.OOOOOoOooX@%%# ", +" #===#%O+@==#%%;;;;;=;;;;;;%X%.ooOoOooXX%# XX ", +" %%O@#===#oO%==*O.#;;;=#;;;;;;--=*%@@oooooo@# oXXXXX ", +" %:##+++%===OO#==&OO#;=;#X%=;;;=&=;;;%oXoooooo# oXoooXXX ", +" ++%*=O+++@#%OO#=;%O+#=;;%.$=;;;=%=;;;;%X@ooooo oo@ooXX@X ", +" o+>O#=:++++++++.#=*O+%=;=%..;;;;%@#;;;;=-X@oooo ooooX@X%:%% ", +" oX*#>>@===#+++++++.#=@+.===.O$=;;#XX%=;=#==#%oooo oooo%X%:%%%% ", +" o+O#=:++%==;:++++++.%=@++#;=.+$=;=...%==%.#;;=%ooo Ooooo@:%@%#:% ", +" o@XX%==#++%;;=#%+++++%=@++#==o+.#;=.++#=#XO#;;;#oX OOoooX@X%::%%%%", +" o$#==%%##o++*=;;=O+++O#=%+.#==@++@==%++#==.o%;;;:o -XOoooXoX%%%%::::", +" oo#:::=o+o%@O%=;;;=o++@===@.*;=#++.==@++%=*++%;;-ooo#;*oOooXXXX%:%%%%%", +" Oo@;;:=%+o***@=;==;=%+%==;%%*;==.+.==o+O*=#OO#;;#..%%;;%OooX-XXX%%%%%%", +" Ooo@=;:=:O@**=##===;;=@*;==%#====$+@==%+.#=#..#;=@OO@=;;#oXX@XXXX-:::::", +" OOo%##*:*%o%****:.===========*==;=#.#==#O.#=*.O%==%OOo=;;=oXoXX-XX%%%:%:", +" +o%:%%%%:%%:#*#==O%==========#=====$#*=%+@==*.O%==.OOo*;;=-XXXXXX%####:#", +"++@%%%%$%:######*=%o*======;=#o===;#$*==%.@*=#++@**O++.=;;;XXX%%%%%:#:#::", +" ..++%%%%##*##*%=*#@%====*===:o*===*@#==*@%==*..%**%.O@*;;=Xo@%%%::##**##", +"..%@%:###*******=#*#%*=======%%%====@@==*@%===%@%==#@@%=;;=XX%%%::%:####:", +" #####*********==#%#%#*===*==%@:====%@*=#o%#==:@#=;=#:*===*XX%%###:######", +" **#******======*@#%@%%%%%%%%%#*=;=::===%%*=*##*====****#%$%::#######*#:", +" **********===**%*#@@@%@%####%#%==**===*#*===*==;;=%%X-$%%%%####**####:", +" **=**=*====*=#**%@@%%%%#%##**#===*===*======;=;*%%% %$%%::#####***#:", +" *****=**=***#####%%###%#%***#=================#%%$# %%#####****## ", +" **=*=*=**==*###@**%###*%=*%=======*=*=======#%$%# %####*****#* ", +" **=****=**%#*@**%#****#======*===========###%## ###******# ", +" *****==*##%**%%*%##===========**===*####%%#* #:#*#*#** ", +" ========##**##**=====***===####**##%%%%%%#* **#*#* ", +" ========:#===**====#####*###%###%%%%%###* ", +" =******#: =*###**##%*###%###%#%####* ", +" =*==****** #:##%#%%#%###%%**##***===* ", +" =*==***### #%%*%%#%## **######**=* ", +" =*==***### ", +" ******### ", +" ****##### ", +" ***###*# ", +" ***##** ", +" **** ", +" *** ", +" *** "}; diff --git a/src/fishes/fish19b.xpm b/src/fishes/fish19b.xpm new file mode 100644 index 0000000..c0c1f7b --- /dev/null +++ b/src/fishes/fish19b.xpm @@ -0,0 +1,90 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish19b_xpm[] = { +"73 44 17 1", +" c None", +". c #9A92C7D8A9B4", +"X c #9992C0D78890", +"o c #C2D7DADAA3B3", +"O c #D7DAE0FBD1D9", +"+ c #B6B6B5B69592", +"@ c #9F93A2B39D93", +"# c #7E6FA8B49C92", +"$ c #6B6D7F6F5A4A", +"% c #85909692818F", +"& c #736D9D93564A", +"* c #6C6D606B5249", +"= c #4F49616B4748", +"- c #9391AAB45D4B", +"; c #392635262624", +": c #94918A90606B", +"> c #F9FEF3FDE3FB", +" ......... ", +" . X..o.o.O.O++.. XX@XXX ", +" ....oooooo.X++oooOOOOOOoO.++++ X.X#$$ ", +" ....oo.o.%$&*=$$$XoOoOoOOOoooo++XX..X%$$ ", +" .XX%X..X-$===;;==*$+@%.ooOoOoOooo++XXX%$$ ", +" $$$$&%ooX===*$;;;=;=*=;==$.ooooo+o++X@%%$$ ", +" $===$%oO@==$%%;;;;;=;;;;;;%X%.++o+o++XX%$ XXXX ", +" %%o@$===$+o%==*o.$;;;=$;;;;;;--=*%@@++++++@$ ++XXXX ", +" %:$$OOO%===oo$==&oo$;=;$X%=;;;=&=;;;%+X++++++$ ++X+++XX ", +" OO%*=oOOO@$%oo$=;%oO$=;;%.#=;;;=%=;;;;%X@+++++ +++@++XX@X ", +" +O>o$=:OOOOOOOO.$=*oO%=;=%..;;;;%@$;;;;=-X@++++ ++++X@X:%% ", +" +X*$>>@===$OOOOOOO.$=@O.===.o#=;;$XX%=;=$==$%++++ ++++%X%:%%%% ", +" +Oo$=:OO%==;:OOOOOO.%=@OO$;=.O#=;=...%==%.$;;=%+++ o++++@:%@::%% ", +" +@XX%==$OO%;;=$%OOOOO%=@OO$==+O.$;=.OO$=$Xo$;;;$+X oo+++X@X%::%%% ", +" +#$==%%$$+OO;=;;=oOOOo$=%O.$==@OO@==%OO$==.+%;;;:+ -Xo+++X+X%%%%::: ", +" ++$:::=+O+%@o%=;;;=+OO@===@.*;=$OO.==@OO%=*OO%;;-+++$;*+o++XXXX%:%%%% ", +" o+@;;:=%O+***@=;==;=%O%==;%%*;==.O.==+Oo*=$oo$;;$..%%;;%o++X-XXX%%%%% ", +" o++@=;:=:o@**=$;===;;=@*;==%$====#O@==%O.$=$..$;=@oo@=;;$+XX@XXXX-:::: ", +" oo+%$$*:*%+%****:.===========*==;=$.$==$o.$=*.o%==%oo+=;;=+X+XX-XX%%%:% ", +" O+%:%%%%:%%:$*$==o%==========$=====#$*=%O@==*.o%==.oo+*;;=-XXXXXX%$$$$: ", +"OO@%%%%#%:$$$$$$;=%+*======;=$+===;$#*==%.@*=$OO@**oOO.=;;;XXX%%%%%:$:$: ", +" ..OO%%%%$$*$$*%=*$@%====*===:+*===*@$==*@%==*..%**%.o@*;;=X+@%%%::$**$$ ", +"..%@%:$$$*****;*=$*$%*=======%%%====@@==*@%===%@%==$@@%=;;=XX%%%::%:$$$$ ", +" $$$$$*********==$%$%$*===*==%======%@*=$+%$==:@$=;=$:*===*XX%%$$$:$$$$$ ", +" **$******======*@$%@%%%%%%%%$===;=::===%%*=*$$*====****$%#%::$$$$$$*$$ ", +" **********===**%*$@@@@@@$%$$%====**===*$*===*==;;=%%X-#%%%%$$$$**$$$$ ", +" **=**=*====*=$**%@@@@%@%%$$======*===*======;=;*%%% %#%%::$$$$$**$$ ", +" *****=**=***$$$$$%@@@$%$$*====================$%%#$ %%$$$$$****$$ ", +" **=*=*=**==*$$$@**%%$$$===========*=*=======$%#%$ %$$$$*****$ ", +" **=****=**%$*@%%%$$==*=======*===========$$$%$$ $$$******$ ", +" *****==*$$%$$$$*==============**===*$$$$%%$* $$:$*$*$* ", +" ========$$*==========***===$$$$**$$%%%%%%$* $*$$$$ ", +" ========:$===**====$$$$$*$$$%$$$%%%%%$$$* ", +" =******$:$ =*$$$**$$%*$$$%$$$%$%$$$$* ", +" =*==*****$ $:$$%$%%$%$$$%%**$$***===* ", +" *==***$$$ $%%*%%$%$$%%%**$$$$$$**=* ", +" ==***$$$ %%%%%$ *$$$$$$$** ", +" *****$$$ ", +" **$$$$$ ", +" *$$$*$ ", +" *$$**$ ", +" ***$ ", +" *** ", +" "}; diff --git a/src/fishes/fish20a.xpm b/src/fishes/fish20a.xpm new file mode 100644 index 0000000..7fa12d6 --- /dev/null +++ b/src/fishes/fish20a.xpm @@ -0,0 +1,94 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish20a_xpm[] = { +"62 50 15 1", +" c None", +". c #1F031F030000", +"X c #E0FBE9FCC3D7", +"o c #9892C0D78F91", +"O c #8F91A6B40000", +"+ c #DEDADADA3926", +"@ c #8B904B490000", +"# c #9D93AFB54648", +"$ c #E4FBB3B54248", +"% c #C0D794910000", +"& c #8E919B92BBB6", +"* c #D2D9C0D7ECFC", +"= c #3F273F279C92", +"- c #92914848ACB4", +"; c #CBD8A4B3B5B6", +" ", +" ", +" . ... ", +" ... ... .. ", +" ....... .. ", +" . ..XXXXX. ... ... ", +" ....XXoXXXXXXXX... ", +" . ..Oo+oo+oo+ooooXXX... ", +" .@@#o$+$$%$+%+$$$$oooXX... ", +" ..oo+$$$$+$$+$$$%$+$$$ooXXX... ", +" .oo$$+@$$@#$$@$+#$$+$$$$oooXX.. ", +" ..o$+$$$+#$$+$#+$#@#$$%####$@@X.. ", +" .@##$$$.$$#.##$##$##+#$+#%#%#%%@X.. ", +" X.#$+#$+#$#+#$#.#+.#####@##%#%%%%@X.. ", +" @X@###$##$###.$##$#+##$+#$#%#%#%#%%@X.. ", +" @XX@o$$#$+#.#$#+#$+.##.#+.#+#%@%%#%%%@X. ", +" @#XX@####.##+##+#.##$+#$#$$$#.#%%#%%%%@X.. ", +" @#XXo#oo##$+##$.+###+##+.##+#%#%%%@%%%%@X. ", +" ###XXoo#o#+##.#+##.#.#..###.#.+%.#%%%%%%@X.. ", +" ####XXXoooo#.#####.+####+##+###%.#%%%%%%%@X.. ", +" ####XXXo###o##+#.+###.#.#.#..#%++%%.#%@%%@X.. ", +" @@##XXXXoo######.##+.#+#######+.#.##%%%%%%@X.. ", +" &@#@#XXXXo#o#o#+.+#.#%%##+........#%.%.%%%%@X.. ", +" #&@@#@XXXXoo##oo.###%%%%...##++##+#.##.%%@%%@X.. ", +" #&.X.@#XXXXoooo####+%%%%##+#...#.#.%....#.%%%@X.. XX ", +" .....X.@XXXXo####o+%%%%%%+...##..#.%.%.#.#%#%@X.. XXX ", +" X..X.X.XXXX*oo#o##%%%%%%%.#+#..##+%.%.@.@.%.@X@. @*XXX ", +" ...X...X.XXX*..####o%%%%%%#+#..#+%.%.%.%%#@@@%@@. ...XXXXX ", +" ...==X..X..XXXo*.#o#o@%%%%%%+#.##%#.#.%%#%..@..@@ .@..XX*XX ", +" ...=X....XXX*o.###@%%%%%%%..#+#.#.%+%.%.@@.@@..@@@@..XX+XX ", +" ......X....XXoo*..#@%%%@%%%.+##+.%.#%..%.%%%@@@.@@@@..#+XXXX ", +" ...X.X....XXooo..#.@%@%%%%###.#.+#%%.%#%.%@.@@@@@@@..XX++XX ", +" .X.X....XXo#..##...%%@%#+#.#.#%.%.%%.%.@@....@@@@..XX++XX ", +" X.X....XX#..##%%%.%@%+#.#.%#%.#.%#.%.%@@.@@@@@@@..XXX*XX ", +" ..X...*X..@#%%%%.@%%%.%.%%.%.%%%.%%.%..@...@@@@..oX*XXX ", +" X...X.&-O%%%##%%%.%.%%%.%.%%..%.%%.@@@.@.@@@@..oXXXXX ", +" ....X*########%.%.%%.%.%%..%%%%%.@@%.@... .@..;XXXX ", +" ..XX*######@@.%%%%.%.%%.%%%.%..%@..@@@... @..OXX*X ", +" @X**####@@%%%%.%.%%%.%%%.%.%@%.@.@...... .o;##X ", +" ****#@@@@@@%.%.@@%.%..@..@@%.@%@...@... o;;XX ", +" *......@@@@@@@@%@.@..@@%..@@@@@.@..... oX ", +" .........@@@@@@@.@@@.@@.@.@@....... ", +" ........@@@@.@.@.@.@.@..@...... ", +" .......@@@@..@@............. ", +" .....@@@@@@@@@@..@....... ", +" ..@@@@.@..@@........ ", +" @.............. ", +" ............ ", +" ..... ", +" "}; diff --git a/src/fishes/fish20b.xpm b/src/fishes/fish20b.xpm new file mode 100644 index 0000000..fec6d13 --- /dev/null +++ b/src/fishes/fish20b.xpm @@ -0,0 +1,94 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish20b_xpm[] = { +"62 50 15 1", +" c None", +". c #1F031F030000", +"X c #E0FBE9FCC3D7", +"o c #9892C0D78F91", +"O c #8F91A6B40000", +"+ c #DEDADADA3926", +"@ c #8B904B490000", +"# c #9D93AFB54648", +"$ c #E4FBB3B54248", +"% c #C0D794910000", +"& c #8E919B92BBB6", +"* c #D2D9C0D7ECFC", +"= c #3F273F279C92", +"- c #92914848ACB4", +"; c #CBD8A4B3B5B6", +" ", +" . ", +" . .. . ", +" ... ... .. ", +" ....... .. . ", +" . ..XXXXX. ... .. ", +" ....XXoXXXXXXXX... . ", +" . ..Oo+oo+oo+ooooXXX... ", +" .@@#o$+$$%$+%+$$$$oooXX... ", +" ..oo+$$$$+$$+$$$%$+$$$ooXXX... ", +" .oo$$+@$$@#$$@$+#$$+$$$$oooXX.. ", +" ..o$+$$$+#$$+$#+$#@#$$%####$@@X.. ", +" .@##$$$.$$#.##$##$##+#$+#%#%#%%@X.. ", +" X.#$+#$+#$#+#$#.#+.#####@##%#%%%%@X.. ", +" @X@###$##$###.$##$#+##$+#$#%#%#%#%%@X.. ", +" @XX@o$$#$+#.#$#+#$+.##.#+.#+#%@%%#%%%@X. ", +" @#XX@####.##+##+#.##$+#$#$$$#.#%%#%%%%@X.. ", +" @#XXo#oo##$+##$.+###+##+.##+#%#%%%@%%%%@X. ", +" ###XXoo#o#+##.#+##.#.#..###.#.+%.#%%%%%%@X.. ", +" ####XXXoooo#.#####.+####+##+###%.#%%%%%%%@X.. ", +" ####XXXo###o##+#.+###.#.#.#..#%++%%.#%@%%@X.. ", +" @@##XXXXoo######.##+.#+#######+.#.##%%%%%%@X.. ", +" &@#@#XXXXo#o#o#+%%+.##+##+........#%.%.%%%%@X.. ", +" #&@@#@XXXXoo##oo.%%#+#.....##++##+#.##.%%@%%@X.. ", +" #&.X.@#XXXXoooo###%%...###+#...#.#.%....#.%%%@X.. XX ", +" .....X.@XXXXo####o%%%%+##+...##..#.%.%.#.#%#%@X.. XXXX ", +" X..X.X.XXXX*oo#o##%%%%#...#+#..##+%.%.@.@.%.@X@. @*XXXX ", +" ..X...X.XXX*..####o%%%%.##+#..#+%.%.%.%%#@@@%@@. ...XXXXX ", +" .==X..X..XXXo*.#o#o@%%%%+#+#.##%#.#.%%#%..@..@@ .@..XX*XX ", +" .....=X....XXX*o.###@%%%%%##..#+#.#.%+%.%.@@.@@..@@@@..XX+X+ ", +" ......X....XXoo*..#@%%@%%%#.+##+.%.#%..%.%%%@@@.@@@@..#+XXXX ", +" ...X.X....XXooo..#.@%@%@%.###.#.+#%%.%#%.%@.@@@@@@@..XXX+XX ", +" .X.X....XXo#..##...%%@##+#.#.#%.%.%%.%.@@....@@@@..XXXXXX ", +" X.X....XX#..##%%%.%@%+#.#.%#%.#.%#.%.%@@.@@@@@@@..XXX*X+ ", +" ..X...*X..@#%%%%.@%%%.%.%%.%.%%%.%%.%..@...@@@@..oX*XXX ", +" X...X.&-O%%%##%%%.%.%%%.%.%%..%.%%.@@@.@.@@@@..oXXX+X ", +" ....X*########%.%.%%.%.%%..%%%%%.@@%.@... .@..;XXXXX ", +" ..XX*######@@.%%%%.%.%%.%%%.%..%@..@@@... @..OXX*X ", +" @X**####@@%%%%.%.%%%.%%%.%.%@%.@.@...... .o;##XX ", +" ****#@@@@@@%.%.@@%.%..@..@@%.@%@...@... o;;XXX ", +" *......@@@@@@@@%@.@..@@%..@@@@@.@..... oXX ", +" .........@@@@@@@.@@@.@@.@.@@....... XX ", +" ........@@@@.@.@.@.@.@..@...... ", +" .......@@@@..@@............. ", +" .....@@@@@@@@@@..@....... ", +" ..@@@@.@..@@........ ", +" @.............. ", +" ............ ", +" ..... ", +" "}; diff --git a/src/fishes/fish21a.xpm b/src/fishes/fish21a.xpm new file mode 100644 index 0000000..df68a23 --- /dev/null +++ b/src/fishes/fish21a.xpm @@ -0,0 +1,145 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish21a_xpm[] = { +"100 100 16 1", +" c None", +". c #686C6C6D3426", +"X c #5E4B6F6D5049", +"o c #776E9A925B4B", +"O c #706D7A6E5D4B", +"+ c #7E6FACB49A92", +"@ c #C0D7D1D9BEB7", +"# c #A4B3BEB7A9B4", +"$ c #6E6D838F8A90", +"% c #B7B6C5D79692", +"& c #44484D492624", +"* c #B5B6C5D7686C", +"= c #A5B490917A6E", +"- c #9D93B2B54A48", +"; c #1A031A031602", +": c #A8B47F6F3B27", +" ", +" ", +" .Xoo ", +" oooO+@ooooo.o ", +" o+#++#@+X..X.X.o.. ", +" o++#@o@@#OXX++$oX.oX... ", +" O+@@##$#@+X+@@@@@+..X...... ", +" o+@#@+@++@++++++oX$..XX....... ", +" +@+#+@#++@@+o$$++@@+@#@@o..Xo... ", +" $+@+@@@#o+#@@+++@#+@+@@++oX....XoX. ", +" o@@@+#@#oo@@@+O+++$$O+$OX$X++@@X..o.. ", +" ####+###O+@##oO+@@+X+++XOXX+@++O....o.. ", +" ++@#@+@@@o+#@#+o@@@@o@@@#o+Xo++OO..XX..oo. ", +" o@###++##@o@@#ooo#@OXO#@#@#@%@#+@@#@#@.Xooo. ", +" +###@@o+##%o##oXX+@@@oO@@o..XooXXXXX++oX...ooo. ", +" +@@@#%++@#+o+#@oo@@@@O+#@#..O+O++oX..XOXXX&X..... ", +" o#@@#++#%#@o######@%oOO@@#XOo@@#@@#@@+.++#@@+X..o.. ", +" +###+####%+#%@+o#@%OXo@@o..%@@@XXOO+@#OX+@oX....Xo..o ", +" o+#####@@++++##oOXooX$@#@Oo#@#@oXX+@#oOXXOXX.X.XX....... ", +" ##@#@#+++oo+#oo$######@@+#@@@%OXO+@@+OXo#O&Oo+@@+X&.....& ", +" +@%++o++o+#####@@#@@##%oO%###XXXO#@@O..++@@oX&+XX&X+X..+X.. ", +" ++o+++++##@##@%###%###oOXXX$XX+#@@@@.X+@@@#@@X.X.XX++...X.... ", +" ++@#@##@%###+oooooXOooo+%#@*XO#@@#@#X.@@@#O.+@@XX&o@+XX..&..... ", +" +#@%@#%++#+ooooo%##+ooOo+##@#%##+##o.X+@@o....+X..XOX....+X.....& ", +" +@#@++ooooo+oo+%#@%#@#+@oXo+*+@%@oX..XoOOXXXooO..@++X.XX.+oX.&..... ", +" +@@#oooooo+#+#@##%%o+#@##OO.XXOo*O.XO@##oX+@#@@@@@@O..@#....&.&...&. ", +" ++#%#++##@@#@###@@oOO.O###@##oOXX.XX###@@###@@@@@@o$@@X&XX.&&++.&..... ", +" ++##+o++#@##@%++##oX++#oO$+@#@#@%#o$+##@oX+@#@+OX.X.XX@@X&.oo.X&&....&.o ", +" ++@@+%##@+oooooo+oo+#@@#oOOXX++#++#@@@@++.X.XXX..X..X.XO$..+@$.&........ ", +" +@@@@o###+oooo+###ooo#@+o+++oO.XX.Xo++XXXO++o.X..O+@X#@+XXX.XXX&.&..o..X. ", +" +@@@++++++o+###@@@++##@%o##@#@##O$+O..XX.X++++#####@@#@@#O@@XX&X..X&&..... ", +" +#@#++#@%%o%#@#%#+oo@@#@o#@####+#@++###+++o&o%++##@@@@@@+.o#@XX..&...&&.... ", +" +#oo++#####@@@#o*oo+#@@+oo@+ooO+@#+#@+++@#++..XX++#oXXXXXX.+@+.X&XX..&...&oo ", +" ++#%#@@@=++++++%o#@%@%+-oooOOOo$OXOXXXXXoXX$++++X.X..XXX.XX...+X&o&&.o..&... ", +" ++@##@#@+++++o++##@@@oooo+@@####@#oOOoOX.XXXXo+++@+oX++++@%##+.+O&+..&&&X&X.. ", +" ++++++++++####@@@@@#+o+%%#@@@@@@@%#O+#@#++##X.XX$+@++@++o+@@@@X+@X&&&.&&&&... ", +" +++++++++##@@@@@@@+%++#@@@@#++o+oo@###@@##@#+O+oO.XOo#oXoXX++@+.++.&X&&.&&&.. ", +" #@@###@#+@@#@@@###%+##@@@####oooOooO@@@oXOXXoO#@@#X.X...........X@+..+.&&..&.. ", +" +++++#@@##@@#+###%%@@@@#+*+##@+##@#%+$++oXOOO++o+++ooXX.X+oXX.&.+@@.XX&&&&X.. ", +" +##+@@+++#@#++%#++@@@@@#+@%%o%@@#@#@ooo+@###@oXXOXo+@@++@++#+o+o.+@@oX&&o&&.& ....&;; ", +" %++@#+++@+#@#+###@@@@@%@%=##@##@@#*@o##+##@+++#+++o.XOo.oXXXX++++oXXXX.X&.&X.& &&.X..&&; ", +" +@+@@@@@@@#@@#@@@@@@#%@%##@@@@@%ooo-+@#@+oOXX+@@@@@+..X.....&XX++++.XX.&&.&&& .&&.....&&; ", +" ++@@###@@@@@@#@@#%@@%@#%#@@@@@@@+o+-#+@@@++O+oo+oOO+@+++++@o+..X..Xo&++&.&&&. &&&&&.;.o.&&; ", +" ++++@+##+#@@###@+#+%#@@#@@@#=o*+#@@#@%oo#+#o@#oo.oXo+oo+##o$++X&XX.XX++.&&& &&;&&.;;&o..&&; ", +" $@#@+++XXX+@@@%#@@+##@@@#@##%##+##@@@@+o-oo+o+@+o#@#oXXXX.X.X.OOXO+o&+..&&&& &&&&;&;&o.o&..&&; ", +" ++@##+X$+:XX+@%##@@#@##@@@++#@@@@@@+@@@###+#+++@+#+++o$+o+o@o..oX.X+X+oXXX;&;&.;&;;;;;;;..&&;; ", +" +@++@@+X:=+O:X@%##@@#@#%#@@#@@#@@@#+o+%@@@@@#%@++#+XXOXXo#++++@XO+.XX&&X&&&&&&;;.;;;&.&o&oo&&;; ", +" +@@@#@+:+..+:X@@@@##+@@####@@@##*#=o@=%@###+oOoo+@o+#+++.XXXXOo.XXo++XX&&&.;&&X;;;&&;;;;;&.&&;; ", +" +@+#@@+o=XX+:X@#@@#@#@@@@@#@@@#%%+#@@#@@+++#+++++oo+@+#++++X..X..X$+o.o&X&&&&&;&&&;;.&oo.o&&&; ", +" ++###@@X:+oO:+@#@##@@@@@@@@###@@@@@@@@@@##@@#@@#%o##OO.XX++@o+++o.X.XX.&&;&&X&;;;;&;;;;;;.&&;; ", +" ++@@@@@@+X::XX@@@@##@#@#@#@@@##@@@@#+o+##@@@@##++#@@@oXO+o.O+#+#o+@@...X&&;o;;&;&;&;&;&.o.o&&;; ", +" ++@@@@#@@+XXo+@#@#@@@#@#@#@@@@@@#%++o++=@@@+#ooo+#+oo+++++Xo++X.XXOX+XX.&&&X&.;;&;;;;;;;;;&&&;; ", +" +XX#@@@@#@@@++@@@#@@@@@#@@@@@#@@@@#%#####@######++#+Ooo+@+OXX..X+oo..X.$o&.&&o&&.&;;&;&;&..o&&;;; ", +" X#X@@@@@#@@@@#@@#@#@@##@@@@#@@@+#@@@#@@@@@##@@#@@@###+o++.ooXoO+@o+++o#++..$o&;;;&;;&;;;;;.&&;;; ", +" ##+@@@@#@@@@@@@@@@@@#@o@#@@@@@#@@@@@@+#@@@@@##oOo##@#o++$o++*OX..XOooXXXX&$.XXX&;&&;;;.&o.o&;;; ", +" X#X@@@@@@##@@@@@@@@@#@@@@@*@@@@@@%@#-ooo=#@@#+ooooo+oooOXX++@Xo+Ooo.XX&X...&&&&&;&;;;&&;;;;;&&;; ", +" +XX@#@@@@@@@@@@@@@#@@@@#@@@%@@@#@@#@#o+@#++++=+o++@oooO+ooO.X.X+@@++XX.X+++O++&&;;;&&&;;;&o.o&&;; ", +" ++@@+@@@@@@@+@@@@@@@@@@@o##@@@@##+####@@@@%@@@#@+++@o+@o++oXo+#++XX++++++XX+#&&&&;&;&;&.;;;.&&&; ", +" +@@@@@@@@##@@@@@@@#@%@##o@@##@##%+@@++#@@##@@@ooo+##+@O#++@@@#.X.Xo+++OX+@oX;&&;&;&&&;&.o.;.&&;; ", +" +@@@@@@@#@@@@@@@@@@o@+#++@#@@@@@+@@#o+@@@#@@+oo+@+o#+oOXo#++X.XX.XXXXXo@@@X&&;&&&;;&&;;.oo.&&&; ", +" #+@@@@@@@@@@@@@@@@#@@#++#++@@@@@###@#+#@#*=o+#++o#+#+XXXXX..+++o....+@@+@.&&& &&&&;&o.;..o.&&; ", +" +@@@@@@@@@@@@@@*@@@@#+$@+##@#@##+@@#%*ooo++#+##@#o+#++ooo+@+@++++++@X$@.&+& &&&&;;&o;...&&; ", +" #@@@@@@@@@@@@@@@#@@@+####+##++++##+++@@#+++@#@@oo+++++@#++X$+++@++o.+@.&&; &&&&;&o...&&; ", +" #@@#@@@@@@@@@@@#@@@@@###@##++@+++oo##@oo+++oOo+#o+XX+@+oX.XXXoXX...X+X&&;; &&&&&&&&&&; ", +" #@@@@@@@@@@@@@@@@@#@#@####+#@@+@+O%#@oOOO+++##@#oo+XXXo++OX.XXX.@+XX.X&;; ;;&&&&;;; ", +" +#@@@@@@@@@@@@@%**%%@#@###%o@@@#@oooo##++###@##@++oXXX+#@++@@@@+@@.+&.+o; ;;;;;; ", +" +@@@@@@@@@@@@@%===#@@@@@@@*o*#@@@@##@@@@@@+XX.ooo++@@#OXX+#+@@+@@X.X&&& ", +" #@@@@@@@@@@@@@@@@@#@@@@@@@#o=#@#@@o@+#ooOo###+XO+#@oXX.XXXXXXX+@X&X&.& ", +" o@@@@@@@@@@@@@@@@@%**##*%#@#*ooo#@+ooO++o+#@@+oXooX.+####oX...X+o&X+O&; ", +" #@@@@@@@@@@%#%%%@@@*%#=*+@@@#@#+@@+++@@@##ooXX+XXo+@#@#@@@@oX.X&.+o&;; ", +" +@@@@@@@@@%***@@@@@#%#@o#@@@@@##@@##@##@XXO+++@+@@@@+XO@@@@@+.&&&&&X; ", +" #+@@@@@@@@@@%%%@@@@#@@@#@@@@@@@@@@@+##o+###+#@#@oX.ooX.XX+@@X.X+X;&; ", +" ##@@%%@@@@@@@@@@@@@@@+#oo@*+oooOX..X+@#@#OXX@@XX.X@@+X.XX&&&.X+X; ", +" #+@+o#@#@@@@%@@@o%oo%=#+o%ooXo++##@@#@oXO.+@@@+X+@@@+...OX.&;; ", +" +@@@@@@@#=*@@@*+##@@@#@@#@#@@@##+#o.X###X@@@@+XX+@@+X.X$+$X; ", +" ##=@@@@@@@=%@@@@@@#@@@@#@@#@@@@o.Xo@#@@%$@@@@X..XOX&XX.X;; ", +" ##@X+@@@@@%=#@@@@@@@#@@@#@@+@#%###@@#@@X..X@@##@+XX$+@+&;; ", +" #O@Xoo@@@@@=@O:=o=*OOOoOXXOO.O@@@@+XXXO...+@@@@+X.&;XX;; ", +" +@O@.XX@@@@%%@@=:+-*=oo##o+ooX##@@##+@@@o.+@+#XX+@+.&;;; ", +" #@O@X.X@@@@@@@@@@@@@@@@@@@#@@XXX+@@@@@@#.XXoX..XO++@&; ", +" O==X@X&+@@@#@@@#@@@@@@@@@#@@@@oXX#+o+@@#XX.oooX..&&;;; ", +" #@X.o.X+#@=O@@oXOo$O+o+#@@@@@@%XOX.X#@@@@#+X+@@+&;; ", +" X#:XX@XX=@@.@@@@+o@+OXX..XXX#@o+@@+.X+@@@..o++XX&&; ", +" o:OXX.X##@@=+@@@@@@@@@@@@+XXX.$@@@+XX.XoXX.XXX;;; ", +" .:.:..$Oo@@OoO+@@@@@@@@@@#@@@@@@@@o+o@@@+.&&&;; ", +" .:..O.ooX@-@:.OX@o@@@@@@@@@@@@@+@@X.XXO+X.&;; ", +" ::.::X.X+@O@O@#X.XXX+o+@#oOOXXX+@+++o&.&&&&; ", +" ::: :&..@X@@$@@%O.X+X.$.X.+o.XX$@@@#@@o;; ", +" ::: :& o.o@Oo+@@oX@@X...X@@@X...&..&;;;; ", +" ::. .. o@ooX@@@oX@@@O.XX$@@#.X&.&&&; ", +" ::. .. oX#o$++@XX@@@+XX.O+#@+&&;;; ", +" :: .. X.+X+@X++$@@XX.XXXXX&;; ", +" ::. . X+X+o$@XX@@..&&&;&;; ", +" :: X$ X+oX$@o&;&;; ", +" .:: . &;&&;; ", +" :: ", +" :: ", +" : ", +" ", +" "}; diff --git a/src/fishes/fish21b.xpm b/src/fishes/fish21b.xpm new file mode 100644 index 0000000..1ba6c26 --- /dev/null +++ b/src/fishes/fish21b.xpm @@ -0,0 +1,145 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish21b_xpm[] = { +"100 100 16 1", +" c None", +". c #686C6C6D3426", +"X c #5E4B6F6D5049", +"o c #776E9A925B4B", +"O c #706D7A6E5D4B", +"+ c #7E6FACB49A92", +"@ c #C0D7D1D9BEB7", +"# c #A4B3BEB7A9B4", +"$ c #6E6D838F8A90", +"% c #B7B6C5D79692", +"& c #44484D492624", +"* c #B5B6C5D7686C", +"= c #A5B490917A6E", +"- c #9D93B2B54A48", +"; c #1A031A031602", +": c #A8B47F6F3B27", +" ", +" ", +" .Xoo ", +" oooO+@o...o.o ", +" o+#++#@+X..X.X.... ", +" o++#@o@@#OXX++$oX.oXo.. ", +" O+@@##$#@+X+@@@@@+..X..ooo. ", +" o+@#@+@++@++++++oX$..XX...oo... ", +" +@+#+@#++@@+o$$++@@+@#@@o..Xo... ", +" $+@+@@@#o+#@@+++@#+@+@@++oX....XoX. ", +" o@@@+#@#oo@@@+O+++$$O+$OX$X++@@X..... ", +" ####+###O+@##oO+@@+X+++XOXX+@++O....... ", +" ++@#@+@@@o+#@#+o@@@@o@@@#o+Xo++OO..XX...o.. ", +" o@###++##@o@@#ooo#@OXO#@#@#@%@#+@@#@#@.X.... ", +" +###@@o+##%o##oXX+@@@oO@@o..XooXXXXX++oX....... ", +" +@@@#%++@#+o+#@oo@@@@O+#@#..O+O++oX..XOXXX&X..... ", +" o#@@#++#%#@o######@%oOO@@#XOo@@#@@#@@+.++#@@+X..o... ", +" +###+####%+#%@+o#@%OXo@@o..%@@@XXOO+@#OX+@oX....Xo..o ", +" o+#####@@++++##oOXooX$@#@Oo#@#@oXX+@#oOXXOXX.X.XX....... ", +" ##@#@#+++oo+#oo$######@@+#@@@%OXO+@@+OXo#O&Oo+@@+X&.....& ", +" +@%++o++o+#####@@#@@##%oO%###XXXO#@@O..++@@oX&+XX&X+X..+X.. ", +" ++o+++++##@##@%###%###oOXXX$XX+#@@@@.X+@@@#@@X.X.XX++...Xooo. ", +" ++@#@##@%###+oooooXOooo+%#@*XO#@@#@#X.@@@#O.+@@XX&o@+XX..&.oo.. ", +" +#@%@#%++#+ooooo%##+ooOo+##@#%##+##o.X+@@o....+X..XOX....+X..oo.& ", +" +@#@++ooooo+oo+%#@%#@#+@oXo+*+@%@oX..XoOOXXXooO..@++X.XX.+oX.&ooo.. ", +" +@@#oooooo+#+#@##%%o+#@##OO.XXOo*O.XO@##oX+@#@@@@@@O..@#....&.&o..&. ", +" ++#%#++##@@#@###@@oOO.O###@##oOXX.XX###@@###@@@@@@o$@@X&XX.&&++.&..... ", +" ++##+o++#@##@%++##oX++#oO$+@#@#@%#o$+##@oX+@#@+OX.X.XX@@X&.oo.X&&....&.. ", +" ++@@+%##@+oooooo+oo+#@@#oOOXX++#++#@@@@++.X.XXX..X..X.XO$..+@$.&......... ", +" +@@@@o###+oooo+###ooo#@+o+++oO.XX.Xo++XXXO++o.X..O+@X#@+XXX.XXX&.&..o..X.. ", +" +@@@++++++o+###@@@++##@%o##@#@##O$+O..XX.X++++#####@@#@@#O@@XX&X..X&&...... ", +" +#@#++#@%%o%#@#%#+oo@@#@o#@####+#@++###+++o&o%++##@@@@@@+.o#@XX..&...&&..... ", +" +#oo++#####@@@#o*oo+#@@+oo@+ooO+@#+#@+++@#++..XX++#oXXXXXX.+@+.X&XX..&...... ", +" ++#%#@@@=++++++%o#@%@%+-oooOOOo$OXOXXXXXoXX$++++X.X..XXX.XX...+X&o&&.o..&.... ", +" ++@##@#@+++++o++##@@@oooo+@@####@#oOOoOX.XXXXo+++@+oX++++@%##+.+O&+..&&&X&X.. ", +" ++++++++++####@@@@@#+o+%%#@@@@@@@%#O+#@#++##X.XX$+@++@++o+@@@@X+@X&&&.&&&&oo. ", +" +++++++++##@@@@@@@+%++#@@@@#++o+oo@###@@##@#+O+oO.XOo#oXoXX++@+.++.&X&&.&&&o. &&; ", +" #@@###@#+@@#@@@###%+##@@@####oooOooO@@@oXOXXoO#@@#X.X...........X@+..+.&&..&.. &&&;; ", +" +++++#@@##@@#+###%%@@@@#+*+##@+##@#%+$++oXOOO++o+++ooXX.X+oXX.&.+@@.XX&&&&X.. &&&o.&; ", +" +##+@@+++#@#++%#++@@@@@#+@%%o%@@#@#@ooo+@###@oXXOXo+@@++@++#+o+o.+@@oX&&o&&.& &&&o..&;; ", +" %++@#+++@+#@#+###@@@@@%@%=##@##@@#*@o##+##@+++#+++o.XOo.oXXXX++++oXXXX.X&.&X.& &&...;.o&; ", +" +@+@@@@@@@#@@#@@@@@@#%@%##@@@@@%ooo-+@#@+oOXX+@@@@@+..X.....&XX++++.XX.&&.&&& &&.&.;.o..&; ", +" ++@@###@@@@@@#@@#%@@%@#%#@@@@@@@+o+-#+@@@++O+oo+oOO+@+++++@o+..X..Xo&++&.&&&. &&&;;;.o...&; ", +" ++++@+##+#@@###@+#+%#@@#@@@#=o*+#@@#@%oo#+#o@#oo.oXo+oo+##o$++X&XX.XX++.&&& &&;;&&.o.;..&; ", +" $@#@+++XXX+@@@%#@@+##@@@#@##%##+##@@@@+o-oo+o+@+o#@#oXXXX.X.X.OOXO+o&+..&&&& &&&;;&&...;;..&; ", +" ++@##+X$+:XX+@%##@@#@##@@@++#@@@@@@+@@@###+#+++@+#+++o$+o+o@o..oX.X+X+oXXX;&;&.;;&&&.;;..oo&; ", +" +@++@@+X:=+O:X@%##@@#@#%#@@#@@#@@@#+o+%@@@@@#%@++#+XXOXXo#++++@XO+.XX&&X&&&&&&;;.;&&;;;.oo.&&; ", +" +@@@#@+:+..+:X@@@@##+@@####@@@##*#=o@=%@###+oOoo+@o+#+++.XXXXOo.XXo++XX&&&.;&&X;;;;;;&o....&&; ", +" +@+#@@+o=XX+:X@#@@#@#@@@@@#@@@#%%+#@@#@@+++#+++++oo+@+#++++X..X..X$+o.o&X&&&&&;&&;;&.&.&;;&&&; ", +" ++###@@X:+oO:+@#@##@@@@@@@@###@@@@@@@@@@##@@#@@#%o##OO.XX++@o+++o.X.XX.&&;&&X&;;;;&&;;;;..o&;; ", +" ++@@@@@@+X::XX@@@@##@#@#@#@@@##@@@@#+o+##@@@@##++#@@@oXO+o.O+#+#o+@@...X&&;o;;&;&;&;&.&&ooo&&; ", +" ++@@@@#@@+XXo+@#@#@@@#@#@#@@@@@@#%++o++=@@@+#ooo+#+oo+++++Xo++X.XXOX+XX.&&&X&.;;&;;;;;;;;;.&&; ", +" +XX#@@@@#@@@++@@@#@@@@@#@@@@@#@@@@#%#####@######++#+Ooo+@+OXX..X+oo..X.$o&.&&o&&.&;;&;&.&&oo.o;; ", +" X#X@@@@@#@@@@#@@#@#@@##@@@@#@@@+#@@@#@@@@@##@@#@@@###+o++.ooXoO+@o+++o#++..$o&;;;&;;&;;;;;;.&;; ", +" ##+@@@@#@@@@@@@@@@@@#@o@#@@@@@#@@@@@@+#@@@@@##oOo##@#o++$o++*OX..XOooXXXX&$.XXX&;&&;&&.&oo.o;; ", +" X#X@@@@@@##@@@@@@@@@#@@@@@*@@@@@@%@#-ooo=#@@#+ooooo+oooOXX++@Xo+Ooo.XX&X...&&&&&;&;;;&&;;;..&&; ", +" +XX@#@@@@@@@@@@@@@#@@@@#@@@%@@@#@@#@#o+@#++++=+o++@oooO+ooO.X.X+@@++XX.X+++O++&&;;;;&&&;;&.;;&&; ", +" ++@@+@@@@@@@+@@@@@@@@@@@o##@@@@##+####@@@@%@@@#@+++@o+@o++oXo+#++XX++++++XX+#&&&&;&;;&&.oo..&&& ", +" +@@@@@@@@##@@@@@@@#@%@##o@@##@##%+@@++#@@##@@@ooo+##+@O#++@@@#.X.Xo+++OX+@oX;&&;&;&&;&&&.ooo&&; ", +" +@@@@@@@#@@@@@@@@@@o@+#++++@@@@@+@@#o+@@@#@@+oo+@+o#+oOXo#++X.XX.XXXXXo@@@X&&;&;;&&.;;;;..o&&; ", +" #+@@@@@@@@@@@@@@@@#@@#++$+++++@@###@#+#@#*=o+#++o#+#+XXXXX..+++o....+@@+@.&&&&&;;&&&.oo;..o&; ", +" +@@@@@@@@@@@@@@*@@@@++$$++++++##+@@#%*ooo++#+##@#o+#++ooo+@+@++++++@X$@.&+& &&;;;&&&&.;..&; ", +" #@@@@@@@@@@@@@@@#@@@++++++++++++##+++@@#+++@#@@oo+++++@#++X$+++@++o.+@.&&; &&&;;;;.o...&; ", +" #@@#@@@@@@@@@@@#@@@@@###@##++@+++oo##@oo+++oOo+#o+XX+@+oX.XXXoXX...X+X&&;; &&&&;;;.o&; ", +" #@@@@@@@@@@@@@@@@@#@#@####+#@@+@+O%#@oOOO+++##@#oo+XXXo++OX.XXX.@+XX.X&;; &&&..;.&; ", +" +#@@@@@@@@@@@@@%**%%@#@###%o@@@#@oooo##++###@##@++oXXX+#@++@@@@+@@.+&.+o; &&&o.;;; ", +" +@@@@@@@@@@@@@%===#@@@@@@@*o*#@@@@##@@@@@@+XX.ooo++@@#OXX+#+@@+@@X.X&&& &&&&&; ", +" #@@@@@@@@@@@@@@@@@#@@@@@@@#o=#@#@@o@+#ooOo###+XO+#@oXX.XXXXXXX+@X&X&.& &&; ", +" o@@@@@@@@@@@@@@@@@%**##*%#@#*ooo#@+ooO++o+#@@+oXooX.+####oX...X+o&X+O&; ", +" #@@@@@@@@@@%#%%%@@@*%#=*+@@@#@#+@@+++@@@##ooXX+XXo+@#@#@@@@oX.X&.+o&;; ", +" +@@@@@@@@@%***@@@@@#%#@o#@@@@@##@@##@##@XXO+++@+@@@@+XO@@@@@+.&&&&&X; ", +" #+@@@@@@@@@@%%%@@@@#@@@#@@@@@@@@@@@+##o+###+#@#@oX.ooX.XX+@@X.X+X;;; ", +" ##@@%%@@@@@@@@@@@@@@@+#oo@*+oooOX..X+@#@#OXX@@XX.X@@+X.XX&&&.X+;; ", +" #+@+o#@#@@@@%@@@o%oo%=#+o%ooXo++##@@#@oXO.+@@@+X+@@@+...OX.&;; ", +" +@@@@@@@#=*@@@*+##@@@#@@#@#@@@##+#o.X###X@@@@+XX+@@+X.X$+$;; ", +" ##=@@@@@@@=%@@@@@@#@@@@#@@#@@@@o.Xo@#@@%$@@@@X..XOX&XX.X;; ", +" ##@X+@@@@@%=#@@@@@@@#@@@#@@+@#%###@@#@@X..X@@##@+XX$+@+&;& ", +" #O@Xoo@@@@@=@O:=o=*OOOoOXXOO.O@@@@+XXXO...+@@@@+X.&;XX;; ", +" +@O@.X@@@@@%%@@=:+-*=oo##o+ooX##@@##+@@@o.+@+#XX+@+.&;;& ", +" #@O@X.@@@@@@@@@@@@@@@@@@@@#@@XXX+@@@@@@#.XXoX..XO++@&; ", +" O@O@XX&+@@@#@@@#@@@@@@@@@#@@@@oXX#+o+@@#XX.oooX..&&;;; ", +" #@O@o.X+#@=O@@oXOo$O+o+#@@@@@@%XOX.X#@@@@#+X+@@+&;; ", +" X#O@XXXX=@@.@@@@+o@+OXX..XXX#@o+@@+.X+@@@..o++XX&;; ", +" o@O@X.X##@@=+@@@@@@@@@@@@+XXX.$@@@+XX.XoXX.XXX;;; ", +" .O.:..$Oo@@OoO+@@@@@@@@@@#@@@@@@@@o+o@@@+.&&&;; ", +" .:..O.ooX@-@:.OX@o@@@@@@@@@@@@@+@@X.XXO+X.&;& ", +" :::.::X.X+@O@O@#X.XXX+o+@#oOOXXX+@+++o&.&&&;; ", +" .::::&....@X@@$@@%O.X+X.$.X.+o.XX$@@@#@@o;; ", +" ::. .& o.o@Oo+@@oX@@X...X@@@X...&..&;;;; ", +" ::. &. o@ooX@@@oX@@@O.XX$@@#.X&.&&&; ", +" .:: .. oX#o$++@XX@@@+XX.O+#@+&&;;; ", +" :: . X.+X+@X++$@@XX.XXXXX&;; ", +" ::. .. X+X+o$@XX@@..&&&;;;& ", +" .:: . X$ X+oX$@o&;&;; ", +" :: . &;&&;; ", +" :: ", +" :: ", +" :: ", +" : ", +" "}; diff --git a/src/fishes/fish22a.xpm b/src/fishes/fish22a.xpm new file mode 100644 index 0000000..0797f29 --- /dev/null +++ b/src/fishes/fish22a.xpm @@ -0,0 +1,102 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish22a_xpm[] = { +"63 57 16 1", +" c None", +". c #8890A2B3766E", +"X c #746E8E915B4B", +"o c #5A4A656C3A27", +"O c #716D6B6D544A", +"+ c #8D917A6E3926", +"@ c #A7B4A3B3606B", +"# c #8490B1B59892", +"$ c #B2B5C7D8828F", +"% c #A6B4DADAA4B3", +"& c #9A929A923F27", +"* c #B9B6C3D7626B", +"= c #3F2737263025", +"- c #C3D7C4D78F91", +"; c #BAB6AEB53626", +": c #8E91BBB6ADB5", +" ", +" .XX.X.X.... ", +" ..X....X....XoO ", +" ..X..X.oXX+OoX.XXX. ", +" ...X.@oXX@X...XXOooXX+ ", +" X#XXo@.$..$@X+XXOoooXXXX. ", +" OXXXX.%$XXX++$.$@$$#XOooXX+O ", +" X....XO++&$$$@+++++X.XXooXXX+ ", +" X..XOoX@$$.+&+++@$$.$@@XXoXXX++. ", +" ..OooX$$XX++++&$$@+++++XXXXOoOoX+O ", +" ooo&..Xooo+*$$$@++++&@$$$@@.XoXXX+++O ", +" =oooooooo+Xooo++++@--%@+X+XXXXXooo+ooooO ", +" .==oooo+X&...@&XX+++++X++X++++XooXoX+oooooo ", +" ==oooooooooooo+@.$**.@+&X.%$@$$@@XXooX+oooo ", +" =======ooo+@@@&@++++++@$$$+&@$+++XXoXoo+ooO ", +" ===oo=ooo&XX+++++&@*@&+++++++++++$$.oXoooo. ", +" ===+oooo+ooo++++&@&+++&$$$$@@$@++&X+.XOooo ", +" =====oooooo+&&@@++++++++&&&@&@$-@$%X.XXoo. ", +" ===oo+oXoo+&&X+++++++@&+&&&&&++++X+@XX+Xo. ", +" ===oooooo@X++++++&@*@&+&@&&@@&$@&X+++@XXO ", +" ==oo+Xoo+@+o+++&&&&&+&+++;&&&++&&$$X$@+.X ", +" ==oooo+@+oo++&;&++++++&&&&@@@@&&++++X@Xo. ", +" ==o=oX+ooo+&&&&++++&&&&&&&&&&&&&&&+++++@o ", +" ===ooo+oo++++&&+&&&&&&&&&&&&&&&&@&&&+&&&X .XXXXoooo. ", +" ===;;=XoX&++++&&;&&+&&;;&&;;;&&&&&&;&&++++o#OOX@XXXoo@@ooO ", +" ==;==%XoX+@+++&&&;&&;;;;;&;;;;;;&;&&&&&&@X+$oo@XXo@+@ooooo ", +" ==;==%o++X+&++&&&&&;;;;;&&&;;;;;;*;;@&;;&++@oo+XXXXoooooo= ", +" ===o;%o@&+@+@++&;;&&&;;;;;&;;;;;&;;;;;&;;;&+&oo@&XXo@o@o@oo ", +" =oo===o@@&&&&++&&;;&;;;;;;;;;;;;*;;;;&+&&;&+&ooX@X+ooooooo= ", +" ==ooXoo&&&&&@;&+&&;+;;;;;;;;;;;;;*;;;;;&&;&++&oooXX+@o@o@ooO ", +" +=oo+o&&&;&*;;+&;;;&;;;;;;;;;;;;;&;;;&++&&++@ooooX@+ooooooO ", +" =o+oooo@@&&**;=++++&&;;;;;;;;;;;;;&;&&&+&;*-@%ooooo+o@oooo== ", +" =oooo@&@@;*;=o++++++;;;;;;;;;;;;;&;&&&+@-&&&$ .o++X+o@@oo. ", +" =ooo@@+&*;&=o++++++;;;;;;;;;;**@&&&;*$+&&@&#o. .&+++oooo ", +" =oo&@&@;;+;=o+++++;;;;;;;;*;;;&&&@@@+@@*.X#oo$ .&+oo+o ", +" =o&@&;;&+;=o+++++;;;;;*;;;;&;;&&$$++&++o.Xo=@$ .Xoo. ", +" =+@;;;&&;&o+++++;;;;;;&&;;&&*&&+@*%X$.oXoo=+&$ ", +" oo+&&+&&&+++++;;;;;;;;;$**$%-$%%$XoXXX.===+&&$ ", +" =o+++&&;&++&+;;$*;;;-@*$$@@++&X@.XoooX#==o+@& ", +" =o+++&;;;&&&;;;;*;;&+&+;*$$+&+*.%#oooO==o+++X ", +" .o++++&;;;;;;;;;$%$**$@$%%%%.oooX#..O==ooo&+ ", +" oo+&&&&&**&$$@;@$$-%%X+OO+..Xoooooo=ooo++ ", +" ++&++;&@@@&&%%.@+++@$.$#ooX###X#.===o+X ", +" X+@&+@$$%%%@%%%%%%%@.%%.OooooXX===X+O ", +" $ooo@+&@.+++O+XX@.OXooX#%:##.X==oooO ", +" O$o=.+&.*$$$$**....%#XoooooOXOo=ooO ", +" o$= O&.%.XX.$.%%%###:%###%X===ooO ", +" === Ooo....XXXoooXooX#XooOooOoO ", +" == XooXX..%%%%%%.oooX#Xo===O ", +" O= =XooooooXoXoO#::#X==OOoO ", +" == = O XOoooXoXo=o==Oo=== ", +" Oo = .oOo==Oo==OXXooo. ", +" + O OOooo=o =o. ", +" OO ", +" o ", +" . ", +" "}; diff --git a/src/fishes/fish22b.xpm b/src/fishes/fish22b.xpm new file mode 100644 index 0000000..1bee8fc --- /dev/null +++ b/src/fishes/fish22b.xpm @@ -0,0 +1,102 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish22b_xpm[] = { +"63 57 16 1", +" c None", +". c #8890A2B3766E", +"X c #746E8E915B4B", +"o c #5A4A656C3A27", +"O c #716D6B6D544A", +"+ c #8D917A6E3926", +"@ c #A7B4A3B3606B", +"# c #8490B1B59892", +"$ c #B2B5C7D8828F", +"% c #A6B4DADAA4B3", +"& c #9A929A923F27", +"* c #B9B6C3D7626B", +"= c #3F2737263025", +"- c #C3D7C4D78F91", +"; c #BAB6AEB53626", +": c #8E91BBB6ADB5", +" ", +" .XX.X.X.... ", +" ..X....X....XoO ", +" ..X..X.oXX+OoX.XXX. ", +" ...X.@oXX@X...XXOooXX+ ", +" X#XXo@.$..$@X+XXOoooXXXX++ ", +" OXXXX.%$XXX++$.$@$$#XOooXX+O+ ", +" X....XO++&$$$@+++++X.XXooXXX+++ ", +" X..XOoX@$$.+&+++@$$.$@@XXoXXX++++ ", +" ..OooX$$XX++++&$$@+++++XXXXOoOoX+Ooo ", +" ooo&..Xooo+*$$$@++++&@$$$@@.XoXXX++oOoooo ", +" =oooooooo+Xooo++++@--%@+X+XXXXXooo+ooooOoooo ", +" .==oooo+X&...@&XX+++++X++X++++XooXoX+oooooo ", +" ==oooooooooooo+@.$**.@+&X.%$@$$@@XXooX+oooo ", +" =======ooo+@@@&@++++++@$$$+&@$+++XXoXoo+oo. ", +" ===oo=ooo&XX+++++&@*@&+++++++++++$$.oXoooo. ", +" ===+oooo+ooo++++&@&+++&$$$$@@$@++&X+.XOooo. ", +" =====oooooo+&&@@++++++++&&&@&@$-@$%X.XXoo. ", +" ===oo+oXoo+&&X+++++++@&+&&&&&++++X+@XX+Xo. ", +" ===oooooo@X++++++&@*@&+&@&&@@&$@&X+++@XX. ", +" ==oo+Xoo+@+o+++&&&&&+&+++;&&&++&&$$X$@+.X ", +" ==oooo+@+oo++&;&++++++&&&&@@@@&&++++X@Xo. ", +" ==o=oX+ooo+&&&&++++&&&&&&&&&&&&&&&+++++@o ooo ", +" ===ooo+oo++++&&+&&&&&&&&&&&&&&&&@&&&+&&&X .XXXXooooo ", +" ===;;=XoX&++++&&;&&+&&;;&&;;;&&&&&&;&&++++o#OOX@XXXoooo@o ", +" ==;==%XoX+@+++&&&;&&;;;;;&;;;;;;&;&&&&&&@X+$oo@XXo@+o@@oo ", +" ==;==%o++X+&++&&&&&;;;;;&&&;;;;;;*;;@&;;&++@oo+XXXXo@ooo= ", +" ===o;%o@&+@+@++&;;&&&;;;;;&;;;;;&;;;;;&;;;&+&oo@&XX@ooooo= ", +" =oo===o@@&&&&++&&;;&;;;;;;;;;;;;*;;;;&+&&;&+&ooX@X+oo@o@oo ", +" ==ooXoo&&&&&@;&+&&++;;;;;;;;;;;;;*;;;;;&&;&++&oooXX+o@o@ooo ", +" +=oo+o&&&;&*;;+&+++&;;;;;;;;;;;;;&;;;&++&&++@ooooX@@ooooo= ", +" =o+oooo@@&&**;=+++++&;;;;;;;;;;;;;&;&&&+&;*-@%ooooo+oo@ooo= ", +" =oooo@&@@;*;=o+++++;;;;;;;;;;;;;;&;&&&+@-&&&$ .o++X+o@@oo ", +" =ooo@@+&*;&o=++++;;;;;;;;;;;;**@&&&;*$+&&@&#o. .&+++o@oo ", +" =oo&@&@;;+;o=+++;;;;;;;;;;*;;;&&&@@@+@@*.X#oo$ .&+oo+o ", +" =o&@&;;&+;oo+++;;;;;;;*;;;;&;;&&$$++&++o.Xo=@ .Xooo ", +" =+@;;;&&;&o++;;;;;;;;;&&;;&&*&&+@*%X$.oXoo=+$ oo ", +" oo+&&+&&;++;;;;;;;;;;;;$**$%-$%%$XoXXX.===+&$ ", +" =o+++&&;;;;;;;;$*;;;-@*$$@@++&X@.XoooX#==o+$ ", +" =o+++&;;;&&&;;;;*;;&+&+;*$$+&+*.%#oooO==o++X ", +" .o++++&;;;;;;;;;$%$**$@$%%%%.oooX#..O==oo++ ", +" oo+&&&&&**&$$@;@$$-%%X+OO+..Xoooooo=ooo++ ", +" ++&++;&@@@&&%%.@+++@$.$#ooX###X#.===o+++ ", +" X+@&+@$$%%%@%%%%%%%@.%%.OooooXX===X+O+ ", +" $ooo@+&@.+++O+XX@.OXooX#%:##.X==oooO+ ", +" O$o=.+&.*$$$$**....%#XoooooOXOo=ooO ", +" O$o= O&.%.XX.$.%%%###:%###%X===ooO ", +" O$= Ooo....XXXoooXooX#XooOooOoO ", +" O= =XooXX..%%%%%%.oooX#Xo===O ", +" OO= = XooooooXoXoO#::#X==OOoO ", +" O= = XOoooXoXo=o==Oo=== ", +" OOo O .oOo==Oo==OXXooo. ", +" O+ OOooo=o =o. ", +" OO ", +" o. ", +" ", +" "}; diff --git a/src/fishes/fish23a.xpm b/src/fishes/fish23a.xpm new file mode 100644 index 0000000..96fff2d --- /dev/null +++ b/src/fishes/fish23a.xpm @@ -0,0 +1,73 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish23a_xpm[] = { +"176 36 8 1", +" c None", +". c #202320232023", +"X c #404740474047", +"o c #606B606B606B", +"O c #808F808F808F", +"+ c #F0FDF0FD0000", +"@ c #A0B3A0B3A0B3", +"# c #F0FDF0FDF0FD", +" ", +" ........... ", +" ..XXXXXXXXXXX... ......... ", +" ...XoooXXOOooooXX... .................. ", +" ....XooOo++@OOOOoooXX.. ............XXXXXX....... ", +" ......XooOOOoo@OOOOOoooXX.. ..........XXXXXXooooooXXX..... ", +" .....XXXooOOOOOOOOOOOOoooXX.. ......XXXXXXooooooooOOooooooX..... ", +" ..XXXXXXooOO@@@OOOOOOOOoooXX... ...XXXXXXoooooooOOOOOOOOOOOOOooo...... ", +" ........XooOO@@@@@@O@OOOoooXX... ...XXXXoooooOOOOOOooooooooooooOOOooXX.... ", +" # # # # .XoOO@@OOOOOOOO@OOoooX... ..XXXoooO@OOOOOoooooXXXXXXXXXXoooOOOooXX.... ", +" # .....XXoO@@OOOOOOOOOOO@OOOoX.... ..XXooOOOOOOOooooXXXXXX.......XXXXoooOOoXXX... ", +" ....XXXXXoooooooOOOooooooOOOOooXX... ..XXooO@OoooooXXX.................XXXooOOoooX.... ", +" ......XXXXXXooooooooXXXXooO@OooXX... ...XooO@OOoooXXXX......... .....XXooOOoooXX... ", +" .........XXXXXXXXXXXXXXXXXO@OooXX... ...XoOOOOoooXXX...... ....XXooO@OooXX.. ", +" .......XoOOOoXX....XXXOOOooXX... ...XXoO@OOoooX..... ....XXooOOOooXX... ", +" ..XXoOoXX.......XXO@OooXX... .....XooOOOooooX.... ...XXooOOOOooXX.. ", +" ...XoX.. ....XXO@OoooXX... ......XXoO@OOoooXX... ...XXoooO@OooXX.. ", +" ..... ..XXoO@oooXXX... ........XXXoOOOOOoooX... ..XXXooOOOooXX.. ", +" ..XXoO@OooXXXX..........XXXXXooOO@OOooXX... ..XXXooO@OoooX... ", +" ..XXoO@OOoXXXXXXXXXXXXXXXXooo@@@OoooXX.. ...XXoooOOOooXX.. ............. ", +" ..XXoO@@OoooXXoXXoXooooOOO@@OOoooXX... ..XXooo@OOooXX.. ..................... ", +" ..XXooO@@@OOOOoOOOOOOO@@@OOooooXX.. ...Xooo@OOOooX... ........XXXXXXX....... ", +" ..XXooOO@@@@@@@@@@@@@OOoooooXX.. ..XooOO@OOooXX... ........XXXXXX......... ", +" ...XXoooO@@@@@@@@OOoooooXXX... ..XXoOO@OOOoXXX... .....XXXXXXXXX...... ", +" ...XXoXXoXoOOoOoXooXXXX.... ..XXooOO@@OOoXXX...........XXXXoooooXX.... ", +" ....XXXXXXXXXXXXX..... ..XXXoOOO@@OOoXXXXX...XXXXXooOOooXX... ", +" ............... ..XXXooOOO@OOOOoXXXXXooooOOOOoXX... ", +" ..... ...XXooOOO@@@@OOOOOOO@@@OOOXXX.. ", +" ...XXooOOOOO@@@@@@@OOOOXXX... ", +" ..XXXXooOOOOOOOOOOXXXXXX.. ", +" ....XXXXoooooXXXXXX.... ", +" .....XXXXXX...... ", +" ........ ", +" ", +" ", +" "}; diff --git a/src/fishes/fish23b.xpm b/src/fishes/fish23b.xpm new file mode 100644 index 0000000..9c0c7fb --- /dev/null +++ b/src/fishes/fish23b.xpm @@ -0,0 +1,73 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish23b_xpm[] = { +"176 36 8 1", +" c None", +". c #202320232023", +"X c #404740474047", +"o c #606B606B606B", +"O c #808F808F808F", +"+ c #F0FDF0FD0000", +"@ c #A0B3A0B3A0B3", +"# c #F0FDF0FDF0FD", +" ", +" ........... ", +" ..XXXXXXXXXXX... ......... ", +" ...XoooXXOOooooXX... .................. ", +" ....XooOo++@OOOOoooXX.. ............XXXXXX....... ", +" ......XooOOOoo@OOOOOoooXX.. ..........XXXXXXooooooXXX..... ", +" .....XXXooOOOOOOOOOOOOoooXX.... .......XXXXXXooooooooOOooooooX..... ........... ", +" ..XXXXXXooOO@@@OOOOOOOOoooXX..........XXXXXoooooooOOOOOOOOOOOOOooXX..... ................. ", +" ........XooOO@@@@@@O@OOOoooXXXX...XXXXXoooooOOOOOOooooooooooooOOOoXXX..... ...........XXXX....... ", +" # # # # .XoO@@OOOOOOOOO@OOoooXXXXXXXoooO@OOOOOoooooXXXXXXXXXXoooOOOoXXX.... ......XXXXXXXooooXXXXX..... ", +" # # #..XXo@@OOOOOOOOOOOO@OOOooooooooOOOOOOooooXXXXXX.......XXXXoooOOoXXXX... .....XXXooooOOOOOOooooXXXXX... ", +" # ..XoooooOOoOOOooooooOOOOOOOOOOO@OoooooXXX.................XXXooOOooXXX... ....XXoooOOOOOOOOOO@OOOOOOOXXX... ", +" # ...XXXXXXXooooooooXXXXooo@OOOOOOOOoooXXXX......... .....XXXo@OooooXX.. ...XXooOOOOoXXXXXooOOO@@@@@OOOOXX... ", +" ..........XXXXXXXXXXXXXXXXXoooooooooXXXX...... ....XXooO@ooooX... ....XXooOOooXX.....XXXooOOOOO@@@OOOXX... ", +" ..... ...XoOOOOoXX....XXXXXXXXXXXXX.... ....XXXoOOOoooXX.. ...XXooOOOoXX..........XXXXXXoOOOO@@OoXX... ", +" .XXoOOoXX.......XXXXXXXXX.... ...XXXooO@oooXX.. ...XXXoOOOooXX.... ......XXXXXooO@ooXX... ", +" ..XXXXX.. .............. ....XXooOOOooXX... ...XXXoOOOoXXX... .....XXXXoOoooXX.... ", +" ....... ......... ...XXXoO@OooXX... ....XXooOOOoXX... .....XXXXXXXXX...... ", +" ..... ...XXXoO@OOooXX... .....XXXoOOOOoXX... ........XXXXXX......... ", +" ..XXXooO@OooXXX... .....XXXXooOOOOoXX.. ........XXXXXXX....... ", +" ...XXooO@OooXXXX..........XXXXXoooO@OooXX.. ..................... ", +" ...XXXoO@OOooXXXXXXXXXXXXXXXooo@@OOoXXX.. ............. ", +" ..XXXoO@@OoooXXoXXoXooooooO@@OOooXX... ", +" ...XXooO@@@OOOOoOOOOOOO@@@OOoooXX.. ", +" ...XXooOO@@@@@@@@@@@@@OOooooXXX.. ", +" ...XXoooO@@@@@@@@OOoooooXXX... ", +" ...XXoXXoXoOOoOoXooXXXX.... ", +" ....XXXXXXXXXXXXX..... ", +" ......XXXX..... ", +" ........ ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/fishes/fish24a.xpm b/src/fishes/fish24a.xpm new file mode 100644 index 0000000..ccca9cb --- /dev/null +++ b/src/fishes/fish24a.xpm @@ -0,0 +1,129 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish24a_xpm[] = { +"266 91 9 1", +" c None", +". c #404740474047", +"X c #676C676C676C", +"o c #A0B3A0B3A0B3", +"O c #000000000000", +"+ c #FFFFFFFFFFFF", +"@ c #E4FBE4FBE4FB", +"# c #D7DAD7DAD7DA", +"$ c #B6B6B6B6B6B6", +" ", +" .. ", +" .... ", +" ...... ", +" ...X.... ", +" ......X.. ", +" ...X.X.... ", +" ........... ", +" ...X.X.X.X.. ", +" .X.X.X.X.X... ", +" ....XXX.X.XXX... ", +" .X..X.X.X.X.X.X.. ", +" ...X.X.X.X.X.X.X. ", +" .X.X.XXX.X.X.X.X.. ", +" .X.X.X.X.X.X.XXX.X. ", +" .XXX.XXXXXXXXX.X.X.X. ", +" X.X.X.XX.X.XXXX.X.X.X ", +" X.X.XXXX.XXXXX.XX.XXX. ", +" .X.XXXX.XXXXXX.XXXXX.X.X ", +" .X.XXX.XX.XX.XXXXX.X.X.X.X ", +" X.XXXXXXXXX.XXXX.XXXXXXXX. ", +" XXXXX.XX.XXXXXXXXXXX.X.X.XX ", +" XXX.X.XXXXXXXXXXXX..XXXXXXXXXX ", +" XX.XXXXX.XXXXoXXXXXXXXXX.X.XX.XX ", +" XXXX.XXXXoXXXXXXoXXXXX.XXXXXXXXX ", +" ooo XXX.XXXXXXXXXXXoXXXXXXXXXXXX.XX.XXX ", +" ooooXoXooXooooooXooooooooo XXXXXXXXXXoXoXoXXXXXXXXXXX.XXX.XXX.X ", +" oooooXoXoXoXoXXoXXXooXooXoXoooXoooo XXXoXXXXXoXXXXXXXXXXXoXXXXXXXXXXXXXXX. ", +" oooXooooXoXXoX.Xo.XoXXooooXooXooooooooXXXXXoXXXXXXoXoXoXXXXXoXXXXX..X.X.XXXX ", +" XXXooooXXX.oX.XXoXXoXoXoooooooooooooooooooXXXXoXXoXXoXXXXXXXXXXXXoXXXoXXXX.XXX ", +" ....XXXXXooXoXXXXoo.Xoo.XoXXooooooooXoooooooooooXXXXXXXXXXoXoXoXXXXXXXXXXX.XXXX.X ", +" .OOOO....ooXoXX.XX....XXoXoXoooXooooooXXooXooXoooooooooooXXXXXXXXXoXXXXXXXXXXXXXXXX ", +" .OOO+.oo@#.........XXX.oXoXXoXooooXooXooooXoXooooooXoooXoooooooooXXXXXXXoXXXXXX.XX.XX ", +" ...ooOOO.oo@##ooo++oo..XXoXXXooXooooXooXooo.XoooXoXXXooooooooXooXoooooooXXXXXXXoXXXoXXXXX ", +" .Xoo.oOO.o@@#+oo++#o..XXXo.Xo.XXoooXooXoXooo.oo.ooXooXoXoooooooooooooooXooooooXXXXXXXXXX.XX ", +" ..oooXo.ooo@@#++++#o..XX.X.XoXXXXoXoXoXooooooooooXXoXoXooXXooXooooXoooooooooooXoooooXXXXXoXXXX ", +" ..XoXoXoo.o@#+++XXXXoo..XXooXoXooXoXoooooooooXooXoooXo.oXo.ooXoooXoooXoooXoXooooooooXooXXXXXXXX ", +" .XooXoooXXXoXoXoXXXXXXXXX.XX.XoX.XooooXXooXooooooXo..XoXoXoXoooXoooooXooooooooooXooooooooooXXXXX ", +" ...XXooXoXoooXoooXoXXo.X.XXXoXoXooXXXooooooooooooooooooXXoooooXoXXoooooooooooooooooooooooXoooooXXXX ", +" ....XXXXooXXooXXXooXooXXXXX.X.X.oXoXooXXoooXooXoo.ooXXoooXX.XooooooooXoooXoooooooooooXooooooooXoXoXXXXXX ", +" #@#@..XXoXoooXoXoXooo..X.XXoXoooXoXooooooXooooXoooooo.oXoXoooooXooooooooXooXoooooXoooooooooXooooXooXooXoX ", +" @#@#@..XXXooXooXoooXXXXXXXoXX.X.ooXXooXoooooXooooXXoXo.oooXoXoXoXooXooooooooXooooooooooooooooXoXoXoXXoooXXXX ", +" +@+@@..XXXXoXoXoXo.X..XXX.XooXXXoooooooooooooooooXoooooXoooXooooXooooooooooXXoooooooXooooXoXoXoooooooXoXoooXXX ", +" +++@@...XXXoXXooXX.X.XX.X.oXoXXoXXoooXooXooXooooooooooooooooXoooooooooooXXoooXooooooXooooXoooX+++++oooooXoooXX OOOOO ", +" +++@@....XXXoX.XXXXXXXXXXoXoooooXXoooooooXoooooXXoooXXoXooXXXooooooXooooooooooXoooXoooXooXoooo+++++ooXoooXooXXXO++++oO ", +" ++@##...XX.X..XXXX.XXoooXoXXooXooXoooooooooXoXoXooooooooXooooXooXoooXooooo.ooooooooooXoXoXoooo++++++oXooXoXoX+ooXXoO ", +" +@####.X.XXXX..XXoXXXXooXoooXooXooXoooooooooooooooooooooooooooooooooXooooX...ooooooooooooXoooX++++++ooooooooooooXXOOOO ", +" #####..X.X.XXXXXXXoXoXXoXoXXoooXooooXoXooXooXoooXXXoooooXoooooooooXoXoXoXo.X..ooooooooooooooXXX++++++++++ooooooooXXXOOOOOO ", +" ##..XXXXXX.XXoXXXXXoXXXoooXXXXoXXooooooooooooooXooooXoooooooooXoooooooXo.oX..oooXoXoooXoXooXXXX++++++++++++++oooooooXXXOOOOOOOOOOO ", +" X...X.XXXXXXXXXoXoXoXoXXXooXXoXXoXoXoXXoXXoooooXoooooooXooXoooooXooooXoX.XX...ooooXooooooXoXoX+++++++++++++++++++ooooooooooooXXXOOOOOOOOOOO ", +" X..X.XXXXoXXoXXXXXXXXXX.oXXoXXoXoXXXXooooooooXoooooooooooooooooooooXoX.oXo.XXX..oooooXoXooXoX@ +++++++++++++++oooooooooooooooXOOOOOOOOOOO ", +" X...XX.XXXXXXXXXXXXXoXXXXXoXXoXXXoXXXoXXoooXooooooXXXooooooooXooXXooXXoX.XXX.....oXoXooooXoX@ +++++++++++++++++++oooooooooooooOOOOOOOOOOO ", +" X..XX.XXXXXXoXXXoXXXoXXXoXoXXXXX.XXoXooooooooooooXXoooooXoooXoXoo.oXX.XXX...XXXooooooXooXoX@ ++++++++@@@@@@@@@oooooooooooOOOOOOOOOOO ", +" X....X.XXXXXXXXXXXXXXXXXXXoX.XXXXoXooooooooooooooooooooXooXoXX.XXXX.X.... @@@XXXooXooooooX@ @@@@@@@@@@@@@@@@@oooooooOOOOOOOOOOOO ", +" X..XX.XXXXXXXXXXoXXXXXX.XXXXXoXXXXoXoooooooooooooXoooXXoXXXXOOXXOXO @@@ooXoooXoXoX@ ###############ooooooOOOOOOOOOOO ", +" X...XXXXXX.XXXXXXXXXXXXXXXoXXXXXoXoooXoooooXooooooooooOXXXO @XoooXooXoX@ #####$$$$$$$$$oooOOOOOOOOOOO ", +" X...XX.XXXXXXXXXX.XXXXXXXXXXXoXXoXoooooooooooXXoXOXXX @oXoXoXoXX@ $$$$$$$$$$$$$OOOOOOOOOOOO ", +" X....XXXXXXXX.XXXXX.XXXXXXXXXXoXooXoooXXXoooXXXX @XXXXXX@@ $$$oooooOOOOOOOOOOOOO ", +" X...X.XXXXXXXXXXXXXXXX.XXXXXXooXoXooXXooXXXX @@@@@ oooooOOOOOOOOOOOO ", +" X....XX..XX.XX.XXXXXXXXXXoXXoXXoooooXXXX ooooOOOOOOOO ", +" X...XX.XXXXXXXXXX.XXXXXXXXXXoooXoXXX ", +" X....X.XX.XXXXXXXXXoXXoXoXooXoXXX ", +" X..X.XX.XXX.XXXXXXXXXXXXXXXXX ", +" X...X.XXX.XX..XXXXXoXXXXXXXX ", +" X....XXXX.XXXXXXoXXXXXXX ", +" X...XX.X.XXXXXXXXXXXXX ", +" X...XXXX.XXXXXXXXX ", +" X....X.XXXXXXXXXX ", +" X..XXXXX.X.XX ", +" X..X..XXOO ", +" X.X.XXO ", +" X.XXXO ", +" ..XO ", +" OO ", +" O ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/fishes/fish24b.xpm b/src/fishes/fish24b.xpm new file mode 100644 index 0000000..c61578e --- /dev/null +++ b/src/fishes/fish24b.xpm @@ -0,0 +1,129 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish24b_xpm[] = { +"266 91 9 1", +" c None", +". c #404740474047", +"X c #676C676C676C", +"o c #A0B3A0B3A0B3", +"O c #000000000000", +"+ c #FFFFFFFFFFFF", +"@ c #E4FBE4FBE4FB", +"# c #D7DAD7DAD7DA", +"$ c #B6B6B6B6B6B6", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ", +" ....... ", +" ........... ", +" .....X.X...... ", +" .....X.X..X.X... ", +" ....XX...X..X..X.. ", +" .XX.X.X.X.X.X..X.X.. ", +" ..X.XXXX.XX.XXX.X.X... ", +" ..XX.X.XXXXXXX.XXX...X.. ", +" .XX.XXXXX.XX.XoXXX.X..X... ", +" .XXXXXX.XXXXoXXXXXXoXXX.XXX.. ", +" ooo XXXX.X.XXX..XXXXoXX.XXXXXX.XX. ", +" ooooXoXooXooooooXooooooooo XXX.XXXX.XXXXoXXXXXXXX.XXX.XXXXX.. ", +" oooooXoXoXoXoXXoXXXooXooXoXoooXooooXXXXoXXXXXoXXXXXXXXXXXoXXXXX.X.X.. ", +" oooXooooXoXXoX.Xo.XoXXooooXooXooooooooXXXXXoXXXXXXXXoXXX.XXXXX.XXXXXXX. ", +" XXXooooXXX.oX.XXoXXoXoXoooooooooooooooooooXXXXXXXoXXXXXXXXXXXoXXXXX..X.X. ", +" ....XXXXXooXoXXXXoo.Xoo.XoXXooooooooXoooooooooooXXXXXXXXXXoXXXoXXXXXoXXXoXXXX ", +" .OOOO....ooXoXX.XX....XXoXoXoooXooooooXXooXooXoooooooooooXXXXXXXXXXXXXXXXXX.X.XX ", +" .OOO+.oo@#.........XXX.oXoXXoXooooXooXooooXoXooooooXoooXoooooooooXXoXXXXXX.XXXXXXX ", +" ...ooOOO.oo@##ooo++oo..XXoXXXooXooooXooXooo.XoooXoXXXooooooooXooXoooXXXXXXXoXXXXXX.XX. ", +" .Xoo.oOO.o@@#+oo++#o..XXXo.Xo.XXoooXooXoXooo.oo.ooXooXoXoooooooooooooooooXXXXXXXoXXXoXXX ", +" ..oooXo.ooo@@#++++#o..XX.X.XoXXXXoXoXoXooooooooooXXoXoXooXXooXooooXooooooXooooooXXXXXXXXXX. ", +" ..XoXoXoo.o@#+++XXXXoo..XXooXoXooXoXoooooooooXooXoooXo.oXo.ooXoooXoooXoooooooooXoooooXXXXXoXXX ", +" .XooXoooXXXoXoXoXXXXXXXXXXXX.XoX.XooooXXooXooooooXo..XoXoXoXoooXoooooXoooXoXooooooooXooXXXXXXXX ", +" ...XXooXoXoooXoooXoXXo.X.XoXoXoXooXXXooooooooooooooooooXXoooooXoXXoooooooooooooooXooooooooooXXXXX ", +" ....XXXXooXXooXXXooXooXXXXXXX.XooXoXooXXoooXooXoo.ooXXoooXX.XooooooooXoooooooooooooooooooXoooooXXXX ", +" #@#@..XXoXoooXoXoXooo..X.XXoXoooXoXooooooXooooXoooooo.oXoXoooooXooooooooXXoooooooooooXooooooooXoXoXXXXXX ", +" @#@#@..XXXooXooXoooXXXXXXXooX.X.ooXXooXoooooXooooXXoXo.oooXoXoXoXooXooooooXoooooXoooooooooXooooXooXooXoX ", +" +@+@@..XXXXoXoXoXo.XX.XXX.XooXXXoooooooooooooooooXoooooXoooXooooXooooooooooXooooooooooooooooXoXoXoXXoooXXXX ", +" +++@@...XXXoXXooXX.X.XXXXXoXoXXoXXoooXooXooXooooooooooooooooXooooooooooooXXoooooooXooooXoXoXoooooooXoXoooXXX..... ", +" +++@@....XXXoX.XXXXXXXXXXoXoooooXXoooooooXoooooXXoooXXoXooXXXoooooooooXXoooXooooooXooooXoooXo++++oooooXoooXXXXX..OO ", +" ++@##...XX.X..XXXXooXoooXoXXooXooXoooooooooXoXoXooooooooXooooXooXoooooooXooXoooXXooXooXooooo++++ooXoooXooXXoXoXoOO ", +" +@####.X.XXXX..XXoXXXXooXoooXooXooXoooooooooooXooooXooooooooooXoooXooooo.oooooooXooXoXoXoooo++++++oXooXoXoX@@@@oO ", +" #####..X.X.XXXXXXXoXoXXoXoXXoooXooooXoXooXooXXooXXXoooooXoooooooooXooooXoXooooXoooXooooXXooXo+++++ooooooooooXXoO ", +" ##..XXXXXX.XXoXXXXXoXXXoooXXXXoXXoooooooooooXooXooooXooooooooooXoXoXoXo.X.oooXXoXooXoooXoXXXo+++++++++oooooXXOOOOOOOO ", +" X...X.XXXXXXXXXoXoXoXoXXXooXXooXoooXoXoXXXXoooXXooooooooooooXoooooooXoooo.oXooXoXooXXXXooXXXXo+++++++++oooooXXXoooXOOOOOOOOO ", +" X..X.XXXXooXoXoXoXoXXXX.oXXoXooXooXoooooXoXooXoooooooooXooXoooooXooooXoXoXXoooXoooXooooooXoXoX+++++++++++++@@@@++ooXXoooooooOOOOOOOOOO ", +" X...XX.XXXXXXXoXXXXXoXXoXXoXooXoooXXXXXXXoXXoooXooXooooooooooooooooXoXoXooXoXX.XXXoXoXoXooXoX@ ++++++++++++@@@+++++oooooooooooOOOOOOOOOO ", +" X..XX.XXXoXXoXXooXoXooXooXooXooX.XXoXXooXoXoooXXoXoooooooooooXooooooooooooXXXXXooXXoXooooXoX@ +++++++++++++++ooooooooooOOOOOOOOOO ", +" X....XXXXXXXXXooXXXooXoXXXoX.oXXXoXo.XXXoXooooooooooooooXoooXoXooooXXoooXoooXoXXoXoXXXXXXoX@ ++++++++@@@ooooooooooOOOOOOOOOOO ", +" X..XXXXXXoXXoXoXooXXXXXooXooXoX.XXoXXoXXoooooooooXooooXoooXoXoooooXoXXXXX.ooXooXXXXXoXXooX@ @@@@@@@@@@oooooooooooOOOOOOOOO ", +" X..XXXXXXX.XXXXXXXXXoXXXXX.XXXX.XXoXoXXooXoXooooooooooooXoooooXoooOXoo.oXXXXoXXoXXoXXXXX#@ ###########OOOOOOOOOO ", +" X....XX.XXXXXXXXXooXoXXoXXXoXXoXXoXoXXXooooooooXoooooXXXXooXXXXXXXXXXXXXXXXXXXXXXXXXXX## ####ooooooOOOOOOOOOOO ", +" X..X.XXXXXXoooXoXXX.XoXXoXoXXXoXX.XXooXoXoooXXoooXXoXoooXXXXXXXXXXXX @####X## ##$$$$$$$$$oooOOOOOOOOOOO ", +" X...XXXXXoXXXXXoXoXXoo.XXXX..XoX.XXoXooooooXXooXXXXoXXXXXXX $$$$$$$$$$$$$OOOOOOOOOOOO ", +" X..XXXX.XXo.XXoXXoXoXXXXX.XXXXXXooXooXooXoooooXooXXXXX $$$oooooOOOOOOOOOOOOO ", +" X...XX.XXXXXXXoXXoXXXXXXXXXXXXXXoXXXooXXXoXXoXXXXX oooooOOOOOOOOOOOO ", +" X....XXXX.XXXXXoXXX.XX.X.Xo..XXXXXXXXXooooXXXXX ooooOOOOOOOO ", +" X...X.XX.XXX.XXXXXXXXXXXXXXXXXXXXXXoXooXXXXX ", +" X..XXX.XXX.XX..XXXoX.XXXXXXXoXXXXooXoXoXXX ", +" X.....X.XX.XXXXXX.XXXX.XXXXXXXXXoXXXXXXX ", +" X...XXX.X.XXoXXXXXXXXXXXXoXXXXXXoXXXXX ", +" X..XXXXXX.XXX..X.X.XXXXXXXXXXXXXXXX ", +" X....XX.XXXXXXXXXXXoXXXXXXXXXXXX ", +" X.XXX.XXX.XXXoXXXXXXXXXXXXXXXX ", +" X..X.XX.XXOOXXXXXXXXXXXXXXX ", +" X...X.XXOXXXXX.XXXXXXXXXX ", +" ...XXXXOXX.XXXXXXXXXXXXX ", +" X..X.X.XX.XX.XXXX.XXXX. ", +" X..OO.X.X.XXXXXXXX.X ", +" X...XX.XXXXXXX..XX ", +" X..XXX.XX.X.X.X. ", +" ....XXX.XXXXXXX ", +" X..XX.XXXX.XX. ", +" X..X.X.X..XX. ", +" ....XXX.XXX. ", +" X..X..X.X... ", +" ....XXX... ", +" X....X.. ", +" ...X... ", +" ..... ", +" .... ", +" .... ", +" ... ", +" ... ", +" .. ", +" . ", +" . ", +" "}; diff --git a/src/fishes/fish25a.xpm b/src/fishes/fish25a.xpm new file mode 100644 index 0000000..a8a5a2e --- /dev/null +++ b/src/fishes/fish25a.xpm @@ -0,0 +1,120 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish25a_xpm[] = { +"118 81 10 1", +" c None", +". c #000000002023", +"X c #00002023A0B3", +"o c #A0B3A0B3A0B3", +"O c #606B606B606B", +"+ c #E0FBA0B34047", +"@ c #E0FBE0FB606B", +"# c #606B606BE0FB", +"$ c #A0B3808F606B", +"% c #2023808FE0FB", +" ", +" .. .. ... ", +" ... ... ... ... ", +" ...X. ..o. ..o. ..... ", +" . ..o.X. ..oO. ..oO. ...O...... ", +" .. ..oo.XX. ..oOX..oOX....oO..... ", +" . .... ..oo..O....oXX..oOX...oO...o...... ", +" .. ..oX. ......................oOX..oOX... ", +" ... ..oX.........................OX.oOX.oOO..... ", +" .oX. ...........O+..+..o.OO.O..O.....oO.oO.X.O.. ", +" .. .oX..........+.@..@...o..o....O...O....Oo.XOoOO..... ", +" ... .o.......+.@....@..............OO...O.....OOO.X.... ", +" .OX.......+.@...@.......+.O#..##.XO..O.O.O.O.....XOoO...... ", +" .oX.....+.@...@......+.+O+.OO#.#.X......o.O.O......O.XO.. ", +" ..o...+.....@......+@++++..####XX...o.$.o.o.O.O.O....Oo...... ", +" .........@.......+@@+@+..#####XX...+.+.++..#..O#.OO...OO........ ", +" .....+.@...o....@@+@+O.###%#XX...+++++++.$...O.O..#......X.@...... ", +" ...+.....@....+@@@@+..##%%XXXO.O+@+@++++...##O.#O.O.O..O...+@@+...... ", +" ......o.@.....+@@@@..###%#XX..O+@@+@+@+..#####XX.X.X..OO.O...++.@@+..... ", +" ...+..@.@.....+@@@..#####XXX..+@@+@@@@+.######XX................+@+@.@...... ", +" ..+...........@$$..#####XXX..O+@@@@@@+..#####XX....+.+.+.X..O.....+.@@+........ ", +" .....@.@.o....@$$..##%##XX..O+@@@@@@+..####XX.....#.++.@+.+X...O....+@+.@@@....... ", +" ..+...........@$$..##%#XX...@@@@@@@+..####XX....#####.+@+@+.+X........+.@@+.@@...... ", +" .......@.o....@$$..#%#XXX..@@@$$@@+..####XX...+++.#####.+@@@@+..X.......++..@@..@...... ", +" ...+.@.......+@@..#X#XX..@@@$$$@+..##%#XX....+@@++.#####.o+$$.+.#X......+.@++.@@++...... ", +" ........@.....@@..#XXX.OO@@$$$$@..####XX...XX..+@@++.##%##.o+@@+o.X.X.....++..@@++........ ", +" ..+.@..@.....+@@.XXXX..@@$$$@@..#%##XX....##XX..+@@@+..##%X..@@@.o#..O......+@++...@++.... ", +" .............+@@..XXX..@@$$@@..###XXX....++.###XX.+@@@++.####X..@..o.X.O....+.++..@++..... ", +" ..+..@.o.....@@..XXX..@$$$@..####XX...X..+++..#%XX..+@@@+..##%XX..##.#.O.....+..+++...... .... ", +" ...@.........@@..XXXX.+@$@..##XXXX....XXX..+++..#%%XX..+@@@+.####XX..#.O.......++....+... ...... ", +" ..+...@.....@++.XXXX.+@@..XXXXX....+..###X..+@++.##%#XX.+@@@+..#%%#OX.X#.X.....O...+... O....... ", +" ............+++..XXX.@@+..XXXX......++..###X..+@@+..###XX..+@$++..#%##OO..O.......+.... O.....o.. ", +" ..++@@........+..XXX.@@@..XXX...##X..++++.#%%XX.+@@+..###%XX..+$$++..##..#.XX.....O.... O......@O.o ", +" ..................X..+@+..XX.....###X..+@@+.#%%XX.o+@@+..###%XX..+$$++..##..O.......... O.......oo.O ", +" ..###O.......X.......+@+..XX...@@..###X..+@@+.#%%XX.o+@$@+..###%XX..+@@++...#..X....... .....#..O@O.o ", +" .............XX..+...+++..XX..X.@@@.#.......@@+.#%%XXX.o@$$@+..##%%XX..+@@@+..#........ ..o...#...@o.O ", +" oO.+@@..OOO..OXXX..+....+..XX..##X.@.....@@...@@@+X#%%#XX.o+$$$@+..#%##XX...++.#....... ..@O...#...o@O. ", +" oO.......O$..O..XXX..+..#...XX..@.#X....+@@@..X..@@@++.#%#XXX.o+$$$@+..###XXXX....#...o ..O@O...#...O@o.o ", +" O....%##...o...O..XXX.O@..O#..X..@@@....++@@....#X..+@@@+.####XXX.o+$$$@+..XXXXXXX...... ...+o....#O...o@OO ", +" O.....#%#..O..$O.Oo..#XO.+@...#....@@@...++....+@..###X..+@@@..###XXXX.o+@@@+@...XXXOX.#O.. ...O@O....#X...O@o. ", +" O..OXXX#X#..+....$$oO.##X.O@O...#...X.@......++@@@....%%#X..+@@$+..###%XXX.o++@+@+@...#XO..O.. ...O+@O....X#....@@. ", +" ...........+@........#%#O.@@....#...#X....++++@.....@..###XX..+$$@+..##%%XXX..o@+++++O#..#.........++@.....O#X...@$. ", +" ....++@@@@........###..@@....#..............+@@..@@..####X...$$$@+..#%%##XXX...o+++O#O.........O+@@.....O#X...@$. ", +" ....O.O+@@@........#%#..@@O..............O+++@@..@@@@@..###XX..+$$$@+...#%###XXX....XXOXO.......++@$......%X...@$. ", +" O..++@@.......X##..@@+.....ooo.............X..@@@@..####XX..+$$$@+...######XXXO............++@$......%X...@$. ", +" oO.O++.......X#X..@@+....OOOOo....++@@...##XX.@@@@@..####XX..+@@@@@+...XXXXXXX.#.#........O+@$......#X...@@. ", +" O..O.......X#X..@++....oo@oO.........@@.#%XX..@@@@@..####XX...+@@@@@+....XXO.#...........+@$.....O#X...@o. ", +" O........XXO.O++....oXXXX......XX.@@@@..##XX..@@$@@..####XX....+@+@+@+.......X... .....O+@O....O#...O@OO ", +" O......XX..++....OXo@@@XXXX..#XX.@@@@@.###XX..@@$$@..#####XX....+@++++..#XO... o....+@o....X#...oo. ", +" ....XXO.o+.....OoXXXX@@@@O..#XX..@@@@..##%XX..@@$$@..#####XXX....++.#O..... o...O+@....#X..O@.O ", +" ......o......OOO@@@@XXXX@@..#%XX.+@@$@..###XX..@@@@@...XXXXXXXXX.....o...... ....+@O...#X..oo.o ", +" ..........O.Oo@XXXX@@@@XXXX.###X..+@$+@..###XX...@@@+@...XXXXXO.#.#..o@@@@... ...O@o...#O.O@O. ", +" .......OOo.OXX@@@@XXXX@@@XXX.###X..+@$$@..###XX....@+@+@.....#.#.#.......@@.. ...+@...#..@o.O ", +" oO.O.O...OOO@XXXXO@@@@XXXX@@..###%X..+$$@@..####XX...+++++++...............@.. .OO@o..#..@O.o ", +" oO....O.o...O@O@XXXXX@@@@XXXX..###X..+@$$@@...####XX....+++#..#....oo..##..@.. ..+@..#.oo.O ", +" oO.....O.oO..OO@@@@XXXX@@@@XX..###X..+@$@+@+..XXXXXXX...........++o...#...@.. ..@..o.@O.o ", +" oO.......OOooXXXX@@@@XXXXO.O..####X..@+@+@++...XXXX.#.#.#....++@O...##...@.. ......@.. ", +" oO........oOO@XXXXO@O@XX@X...####X...+++++++....#........+@+@.....#...@.. O....@.. ", +" oO...........O@XXXXX....X....####XX...++++.X.........+@+@$o.....#...@... oO..... ", +" .........OO.OO.O.OOOOX.O.....#XXXXXX.....X.......+@+@$$oO.....#...@... oO... ", +" ...O.....OO.OO.OO..O.O.........#..O..#.......+@+@@$$oO......##...@... ", +" ..OO........O...OO.O....O..O.O...........++@@$oO..........##...O@... ", +" ..O..OO................OO.......++@@@@@@@oO...........####...Oo@... ", +" ...O..OOO.. ........@.....................###%##%%##.....o+@O... ", +" ...O.@..#... ...@.....@..X.....o@+.......######.....o+@@o... ", +" ......@..#..... ..@.....@...X......o@+............Oo+@@@@o.... ", +" ...#.@@..##.. ...@....@@..XX..@.....o+@@@@@@@@@@@@@@@oO.... ", +" ....#.@@.... ..... ..@...X....@......Oo@$$$$$$@@OO....o.O ", +" .@..#.... .... .@@..XX....@..##.................+o. ", +" ..@.##.. ... ..@@..XX....@..##%##%##.......+@+o. ", +" .@..#.. .. ..@...XX....@...###.......+@+@oO. ", +" ..@..#.. . ..@..X... ..@o......o+@+@@@oO. ", +" .o@..#. ..@.... ..@@@@+@@@@@$.O.. ", +" .o@@... ..@... ..O@$@$@OO...O ", +" ..@@.. ..... O.......Oo ", +" ..o.. .... ", +" .... ", +" ..o ", +" .. ", +" . ", +" "}; diff --git a/src/fishes/fish25b.xpm b/src/fishes/fish25b.xpm new file mode 100644 index 0000000..1bff538 --- /dev/null +++ b/src/fishes/fish25b.xpm @@ -0,0 +1,120 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish25b_xpm[] = { +"118 81 10 1", +" c None", +". c #000000002023", +"X c #00002023A0B3", +"o c #A0B3A0B3A0B3", +"O c #606B606B606B", +"+ c #E0FBA0B34047", +"@ c #E0FBE0FB606B", +"# c #606B606BE0FB", +"$ c #A0B3808F606B", +"% c #2023808FE0FB", +" ", +" .. .. ... ", +" ... ... ... ... ", +" ...X. ..o. ..o. ..... ", +" . ..o.X. ..oO. ..oO. ...O...... ", +" .. ..oo.XX. ..oOX..oOX....oO..... ", +" . .... ..oo..O....oXX..oOX...oO...o...... ", +" .. ..oX. ......................oOX..oOX... ", +" ... ..oX.........................OX.oOX.oOO..... ", +" .oX. ...........O+..+..o.OO.O..O.....oO.oO.X.O.. ", +" .. .oX..........+.@..@...o..o....O...O....Oo.XOoOO..... ", +" ... .o.......+.@....@..............OO...O.....OOO.X.... ", +" .OX.......+.@...@.......+.O#..##.XO..O.O.O.O.....XOoO...... ", +" .oX.....+.@...@......+.+O+.OO#.#.X......o.O.O......O.XO.. ", +" ..o...+.....@......+@++++..####XX...o.$.o.o.O.O.O....Oo...... ", +" .........@.......+@@+@+..#####XX...+.+.++..#..O#.OO...OO........ ", +" .....+.@...o....@@+@+O.###%#XX...+++++++.$...O.O..#......X.@...... ", +" ...+.....@....+@@@@+..##%%XXXO.O+@+@++++...##O.#O.O.O..O...+@@+...... ", +" ......o.@.....+@@@@..###%#XX..O+@@+@+@+..#####XX.X.X..OO.O...++.@@+..... ", +" ...+..@.@.....+@@@..#####XXX..+@@+@@@@+.######XX................+@+@.@...... ", +" ..+...........@$$..#####XXX..O+@@@@@@+..#####XX....+.+.+.X..O.....+.@@+........ ", +" .....@.@.o....@$$..##%##XX..O+@@@@@@+..####XX.....#.++.@+.+X...O....+@+.@@@....... ", +" ..+...........@$$..##%#XX...@@@@@@@+..####XX....#####.+@+@+.+X........+.@@+.@@...... ", +" .......@.o....@$$..#%#XXX..@@@$$@@+..####XX...+++.#####.+@@@@+..X.......++..@@..@...... ", +" ...+.@.......+@@..#X#XX..@@@$$$@+..##%#XX....+@@++.#####.o+$$.+.#X......+.@++.@@++...... ", +" ........@.....@@..#XXX.OO@@$$$$@..####XX...XX..+@@++.##%##.o+@@+o.X.X.....++..@@++........ ", +" ..+.@..@.....+@@.XXXX..@@$$$@@..#%##XX....##XX..+@@@+..##%X..@@@.o#..O......+@++...@++.... ", +" .............+@@..XXX..@@$$@@..###XXX....++.###XX.+@@@++.####X..@..o.X.O....+.++..@++..... ", +" ..+..@.o.....@@..XXX..@$$$@..####XX...X..+++..#%XX..+@@@+..##%XX..##.#.O.....+..+++...... ", +" ...@.........@@..XXXX.+@$@..##XXXX....XXX..+++..#%%XX..+@@@+.####XX..#.O.......++....+... .... ", +" ..+...@.....@++.XXXX.+@@..XXXXX....+..###X..+@++.##%#XX.+@@@+..#%%#OX.X#.X.....O...+... ...... ", +" ............+++..XXX.@@+..XXXX......++..###X..+@@+..###XX..+@$++..#%##OO..O.......+.... O...... ", +" ..++@@........+..XXX.@@@..XXX...##X..++++.#%%XX.+@@+..###%XX..+$$++..##..#.XX.....O.... O......@. ", +" .................XX..+@+..XX.....###X..+@@+.#%%XX.o+@@+..###%XX..+$$++..##..O.......... O.......oo. ", +" ..###O...............+@+..XX...@+..###X..+@@+.#%%XX.o+@$@+..###%XX..+@@++...#..X....... ....#...O@O. ", +" .............XX.+....+++..XX..X.@...####X...@@+.#%%XXX.o@$$@+..##%%XX..+@@@+..#........ ..o..#....@o. ", +" oO.+@@..OOO..OXXX.+....++..XX..##X..@...###X..@@@+X#%%#XX.o+$$$@+..#%##XX...++.#....... ..@O..#....o@O. ", +" oO.......O$..O..XXX.++.#....XX..@.#X.++.+..###X..@@@++.#%#XXX.o+$$$@+..###XXXX....#...o ..O@O..#....O@o. ", +" O....%##...o...O..XX..O@..#..XX..@@@......@+..###X..+@@@+.####XXX.o+$$$@+..XXXXXXX...... ...+o...#.....@@. ", +" O.....#%#..O..$O.Oo..#X..+@..#..XX.@@@...++@.@@+..####X..+@@@..###XXXX.o+@@@+@...XXXOX.#O.. ...O@O...#X....@@. ", +" O..OXXX#X#..+....$$oO.##X.O@O..#..XXX.@........+@@++..%%#X..+@@$+..###%XXX.o++@+@+@...#XO..O.. ...O+@O...XX....@@. ", +" ...........+@........#%#O.@@...#..O##X.....++@..+@@@+..###XX..+$$@+..##%%XXX..o@+++++O#..#.........++@....OXX...@$. ", +" ....@@@@........###..@@...#..........+....X.+@@@+..####X...$$$@+..#%%##XXX...o+++O#O.........O+@@....O#X...@$. ", +" ......O+@@@........#%X.@@@O....OO........O+.##X..+@@@@..###XX..+$$$@+...#%###XXX....XXOXO.......++@$.....#X...@$. ", +" ........++@@.......X#X.@@++....oooo...........##X..+@@@..####XX..+$$$@+...######XXXO............++@$.....#X...@$. ", +" oO.O++.......X#..@@+....OOOOOo....+.@@@..##XX.@@@@@..####XX..+@@@@@+...XXXXXXX.#.#........O+@$.....#X...@@. ", +" O..O.......XX..@++....o@@@oO.......@@@@.#%XX..@@@@@..####XX...+@@@@@+....XXO.#...........+@$....O#X...@@. ", +" O........XX..++....OXXXXX......XX.@@@@..##XX..@@$@@..####XX....+@+@+@+.......X... .....O+@O...O#....@@. ", +" O......XX..+....oX@@@@@XXXX..#XX.@@@@@.###XX..@@$$@..#####XX....+@++++..#XO... o....+@o...X#....@o. ", +" ....XX..o....OOXXXXXX@@@@O..#XX..@@@@..##%XX..@@$$@..#####XXX....++.#O..... o...O+@...#X...O@O. ", +" ......o....Ooo@@@@@@XXXX@@..#%XX.+@@$@..###XX..@@@@@...XXXXXXXXX.....o..... ....+@O..#X...oo. ", +" ..........O.XXXXXXX@@@@XXXX.###X..+@$+@..###XX...@@@+@...XXXXXO.#.#..o@@@@.. ...O@o..##..O@O. ", +" .......OOo.OX@@@@@XXXX@@@XXX.###X..+@$$@..###XX....@+@+@.....#.#.#.......@.. ...+@..#...@o. ", +" oO.O.O...OOO@XXXXO@@@@XXXX@@..###%X..+$$@@..####XX...+++++++..............@.. .OO@o.#...@O. ", +" oO....O.o...O@O@XXXXX@@@@XXXX..###X..+@$$@@...####XX....+++#..#....oo..##.@@. ..+@.#..oo. ", +" oO.....O.oO..OO@@@@XXXX@@@@XX..###X..+@$@+@+..XXXXXXX...........++o...#...@. ..@.o..@. ", +" oO.......OOooXXXX@@@@XXXXO.O..####X..@+@+@++...XXXX.#.#.#....++@O...##..@@. ....... ", +" oO........oOO@XXXXO@O@XX@X...####X...+++++++....#........+@+@.....#...@.. ...... ", +" oO...........O@XXXXX....X....####XX...++++.X.........+@+@$o.....#...@.. .... ", +" .........OO.OO.O.OOOOX.O.....#XXXXXX.....X.......+@+@$$oO.....#...@.. ", +" ...O.....OO.OO.OO..O.O.........#..O..#.......+@+@@$$oO......##...@... ", +" ..OO........O...OO.O....O..O.O...........++@@$oO..........##...O@... ", +" ..O..OO................OO.......++@@@@@@@oO...........####...O@@... ", +" ...O..OOO.. ........@.....................###%##%%##.....o@@O... ", +" ...O.@..#... ...@.....@..X.....o@+.......######.....o+@@o... ", +" ......@..#..... ..@.....@...X......o@+............Oo+@@@@o.... ", +" ...#.@@..##.. ...@....@@..XX..@.....o+@@@@@@@@@@@@@@@oO.oo. ", +" ....#.@@.... ..... ..@...X....@......Oo@$$$$$$@@OO....o. ", +" .@..#.... .... .@@..XX....@..##................@+o. ", +" .@.##.. ... ..@@..XX....@..##%##%##......@+@+.. ", +" .@..##.. .. ..@...XX....@...###......@+@+@o. ", +" .@..##. . ..@..X... ..@o......o+@+@@@... ", +" .@..#. ..@.... ..@@@@+@@@@@$... ", +" .@@... ..@... ..O@$@$@O.... ", +" .@@.. ..... ....... ", +" .o.. .... ", +" ... ", +" ... ", +" .. ", +" ", +" "}; diff --git a/src/fishes/fish26a.xpm b/src/fishes/fish26a.xpm new file mode 100644 index 0000000..f9cf5f9 --- /dev/null +++ b/src/fishes/fish26a.xpm @@ -0,0 +1,98 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish26a_xpm[] = { +"187 53 16 1", +" c None", +". c #190329242824", +"X c #534A5A4A544A", +"o c #1D0342483E27", +"O c #070015021302", +"+ c #0A012B252224", +"@ c #7D6F7B6E6E6D", +"# c #8590818F716D", +"$ c #4E49838F776E", +"% c #2824696C544A", +"& c #8D9195928890", +"* c #89908990796E", +"= c #B4B5B4B5A1B3", +"- c #A8B4A8B49792", +"; c #6D6D99929191", +": c #9B92A5B49992", +" .. ", +" ..... ", +" ....... ", +" .XXX.XX. ", +" XXXXXXXXX ", +" XXXXXXXXXX ", +" XXXXXXXXXX ", +" XX.XXoXXXXX ", +" X.....ooooXX ", +" ........ooooX ", +" ..........oo ", +" ..........ooo ", +" ............o ", +" .............. ", +" ............... .. ", +" ................ o.oo", +" ............... ooo.o", +" ................ .....o.o", +" ................. ......o.oo", +" ................... ...........o ", +" .....O....O......... OOOOOOO....o. ", +" XX....................+. @@.O OOOOOOO....o.o ", +" XXXX......................... @XXoo. OOOOOOOOO......o ", +" ####XXXXXX..............oXo....ooo.... XX@$X%o. OOOOOOOOOO+.....o ", +" &&&@@*#@XXXXXXXX..............ooXXXXXXXXXo........ooooo .oXX$X%o. OOOOOOOOOOOOO+.....o ", +" XXXX&====-&&@XXXXX..............o.ooXXXXXXX.o............oooXXXXXXXX .OOO..XX%o. OOOOOOOOOOOOOO++..... ", +" XXXX$;-=====-&*@XXX................ooXXXXXXX................oooXXXXXXXXXXXX$$$$$$$X..+OOO+oo..+ OOOOOOOOOOOOOOO+...... ", +" XXXXXX$$$;:======&*@XX.....................o.ooo.................oXXXXX%XXXXX@@@@$$@#@X..OOOOOOOO.+O OOOOOOOOOOOOOOOO++..... ", +" &$$$$$&@@&&$$;&:==-:&&@XX...........................+.................ooXXXXXXXXXXXXXX@@@X......O........ OOOOOOOOOOOOOOOOOO++..... ", +" &&$$&&&;*$&@@@$$$$;;&&&&*@XXX...........+..............O......O...............o..ooooooooXXXX......OoXX%oooo............. ...OOOOOOOOOOOOOOOO+O+++++ ", +" ;&;;;;;;;;&$$$@@$$$;;;&&-=-&**XXX................................O..O......+.O...+..................O..........................OOOOOOOOOOOOOOOOOOOO+++ ", +" $$$$$$;;;;;;$;$$$$$X$$$$;;&:::-&&*@XX......O................................+O..+.+.+..+.+..........+OOOOOOOOOOOOOOOOOOOOOOOOOO.++OOOOOOOOOOOOOOOOOO+++++ ", +" $$$$$$$$$$;;;;&;;$$$$$X$$$$;;;&&&#&@XXXX....OO......................+..+.....O+O.++++++.+++...+..O..OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO++++.. ", +" XXXXX$$$$$$$;&;;;;;;;;;$$$$$$$$$$;;;$@@@@XXX....O....O.....O.........+...+.++..O++OOOOOOOO+O++++++++OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO++++. ", +" &&&&@XXXXXXXXXXX$$$;;;;;;;;;;;;;&$$XXXXXXX$XXXXXXXXX....O...+.......+....+..++.+....+...++OOO+OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO+++ ", +" $$$&&&&#@@XXXXXXXXXXXXXX$$$$$$$;$$$$$$$XXo.o%XX%XXXXXXXXX............+.........+++.+...+.+++.++++OO+OOOO++++++++++++++++++++++++++++++++O++++++OOOOOOOOOOOOOOOOOOOO++. ", +" $$:=-::&&&*@@@XXXXXXXXXXXXXXXXXXXX$O$;O$;O%Xo.........o%%XXXo..........+.....+++.++++++.++...+.+.+++++++++++++...++++++.+.+++++++++++++++++++++++++++++O++OO+OOOOOOOOO++. ", +"$$==&&@@XXXXXXXXXXXXXXXXXXXXXXoXooooO%%O%%O%.+...O....+....ooo.............+..+.++.++.............++++++.....+++++++++++..+++++++++++++++++++++++++++++.++OOO+OOOOOOOO++O ", +" $:&@@XXXXXXX&&XXXXXXXX@XXXXXXXoooooO%%OO%OO.+.OOOO......................++..........+.+..........+++++++++++.+++++++..++++++++++++++ooooo++++.......+++++OOOOOOOOOOOO+. ", +" $%XXX@XXX.@O&...oXX@@@$;&@Xooo...oOO%OO%OO....OOO..............ooo...+.+++.++++++++++++++.+++..++++++++++++++++++++++++++++ooo+.oo++++++ O+OOOOOOOOOOOO++. ", +" $oo.....@+..+.oX$@&@$$%o++.++ooOO%OO%OO....OO..OO.....ooooooooooooo.oo+++.o.++++++++++++..++++++++++++.++++++++++oooo+++++++++++++++ OOOOOOOOOOOOO+. ", +" @@@..+++oo@###X%%%%%%oooo+.+oOO%O%%OO.+.O.X$&$$XX.O..ooooo%%%%%ooooooooooooo.o..+++.+..++++O+OOO+++.+.+oooooooooo++++++++++++++++ +OOOOOOOOOO++ ", +" @X%%%%%%%ooooooO%%O%%O%.+.$X$$$;;;&;$Xo.+..oo%%%oooooooooooooooo+.+++....+.O+OOOOOOOO++++ooooooooo..++O+OOO+O..+ .OOOOOOOOO++ ", +" X..oo%%%%%%%%%%%%%O%%%%%O%o%%%%%%%$$;;&:&;$X.+++o%%%oooooo+oooo...+++.+..++.++OOOOOOOOO+++++o +++++O+OO..+ OOOOOOOOOO+ ", +" ooo%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%$$$&&@Xo+o%%%%ooooooooooooooooooooo+.+..OOOOO++..+++o +++OOO+++ OOOOOOOO++ ", +" #########X%%%%%%%%%%%%%%%X###### ###&&&===@X%%%%%%%%%%%%%%%%oooooooooooooXXXo...+.+++oo ++OOO+++ OOOOOOO++ ", +" XXXXoo.....$$ ++O++ OOOOOO++ ", +" XXXXoo..o$$@ ++ OOOO++ ", +" XXXoX &$ XOOOO+X ", +" XXX XXXO.X ", +" XXXXX ", +" XX ", +" "}; diff --git a/src/fishes/fish26b.xpm b/src/fishes/fish26b.xpm new file mode 100644 index 0000000..7f2deed --- /dev/null +++ b/src/fishes/fish26b.xpm @@ -0,0 +1,98 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish26b_xpm[] = { +"187 53 16 1", +" c None", +". c #190329242824", +"X c #534A5A4A544A", +"o c #1D0342483E27", +"O c #070015021302", +"+ c #7D6F7B6E6E6D", +"@ c #0A012B252224", +"# c #4E49838F776E", +"$ c #2824696C544A", +"% c #8590818F716D", +"& c #8D9195928890", +"* c #89908990796E", +"= c #B4B5B4B5A1B3", +"- c #A8B4A8B49792", +"; c #6D6D99929191", +": c #9B92A5B49992", +" .. ", +" ..XX. ", +" ..XXXXX ", +" .XXXXXXX ", +" XXXXXXXXX ", +" XXXXooXXXX ", +" XXooooooXX ", +" XX...oooooX ", +" X.......oooX ooo ", +" ..........ooX o.oooo ", +" ..........oo ....oo ", +" ............o O..oo.o ", +" ............. OOO....o ", +" .............. OOOO...o ", +" ............... OOOOOO...o ", +" ................ OOOOOOO...o ", +" ............... OOOOOOOO....o ", +" ................ OOOOOOOOO...o ", +" ................. OOOOOOOOOO... ", +" ................... OOOOOOOOOO...o ", +" .....O....O......... ++.O .OOOOOOOOOO... ", +" XX....................@o +XXoo. .OOOOOOOOOOO... ", +" XXXX....................ooo.. XX+#X$o. ..OOOOOOOOOOO... ", +" %%%%XXXXXX..............oXoooooXXX.... .oXX#X$o. ...OOOOOOOOOOO... ", +" XX&++*%+XXXXXXXX............ooooXXXXXXXXXooo......ooooo .OOO..XX$o. ....OOOOOOOOOOOO.. ", +" XXXXX====-&&+XXXXX.............ooooXXXXXXXXooo...........oooXXXXXXXX ###X..@OOO@oo..@ ....OOOOOOOOOOOOO.. ", +" XXXXX;-=====-&*+XXX................ooXXXXXXXo...............oooXXXXXXXXXXXX####+%+X..OOOOOOOO.@O .......OOOOOOOOOOOOO.. ", +" XXXXXXX##;:======&*+XX....................oooooo.................oXXXXX$XXXXX++++##+++X......O.......................OOOOOOOOOOOOOOO. ", +" &XXXX#&++&&##;&:==-:&&+XX...........................@.................ooXXXXXXXXXXXXXXXXX......OoXX$oooo...........OOOOOOOOOOOOOOOOOOO. ", +" &&##&&&;*#&+++####;;&&&&*+XXX...........@..............O......O...............o..ooooooooX........O.............OOOOOOOOOOOOOOOOOOOOOOOOO. ", +" #;&;;;;;;;;&###++###;;;&&-=-&**XXX................................O..O......@.O...@..............@OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ", +" #######;;;;;;#;#####X####;;&:::-&&*+XX......O................................@O..@.@.@..@.@........OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ", +" XX##########;;;;&;;#####X####;;;&&&%&+XXXX....OO......................@..@.....O@O.@@@@@@.@@@...@..OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ", +" &&XXXXXXX#######;&;;;;;;;;;##########;;;#++++XXX....O....O.....O.........@...@.@@..O@@OOOOOOOO@O@@@@@@@@OOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOO ", +" :&&&&+XXXXXXXXXXX###;;;;;;;;;;;;;&##XXXXXXX#XXXXXXXXX....O...@.......@....@..@@.@....@...@@OOO@OOOOOOOOOOOOOOO@@@@@@@@@@@@@@@@@@@@@@O@@@@@@@@@@O@@OO@OOOOOO ", +" :###&&&&%++XXXXXXXXXXXXXX#######O#####O#XXo.o$XX$XXXXXXXXX............@.........@@@.@...@.@@@.@@@@OO@OOOO@@@@@@@@@@@.@.@@@@@@@@@@@@@@@@@@@@@@@@@@@@.@@OOO@OOOOOO ", +" ##:=-::&&&*+++XXXXXXXXXXXXXXXXXXXX#O#;O#;O$Xo.........o$$XXXo..........@.....@@@.@@@@@@.@@...@.@.@@@@@@@@@@@@@...@@@@@@..@@@@@@@@@@@@@@@@@@@@@@@@@@.@@@@@OOOOOOOOOO@ ", +"##==&&++XXXXXXXXXXXXXXXXXXXXXXoXooo#OO$OO$OO.@...O....@....ooo.............@..@.@@.@@.............@@@@@@.....@@@@@@@@@@@@@@@@@@@@@@@@ooooo@@@@...... OOOOOOOOOOO@ ", +" #:&++XXXXXXX&&XXXXXXXX+XXXXXXXoooooOO$OO$OO.@.OOOO......................@@..........@.@..........@@@@@@@@@@@.@@@@@@@..@@@@@oooooooooo@@@ OOOOOOOOOO@@ ", +" #$XXX+XXX.+O&...oXX+++#;&+Xooo...oOO$OO$OO....OOO..............ooo...@.@@@.@@@@@@@@@@@@@@.@@@..@@@@@@@@@@@@@@@@@@@@@@oo@@@@@@@@@@@@@@@ OOOOOOOO@@@ ", +" #oo.....+@..@.oX#+&+##$o@@.@@ooOO$OO$OO....OO..OO.....ooooooooooooo.oo@@@.o.@@@@@@@@@@@@..@@@@@@@@@@@@.@@@@@@@@@@o@@@@@OO@@@@@@@@@ OOOOOOO@@@ ", +" +++..@@@oo+%%%++$$$$$oooo@.@oOO$OO$OO.@.O.X####XX.O..ooooo$$$$$ooooooooooooo.o..@@@.@..@@@@@@@@@@@@.@.@oooooooo@..@@OOOOO@O..@. OOOOOOO@@@ ", +" +$$$$$$$ooooo$O$$OO$O$.@.#X####;;&;#X@.@..oo$$$oooooooooooooooo@.@@@....@.@@OOOOOOOO@@@@oooooooo@ @@@@OOOO..@. OOOOO@@@X ", +" .+o$$$$$$$$$$$$$O$$O$$O$o$$$$$$$##;;&:&;#@.@@@o$$$oooooo@oooo...@@@.@..@@.@@OOOOOOOOOOO@@@o @@OOOO@@. OOO@@@XX ", +" ..o$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$%;;==:#&&@@@@o$$$$ooooooooooooooooooooo@.@.OOOOOOOOOOO@#o @OOO@@@ OOO@@XXX ", +" o$$$$$%%%%%X$$$$$$$$$$$$$$$X$$$$$$$$%%%;==:&==@@X$$$$$$$$$$$$$$$$ooooooooooooo.......@.@@@#o O@@. O@XXX ", +" %%%%%%% $$$$$$$$%%#;==:;&= .....#....## @ O@X ", +" $$$$$$$%%#;;==;;= XX###X## ", +" $$$$$$$%%#;;==;; ", +" $$$$$%%%;;==; ", +" $$$$$%%;;=; ", +" $$$$;;;; ", +" ;; "}; diff --git a/src/fishes/fish27a.xpm b/src/fishes/fish27a.xpm new file mode 100644 index 0000000..6c191af --- /dev/null +++ b/src/fishes/fish27a.xpm @@ -0,0 +1,110 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish27a_xpm[] = { +"76 63 18 1", +" c None", +". c #B4B5C8D8ADB5", +"X c #D5D9DEDAC8D8", +"o c #A8B4BCB69692", +"O c #756E9491786E", +"+ c #9892ABB47E6F", +"@ c #8C919291DCDA", +"# c #6F6D85905249", +"$ c #9792A6B4746E", +"% c #594A5D4B686C", +"& c #544A626B4948", +"* c #6B6D766E9892", +"= c #37263E274147", +"- c #362646482824", +"; c #5B4B5F4B3726", +": c #93918B90656C", +"> c #2D2526241C03", +", c #000000000000", +" ..... ", +" .XX.XX...... ", +" ..XXXXXX....o.. ", +" XXXXXXXXX......o.. ", +" .XXXXXXXXXXX......ooo. ", +" XXXXXXXXXXXXXXXX.....ooooO ", +" .XXXXXXXXXXXXXXXXX....o.o++OOO ", +" XXXXXXXXXXXXXXXXXXXXXX....o+OOOOO ", +" ..XXXXXXXXXXXXXXXXXXXXXX..ooo+OOOOOO ", +" .XXXXXXXXXXXXXXXXXXXXXXXXX..ooo+OOOOOOo ", +" XXXXXXXXXXXXXXXXXXXXXXXXXX..ooooOOOOOOOo ", +" .XXXXXXXXXXXXXXXXXXXXXXXXXXXX..ooo++OOOOOO@o ", +" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.ooo++OOOOO@OOO ", +" XXXXXXXXXXXXXXXXXXXXXXXX.XXXXX..ooooo+OOOOOOO#O ", +" XXXXXXXXXXXXXXXXXXXXXXXXX...XXX..oooooo+OOOOO@#@O ", +" XXXXXXXXXXXXXXXXXXXXXXXXX.oo.XX..ooooooo+OOO#O#O#O ", +" XXXXXXXXXXXXXXXXXXX..XXXXXooo.XX.o+ooooo+$O##@#O@OO ", +" .XXXXXXXXXXXXX.XXXXX...XXX.o$O$oXXo$O+ooo+OOOO###O#O ", +" .XXXXXXXXXXXX...XXXXX.o.XXX.+#O$oXXoOO+oo+OOO##O#@%@O ", +" oXXXXXXXXXXXXX.ooXXXXX.o.XXXoO#&+.X.$##oooOO#OO##%%%%O O%O ", +" &oXXXXXXXXXXXX.Oo.XXXXXo+.XX*oO&&O.XoO&#oooO###O@&@%*% %=-%O", +" &&$X.o.XXXXXXXXoOOoXX*X.+o.XXX$;&#+.XoO&&+.o#%%###%%&%% %=%-@O", +" ---oX::+.XXXXXX.oO+.XXX.oO+.XX.O=-&O.*o#=&+oo#&%#%%*%@% %-@%-*%", +" -->.X&;:+XXXXX.o:#Oo*XX.oOO.XX.O&--O..o#-#OooO&&@%%%%=% %>%-%--O", +" ->--XX-;;#oXXX.X+;;$oXXX.OOO.XX.O--;O..o%--$o*#%%%%@%*% %=-%-=%- ", +" >>>>&X.--;;+*..*oO-&&.XXX.O#$.*X.#--;O..o#--Ooo#=@%%%%=%%%=-@=%>@% ", +" >>>>&Xo-->;o..o.o%-;$.X*..O#O.XX*O---O..o#--+o+#-%%*%@%&&@%-*>=%*O ", +" >>>>>oX+;--;oooooO%--+.XX.+%O$.XX.#---#.*o#--+*oO--#%%=&-%%=>%@==>% ", +" >>>>>>XX+>->;ooO*.+&>&oXXX.%#&oXXX.#---#o..#--+ooO--&&-%=@=-*=%>-%>O ", +" >>>>>>%XX+-;-#o*oo*O->&.*XX.O&OoXXX.O>--O...#-;+.oO-=&%==-==->@%=->- ", +" >>>>>>>+XX%->-&+$+.o%->#.XX*oO&#.X*.o#---O.X*#-&+.oO--##&=>@==-===%@& ", +" >>>&&&>oXX&---&OO*.o&>>%X*XXo&&#.XX.o#>--$...O-&+ooO--###=>==-===-%*% ", +" >&>&-,-&XXo---=&OOoo$&-;+XXXXO#;O.*X.o&&-&#*..O--$*oO->##%=>%=@=%*@=-O ", +" &-&>&,,,&XX%>>>-&#Oo.*;--oX.Xo+%&o.XXXo#>=-O...O-#+.oO--#O#=>%-=-=-%%=% ", +" ;&--&>&-,-&XX;>>>-&##ooO--;+O***O&;O.XX*.O---#...O-#o.oO--#O#=-==-%=%%==O ", +";;;;-;->&&&+Xo->>>--&#+oO--****%***;o.X.Xo#---O...*&;oooO->#O#-%%@%=*@=%@% ", +"--#&;;;->->XX+->>>>-&#OoO=*%%%%%%%*&oX*X..O---#oXo+&;Ooo+--;#&&%%*&-%%%@%O ", +"##-&&;;;;-;XX:->>>>-&;$o%%%%%%%%%%%&oXX.X.#&--O*..+;-Ooo*--O# O%#%%=%==%%O ", +"###&;;&;-;;XX#->>>>--;$%%&&&&%%%%%%;o.XX..O---O...+&-Oo+O>& #;&--=%%%% ", +" ;#&;;;;--;.X&;>->>&&&%&&=&&&%%%%%*&oX*X*.O&--O...*&-#o+#>& #%%%*@%%%O ", +" -&&;&&;;-;oo&;;->--&&&&&==&&&%%%*&#.XXXX.+;--#...o#-O+$#>& %%&%%=%@% ", +" --;&;;;;;##&&&---&&&&&=&=&%&&%%*&OoX.X..O&--#o*oo&-OoO=&&# O%&%%*%O ", +" ---;&;&;##&;&&&-&&%&&&==&%%%%%##%+.X*..o&--#oooo#;++#&#@# O%%%%%O ", +" >---;;;#&;&&&&&&&&&&=&==%%%%*OO#$o...*o#--#o*oo##O+##### %%%%%O ", +" >>-;&;##&&-;;&--&&&&=&&%%%%#OOOOo....oO&-#o..o##OOOO#@OO O%%%O ", +" ----;&##%&&&&&&&&&=&%=%%&;#++%OOo.*..O&-#o..o*#OOOO###O O%O ", +" -->>---===%&&&&&&&&%=--;#$o*O#Oo.o.oo#;#Oo.o#;OO@OO#@O %O ", +" >>>>>>>>>>---&--&&>>-#O+ooOOO+oooo*#&#+ooO#OOOOO@O#O ", +" >>>>>>>>-------&&>>-#O+*ooOOO+o*o+##O$o$OOOOOOOO#@O ", +" >>>>>>>>>->>-&&;;-;#Oooo*+OO$oooO###O$OOOOO@OO####O ", +" >>>>>>>>>>>---;#&&#O++o+OO##O$OO###$ooOOOOOOOO##@O ", +" >>>>>>>>>>>-;;#;;##OO#####OOO$OOOoo+OOOOOO@OO##O ", +" >>>>,>>,>--&##&########O++oooO++OOOOOOOOO##O@O ", +" >>>->>>>>>----&##&-&OOoooooOOOO@OOOOOOOO@##O ", +" >>>-->>>>>>>--->&#O++oOOOOOOOOOOO@O#O#@ ", +" >>>>>--->>>-->&#$O+oOOOOOOO@OOOO###O ", +" ----->>>%##O+O@OOOOOOOO##@#@O ", +" ---&%+@OO@OOOOO@##OO#O ", +" OOO#OOOOO@O##O##@O ", +" O@#@OOOOO#@O#O ", +" OOO#######@OO ", +" O@#@#@OOO ", +" OOOOO "}; diff --git a/src/fishes/fish27b.xpm b/src/fishes/fish27b.xpm new file mode 100644 index 0000000..05c2c90 --- /dev/null +++ b/src/fishes/fish27b.xpm @@ -0,0 +1,110 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish27b_xpm[] = { +"76 63 18 1", +" c None", +". c #B4B5C8D8ADB5", +"X c #D5D9DEDAC8D8", +"o c #A8B4BCB69692", +"O c #756E9491786E", +"+ c #9892ABB47E6F", +"@ c #8C919291DCDA", +"# c #6F6D85905249", +"$ c #9792A6B4746E", +"% c #594A5D4B686C", +"& c #544A626B4948", +"* c #6B6D766E9892", +"= c #37263E274147", +"- c #362646482824", +"; c #5B4B5F4B3726", +": c #93918B90656C", +"> c #2D2526241C03", +", c #000000000000", +" ", +" .XX.XX..... ", +" .XXXXXXXXX....o.. ", +" .XXXXXXXXXXX......o.. ", +" .XXXXXXXXXXXXXX......ooo. ", +" .XXXXXXXXXXXXXXXXXX.....ooooO ", +" XXXXXXXXXXXXXXXXXXXX....o.o++OOO ", +" .XXXXXXXXXXXXXXXXXXXXXXX....o+OOOOO ", +" XXXXXXXXXXXXXXXXXXXXXXXXXX..ooo+OOOOOO ", +" .XXXXXXXXXXXXXXXXXXXXXXXXXXX..ooo+OOOOOOo ", +" XXXXXXXXXXXXXXXXXXXXXXXXXXXXX..ooooOOOOOOOo ", +" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX..ooo++OOOOOO@o ", +" XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX.ooo++OOOOO@OOO ", +" .XXXXXXXXXXXXXXXXXXXXXXXX.XXXXX..ooooo+OOOOOOO@O ", +" XXXXXXXXXXXXXXXXXXXXXXXXX...XXX..oooooo+OOOOO@#OO ", +" XXXXXXXXXXXXXXXXXXXXXXXXX.oo.XX..ooooooo+OOO@O#O# ", +" XXXXXXXXXXXXXXXXXXX..XXXXXooo.XX.o+ooooo+$O##O#OOO ", +" .XXXXXXXXXXXXX.XXXXX...XXX.o$O$oXXo$O+ooo+OOOO##@O@O ", +" .XXXXXXXXXXXX...XXXXX.o.XXX.+#O$oXXoOO+oo+OOO##O#%%%O OO ", +" oXXXXXXXXXXXXX.ooXXXXX.o.XXXoO#&+.X.$##oooOO#OO##@%%% O%OO", +" &oXXXXXXXXXXXX.Oo.XXXXXo+.XX*oO&&O.XoO&#oooO###O@&%%*% %=-%O", +" &&$X.o.XXXXXXXXoOOoXX*X.+o.XXX$;&#+.XoO&&+.o#%%###%%@% %=%-%%", +" ---oX::+.XXXXXX.oO+.XXX.oO+.XX.O=-&O.*o#=&+oo#&%#%%*%%% %-@%-*@", +" -->.X&;:+XXXXX.o:#Oo*XX.oOO.XX.O&--O..o#-#OooO&&@%%%%=% %>%-%--O", +" ->--XX-;;#oXXX.X+;;$oXXX.OOO.XX.O--;O..o%--$o*#%%%%@%*% %=-%-=%-%", +" >>>>&X.--;;+*..*oO-&&.XXX.O#$.*X.#--;O..o#--Ooo#=@%%%%=%%%=-@=%>%%O", +" >>>>&Xo-->;o..o.o%-;$.X*..O#O.XX*O---O..o#--+o+#-%%*%@%&&@%-*>=%*@%", +" >>>>>oX+;--;oooooO%--+.XX.+%O$.XX.#---#.*o#--+*oO--#%%=&-%%=>%@==>%O", +" >>>>>>XX+>->;ooO*.+&>&oXXX.%#&oXXX.#---#o..#--+ooO--&&-%=@=-*=%>-%>OO", +" >>>>>>%XX+-;-#o*oo*O->&.*XX.O&OoXXX.O>--O...#-;+.oO-=&%==-==->@%=->-%%", +" >>>>>>>+XX%->-&+$+.o%->#.XX*oO&#.X*.o#---O.X*#-&+.oO--##&=>@==-===%%@%%", +" >>>&&&>oXX&---&OO*.o&>>%X*XXo&&#.XX.o#>--$...O-&+ooO--###=>==-===-%*%%%", +" >&>&-,-&XXo---=&OOoo$&-;+XXXXO#;O.*X.o&&-&#*..O--$*oO->##%=>%=@=%*%=-O% ", +" &-&>&,,,&XX%>>>-&#Oo.*;--oX.Xo+&&o.XXXo#>=-O...O-#+.oO--#O#=>%-=-=-%@=%% ", +" ;&--&>&-,-&XX;>>>-&##ooO--;+.XXXo&;O.XX*.O---#...O-#o.oO--#O#=-==-%=%%==%% ", +";;;;-;->&&&+Xo->>>--&#+oO@**@$.X*o&;o.X.Xo#---O...*&;oooO->#O#-%%@%=*%=%%%% ", +"-##&;;;->->XX+->>>>-&#Oo*%%%**.X.o&&oX*X..O---#oXo+&;Ooo+--;#&&%%*&-%@%%%%% ", +"#--&&;;;;-;XX:->>>>-&;$*%%%%%*XXXo&&oXX.X.#&--O*..+;-Ooo*--O# O%#%%=%==%%@ ", +"####;;&;-;;XX#->>>>--;$%%%%%%@X.Xo&;o.XX..O---O...+&-Oo+O>& #;&--=%%@%% ", +" ;&&;;;;--;.X&;>->>&&&%%%%%%%%.X.o&&oX*X*.O&--O...*&-#o+#>& #%%%*%%%%%% ", +" -&&;&&;;-;oo&;;->--&&&%%=%%%%*X*o&#.XXXX.+;--#...o#-O+$#>& %%&%%=%%%% ", +" --;&;;;;;##&&&---&&%&%%%%%%%%.Xo&OoX.X..O&--#o*oo&-OoO=&&# O%&%@*%% ", +" ---;&;&;##&;&&&-&&%%%%==%%%%..o#%+.X*..o&--#oooo#;++#&#@# O%%%%@% ", +" >---;;;#&;&&&&&&&&&%%%%%%%%..OO#$o...*o#--#o*oo##O+##### %%%%%%% ", +" >>-;&;##&&-;;&--&%%%&%%%%$.#OOOOo....oO&-#o..o##OOOO#@OO O%%%% ", +" ----;&##%&&&&&&&&&%%%=%%$$#++%OOo.*..O&-#o..o*#OOOO###O O%%% ", +" -->>---===%&&&&&&&&%=--;$$o*O#Oo.o.oo#;#Oo.o#;O@OOO@OO %O ", +" >>>>>>>>>>---&--&&>>-#O+ooOOO+oooo*#&#+ooO#OOOO@OO#O ", +" >>>>>>>>-------&&>>-#O+*ooOOO+o*o+##O$o$OOOOOOOO@OO ", +" >>>>>>>>>->>-&&;;-;#Oooo*+OO$oooO###O$OOOOO@OO####O ", +" >>>>>>>>>>>---;#&&#O++o+OO##O$OO###$ooOOOOOOOO#@OO ", +" >>>>>>>>>>>-;;#;;##OO#####OOO$OOOoo+OOOOOO@OO##O ", +" >>>>,>>,>--&##&########O++oooO++OOOOOOOOO##@OO ", +" >>>->>>>>>----&##&-&OOoooooOOOO@OOOOOOO@O##O ", +" >>>-->>>>>>>--->&#O++oOOOOOOOOOOO@O#O@O ", +" >>>>>--->>>-->&#$O+oOOOOOOO@OOOO###O ", +" ----->>>%##O+O@OOOOOOOO#@O@OO ", +" ---&%+@OO@OOOOO@##OO#O ", +" OOO#OOOOO@O##O#@OO ", +" O@#@OOOOO@OO#O ", +" OOO#######@OO ", +" O@#@#@OOO ", +" OOOO "}; diff --git a/src/fishes/fish28a.xpm b/src/fishes/fish28a.xpm new file mode 100644 index 0000000..010b62c --- /dev/null +++ b/src/fishes/fish28a.xpm @@ -0,0 +1,106 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish28a_xpm[] = { +"64 64 13 1", +" c None", +". c #F8FE0000F9FE", +"X c #B6B60000A7B4", +"o c #C5D700003426", +"O c #FFFFFFFFFFFF", +"+ c #FFFFD0D90000", +"@ c #646CA1B30000", +"# c #00000000564A", +"$ c #2F256F6DEDFC", +"% c #FFFF00000000", +"& c #0000E7FCFFFF", +"* c #000000000000", +"= c #3E273E279091", +" ", +" ", +" ", +" ", +" ..XXo ", +" OO..XXoo +", +" OO .XXoo ++", +" OO .XXoo @@+ ", +" OO OO.XXoo @@++ ", +" O OOOO.XXoo @+++ ", +" OO OOO .XXoo @@#++ ", +" OO O.XXoo @#+++ ", +" OOO.Xoo @@++ ", +" OOO XXoo $#+++ ", +" OOO XXoo $@#++ ", +" O OO.XXoo % $$@#++ ", +" OOO.XXoo %% $@#+++ ", +" OOO .XXo .+ $@@++ ", +" OO OO.Xoo .+ $@@#+ ", +" OO.XXoo ..+ $$@##+ ", +" OOO .Xooo .#+ $##+++ ", +" OOO OXooooo ##+ $@@+++ ", +" OO.Xooooooooooo ##+ $$@@+++ ", +" OOO.XXoooooooooo ###. $@@@##+ ", +" OO O.Xooooo&&oo ###### $###+++ ", +" OO Xoooo&**&o########## $$@@@+++ ", +" O OOXXooo&&ooo========== $@@@@+++ ", +" OOOO.Xooooooo=========== $$@@@###+ ", +" O O...ooooo===========$$####@+++ ", +" %%%%O%O..ooooo$$$$$$$$$$$@@@@@@+++ ", +" %%%%%%%%%O..Xooooo$+++$++$++$++++++++ ", +" %% %%%%%%%%%%%%%%..Xoooo++$++$+$++$++#####+ ", +" %% %%%%%%%%%%%%%%%OO%..ooooo$$$$$$$$$$@@@@@@+++ ", +" %%%%%%%%% O%%O..oooooo$$$$$$$$$$@@@@@@++++ ", +" OOOO...ooooooo&&&&&&&&&$$$@@@@++++ ", +" OO .XXooooooo &&&&&& $$$@#@####+ ", +" O OO.XXooooooo $$@@@++++ ", +" O .XXoooooo $$@@@+++ ", +" OO.XXoooooo $@@@+++ ", +" OO .XXooooooo $###+++ ", +" OOO.Xooooooo $@@@##+ ", +" O OOXXoooo $$@@+++ ", +" OO .Xoooo $$@@+++ ", +" O OO.XXooo $@#+++ ", +" O O.Xooo $@@+++ ", +" OO .Xooo $$@##+ ", +" OO OO.Xooo @+#+ ", +" OO O.XXoo @+++ ", +" O OO XXoo @+++ ", +" OO OO.Xoo #@++ ", +" OOO O.Xoo @#++ ", +" OOO .XXo @++ ", +" OO OO.XXoo @## ", +" OO O.XXoo @@++", +" OOO .XXo +", +" OO.XXoo ", +" OXXXo ", +" .XXo ", +" .X ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/fishes/fish28b.xpm b/src/fishes/fish28b.xpm new file mode 100644 index 0000000..7586cd4 --- /dev/null +++ b/src/fishes/fish28b.xpm @@ -0,0 +1,106 @@ +/* XPM */ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +static const char * fish28b_xpm[] = { +"64 64 13 1", +" c None", +". c #FFFFD0D90000", +"X c #646CA1B30000", +"o c #00000000564A", +"O c #2F256F6DEDFC", +"+ c #FFFF00000000", +"@ c #F8FE0000F9FE", +"# c #C5D700003426", +"$ c #FFFFFFFFFFFF", +"% c #0000E7FCFFFF", +"& c #B6B60000A7B4", +"* c #000000000000", +"= c #3E273E279091", +" ", +" ", +" ", +" . ", +" . ", +" . ", +" . ", +" X. ", +" XX. ", +" X.. ", +" XXo. ", +" XX.. ", +" Xo.. ", +" OXX.. ", +" Oo.. ", +" OOX.. ", +" OXoo. ", +" OXo.. ", +" ++ Ooo.. ", +" @+ OOXX.. ", +" @@@. OXX... ", +" @oo. OXX... ", +" ###### ooo. OOXXo.. ", +" ######## ooo@ OXXo... ", +" $ ########## oooooo OXoX... ", +" $$###$#######$############%%##oooooooooo OoXXX... ", +" #####$$###$$&&$###$&######&###%**%##========== OXXXX... ", +" @@@&&@@$$&&#$$@@$$&@$@#$&&#$@####%%###=========== OOXXXXo. ", +" $$$ $$$$$$$$$ $$$+$$+$$$$+$$++++#####===========OOooooX.. ", +" $$ $$@@#$$#@@$&$&$$$$$$$$$$@#########OOOOOOOOOOOXXXXXX.. ", +" $$ $$###$$###$###$$#$#################O...O..O..O....... ", +" $ $ $$ $######### ##############..O..O.O..Oo.ooo.. ", +" $ $ #############OOOOOOOOOOXXXXXX.. ", +" $ ############OOOOOOOOOOXoXXXX.. ", +" ###### %%%%%%%%%OOOXoXo.. ", +" %%%%%% OOOXXXoo. ", +" OOXXX... ", +" OOXXX.. ", +" OoXX.. ", +" Oooo.. ", +" OXXo.. ", +" OOXX.. ", +" OOoX.. ", +" OXX.. ", +" OXoo.. ", +" OOXX.. ", +" X.. ", +" X.. ", +" oo. ", +" XX. ", +" XX. ", +" X. ", +" X. ", +" X. ", +" . ", +" . ", +" . ", +" . ", +" ", +" ", +" ", +" ", +" ", +" "}; diff --git a/src/gen_ui_xml.sh b/src/gen_ui_xml.sh new file mode 100755 index 0000000..a570d79 --- /dev/null +++ b/src/gen_ui_xml.sh @@ -0,0 +1,45 @@ +#!/bin/sh +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +# create C code to get ui.xml in a string +# ISO C stipulates that the length of a string constant should +# not be larger than 4096, so we create a definition as in +# char xpenguins_xml[] = {60,63,120,109,108,32,118,101,0}; +# +root="${1:-..}" +in="ui.xml" +out="ui_xml.h" +echo "/* This file is generated from '$in' by '$0' */" > "$out" +echo "/* -copyright-" >> "$out" +echo "*/" >> "$out" +echo "#pragma once" >> "$out" +echo "char xfishtank_xml[] = {" >> "$out" +sed 's/^ *//' "$root/src/$in" | awk -v FS="" \ + 'BEGIN{for(n=0;n<256;n++)ord[sprintf("%c",n)]=n;} + {for (i=1;i<=NF;i++) printf "%d,", ord[$i]; + printf "%d,\n",ord["\n"];}' >> "$out" +echo "0};">> "$out" +if [ -x "$root/addcopyright.sh" ] ; then "$root/addcopyright.sh" "$out" ; fi diff --git a/src/ixpm.c b/src/ixpm.c new file mode 100644 index 0000000..f885c5a --- /dev/null +++ b/src/ixpm.c @@ -0,0 +1,385 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +#include +#include +#include +#include +#include "ixpm.h" +#include "debug.h" +#include "utils.h" +// from the xpm package: +static void xpmCreatePixmapFromImage( + Display *display, + Drawable d, + XImage *ximage, + Pixmap *pixmap_return) +{ + GC gc; + XGCValues values; + + *pixmap_return = XCreatePixmap(display, d, ximage->width, + ximage->height, ximage->depth); + /* set fg and bg in case we have an XYBitmap */ + values.foreground = 1; + values.background = 0; + gc = XCreateGC(display, *pixmap_return, + GCForeground | GCBackground, &values); + + XPutImage(display, *pixmap_return, gc, ximage, 0, 0, 0, 0, + ximage->width, ximage->height); + + XFreeGC(display, gc); +} + +void paintit(XImage *img, long int color) +{ + int x,y; + for (y=0; yheight; y++) + for (x=0; xwidth; x++) + { + XPutPixel(img, x,y,color); + } +} + + +// reverse characters in string, characters taken in chunks of l +// if you know what I mean +static void strrevert(char*s, size_t l) +{ + assert(l>0); + size_t n = strlen(s)/l; + size_t i; + char *c = (char *)malloc(l*sizeof(*c)); + char *a = s; + char *b = s+strlen(s)-l; + for (i=0; i0); + idata = (char **)malloc(lines*sizeof(*idata)); + for (i=0; i (size_t)cpp + 6) + { + sscanf(xpm[i]+cpp,"%*s %100s",s); + if(!strcasecmp(s,"none")) + { + free(code); + code = strndup(xpm[i],cpp); + break; + } + } + } + int y; + unsigned char c = 0; + int j = 0; + if (is_little_endian()) + for (y=0; y>= 1; + if (cpp*x + cpp <= l) + { + if (strncmp(s+cpp*x,code,cpp)) + c |= 0x80; + } + k++; + if (k == 8) + { + bits[j++] = c; + k = 0; + } + } + if (k) + bits[j++] = c>>(8-k); + } + else + for (y=0; y0); + *out = (char**)malloc(sizeof(char *)*(n+3)); + char **x = *out; + int j; + for (j=0; j<2; j++) + x[j] = strdup(data[j]); + x[2] = (char *)malloc(5+strlen(color)); + x[2][0] = '\0'; + strcat(x[2],". c "); + strcat(x[2],color); + P("c: [%s]\n",x[2]); + + for (j=3; j +extern int iXpmCreatePixmapFromData(Display *display, Drawable d, + const char **data, Pixmap *p,Pixmap *s, XpmAttributes *attr, int flop); +extern Region regionfromxpm(const char **data, int flop); + +extern void xpm_set_color(char **data, char ***out, int *lines, const char *color); +extern void xpm_destroy(char **data); +extern int xpmtobits(char *xpm[],unsigned char **bitsreturn, int *wreturn, int *hreturn, int *lreturn); +extern void xpm_print(char **xpm); diff --git a/src/main.c b/src/main.c new file mode 100644 index 0000000..752b31f --- /dev/null +++ b/src/main.c @@ -0,0 +1,1037 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ + +/* + + * Original Author Unknow. + + * 8/10/88 - Ported from X10 to X11R3 by: + + Jonathan Greenblatt (jonnyg@rover.umd.edu) + + * Cleaned up by Dave Lemke (lemke@sun.com) + + * Ported to monocrome by Jonathan Greenblatt (jonnyg@rover.umd.edu) + + * 05/02/1996 Added TrueColor support by TJ Phan (phan@aur.alcatel.com) + +*/ + +#include +#include + +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +#include "xfishtank.h" +#include "vroot.h" +#include "bubbles.h" +#include "debug.h" +#include "transwindow.h" +#include "utils.h" +#include "fishes.h" +#include "ixpm.h" +#include "ui.h" + + +#ifdef DOUBLE_BUFFER +#include +static int UseXdbe; +static XdbeSwapAction BMETHOD; +static int XdbeAvailable = -42; +#endif + +extern unsigned char *ReadBitmap(); + +/* externals for pixmap and bimaps from xfishy.h */ + + +/* typedefs for bubble and fish structures, also caddr_t (not used in X.h) */ +typedef struct _bubble { + float x; + float y; + int size; // size of bubble + float bstep; // increment in placement +} bubble; + +typedef struct _fish { + float x; + float y; + int direction; // direction: 0: r->l + int frame; // animation frames: 0 .. NUM_FRAMES + int type; + float fstep; // increment in placement + int animtime; // # drawings between change of frame +} fish; + +typedef struct _fishtype { + Pixmap pix; + GC gc; + int w; + int h; +} fishtype; + + +static int binc[] = { 0, 64, 56, 48, 40, 32, 24, 16, 8 }; /* bubble increment and yes check tables */ +static int DoubleBuf = 0; /* Should we use double buffering */ +static int width; /* width of initial window in pixels */ +static int height; /* height of initial window in pixels */ +static int screen; /* Default screen of this display */ +static int inxscreensaver = 0; /* are we running in xscreensaver? */ +static float smooth = 0.02; /* smoothness increment multiplier */ +static bubble *binfo = NULL; /* bubble info structures, allocated dynamically */ +static fish *finfo = NULL; /* fish info structures, allocated dynamically */ +static Window root_window; +static fishtype xfish[NUM_FISH][2][NUM_FRAMES]; /* [type][left/right][frame] */ + +static Pixmap xbubbles[9]; /* bubbles bitmaps (1 to 8, by size in pixels) */ +static Window wid; /* aquarium window */ +static Window wid1; +static Window UserWindow = 0; +static Pixel white; +static Pixel black; +static Pixel bcolor; +static Pixel bgcolor; +//static GC pgc; +//static GC gc; +static GC bgc; +//static GC draw_gc; +static int xfishtank_trans = 0; +//static int rwidth[NUM_FISH]; +//static int rheight[NUM_FISH]; +static XdbeBackBuffer backbuf = 0; +static int WantXdbe = 1; +static const int maxanimtime = 20; +static int nomenu = 0; +static int ForceRoot = 0; +static int HaltedByInterrupt = 0; +static int Done = 0; + +static Pixel AllocNamedColor(Display *display, char *colorName, Pixel dfltPix); +static char *display_name=NULL; +static int do_move(void *dummy); +static int do_testfish(void *dummy); +static int do_write_flags(void *dummy); +static void erasebubble(bubble *b); +static void erasefish(fish *f); +static void init_pixmap(void); +static void init_signals(void); +static void initialize(void); +static void move_fish(void); +static void movefish(fish *f); +static void new_bubble(bubble *b, int init); +static void new_fish(fish *f0, int init); +static void parse(int argc, char **argv); +static void putbubble(bubble *b, unsigned long c); +static void remove_all_bubbles(void); +static void remove_all_fishes(void); +static void setanimtime(fish*f); +static void step_bubbles(void); +static void Usage(void); +static void Thanks(void); +static void SigHandler(int signum); +static void print_changelog(void); +static void selfrep(void); + + +Display *Dpy = NULL; +Window xfishtankWin; +int counter; +int blimit = 32; /* bubble limit */ +int flimit = 10; /* fish limit */ +char *bcolorstring = NULL; +char *bgcolorstring = NULL; +float speedfactor; + + + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + parse command line + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +void parse(int argc, char *argv[]) +{ + + int p = 0; + +#define CHECK do{if(++p >= argc){ Usage(); Thanks(); exit(1);}}while(0) + while (++p < argc) + { + P("argv[p] %s\n",argv[p]); + if (!strcmp(argv[p],"-b")) + { + CHECK; + blimit = strtod(argv[p],NULL); + } + else if (!strcmp(argv[p],"-f")) + { + CHECK; + flimit = strtod(argv[p],NULL); + } + else if (!strcmp(argv[p],"-display")) + { + CHECK; + display_name = strdup(argv[p]); + } + else if (!strcmp(argv[p],"-bc")) + { + CHECK; + if(bcolorstring) + free(bcolorstring); + bcolorstring = strdup(argv[p]); + } + else if (!strcmp(argv[p],"-bgc")) + { + CHECK; + if(bgcolorstring) + free(bgcolorstring); + bgcolorstring = strdup(argv[p]); + } + else if (!strcmp(argv[p],"-double")) + { + CHECK; + WantXdbe = (strtod(argv[p],NULL)>0); + } + else if (!strcmp(argv[p],"-speed")) + { + CHECK; + speedfactor = (strtod(argv[p],NULL)/100.0); + } + else if (!strcmp(argv[p],"-h")) + { + Usage(); + Thanks(); + } + else if (!strcmp(argv[p],"-defaults")) + { + set_defaults(); + } + else if (!strcmp(argv[p],"-nomenu")) + { + nomenu = 1; + } + else if (!strcmp(argv[p],"-root")) + { + ForceRoot = 1; + } + else if (!strcmp(argv[p],"-window-id")) + { + CHECK; + UserWindow = strtod(argv[p],NULL); + } + else if (!strcmp(argv[p],"-changelog")) + { + print_changelog(); + Thanks(); + } +#ifdef SELFREP + else if (!strcmp(argv[p],"-selfrep")) + { + selfrep(); + exit(0); + } +#endif + else + { + printf("Not understood: %s\n",argv[p]); + Usage(); + Thanks(); + } + } +} + +void set_defaults() +{ + flimit = 10; + blimit = 32; + if(bcolorstring) + free(bcolorstring); + bcolorstring = strdup("lightblue"); + if(bgcolorstring) + free(bgcolorstring); + bgcolorstring = strdup("darkblue"); + speedfactor = 1.0; +} + +void Usage() +{ + printf("\nUsage: xfishtank [options]\n\n"); + printf("Options:\n"); + printf(" -b n number of bubbles (default 32)\n"); + printf(" -f n number of fish (default 10)\n"); + printf(" -bc color color of bubbles (default \"lightblue\")\n"); + printf(" -double n 1: double buffering, 0: do not use (default: 1)\n"); + printf(" -speed speed of fishes (default: 100)\n"); + printf(" -defaults all options to default\n"); + printf(" -nomenu do not show menu\n"); + printf(" -display DISPLAY to draw on (default \"\")\n"); + printf(" -root use root-window or xscreensaver-provided window to draw in\n"); + printf(" -window-id window to draw on\n"); + printf(" -h show this info\n"); + printf(" -changelog show ChangeLog and exit\n"); + printf(" -selfrep output gzipped tarfile of the source and exit\n"); + printf("\n"); +} + +int do_write_flags(void *dummy) +{ + if (FlagsChanged) + { + FlagsChanged = 0; + WriteFlags(); + } + return TRUE; + (void)dummy; +} + + +void erasefish(fish *f) +{ + /* + * for something as small as a bubble, it was never worth the + * effort of using clipmasks to only turn of the bubble itself, so + * we just clear the whole rectangle. + */ + //XClearArea(Dpy, wid, f->x, f->y, rwidth[f->type], rheight[f->type], False); + fishtype *ft = &xfish[f->type][f->direction][f->frame]; + XClearArea(Dpy, wid, f->x, f->y, ft->w, ft->h, False); +} + + +/* + * This function can only be called if DoClipping is True. It is used to + * move a clipmasked fish. First the area under the fish is cleared, + * and then the new fish is masked in. + * The parameters x, y, amd d are from the old fish that is being + * erased before the new fish is drawn. + */ +void movefish(fish *f) +{ + fishtype *ft = &xfish[f->type][f->direction][f->frame]; + XSetClipOrigin(Dpy, ft->gc, f->x, f->y); + XCopyArea(Dpy, ft->pix, wid,ft->gc,0,0, ft->w, ft->h, f->x, f->y); + + P("movefish: %#lx %d %d %d %d %d %d %d\n",wid,f->type,f->direction,f->frame,(int)f->x,(int)f->y,ft->w,ft->h); + f->animtime --; + if (f->animtime <= 0) + { + setanimtime(f); + f->frame = (f->frame + 1)%NUM_FRAMES; + } +} + +void setanimtime(fish*f) +{ + f->animtime = 0.75*(drand48()+0.333)*maxanimtime; +} + +void erasebubble(bubble *b) +{ + XClearArea(Dpy, wid, b->x, b->y, b->size, b->size, 0); + P("erasebubble: %d %d %d\n",b->x, b->y, b->size); +} + + +void putbubble(bubble *b, unsigned long c) +{ + XGCValues gcv; + + int s = b->size; + gcv.foreground = c; + gcv.clip_mask = xbubbles[s]; + gcv.clip_x_origin = b->x; + gcv.clip_y_origin = b->y; + XChangeGC(Dpy, bgc, GCForeground | GCClipMask | GCClipXOrigin | GCClipYOrigin, &gcv); + XFillRectangle(Dpy, wid, bgc, b->x, b->y, s, s); + P("putbubble: %d %d\n", b->x, b->y); +} + + +/* + Allocate a color by name. + */ +Pixel AllocNamedColor(Display *display, char *colorName, Pixel dfltPix) +{ + Pixel pix; + XColor exactcolor; + XColor scrncolor; + + if (XAllocNamedColor(display, + DefaultColormap(display, DefaultScreen(Dpy)), + colorName, + &scrncolor, + &exactcolor)) + pix = scrncolor.pixel; + else + pix = dfltPix; + + return pix; +} + + + +//static unsigned char bits[] = { 0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80 }; + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + Calibrate the pixmaps and bitmaps. The right-fish data is coded in xfishy.h, + this is transformed to create the left-fish. The eight bubbles are coded + in bubbles.h as a two dimensional array. + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +void init_pixmap() +{ + + XWindowAttributes attr; + XGetWindowAttributes(Dpy, wid, &attr); + + XpmAttributes attributes; + attributes.valuemask = ( + XpmExactColors | XpmCloseness | XpmDepth); + + attributes.exactColors = False; // does not matter, true or false + attributes.closeness = 40000; // recommended in xpm manual + attributes.depth = attr.depth; // essential + + int k; + // debugging : print all fishes + if(0) + for (k=0; kpix, &pix, &attributes, i); + ft->gc = XCreateGC(Dpy, wid, 0, NULL); + //XChangeGC(Dpy, draw_gc, gmask, &gc_values); + XSetClipMask(Dpy, ft->gc, pix); + XFreePixmap(Dpy,pix); + sscanf(fishes[2*k][0],"%d %d",&(ft->w),&(ft->h)); + } + } + } + + int i; + for (i = 1; i <= 8; i++) + xbubbles[i] = XCreateBitmapFromData(Dpy, wid, (char *) xbBits[i], i, i); +} + + + + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + Initialize signal so that SIGUSR1 causes secure mode to toggle. + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +void init_signals() +{ +} + + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + Variety of initialization calls, including getting the window up and running. + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +void initialize() +{ + XWindowAttributes winfo; + XSetWindowAttributes attr; + (void)attr; + XGCValues vals; + int i,j,k; + + root_window = VirtualRootWindowOfScreen(DefaultScreenOfDisplay(Dpy)); + + XGetWindowAttributes(Dpy, root_window, &winfo); + width = winfo.width; + height = winfo.height; + + DoubleBuf=0; + + int x,y; + unsigned int w,h,b,depth; + Window root, searchWin; + GtkWidget *gtkwin; + XGetGeometry(Dpy,root_window,&root, + &x, &y, &w, &h, &b, &depth); + gtkwin = gtk_window_new(GTK_WINDOW_TOPLEVEL); + gtk_window_set_title (GTK_WINDOW(gtkwin),"Xfishtank-A"); + gtk_window_set_skip_taskbar_hint (GTK_WINDOW(gtkwin),TRUE); + gtk_window_set_skip_pager_hint (GTK_WINDOW(gtkwin),TRUE); + + if (ForceRoot) + { + searchWin = DefaultRootWindow(Dpy); + // Are we started by xscreensaver? + if (getenv("XSCREENSAVER_WINDOW")) + { + searchWin = strtol(getenv("XSCREENSAVER_WINDOW"),NULL,0); + inxscreensaver = 1; + } + } + else if(UserWindow) + { + searchWin = UserWindow; + } + else + { + int HaveTrans = make_trans_window(gtkwin, + 1 /*fullscreen*/, + 1 /*sticky*/, + 1 /* below*/, + 1 /* dock*/ , + NULL, + &searchWin); + if (HaveTrans) + { + xfishtank_trans = 1; + } + else + { + searchWin = root_window; + // Maybe, it is LXDE: find window with name pcmanfm + char *DesktopSession = NULL; + if (getenv("DESKTOP_SESSION")) + { + DesktopSession = strdup(getenv("DESKTOP_SESSION")); + char *a = DesktopSession; + while (*a) { *a = toupper(*a); a++; } + if (!strncmp(DesktopSession,"LXDE",4)) + { + Window w = Window_With_Name(Dpy, root_window, "pcmanfm"); + if(w) + { + searchWin = w; + printf("LXDE session found, using window pcmanfm\n"); + } + } + } + if(DesktopSession) + free(DesktopSession); + } + if(xfishtank_trans) + { + XMoveWindow(Dpy,searchWin,0,0); + XSetWindowBackground(Dpy,searchWin,0); + } + } + + P("searchWin: %#lx\n",searchWin); + + wid = searchWin; + + xfishtankWin = searchWin; + + + vals.foreground = vals.background = bcolor; + vals.graphics_exposures = False; + //gc = XCreateGC(Dpy, wid, GCForeground | GCBackground | GCGraphicsExposures, &vals); + //pgc = XCreateGC(Dpy, wid, GCForeground | GCBackground | GCGraphicsExposures, &vals); + bgc = XCreateGC(Dpy, wid, GCForeground | GCBackground | GCGraphicsExposures, &vals); + //draw_gc = XCreateGC(Dpy, wid, 0, NULL); + //XGCValues gc_values; + //gc_values.function = GXcopy; + //gc_values.graphics_exposures = False; + //gc_values.fill_style = FillTiled; + //XChangeGC(Dpy, draw_gc, GCFunction | GCFillStyle | GCGraphicsExposures, &gc_values); + + for (i = 0; i < NUM_FISH; i++) + for (j=0; j<2; j++) + for (k=0; kpix = 0; + ft->gc = 0; + ft->w = 42; + ft->h = 42; + } + + init_pixmap(); + init_signals(); + + binfo = (bubble *) malloc(blimit * sizeof(bubble)); + //finfo = (fish *) malloc(flimit * sizeof(fish)); + + wid1 = wid; +#ifdef DOUBLE_BUFFER + int xdbemajor; + int xdbeminor; + if (XdbeAvailable == -42) + XdbeAvailable = XdbeQueryExtension(Dpy,&xdbemajor,&xdbeminor); +#else + XdbeAvailable = 0; +#endif + UseXdbe = XdbeAvailable && WantXdbe; + +#ifdef DOUBLE_BUFFER + //BMETHOD = XdbeBackground; + BMETHOD = XdbeBackground; + // BMETHOD = XdbeUndefined; + // BMETHOD = XdbeUntouched; + // BMETHOD = XdbeCopied; // use this to check if dbe works; fishes and bubbles will not be erased + + if (UseXdbe) + { + if (backbuf) + XdbeDeallocateBackBufferName(Dpy,backbuf); + backbuf = XdbeAllocateBackBufferName(Dpy, wid1, BMETHOD); + wid = backbuf; + printf("Using double buffer: %#lx window: %#lx\n",backbuf,wid1); + } + else + printf("Using window: %#lx\n",wid); +#endif + + if(xfishtank_trans) + printf("This is a new transparent window.\n"); + else + { + if(UserWindow) + printf("This is an existing window.\n"); + else + printf("This is an existing window, probably the root window.\n"); + } + XClearWindow(Dpy,wid1); + + // drawing on wid, XClearWindow, XSetWindowBackground on wid1 +} + + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + Create a new bubble. Placement along the x axis is random, as is the size of + the bubble. Increment value is determined by speed. + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +void new_bubble(bubble *b, int init) // init=0: postions at bottom, else random +{ + int s; + + b->x = 5+(width-10) * drand48(); + if (init) + b->y = (height / 16) * (16*drand48() + 1) - 1; + else + b->y = height - 1; + b->size = s = 1.0 + 8*drand48(); + if ((b->bstep = smooth * height / (float) binc[s]) == 0) + b->bstep = 1; + P("newbubble %d %d\n",b->x, b->y); +} + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + Erase old bubbles, move and draw new bubbles. Random left-right factor + can move bubble one size-unit in either direction. + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +void step_bubbles() +{ + int i, j, s; + (void)j; + (void)s; + bubble *b; + + for (i = 0; i < blimit; i++) + { + b = &binfo[i]; + s = b->size; + /* clear */ + /* + if ((b->y > 0) && (b->erased == 0)) + { + erasebubble(b, s); + } + */ + if ((b->y -= b->bstep) > 0) + { + double r = drand48(); + if (r < 0.25) { + b->x -= 1; + } else if (r > 0.75) { + b->x += 1; + } + putbubble(b, bcolor); + } else { + if (drand48() < 0.25) { + new_bubble(b,0); + } + } + } + XFlush(Dpy); +} + + + + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + Create a new fish. Placement along the y axis is random, as is the side + >from which the fish appears. Direction is determined from side. Increment + is also random. + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +void new_fish(fish *f0, int init) // init 0: position at edge, else position at random +{ + int i, collide; + fish *f = f0; + + f->type = drand48() * NUM_FISH; + fishtype *ft = &xfish[f->type][0][0]; + for (i = 0, collide = 1; (i < 16) && (collide); i++) + { + f->y = (height - ft->h) * drand48(); + if ((f->fstep = smooth * width / (8.0 * (1.0 + 8*drand48()))) == 0) + f->fstep = 1; + } + if (drand48() < 0.5) + { + f->direction = 0; + if (init) + f->x = ft->w + drand48()*width; + else + f->x = width; + } + else + { + f->direction = 1; + if (init) + f->x = drand48()*width-ft->w; + else + f->x = -ft->w; + } + + f->frame = 0; + setanimtime(f); + P("newfish %d %d\n",(int)f->x,(int)f->y); +} + +void remove_all_fishes() +{ + int i; + for (i = 0; i < flimit; i++) + erasefish(&finfo[i]); + XFlush(Dpy); +} + +void remove_all_bubbles() +{ + int i; + for (i = 0; i < blimit; i++) + erasebubble(&binfo[i]); + XFlush(Dpy); +} + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + Move all the fish. Clearing old fish is accomplished by masking only the + exposed areas of the old fish. Random up-down factor can move fish 1/4 a + fish height in either direction, if no collisions are caused. + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +void move_fish() +{ + int i, y, done = 0; + fish *f; + + for (i = 0; i < flimit; i++) + { + f = &finfo[i]; + fishtype *ft = &xfish[f->type][f->direction][f->frame]; + if (f->direction == 0) + done = ((f->x -= speedfactor*f->fstep) < -ft->w); + else if (f->direction == 1) + done = ((f->x += speedfactor*f->fstep) > width); + + if(0) // spontaneous change direction now and then + if (f->x > ft->w && f->x < width - 2*ft->w && drand48() < 0.001) + { + f->direction = 1-f->direction; + P("direction: %d\n",f->direction); + } + if (1) + { + if (!done) + { + double r = drand48(); + if (r < 0.25) + y = f->fstep / 4; + else if (r > 0.75) + y = f->fstep / -4; + else + y = 0; + + if (y) + f->y += y; + movefish(f); + } + else + { + erasefish(f); + new_fish(f,0); + } + } + } + XFlush(Dpy); +} + +int do_move(void *dummy) +{ + (void)dummy; + + if (Done) + { + gtk_main_quit(); + return FALSE; + } + +#ifdef DOUBLE_BUFFER + if (UseXdbe) + { + XdbeSwapInfo swapInfo; + swapInfo.swap_window = wid1; + swapInfo.swap_action = BMETHOD; + XdbeSwapBuffers(Dpy, &swapInfo, 1); + if(xfishtank_trans) + XSetWindowBackground(Dpy,wid1,0); + } + else + { + XFlush(Dpy); + remove_all_bubbles(); + remove_all_fishes(); + } +#else + XFlush(Dpy); + remove_all_bubbles(); + remove_all_fishes(); +#endif + move_fish(); + step_bubbles(); + return TRUE; + +} + +int do_testfish(void *dummy) +{ + (void)dummy; + + static int x = 100; + static int y = 100; + int w = 64; + int h = 41; + w= 64; + h=59; + XClearArea(Dpy, wid, x,y,w,h,0); + x += 1; + y += 1; + if (x > 500) + { + x = 100; + y = 100; + } + + GC gc = xfish[0][1][0].gc; + XSetClipOrigin(Dpy, gc, x, y); + XCopyArea(Dpy, xfish[0][1][0].pix, wid, gc,0,0,w,h,x,y); + XFlush(Dpy); + return TRUE; +} + +void create_fishes(int n) +{ + int i; + static int prev = 0; + flimit = n; + finfo = (fish *)realloc(finfo,sizeof(fish)*flimit); + for (i = prev; i < flimit; i++) + new_fish(&finfo[i],1); + prev = flimit; +} + +void create_bubbles(int n) +{ + int i; + static int prev = 0; + blimit = n; + binfo = (bubble *)realloc(binfo,sizeof(bubble)*blimit); + for (i = prev; i < blimit; i++) + new_bubble(&binfo[i],1); + prev = blimit; +} + +void setspeed(float s) +{ + speedfactor = s; +} + +void setbcolor() +{ + bcolor = AllocNamedColor(Dpy,bcolorstring,white)|0xff000000; +} + +void setbgcolor() +{ + if (inxscreensaver && !xfishtank_trans && bgcolorstring && strlen(bgcolorstring)) + { + P("bgcolorstring '%s'\n",bgcolorstring); + bgcolor = AllocNamedColor(Dpy,bgcolorstring,black)|0xff000000; + XSetWindowBackground(Dpy, wid1, bgcolor); + XClearWindow(Dpy,wid1); + } +} + + +void Thanks() +{ + if (HaltedByInterrupt) + printf("\nxfishtank: Caught signal %d\n",HaltedByInterrupt); + if (Dpy) + { + XClearWindow(Dpy,wid1); + XFlush(Dpy); + } + printf("\nThank you for using xfishtank\n"); + exit(0); +} + +void SigHandler(int signum) +{ + HaltedByInterrupt = signum; + Done = 1; +} + + + +/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * + * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */ +int main(int argc, char *argv[]) +{ + // Circumvent wayland problems:before starting gtk: make sure that the + // gdk-x11 backend is used. + + setenv("GDK_BACKEND","x11",1); + signal(SIGINT, SigHandler); + signal(SIGTERM, SigHandler); + signal(SIGHUP, SigHandler); + + parse(argc, argv); + printf("xfishtank version %s\n",VERSION); + printf("Comments to: %s\n",PACKAGE_BUGREPORT); + printf("Url: %s\n",PACKAGE_URL); + srand48(time(NULL)); + counter = 0; + gtk_init(&argc, &argv); + set_defaults(); + ReadFlags(); + Dpy = XOpenDisplay(display_name); + if(!Dpy) + { + char *name = display_name; + if (!display_name) + { + if(getenv("DISPLAY")) + name = getenv("DISPLAY"); + } + printf("Cannot open display: '%s'\n",name); + Thanks(); + exit(1); + } + screen = DefaultScreen(Dpy); + + white = WhitePixel(Dpy, screen); + black = BlackPixel(Dpy, screen); + + initialize(); + + setbcolor(); + setbgcolor(); + + srand((unsigned) getpid()); + + create_bubbles(blimit); + + create_fishes(flimit); + + ui(); + + g_timeout_add_full(G_PRIORITY_DEFAULT, 30, do_move ,NULL, NULL); + g_timeout_add_full(G_PRIORITY_DEFAULT, 500, do_write_flags ,NULL, NULL); + + if(0) + g_timeout_add_full(G_PRIORITY_DEFAULT, 40, do_testfish ,NULL, NULL); + + if (nomenu) + iconify(); + gtk_main(); + + Thanks(); + + return 0; +} + +void print_changelog() +{ +#include "changelog.inc" +} + +#ifdef SELFREP +static unsigned char tarfile[] = { +#include "tarfile.inc" +}; +void selfrep() +{ + if(sizeof(tarfile) > 1000 && isatty(fileno(stdout))) + { + printf("Not sending tar file to terminal.\n"); + printf("Try redirecting to a file (e.g: xpenguins -selfrep > xpenguins.tar.gz),\n"); + printf("or use a pipe (e.g: xpenguins -selfrep | tar zxf -).\n"); + } + else + { + ssize_t rc = mywrite(fileno(stdout),tarfile,sizeof(tarfile)); + if (rc < 0) + fprintf(stderr,"xpenguins: Problems encountered during production of the tar ball.\n"); + } +} +#endif + diff --git a/src/test1.sh b/src/test1.sh new file mode 100755 index 0000000..e1e2084 --- /dev/null +++ b/src/test1.sh @@ -0,0 +1,37 @@ +#!/bin/sh +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# + +XFISHTANK=xfishtank +if [ -x ./xfishtank ]; then + XFISHTANK=./xfishtank +fi +# test if 'xfishtank -h' more or less works: +$XFISHTANK -h | grep -q -i xfishtank +if [ $? -ne 0 ] ; then + echo "Error in executing: $XFISHTANK -h" + exit 1 +fi diff --git a/src/toascii.sh b/src/toascii.sh new file mode 100755 index 0000000..0b299fb --- /dev/null +++ b/src/toascii.sh @@ -0,0 +1,47 @@ +#!/bin/sh +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +cat << eof > toascii.c +#include +int main() +{ + int c; + int i = 0; + while((c = getchar()) != EOF) + { + if (i>20) + { + i = 1; + printf("\n"); + } + printf("%d,",c); + i++; + } +} +eof +${CC:-cc} $CFLAGS -o toascii toascii.c >/dev/null 2>&1 +./toascii +rm -f toascii toascii.c diff --git a/src/tocc.sh b/src/tocc.sh new file mode 100755 index 0000000..3dd91b2 --- /dev/null +++ b/src/tocc.sh @@ -0,0 +1,26 @@ +# -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +sed 's/\\/\\\\/g;s/"/\\"/g;s/^/ printf("%s\\n","/;s/$/");/' diff --git a/src/transwindow.c b/src/transwindow.c new file mode 100644 index 0000000..9c5e309 --- /dev/null +++ b/src/transwindow.c @@ -0,0 +1,241 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +#include +#include +#include +#include "transwindow.h" +#include "debug.h" + + +static int setvaria(GtkWidget *widget); + +/* + * creates transparent window using gtk3/cairo. + * transwindow: (input) GtkWidget to create transparent window in + * fullscreen: (input) full-screen or not full screen + * sticky: (input) visible on all workspaces or not + * below: (input) 1: below all other windows 2: above all other windows 0: no action + * dock: (input) make it a 'dock' window: no decoration and not interfering with xsnow, xpenguins + * NOTE: with dock=1, gtk ignores the value of below: window is above all other windows + * NOTE: with decorations set to TRUE (see gtk_window_set_decorated()), + * the window is not click-through in Gnome + * So: dock = 1 is good for Gnome, or call gtk_window_set_decorated(w,FALSE) + * before this function + * gdk_window: (output) GdkWindow created + * x11_window: (output) Window X11 window created + */ +int make_trans_window(GtkWidget *transwindow, int fullscreen, int sticky, int below, int dock, + GdkWindow **gdk_window, Window *x11_window) +{ + if(gdk_window) + *gdk_window = NULL; + if(x11_window) + *x11_window = 0; + + // We take full responsibility for drawing background etc. + // Also, this is essential to obtain the desired effect. + gtk_widget_set_app_paintable(transwindow, TRUE); + + // essential in Gnome: + gtk_window_set_decorated(GTK_WINDOW(transwindow),FALSE); + // essential everywhere: + gtk_window_set_accept_focus(GTK_WINDOW(transwindow), FALSE); + + // take care that 'below' and 'sticky' are taken care of in gtk_main loop: + g_signal_connect(transwindow, "draw", G_CALLBACK(setvaria), NULL); + + // remove our things from transwindow: + g_object_steal_data(G_OBJECT(transwindow),"trans_sticky"); + g_object_steal_data(G_OBJECT(transwindow),"trans_below"); + g_object_steal_data(G_OBJECT(transwindow),"trans_nobelow"); + g_object_steal_data(G_OBJECT(transwindow),"trans_done"); + + + static char somechar; + if (sticky) + g_object_set_data(G_OBJECT(transwindow),"trans_sticky",&somechar); + + switch(below) + { + case 0: + g_object_set_data(G_OBJECT(transwindow),"trans_nobelow",&somechar); + break; + case 1: + g_object_set_data(G_OBJECT(transwindow),"trans_below",&somechar); + break; + } + + /* To check if the display supports alpha channels, get the visual */ + GdkScreen *screen = gtk_widget_get_screen(transwindow); + + if (!gdk_screen_is_composited(screen)) + { + P("No alpha\n"); + gtk_window_close(GTK_WINDOW(transwindow)); + return FALSE; + } + + // Ensure the widget (the window, actually) can take RGBA + gtk_widget_set_visual(transwindow, gdk_screen_get_rgba_visual(screen)); + + // set full screen if so desired: + if(fullscreen) + { + P("fullscreen\n"); + XWindowAttributes attr; + Display *display = XOpenDisplay(NULL); + XGetWindowAttributes(display,DefaultRootWindow(display),&attr); + gtk_widget_set_size_request(GTK_WIDGET(transwindow),attr.width,attr.height); + XCloseDisplay(display); + } + else + { + P("NOT fullsscreen\n"); + } + + gtk_widget_show_all(transwindow); + GdkWindow *gdkwin = gtk_widget_get_window(GTK_WIDGET(transwindow)); + + // so that apps like xsnow will ignore this window: + if(dock) + gdk_window_set_type_hint(gdkwin,GDK_WINDOW_TYPE_HINT_DOCK); + + gdk_window_hide(gdkwin); + if(fullscreen) + gdk_window_move(gdkwin,0,0); + gdk_window_show(gdkwin); + + if (x11_window) + *x11_window = gdk_x11_window_get_xid(gdkwin); + if (gdk_window) + *gdk_window = gdkwin; + + usleep(200000); // seems sometimes to be necessary with nvidia + + // just to be sure all settings are communicated with the server + gtk_widget_hide(transwindow); + gtk_widget_show_all(transwindow); + + // set some things, but note that this has to be repeated in the gkt_main loop. + + P("explicitly call setvaria\n"); + setvaria(transwindow); + P("end explicit call\n"); + g_object_steal_data(G_OBJECT(transwindow),"trans_done"); + + return TRUE; +} + +// for some reason, in some environments the 'below' and 'stick' properties +// disappear. It works again, if we express our wishes after starting gtk_main +// and the best place is in the draw event. +// +int setvaria(GtkWidget *widget) +{ + // We want to reset the settings at least once to be sure. + // Things like sticky and below should be stored in the widget beforehand. + // Use the value of p itself, not what it points to. + // Following the C standard, we have to use an array to subtract pointers. + enum {rep = 1,nrep}; // must be >= 0, and is equal to the number of times the settings + // will be done when called more than once + static char something[nrep]; + char *p = (char *)g_object_get_data(G_OBJECT(widget),"trans_done"); + if (!p) + p = &something[0]; + P("setvaria %p %p %d\n",p,&something,(int)(p-&something[0])); + if (p - &something[0] >= rep) + return FALSE; + p++; + g_object_set_data(G_OBJECT(widget),"trans_done",p); + + P("setvaria %p %p %d\n",p, (void *)widget,(int)(p - &something[0])); + + + GdkWindow *gdk_window1 = gtk_widget_get_window(widget); + const int Usepassthru = 0; + if(Usepassthru) + gdk_window_set_pass_through(gdk_window1,TRUE); // does not work as expected + else + { + cairo_region_t *cairo_region1 = cairo_region_create(); + gdk_window_input_shape_combine_region(gdk_window1, cairo_region1, 0,0); + cairo_region_destroy(cairo_region1); + } + P("setvaria %d widget: %p gdkwin: %p passthru: %d\n",counter++,(void *)widget,(void *)gdk_window1,gdk_window_get_pass_through(gdk_window1)); + + + if(!g_object_get_data(G_OBJECT(widget),"trans_nobelow")) + { + if(g_object_get_data(G_OBJECT(widget),"trans_below")) + setbelow(GTK_WINDOW(widget)); + else + setabove(GTK_WINDOW(widget)); + } + + if(1) + { + if(g_object_get_data(G_OBJECT(widget),"trans_sticky")) + gtk_window_stick(GTK_WINDOW(widget)); + else + gtk_window_unstick(GTK_WINDOW(widget)); + } + + return FALSE; +} + + +// Force window below or above other windows. +// It appears that, to get a window below other windows, it can be necessary +// to do first the opposite, and then vice-versa. +// These codes are probably somewhat too exuberant .... +void setbelow(GtkWindow *w) +{ + gtk_window_set_keep_above(GTK_WINDOW(w), TRUE); + gtk_window_set_keep_below(GTK_WINDOW(w), TRUE); + GdkWindow *gdkw = gtk_widget_get_window(GTK_WIDGET(w)); + Window xwin = gdk_x11_window_get_xid(gdkw); + XWindowChanges changes; + changes.stack_mode = Below; + Display *display = XOpenDisplay(NULL); + XConfigureWindow(display,xwin,CWStackMode,&changes); + P("setbelow %#lx\n",xwin); + XCloseDisplay(display); +} + +void setabove(GtkWindow *w) +{ + gtk_window_set_keep_below(GTK_WINDOW(w), TRUE); + gtk_window_set_keep_above(GTK_WINDOW(w), TRUE); + GdkWindow *gdkw = gtk_widget_get_window(GTK_WIDGET(w)); + Window xwin = gdk_x11_window_get_xid(gdkw); + XWindowChanges changes; + changes.stack_mode = Above; + Display *display = XOpenDisplay(NULL); + XConfigureWindow(display,xwin,CWStackMode,&changes); + P("setabove %#lx\n",xwin); + XCloseDisplay(display); +} diff --git a/src/transwindow.h b/src/transwindow.h new file mode 100644 index 0000000..4515df8 --- /dev/null +++ b/src/transwindow.h @@ -0,0 +1,35 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +#include +#include + +#pragma once + +extern int make_trans_window(GtkWidget *Transwindow, int Fullscreen, int sticky, int below, int dock, + GdkWindow **gdk_window, Window *x11_window); +void setbelow(GtkWindow *w); +void setabove(GtkWindow *w); diff --git a/src/ui.c b/src/ui.c new file mode 100644 index 0000000..5018085 --- /dev/null +++ b/src/ui.c @@ -0,0 +1,586 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ + +#include +#include +#include "ui_xml.h" +#include "ui.h" +#include "debug.h" +#include "xfishtank.h" +#include "utils.h" +#include "fishes.h" + +//#include "xfishtank.xpm" + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#ifdef __cplusplus +#define MODULE_EXPORT extern "C" G_MODULE_EXPORT +#else +#define MODULE_EXPORT G_MODULE_EXPORT +#endif + +int FlagsChanged = 1; + +static int human_action = 1; /* is it a human who is playing with the buttons? */ + +#define NTYPES 16 +static GtkBuilder *builder; +static GtkWidget *hauptfenster; +static GtkStyleContext *hauptfenstersc; +static char buf[100]; +static GtkWidget *id_fishes; +static GtkWidget *id_fishesvalue; +static GtkWidget *id_speed; +static GtkWidget *id_speedvalue; +static GtkWidget *id_bubbles; +//static GtkWidget *id_squish; +static GtkWidget *id_logo1; +static GtkWidget *id_logo2; +static GtkWidget *id_logo3; +static GtkWidget *id_bubble_color; +static GtkWidget *id_bg_color; +static GtkWidget *id_bubblesvalue; +//static GtkWidget *id_squish_picture; + +static int logo[3]; +static int flip[3]; + +static void handle_css(void); +static void init_ids(void); +static void init_pixmaps(void); +static FILE *openflagsfile(char *mode); +static float scale_to_bubblesfactor(float scale); +static void ab(float Max, float Min, float *a, float *b); +static float fishes_to_scale(float n); +static float bubblesfactor_to_scale(float n); +static float scale_to_fishes(float scale); +static float speedfactor_to_scale(float n); +static float scale_to_speedfactor(float scale); +static void init_pixmap(GtkWidget *id, int n, int flip); +static int do_animate(void *dummy); + + +// Sometimes it is good to have a logarithmic scale, such that +// +// V = a*M*10**s + b +// +// where: V = parameter (e.g. SpeedFactor) +// M = desired maximum of V (e.g. 4.0) +// s = value of the gtkscale (0 .. 1.0) +// Furthermore: m = desired minimum of V (e.g. 0.2) +// +// Then: +// a = (M - m)/(9*M) +// b = m - a*M +// +// The placement of a is a logical choice, the placement of b is +// more or less random. I need a constant next to a, because I want +// to define minimum V AND maximum V. +// +// Given V, compute s: +// +// s = log10((V-b)/(a*M)) +// + +void ab(float Max, float Min, float *a, float *b) +{ + *a = (Max - Min)/(9.0*Max); + *b = Min - (*a)*Max; +} + +static const float MaxBubbles = 500; +static const float MinBubbles = 1; + +static const float MaxFishes = 200; +static const float MinFishes = 1.0; + +static const float MaxSpeed = 400; +static const float MinSpeed = 30; + +void handle_css() +{ +} + + +void show_dialog(int type, const char *format, const char *text) +{ + GtkMessageType message_type; + if (type == 1) + message_type = GTK_MESSAGE_ERROR; + else + message_type = GTK_MESSAGE_INFO; + + GtkWidget *m = gtk_message_dialog_new(GTK_WINDOW(hauptfenster), + GTK_DIALOG_MODAL, + message_type, + GTK_BUTTONS_OK, + format, + text + ); + g_signal_connect(m,"response",G_CALLBACK(gtk_main_quit),NULL); + gtk_widget_show_all(m); +} + +void init_ids() +{ + id_fishes = GTK_WIDGET(gtk_builder_get_object(builder, "id-fishes")); + id_fishesvalue = GTK_WIDGET(gtk_builder_get_object(builder, "id-fishesvalue")); + id_speed = GTK_WIDGET(gtk_builder_get_object(builder, "id-speed")); + id_speedvalue = GTK_WIDGET(gtk_builder_get_object(builder, "id-speedvalue")); + id_logo1 = GTK_WIDGET(gtk_builder_get_object(builder, "id-logo1")); + id_logo2 = GTK_WIDGET(gtk_builder_get_object(builder, "id-logo2")); + id_logo3 = GTK_WIDGET(gtk_builder_get_object(builder, "id-logo3")); + id_bubble_color = GTK_WIDGET(gtk_builder_get_object(builder, "id-bubble-color")); + id_bg_color = GTK_WIDGET(gtk_builder_get_object(builder, "id-bg-color")); + id_bubbles = GTK_WIDGET(gtk_builder_get_object(builder, "id-bubbles")); + //id_squish = GTK_WIDGET(gtk_builder_get_object(builder, "id-squish")); + id_bubblesvalue = GTK_WIDGET(gtk_builder_get_object(builder, "id-bubblesvalue")); + //id_squish_picture = GTK_WIDGET(gtk_builder_get_object(builder, "id-squish-picture")); +} + +int do_animate(void *dummy) +{ + (void)dummy; + int m = drand48()*3; + P("m: %d %d\n",m, logo[m]); + // needs adjustment if NUM_FRAMES != 2 + if (logo[m]%NUM_FRAMES) + logo[m]--; + else + logo[m]++; + GtkWidget *id; + switch(m) + { + case 0: + id = id_logo1; + break; + case 1: + id = id_logo2; + break; + case 2: + id = id_logo3; + break; + } + init_pixmap(id, logo[m], flip[m]); + + return TRUE; +} + +void init_pixmap(GtkWidget *id, int n, int flip) +{ + int w,h; + float w0,h0; + + GdkPixbuf *pixbuf, *pixbuf1, *pixbuf2; + pixbuf = gdk_pixbuf_new_from_xpm_data ((const char **)fishes[n]); + w0 = gdk_pixbuf_get_width(pixbuf); + h0 = gdk_pixbuf_get_height(pixbuf); + if (w0 > h0) + { + w = 64; + h = h0/w0*w; + } + else + { + h = 64; + w = w0/h0*h; + } + + pixbuf1 = gdk_pixbuf_scale_simple(pixbuf,w,h,GDK_INTERP_BILINEAR); + g_object_unref(pixbuf); + + if(flip) + { + pixbuf2 = gdk_pixbuf_flip(pixbuf1,1); + gtk_image_set_from_pixbuf(GTK_IMAGE(id),pixbuf2); + g_object_unref(pixbuf2); + } + else + gtk_image_set_from_pixbuf(GTK_IMAGE(id),pixbuf1); + + g_object_unref(pixbuf1); +} + +void init_pixmaps() +{ + int i; + for (i=0; i<3; i++) + { + logo[i] = NUM_FRAMES*(int)(drand48()*NUM_FISH); + flip[i] = drand48()*2; + } + init_pixmap(id_logo1,logo[0],flip[0]); + init_pixmap(id_logo2,logo[1],flip[1]); + init_pixmap(id_logo3,logo[2],flip[2]); +} + +void set_buttons() +{ + int h = human_action; + human_action = 0; + + gtk_range_set_value(GTK_RANGE(id_fishes), fishes_to_scale(flimit)); + sprintf(buf,"%d",flimit); + gtk_label_set_text(GTK_LABEL(id_fishesvalue),buf); + + gtk_range_set_value(GTK_RANGE(id_bubbles),bubblesfactor_to_scale(blimit)); + sprintf(buf,"%d",(int)(blimit)); + gtk_label_set_text(GTK_LABEL(id_bubblesvalue),buf); + + gtk_range_set_value(GTK_RANGE(id_speed),speedfactor_to_scale(100*speedfactor)); + P("speedfactor: %f %f\n",speedfactor, speedfactor_to_scale(100*speedfactor)); + sprintf(buf,"%d",(int)(100*speedfactor)); + gtk_label_set_text(GTK_LABEL(id_speedvalue),buf); + + GdkRGBA color; + P("bcolor: %s\n",bcolorstring); + gdk_rgba_parse(&color, bcolorstring); + gtk_color_chooser_set_rgba(GTK_COLOR_CHOOSER(id_bubble_color),&color); + + P("bgcolor: %s\n",bgcolorstring); + gdk_rgba_parse(&color, bgcolorstring); + gtk_color_chooser_set_rgba(GTK_COLOR_CHOOSER(id_bg_color),&color); + + human_action = h; + + FlagsChanged = 1; +} + + +MODULE_EXPORT void button_fishes(GtkWidget *w) +{ + if (!human_action) + return; + float value = gtk_range_get_value(GTK_RANGE(w)); + P("fishes: %f\n",value); + create_fishes(scale_to_fishes(value)); + FlagsChanged = 1; + + sprintf(buf,"%d",flimit); + gtk_label_set_text(GTK_LABEL(id_fishesvalue),buf); +} + +MODULE_EXPORT void button_bubbles(GtkWidget *w) +{ + if (!human_action) + return; + float value = gtk_range_get_value(GTK_RANGE(w)); + P("bubbles: %f %d\n",value,blimit); + create_bubbles(scale_to_bubblesfactor(value)); + FlagsChanged = 1; + + sprintf(buf,"%d",blimit); + gtk_label_set_text(GTK_LABEL(id_bubblesvalue),buf); +} + +MODULE_EXPORT void button_speed(GtkWidget *w) +{ + if (!human_action) + return; + float value = gtk_range_get_value(GTK_RANGE(w)); + P("speedfactor: %f %f\n",value,speedfactor); + setspeed(scale_to_speedfactor(value)); + P("speedfactor: %f\n",speedfactor); + FlagsChanged = 1; + + sprintf(buf,"%d",(int)(100*speedfactor)); + gtk_label_set_text(GTK_LABEL(id_speedvalue),buf); +} + + +MODULE_EXPORT void button_defaults() +{ + set_defaults(); + create_fishes(flimit); + create_bubbles(blimit); + setbcolor(); + setbgcolor(); + setspeed(speedfactor); + if (!human_action) + return; + set_buttons(); +} + +#if 0 +MODULE_EXPORT void button_squish(GtkWidget *w) +{ + if (!human_action) + return; + int value = gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(w)); + P("squish: %d\n",value); + handle_squish(value); + FlagsChanged = 1; +} +#endif +MODULE_EXPORT void button_iconify() +{ + if (!human_action) + return; + gtk_window_iconify(GTK_WINDOW(hauptfenster)); +} + +MODULE_EXPORT void button_bubble_color(GtkWidget *w) +{ + GdkRGBA color; + if (!human_action) + return; + gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(w),&color); + free(bcolorstring); + rgba2color(&color,&bcolorstring); + setbcolor(); + FlagsChanged = 1; +} + +MODULE_EXPORT void button_bg_color(GtkWidget *w) +{ + GdkRGBA color; + if (!human_action) + return; + gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(w),&color); + free(bgcolorstring); + rgba2color(&color,&bgcolorstring); + setbgcolor(); + FlagsChanged = 1; +} + +#if 0 +MODULE_EXPORT void button_guts_color(GtkWidget *w) +{ + GdkRGBA color; + if (!human_action) + return; + gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(w),&color); + free(gutsColor); + rgba2color(&color,&gutsColor); + setgutsgcColor(); + FlagsChanged = 1; +} +#endif + +#if 0 +MODULE_EXPORT void button_squish_color(GtkWidget *w) +{ + GdkRGBA color; + if (!human_action) + return; + gtk_color_chooser_get_rgba(GTK_COLOR_CHOOSER(w),&color); + free(gutsColor); + rgba2color(&color,&gutsColor); +} +#endif + +FILE *openflagsfile(char *mode) +{ + char *h = getenv("HOME"); + if (h == NULL) + return NULL; + char *flagsfile = (char*)malloc((strlen(h)+strlen(FLAGSFILE)+2)*sizeof(char)); + flagsfile[0] = 0; + strcat(flagsfile,h); + strcat(flagsfile,"/"); + strcat(flagsfile,FLAGSFILE); + FILE *f = fopen(flagsfile,mode); + P("openflagsfile %s %s\n",flagsfile,mode); + free(flagsfile); + return f; +} + +void ReadFlags() +{ + FILE *f = openflagsfile(_("r")); + if (f == NULL) + { + I("Cannot read $HOME/%s\n",FLAGSFILE); + return; + } + int lineno = 1; + while(1) + { + char *line = NULL; + size_t n = 0; + int m = getline(&line,&n,f); + if (m<0) + break; + P("ReadFlags: %d [%s]\n",lineno,line); + char *flag = (char*)malloc((strlen(line)+1)*sizeof(char)); + m = sscanf(line, "%s", flag); + if (m == EOF || m == 0) + continue; + char *rest = line + strlen(flag); + + char *p; + p = rest; + while (*p == ' ' || *p == '\t' || *p == '\n') + p++; + rest = p; + p = &line[strlen(line)-1]; + while (*p == ' ' || *p == '\t' || *p == '\n') + p--; + *(p+1) = 0; + + P("ReadFlags: %s [%s]\n",flag,rest); + if(!strcmp(flag,"fishes")) + { + flimit = atoi(rest); + P("flimit: %d\n",flimit); + } + else if(!strcmp(flag,"bubbles")) + { + blimit = atoi(rest); + P("bubbles: %d\n",blimit); + } + else if(!strcmp(flag,"speed")) + { + speedfactor = atoi(rest)/100.0; + P("speedfactor: %d\n",(int)(100*speedfactor)); + } + else if(!strcmp(flag,"bc")) + { + if(bcolorstring) + free(bcolorstring); + bcolorstring = strdup(rest); + P("bcolorstring: %s\n",bcolorstring); + } + else if(!strcmp(flag,"bgc")) + { + if(bgcolorstring) + free(bgcolorstring); + bgcolorstring = strdup(rest); + P("bcolorstring: %s\n",bgcolorstring); + } + lineno++; + free(line); + free(flag); + } + fclose(f); +} + +void WriteFlags() +{ + FILE *f = openflagsfile(_("w")); + if (f == NULL) + { + I("Cannot write $HOME/%s\n",FLAGSFILE); + return; + } + fprintf(f, "fishes %d\n", flimit); + fprintf(f, "bubbles %d\n", blimit); + if (bcolorstring && strlen(bcolorstring)) + fprintf(f, "bc %s\n", bcolorstring); + if(bgcolorstring && strlen(bgcolorstring)) + fprintf(f, "bgc %s\n", bgcolorstring); + fprintf(f, "speed %d\n", (int)(100*speedfactor)); + fclose(f); + init_pixmaps(); +} + +float bubblesfactor_to_scale(float n) +{ + float a,b; + ab(MaxBubbles, MinBubbles,&a,&b); + return mylog10f((n-b)/(a*MaxBubbles)); +} + + +float scale_to_bubblesfactor(float scale) +{ + float a,b; + ab(MaxBubbles, MinBubbles,&a,&b); + return a * MaxBubbles*myexp10f(scale) + b; +} + +float fishes_to_scale(float n) +{ + float a,b; + ab(MaxFishes, MinFishes, &a, &b); + float rc = mylog10f((n-b)/(a*MaxFishes)); + P("ftos %f %f\n",n,rc); + return rc; +} + +float scale_to_fishes(float scale) +{ + float a,b; + ab(MaxFishes, MinFishes, &a, &b); + return a * MaxFishes*myexp10f(scale) + b; +} + +float speedfactor_to_scale(float n) +{ + float a,b; + ab(MaxSpeed, MinSpeed, &a, &b); + float rc = mylog10f((n-b)/(a*MaxSpeed)); + P("stos %f %f\n",n,rc); + return rc; +} + +float scale_to_speedfactor(float scale) +{ + float a,b; + ab(MaxSpeed, MinSpeed, &a, &b); + return 0.01*(a * MaxSpeed*myexp10f(scale) + b); +} + +void iconify() +{ + gtk_window_iconify(GTK_WINDOW(hauptfenster)); +} + +void ui() +{ + P("here is uiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii\n"); + + builder = gtk_builder_new_from_string (xfishtank_xml, -1); + gtk_builder_connect_signals (builder, builder); + hauptfenster = GTK_WIDGET(gtk_builder_get_object(builder, "hauptfenster")); + + hauptfenstersc = gtk_widget_get_style_context(hauptfenster); + + handle_css(); + char wtitle[100]; + wtitle[0] = 0; + strcat(wtitle,"XfishtanK"); +#ifdef HAVE_CONFIG_H + strcat(wtitle,"-"); + strncat(wtitle,VERSION,99 - strlen(wtitle)); +#endif + gtk_window_set_title(GTK_WINDOW(hauptfenster),wtitle); + gtk_window_set_resizable(GTK_WINDOW(hauptfenster),False); + gtk_widget_show_all (hauptfenster); + g_signal_connect (GTK_WINDOW(hauptfenster), "delete-event", G_CALLBACK (gtk_main_quit), NULL); + g_signal_connect (GTK_WINDOW(hauptfenster), "destroy", G_CALLBACK (gtk_main_quit), NULL); + + init_ids(); + + init_pixmaps(); + set_buttons(); + g_timeout_add_full(G_PRIORITY_DEFAULT, 150, do_animate ,NULL, NULL); +} + diff --git a/src/ui.h b/src/ui.h new file mode 100644 index 0000000..cb75a2e --- /dev/null +++ b/src/ui.h @@ -0,0 +1,36 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# + */ + +extern int FlagsChanged; + +extern void ui(void); +extern void set_buttons(void); +extern void WriteFlags(void); +extern void ReadFlags(void); +extern void show_dialog(int type, const char *format, const char *text); +extern void iconify(void); + diff --git a/src/ui.xml b/src/ui.xml new file mode 100644 index 0000000..54d0fa8 --- /dev/null +++ b/src/ui.xml @@ -0,0 +1,404 @@ + + + + + + 1 + 0.01 + 0.10000000000000001 + + + 3 + 300 + 1 + 10 + + + 1 + 0.01 + 0.10000000000000001 + + + 1 + 0.01 + 0.10000000000000001 + + + False + + + + + + True + False + + + 32 + 80 + True + False + + + 527 + 395 + + + + + 64 + 64 + True + False + gtk-apply + + + 29 + 123 + + + + + 64 + 64 + True + False + gtk-apply + + + 248 + 7 + + + + + 64 + 64 + True + False + gtk-apply + + + 452 + 124 + + + + + 140 + 161 + True + False + + + 64 + True + False + bubbles + + + 2 + 0 + + + + + 34 + 120 + True + True + Define number of bubbles + vertical + bubbles-adjustment + True + 3 + 3 + False + False + + + + 2 + 2 + + + + + 64 + True + False + fishes + + + 0 + 0 + + + + + 34 + 120 + True + True + Define number of fishes + vertical + fishes-adjustment + True + 3 + 3 + False + False + + + + 0 + 2 + + + + + True + False + label + + + 2 + 1 + + + + + True + False + label + + + 0 + 1 + + + + + 64 + True + False + speed + + + 1 + 0 + + + + + True + False + label + + + 1 + 1 + + + + + 34 + 120 + True + True + Speed factor for the fishes: the higher, the speedier + vertical + speed-adjustment + True + False + False + + + + 1 + 2 + + + + + 135 + 114 + + + + + 205 + 80 + True + False + + + 64 + 64 + True + True + True + Reset all values to defaults + + + + 64 + 64 + True + False + gtk-undo + 5 + + + + + 0 + 0 + + + + + 64 + 64 + True + True + True + Hide menu + + + + 64 + 64 + True + False + gtk-leave-fullscreen + 5 + + + + + 1 + 0 + + + + + 64 + 64 + True + True + True + Quit xfishtank + + + + 64 + 64 + True + False + gtk-quit + 5 + + + + + 2 + 0 + + + + + 151 + 314 + + + + + 64 + True + False + vertical + + + True + False + color + + + False + True + 0 + + + + + True + False + bubbles + + + False + True + 1 + + + + + 41 + 41 + True + True + True + Choose your favorite bubble color + center + start + + + + False + True + 2 + + + + + True + False + 5 + background + + + False + True + 3 + + + + + 41 + 41 + True + True + True + Choose background color. +Works only when using xfishtank as screensaver (option -root) or in a non-compositing window manager. + center + start + + + + False + True + 4 + + + + + 339 + 114 + + + + + + diff --git a/src/utils.c b/src/utils.c new file mode 100644 index 0000000..2260b79 --- /dev/null +++ b/src/utils.c @@ -0,0 +1,201 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif +#include +#include +#include +#include +#include +#include "utils.h" +#include "debug.h" +#include "xfishtank.h" + + +Pixel Black, White; + +ssize_t mywrite(int fd, const void *buf, size_t count) +{ + const size_t m = 4096; // max per write + size_t w = 0; // # written chars + char *b = (char *)buf; + + while (w < count) + { + size_t l = count - w; + if (l > m) + l = m; + ssize_t x = write(fd, b+w, l); + if (x < 0) + return -1; + w += x; + } + return 0; +} + +FILE *HomeOpen(const char *file,const char *mode, char **path) +{ + char *h = getenv("HOME"); + if (h == NULL) + return NULL; + char *home = strdup(h); + (*path) = (char *) malloc((strlen(home)+strlen(file)+2)*sizeof(char)); + strcpy(*path,home); + strcat(*path,"/"); + strcat(*path,file); + FILE *f = fopen(*path,mode); + free(home); + return f; +} + + +float sq3(float x, float y, float z) +{ + return x*x + y*y + z*z; +} + +float sq2(float x, float y) +{ + return x*x + y*y; +} + +float fsgnf(float x) +{ + if (x>0) return 1.0f; + if (x<0) return -1.0f; + return 0.0f; +} + +int sgnf(float x) +{ + if (x > 0) return 1; + if (x < 0) return -1; + return 0; +} + + +int RandInt(int m) +{ + if (m <=0 ) + return 0; + return drand48()*m; +} + +int is_little_endian(void) +{ + int endiantest = 1; + return (*(char *)&endiantest) == 1; +} + +void my_cairo_paint_with_alpha(cairo_t *cr, double alpha) +{ + if (alpha > 0.9) + cairo_paint(cr); + else + cairo_paint_with_alpha(cr,alpha); + P("%d alpha %f\n",counter++,alpha); +} + +/* from 'dsimple.c' + * Window_With_Name: routine to locate a window with a given name on a display. + * If no window with the given name is found, 0 is returned. + * If more than one window has the given name, the first + * one found will be returned. Only top and its subwindows + * are looked at. Normally, top should be the RootWindow. + */ +Window Window_With_Name( Display *dpy, Window top, const char *name) +{ + Window *children, dummy; + unsigned int nchildren; + int i; + Window w=0; + char *window_name; + + // this leaks memory: + //if (XFetchName(dpy, top, &window_name) && !strcmp(window_name, name)) + // return(top); + // therefore: + if (XFetchName(dpy, top, &window_name) && !strcmp(window_name, name)) + { + XFree(window_name); + return(top); + } + XFree(window_name); + + if (!XQueryTree(dpy, top, &dummy, &dummy, &children, &nchildren)) + { + return(0); + } + + for (i=0; (unsigned int)ired*255),lrint(c->green*255),lrint(c->blue*255)); +} + diff --git a/src/utils.h b/src/utils.h new file mode 100644 index 0000000..a428035 --- /dev/null +++ b/src/utils.h @@ -0,0 +1,59 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +#pragma once + +//#define add_to_mainloop(prio,time,func,datap) g_timeout_add_full(prio,(int)1000*(time),(GSourceFunc)func,datap,0) + + +#include +#include +#include +#include +#include + +#define myexp10f(x) (expf(2.3025850930f*x)) +#define mylog10f(x) (0.4342944819f*logf(x)) + +extern ssize_t mywrite(int fd, const void *buf, size_t count); +extern float fsignf(float x); +extern FILE *HomeOpen(const char *file,const char *mode,char **path); +extern float sq2(float x, float y); +extern float sq3(float x, float y, float z); +extern void my_cairo_paint_with_alpha(cairo_t *cr, double alpha); +extern int RandInt(int maxint); +extern Window Window_With_Name( Display *dpy, Window top, const char *name); +extern double wallclock(void); +extern double wallcl(void); +extern void mystrncpy(char *dest, const char *src, size_t n); +extern void rgba2color(GdkRGBA *c, char **s); + +extern Pixel Black, White; + +extern int is_little_endian(void); +extern int sgnf(float x); +extern float fsgnf(float x); +extern void ClearScreen(void); diff --git a/vroot.h b/src/vroot.h similarity index 99% rename from vroot.h rename to src/vroot.h index 61990f5..610391a 100644 --- a/vroot.h +++ b/src/vroot.h @@ -111,7 +111,7 @@ Screen *screen; /* go look for a virtual root */ __SWM_VROOT = XInternAtom(dpy, "__SWM_VROOT", False); if (XQueryTree(dpy, root, &rootReturn, &parentReturn, &children, &numChildren)) { - for (i = 0; i < numChildren; i++) { + for (i = 0; i < (int)numChildren; i++) { Atom actual_type; int actual_format; unsigned long nitems, bytesafter; diff --git a/src/wmctrl.c b/src/wmctrl.c new file mode 100644 index 0000000..80a452c --- /dev/null +++ b/src/wmctrl.c @@ -0,0 +1,382 @@ +/* -copyright- +#-# Copyright © 2021 Eric Bina, Dave Black, TJ Phan, +#-# Vincent Renardias, Willem Vermin +#-# +#-# Permission is hereby granted, free of charge, to any person +#-# obtaining a copy of this software and associated documentation +#-# files (the “Software”), to deal in the Software without +#-# restriction, including without limitation the rights to use, +#-# copy, modify, merge, publish, distribute, sublicense, and/or +#-# sell copies of the Software, and to permit persons to whom +#-# the Software is furnished to do so, subject to the following +#-# conditions: +#-# +#-# The above copyright notice and this permission notice shall +#-# be included in all copies or substantial portions of the Software. +#-# +#-# THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, +#-# EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES +#-# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +#-# NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT +#-# HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +#-# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +#-# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +#-# OTHER DEALINGS IN THE SOFTWARE. +#-# +*/ +/* + * This works with EWHM/NetWM compatible X Window managers, + * so enlightenment (for example) is a problem. + * In enlightenment there is no way to tell if a window is minimized, + * and on which workspace the focus is. + * There would be one advantage of enlightenment: you can tell easily + * if a window is on the screen (minimized or not) by looking at __E_WINDOW_MAPPED + */ + +#include +#include +#include +#include +#include +#include +#include +#include "wmctrl.h" +//#include "windows.h" +//#include "dsimple.h" +#include "xfishtank.h" +#include "debug.h" + +int GetWindows(WinInfo **windows, int *nwin) +{ + Atom type; + int format; + unsigned long b; + unsigned char *properties = NULL; + (*windows) = NULL; + static Display *getdisplay;; + Window *children; + long unsigned int nchildren; + + static Atom atom_gtk_frame_extents; + static Atom atom_net_client_list; + static Atom atom_net_frame_extents; + static Atom atom_net_showing_desktop; + static Atom atom_net_wm_desktop; + static Atom atom_net_wm_state; + static Atom atom_net_wm_window_type; + static Atom atom_win_client_list; + static Atom atom_win_workspace; + static Atom atom_wm_state; + + static Window Rootwindow; + + static int firstcall = 1; + if(firstcall) + { + firstcall = 0; + getdisplay = Dpy; + + atom_gtk_frame_extents = XInternAtom(getdisplay, "_GTK_FRAME_EXTENTS" ,False); + atom_net_client_list = XInternAtom(getdisplay, "_NET_CLIENT_LIST" ,False); + atom_net_frame_extents = XInternAtom(getdisplay, "_NET_FRAME_EXTENTS" ,False); + atom_net_showing_desktop = XInternAtom(getdisplay, "_NET_SHOWING_DESKTOP" ,False); + atom_net_wm_desktop = XInternAtom(getdisplay, "_NET_WM_DESKTOP" ,False); + atom_net_wm_state = XInternAtom(getdisplay, "_NET_WM_STATE" ,False); + atom_net_wm_window_type = XInternAtom(getdisplay, "_NET_WM_WINDOW_TYPE" ,False); + atom_win_client_list = XInternAtom(getdisplay, "_WIN_CLIENT_LIST" ,False); + atom_win_workspace = XInternAtom(getdisplay, "_WIN_WORKSPACE" ,False); + atom_wm_state = XInternAtom(getdisplay, "WM_STATE" ,False); + + Rootwindow = DefaultRootWindow(getdisplay); + } + + XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_net_client_list, 0, 1000000, False, + AnyPropertyType, &type, &format, &nchildren, &b, (unsigned char**)&children); + if(type == XA_WINDOW) + { + P("_NET_CLIENT_LIST succeeded\n"); + } + else + { + P("No _NET_CLIENT_LIST, trying _WIN_CLIENT_LIST\n"); + if(children) + { + XFree(children); + children = NULL; + } + XGetWindowProperty(getdisplay, DefaultRootWindow(getdisplay), atom_win_client_list, 0, 1000000, False, + AnyPropertyType, &type, &format, &nchildren, &b, (unsigned char**)&children); + if(type == XA_WINDOW) + { + P("_WIN_CLIENT_LIST succeeded\n"); + } + } + if(type != XA_WINDOW) + { + P("No _WIN_CLIENT_LIST, trying XQueryTree\n"); + if(children) + { + XFree(children); + children = NULL; + } + Window dummy; + unsigned int n; + XQueryTree(getdisplay,DefaultRootWindow(getdisplay),&dummy,&dummy,&children,&n); + nchildren = n; + } + P("----------------------------------------- nchildren: %ld\n",nchildren); + (*nwin) = nchildren; + (*windows) = NULL; + if(nchildren>0) + (*windows) = (WinInfo *)malloc(nchildren*sizeof(WinInfo)); + WinInfo *w = (*windows); + int k = 0; + + // and yet another check if window is hidden (needed e.g. in KDE/plasma after 'hide all windows') + int globalhidden = 0; + { + P("hidden3 %d %#lx\n",counter++,w->id); + if (atom_net_showing_desktop) + { + Atom type; + unsigned long nitems, b; int format; + unsigned char *properties = NULL; + P("hidden3 try _NET_SHOWING_DESKTOP\n"); + XGetWindowProperty(getdisplay, Rootwindow, atom_net_showing_desktop, 0, (~0L), False, + AnyPropertyType, &type, &format, &nitems, &b, &properties); + if(format == 32 && nitems >=1) + { + if(*(long*) properties == 1) + globalhidden = 1; + P("hidden3 hidden:%d\n",globalhidden); + } + if(properties) XFree(properties); + } + } + + unsigned long i; + for (i=0; iid = children[i]; + + XWindowAttributes winattr; + XGetWindowAttributes(getdisplay, w->id, &winattr); + + x0 = winattr.x; + y0 = winattr.y; + w->w = winattr.width; + w->h = winattr.height; + depth = winattr.depth; + + P("%d %#lx %d %d %d %d %d\n",counter++,w->id,x0,y0,w->w,w->h,depth); + // if this window is showing nothing, we ignore it: + if (depth == 0) + continue; + + Window child_return; + XTranslateCoordinates(getdisplay, w->id, Rootwindow, 0, 0, &xr, &yr, &child_return); + w->xa = xr - x0; + w->ya = yr - y0; + P("%d %#lx %d %d %d %d %d\n",counter++,w->id,w->xa,w->ya,w->w,w->h,depth); + + XTranslateCoordinates(getdisplay, w->id, xfishtankWin, 0, 0, &(w->x), &(w->y), &child_return); + + enum{NET,GTK}; + Atom type; int format; unsigned long nitems,b; unsigned char *properties = NULL; + XGetWindowProperty(getdisplay, w->id, atom_net_wm_desktop, 0, 1, False, + AnyPropertyType, &type, &format, &nitems, &b, &properties); + if(type != XA_CARDINAL) + { + if(properties) XFree(properties); + properties = NULL; + XGetWindowProperty(getdisplay, w->id, atom_win_workspace, 0, 1, False, + AnyPropertyType, &type, &format, &nitems, &b, &properties); + } + if(properties) + { + w->ws = *(long*) properties; + if(properties) XFree(properties); + } + else + w->ws = 0; + // maybe this window is sticky: + w->sticky = 0; + properties = NULL; + nitems = 0; + XGetWindowProperty(getdisplay, w->id, atom_net_wm_state, 0, (~0L), False, + AnyPropertyType, &type, &format, &nitems, &b, &properties); + if (type == XA_ATOM) + { + int i; + for(i=0; (unsigned long)iid); + w->sticky = 1; + if(s) XFree(s); + break; + } + if(s) XFree(s); + } + } + // another sticky test, needed in KDE en LXDE: + if (w->ws == -1) + w->sticky = 1; + if(properties) XFree(properties); + + // check if window is a "dock". + w->dock = 0; + properties = NULL; + nitems = 0; + XGetWindowProperty(getdisplay, w->id, atom_net_wm_window_type, 0, (~0L), False, + AnyPropertyType, &type, &format, &nitems, &b, &properties); + if(format == 32) + { + int i; + for(i=0; (unsigned long)iid, counter++); + w->dock = 1; + if(s) XFree(s); + break; + } + if(s) XFree(s); + } + } + if(properties) XFree(properties); + + // check if window is hidden + w->hidden = globalhidden; + if(!w->hidden) + { + if (winattr.map_state != IsViewable) + { + P("map_state: %#lx %d\n",w->id,winattr.map_state); + w->hidden = 1; + } + } + // another check on hidden + if (!w->hidden) + { + properties = NULL; + nitems = 0; + XGetWindowProperty(getdisplay, w->id, atom_net_wm_state, 0, (~0L), False, + AnyPropertyType, &type, &format, &nitems, &b, &properties); + if(format == 32) + { + unsigned long i; + for (i=0; i