1 /*---------------------------------------------------------------------------* 2 Project: TwlSDK - GX - demos - UnitTours/2D_Oam_OBJWindow 3 File: data.c 4 5 Copyright 2003 Nintendo. All rights reserved. 6 7 These coded instructions, statements, and computer programs contain 8 proprietary information of Nintendo of America Inc. and/or Nintendo 9 Company Ltd., and are protected by Federal copyright law. They may 10 not be disclosed to third parties or copied or duplicated in any form, 11 in whole or in part, without the prior written consent of Nintendo. 12 13 $Date:: 2007-11-22#$ 14 $Rev: 2606 $ 15 $Author: ooshimay $ 16 *---------------------------------------------------------------------------*/ 17 18 /* 19 ****************************************************************************** 20 * 21 * Project : 22 * NITRO-SDK Sample Program 23 * Title : 24 * Display OBJ window 25 * Explanation: 26 * �@�@�@�@�@�@ Display a background BG through a circular OBJ window 27 * 28 ****************************************************************************** 29 */ 30 #include "data.h" 31 32 /*--------------------- Screen Data --------------------------*/ 33 const unsigned int d_natsunoumi_sscDT[32 * 32 / 2] = { 34 0x00010000, 0x00030002, 0x00050004, 0x00070006, // 0000h 35 0x00090008, 0x000b000a, 0x000d000c, 0x000f000e, 36 0x00110010, 0x00130012, 0x00150014, 0x00170016, // 0010h 37 0x00190018, 0x001b001a, 0x001d001c, 0x001f001e, 38 0x00210020, 0x00230022, 0x00250024, 0x00270026, // 0020h 39 0x00290028, 0x002b002a, 0x002d002c, 0x002f002e, 40 0x00310030, 0x00330032, 0x00350034, 0x00370036, // 0030h 41 0x00390038, 0x003b003a, 0x003d003c, 0x003f003e, 42 0x00410040, 0x00430042, 0x00450044, 0x00470046, // 0040h 43 0x00490048, 0x004b004a, 0x004d004c, 0x004f004e, 44 0x00510050, 0x00530052, 0x00550054, 0x00570056, // 0050h 45 0x00590058, 0x005b005a, 0x005d005c, 0x005f005e, 46 0x00610060, 0x00630062, 0x00650064, 0x00670066, // 0060h 47 0x00690068, 0x006b006a, 0x006d006c, 0x006f006e, 48 0x00710070, 0x00730072, 0x00750074, 0x00770076, // 0070h 49 0x00790078, 0x007b007a, 0x007d007c, 0x007f007e, 50 0x00810080, 0x00830082, 0x00850084, 0x00870086, // 0080h 51 0x00890088, 0x008b008a, 0x008d008c, 0x008f008e, 52 0x00910090, 0x00930092, 0x00950094, 0x00970096, // 0090h 53 0x00990098, 0x009b009a, 0x009d009c, 0x009f009e, 54 0x00a100a0, 0x00a300a2, 0x00a500a4, 0x00a700a6, // 00a0h 55 0x00a900a8, 0x00ab00aa, 0x00ad00ac, 0x00af00ae, 56 0x00b100b0, 0x00b300b2, 0x00b500b4, 0x00b700b6, // 00b0h 57 0x00b900b8, 0x00bb00ba, 0x00bd00bc, 0x00bf00be, 58 0x00c100c0, 0x00c300c2, 0x00c500c4, 0x00c700c6, // 00c0h 59 0x00c900c8, 0x00cb00ca, 0x00cd00cc, 0x00cf00ce, 60 0x00d100d0, 0x00d300d2, 0x00d500d4, 0x00d700d6, // 00d0h 61 0x00d900d8, 0x00db00da, 0x00dd00dc, 0x00df00de, 62 0x00e100e0, 0x00e300e2, 0x00e500e4, 0x00e700e6, // 00e0h 63 0x00e900e8, 0x00eb00ea, 0x00ed00ec, 0x00ef00ee, 64 0x00f100f0, 0x00f300f2, 0x00f500f4, 0x00f700f6, // 00f0h 65 0x00f900f8, 0x00fb00fa, 0x00fd00fc, 0x00ff00fe, 66 0x01010100, 0x01030102, 0x01050104, 0x01070106, // 0100h 67 0x01090108, 0x010b010a, 0x010d010c, 0x010f010e, 68 0x01110110, 0x01130112, 0x01150114, 0x01170116, // 0110h 69 0x01190118, 0x011b011a, 0x011d011c, 0x011f011e, 70 0x01210120, 0x01230122, 0x01250124, 0x01270126, // 0120h 71 0x01290128, 0x012b012a, 0x012d012c, 0x012f012e, 72 0x01310130, 0x01330132, 0x01350134, 0x01370136, // 0130h 73 0x01390138, 0x013b013a, 0x013d013c, 0x013f013e, 74 0x01410140, 0x01430142, 0x01450144, 0x01470146, // 0140h 75 0x01490148, 0x014b014a, 0x014d014c, 0x014e014e, 76 0x0150014f, 0x01520151, 0x01540153, 0x01560155, // 0150h 77 0x01580157, 0x015a0159, 0x015c015b, 0x015e015d, 78 0x0160015f, 0x01620161, 0x01640163, 0x01660165, // 0160h 79 0x01680167, 0x016a0169, 0x016c016b, 0x016e016d, 80 0x0170016f, 0x01720171, 0x01740173, 0x01760175, // 0170h 81 0x01780177, 0x017a0179, 0x017c017b, 0x014e017d, 82 0x017f017e, 0x01810180, 0x01830182, 0x01850184, // 0180h 83 0x014e014e, 0x01870186, 0x01890188, 0x018b018a, 84 0x014e018c, 0x014e014e, 0x018d014e, 0x018f018e, // 0190h 85 0x01910190, 0x01930192, 0x01950194, 0x014e014e, 86 0x014e014e, 0x014e014e, 0x014e014e, 0x014e014e, // 01a0h 87 0x014e014e, 0x014e014e, 0x014e014e, 0x014e014e, 88 0x014e014e, 0x014e014e, 0x014e014e, 0x014e014e, // 01b0h 89 0x014e014e, 0x014e014e, 0x014e014e, 0x014e014e, 90 0x01970196, 0x01990198, 0x019b019a, 0x019d019c, // 01c0h 91 0x019f019e, 0x01a101a0, 0x01a301a2, 0x01a501a4, 92 0x01a701a6, 0x01a901a8, 0x01ab01aa, 0x01ad01ac, // 01d0h 93 0x01af01ae, 0x01b101b0, 0x01b301b2, 0x01b501b4, 94 0x01b701b6, 0x01b901b8, 0x01bb01ba, 0x01bd01bc, // 01e0h 95 0x01bf01be, 0x01c101c0, 0x01c301c2, 0x01c501c4, 96 0x01c701c6, 0x01c901c8, 0x01cb01ca, 0x01cd01cc, // 01f0h 97 0x01cf01ce, 0x01d101d0, 0x01d301d2, 0x01d501d4, 98 0x01d701d6, 0x01d901d8, 0x01db01da, 0x01dd01dc, // 0200h 99 0x01df01de, 0x01e101e0, 0x01e301e2, 0x01e501e4, 100 0x01e701e6, 0x01e901e8, 0x01eb01ea, 0x01ed01ec, // 0210h 101 0x01ef01ee, 0x01f101f0, 0x01f301f2, 0x01f501f4, 102 0x01f701f6, 0x01f901f8, 0x01fb01fa, 0x01fd01fc, // 0220h 103 0x01ff01fe, 0x02010200, 0x02030202, 0x02050204, 104 0x02070206, 0x02090208, 0x020b020a, 0x020d020c, // 0230h 105 0x020f020e, 0x02110210, 0x02130212, 0x02150214, 106 0x02170216, 0x02190218, 0x021b021a, 0x021d021c, // 0240h 107 0x021f021e, 0x02210220, 0x02230222, 0x02250224, 108 0x02270226, 0x02290228, 0x022b022a, 0x022d022c, // 0250h 109 0x022f022e, 0x02310230, 0x02330232, 0x02350234, 110 0x02370236, 0x02390238, 0x023b023a, 0x023d023c, // 0260h 111 0x023f023e, 0x02410240, 0x02430242, 0x02450244, 112 0x02470246, 0x02490248, 0x024b024a, 0x024d024c, // 0270h 113 0x024f024e, 0x02510250, 0x02530252, 0x02550254, 114 0x02570256, 0x02590258, 0x025b025a, 0x025d025c, // 0280h 115 0x025f025e, 0x02610260, 0x02630262, 0x02650264, 116 0x02670266, 0x02690268, 0x026b026a, 0x026d026c, // 0290h 117 0x026f026e, 0x02710270, 0x02730272, 0x02750274, 118 0x02770276, 0x02790278, 0x027b027a, 0x027d027c, // 02a0h 119 0x027f027e, 0x02810280, 0x02830282, 0x02850284, 120 0x02870286, 0x02890288, 0x028b028a, 0x028d028c, // 02b0h 121 0x028f028e, 0x02910290, 0x02930292, 0x02950294, 122 0x02970296, 0x02990298, 0x029b029a, 0x029d029c, // 02c0h 123 0x029f029e, 0x02a102a0, 0x02a302a2, 0x02a502a4, 124 0x02a702a6, 0x02a902a8, 0x02ab02aa, 0x02ad02ac, // 02d0h 125 0x02af02ae, 0x02b102b0, 0x02b302b2, 0x02b502b4, 126 0x02b702b6, 0x02b902b8, 0x02bb02ba, 0x02bd02bc, // 02e0h 127 0x02bf02be, 0x02c102c0, 0x02c302c2, 0x02c502c4, 128 0x02c702c6, 0x02c902c8, 0x02cb02ca, 0x02cd02cc, // 02f0h 129 0x02cf02ce, 0x02d102d0, 0x02d302d2, 0x02d502d4, 130 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0300h 131 0x00000000, 0x00000000, 0x00000000, 0x00000000, 132 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0310h 133 0x00000000, 0x00000000, 0x00000000, 0x00000000, 134 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0320h 135 0x00000000, 0x00000000, 0x00000000, 0x00000000, 136 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0330h 137 0x00000000, 0x00000000, 0x00000000, 0x00000000, 138 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0340h 139 0x00000000, 0x00000000, 0x00000000, 0x00000000, 140 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0350h 141 0x00000000, 0x00000000, 0x00000000, 0x00000000, 142 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0360h 143 0x00000000, 0x00000000, 0x00000000, 0x00000000, 144 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0370h 145 0x00000000, 0x00000000, 0x00000000, 0x00000000, 146 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0380h 147 0x00000000, 0x00000000, 0x00000000, 0x00000000, 148 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0390h 149 0x00000000, 0x00000000, 0x00000000, 0x00000000, 150 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 03a0h 151 0x00000000, 0x00000000, 0x00000000, 0x00000000, 152 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 03b0h 153 0x00000000, 0x00000000, 0x00000000, 0x00000000, 154 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 03c0h 155 0x00000000, 0x00000000, 0x00000000, 0x00000000, 156 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 03d0h 157 0x00000000, 0x00000000, 0x00000000, 0x00000000, 158 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 03e0h 159 0x00000000, 0x00000000, 0x00000000, 0x00000000, 160 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 03f0h 161 0x00000000, 0x00000000, 0x00000000, 0x00000000 162 }; 163 164 /*---------------------- Palette Data ---------------------------*/ 165 const unsigned int d_natsunoumi_sclDT[8 * 16] = { 166 0x65c065e4, 0x6e007fdc, 0x7fdb6e44, 0x72207a40, // 0000h 167 0x7a847e80, 0x7fb97f0b, 0x7ffd7fdd, 0x7ea07ea0, 168 0x76607a80, 0x7ee67261, 0x7f097f08, 0x7fba7f2c, // 0010h 169 0x7ea07fda, 0x7ea07ea0, 0x7f077ee4, 0x7ec07ec0, 170 0x7ec07ec0, 0x7ec07ec0, 0x7ec07ec0, 0x7ec07ec0, // 0020h 171 0x76a17aa1, 0x7ee47281, 0x7f4f7f4d, 0x7f927f70, 172 0x7ee07fb7, 0x7ee07ee0, 0x7ee07ee0, 0x7ec07ee0, // 0030h 173 0x7ee07ee0, 0x7ac17ac1, 0x7ac17ee1, 0x7ee376a1, 174 0x7f287f05, 0x7f937f4a, 0x7fdc7fd9, 0x7f007ffe, // 0040h 175 0x7ee17f00, 0x7ae17f01, 0x7f027f01, 0x7f0372c2, 176 0x7f247f23, 0x7f267f25, 0x7fdb7f4b, 0x7f007f00, // 0050h 177 0x7f017f20, 0x7f017f21, 0x76e27b01, 0x7f497f47, 178 0x7f6c7f6a, 0x7f907f8f, 0x7fda7fb4, 0x7f207ffd, // 0060h 179 0x7f207f20, 0x7f217f21, 0x7b027b22, 0x7f8d7f6b, 180 0x7fb17f8e, 0x7fd77fb3, 0x7ffe7ffc, 0x7f407f40, // 0070h 181 0x7f417f40, 0x7f8e7f42, 0x7fb27faf, 0x7fd67fd5, 182 0x7f407ffe, 0x7f607f60, 0x7f627f61, 0x7fb07f64, // 0080h 183 0x7fd37fb1, 0x7ffe7fd7, 0x7f607f60, 0x7f847f82, 184 0x7fd27fd1, 0x7fd47fd3, 0x7ffc7ffb, 0x7f807f80, // 0090h 185 0x7f817f80, 0x7fa87fa6, 0x7fd27fcf, 0x7ff87fd2, 186 0x7ff97ff9, 0x7fa07ffa, 0x7fa27fa0, 0x7fa97fa3, // 00a0h 187 0x7fd37fd2, 0x7ff57fd3, 0x7ff77ff6, 0x7ff87ff7, 188 0x7ffb7ffb, 0x7ffc7ffc, 0x7fa07ffd, 0x7fa07fc0, // 00b0h 189 0x7fc57fc1, 0x7fcc7fcb, 0x7ff47ff4, 0x7ff67ff5, 190 0x7ffa7ffa, 0x7ffb7ffa, 0x7fe17ffb, 0x7fe77fe2, // 00c0h 191 0x7fee7fed, 0x7ff87ff8, 0x7ff97ff9, 0x7fe37ffa, 192 0x7fe97fe4, 0x7fec7fea, 0x7ff57fed, 0x7ff67ff5, // 00d0h 193 0x7fef7fee, 0x7ff17ff0, 0x7ff37ff2, 0x7ff47ff4, 194 0x7ff77ff6, 0x7ff87ff7, 0x7ff87ff8, 0x7ff97ff9, // 00e0h 195 0x7ffa7ff9, 0x7ffa7ffa, 0x7ffb7ffa, 0x7ffb7ffb, 196 0x7ffc7ffb, 0x7ffc7ffc, 0x7ffd7ffc, 0x7ffd7ffd, // 00f0h 197 0x7ffe7ffd, 0x7ffe7ffe, 0x7fff7ffe, 0x00007fff 198 }; 199 200 /*---------------------- Character Data -------------------------*/ 201 const unsigned int d_natsunoumi_schDT[16 * 736] = { 202 0xfaf7f2f1, 0xfefefefd, 0xf6f3ede9, 0xfbfaf8f7, // 0000h 203 0xf9f4eee8, 0xfefefdfb, 0xfefdf8f3, 0xfefefefe, 204 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 205 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 206 0xfefefefe, 0xf6f9fefe, 0xf9fbfbfb, 0xf4f5f6f8, // 0001h 207 0xfcfdfdfd, 0xf2f5f8fa, 0xfefefefe, 0xf7fafdfe, 208 0xfefefefe, 0xfcfdfefe, 0xfefefefe, 0xfefefefe, 209 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfafefefe, 210 0xe5e8ecf2, 0xe8e4e1e2, 0xe6e8e9f0, 0xe8e5e3e3, // 0002h 211 0xe5e8e8ec, 0xe7e4e3e3, 0xe9ecf0f4, 0xe3e3e4e7, 212 0xf2f8fcfc, 0xe3e3e8ed, 0xfbfefefe, 0xe5e8eef5, 213 0xfefefefe, 0xf1f6fafd, 0xfefefefe, 0xf9f9fdfe, 214 0xfef9f3ec, 0xfefefefe, 0xfefdf5ec, 0xfefefefe, // 0003h 215 0xfefbf5ec, 0xfefefefe, 0xf4efeae7, 0xfefefdf8, 216 0xeae9e7e5, 0xfdf8f1ec, 0xebeae9e6, 0xf2efecec, 217 0xeeedebed, 0xeeeceeef, 0x93e4f0f8, 0xf0e3937d, 218 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0004h 219 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 220 0xfefefefe, 0xfefefefe, 0xfbfbf9f6, 0xfbfbfbfb, 221 0xfbfcf9f4, 0xfefefdfb, 0xfefefcf7, 0x707ef4fe, 222 0xeef3fafe, 0xecebecec, 0xf8fdfefe, 0xedeff1f3, // 0005h 223 0xfbfefefe, 0xf5f9f9fa, 0xfbfdfefe, 0xfbfafafb, 224 0xfcfbfbfc, 0xfbf9f9fc, 0xfafefefd, 0xbfcbeff6, 225 0x7b93cef4, 0x5e6e6f6e, 0x4f4f525f, 0x4f4d4d4f, 226 0xe6e9ecec, 0xe3e2e2e3, 0xcacae9ed, 0xe4e7e9e9, // 0006h 227 0x5e6eaae6, 0xe1927b60, 0x506eaaee, 0x6e50384c, 228 0x5361aaf0, 0x1e19204a, 0x52607090, 0x19191f4c, 229 0x51504c4d, 0x19193850, 0x4d4d4d4f, 0x1919224a, 230 0xe3e3e3e3, 0xe8e4e3e3, 0xe1e1e2e3, 0xe0d7e0e1, // 0007h 231 0xe0e3e5e6, 0xaaaabcd5, 0x90888787, 0x889eaa91, 232 0x3c4a4c35, 0x4d2b403f, 0x0e0e0e0e, 0x080e0e0e, 233 0x0e0e0e0e, 0x0e0e0e0e, 0x0e191919, 0x0e0e0e19, 234 0xe5eeeceb, 0x201f4c6e, 0xe6e8e5e2, 0x191e5187, // 0008h 235 0xd7e0bebc, 0x19385e7c, 0x5f618788, 0x191f4f53, 236 0x1e324c4d, 0x0e191920, 0x190e0e0f, 0x2020231e, 237 0x0e0e0e0e, 0x50504a1e, 0x0e0e0e0e, 0x4d4c250e, 238 0x20202020, 0x19202020, 0x20192020, 0x0e191919, // 0009h 239 0x19201919, 0x0e0e1920, 0x19191919, 0x19202019, 240 0x190e190e, 0x19202019, 0x20191920, 0x20202020, 241 0x1f201e4a, 0x524d3333, 0x4d32334a, 0x7c615f53, 242 0x0e0e0e19, 0x190e0e0e, 0x0e0e0e0e, 0x0e0e0e0e, // 000ah 243 0x0e0e0e0e, 0x3c190e0e, 0x0e0e0e0e, 0x534c230e, 244 0x21191919, 0x5f524d35, 0x524a1e20, 0x70707060, 245 0x7c6e5f5e, 0x7c87919d, 0xaabdbd9e, 0x9d9e9ea9, 246 0x35191920, 0x4d535e50, 0x4a351e19, 0x4d50504f, // 000bh 247 0x535f5350, 0x4f515151, 0x7b7c706e, 0x6e616170, 248 0x7b7c7060, 0x7c7b7070, 0x7070707b, 0x6f6f6f70, 249 0x7c7c7c7c, 0x6f7b7c7c, 0x87878890, 0x90888787, 250 0x20222125, 0x20202020, 0x20233438, 0x25232020, // 000ch 251 0x0f1a344a, 0x5035221a, 0x191e4d5e, 0x4a353523, 252 0x52525e6f, 0x4a4c5051, 0x535f6061, 0x53525151, 253 0x5e5e5e60, 0x605e5e5e, 0x70707b87, 0x52525e6e, 254 0x20192020, 0x7b6e523c, 0x5f504a35, 0x707c7b70, // 000dh 255 0x7c5f5152, 0x60618790, 0x7b605250, 0x6e6e6f7b, 256 0x6e5e4f4a, 0x7b7b7b7b, 0x6e5e5353, 0xbcaa9d87, 257 0x6e6e6060, 0xe9e4be88, 0x5f5e5353, 0xeeac906e, 258 0x6060617b, 0x706f616e, 0x616e606e, 0x877c7b70, // 000eh 259 0x706f6060, 0x9088877c, 0x877c7061, 0x929d9190, 260 0xa990877c, 0xbdbdbdbc, 0xd7d7beab, 0xe0e0e0e0, 261 0xebebebea, 0xe9cec1eb, 0xf1f1f1f0, 0xf1f1f2f1, 262 0x87877c7b, 0x9d908888, 0x87888787, 0x91888888, // 000fh 263 0x90907d7d, 0x91909090, 0x92a9929e, 0xa99292a9, 264 0x93bdbdbc, 0x89aabcbd, 0xe0e0e0e0, 0xaaaaabbf, 265 0xe3e6e8e9, 0xaabcd6e1, 0xe5e8edf0, 0xabe0e2e4, 266 0x7c919d91, 0x7c87706f, 0x89929292, 0x9089aa92, // 0010h 267 0xbcbcaaa9, 0x9dbdbdbd, 0xbd93bc89, 0x637c9089, 268 0x93bcbc93, 0x6e616291, 0x929289aa, 0x6e7c8791, 269 0x7b7c9092, 0x606e7087, 0x617c92bc, 0x535f6054, 270 0x7c6f6f61, 0x719d927d, 0x8761617c, 0x87abbfaa, // 0011h 271 0x7c7b7c88, 0x7b637c7c, 0x6f7b7c87, 0x5e535e42, 272 0x607b7c6f, 0x2b50535f, 0x5e606060, 0x1c1c5051, 273 0x3f2b525f, 0x1c3f1c3f, 0x3f1c3f4f, 0x1c1c1c1c, 274 0x61606061, 0x60606e6f, 0x5f5e5360, 0x7c7b6f60, // 0012h 275 0x61606061, 0x616f6161, 0x5f606160, 0x4053535e, 276 0x2b2b402b, 0x1c1c502b, 0x1c1c3f3f, 0x1c2b2b1c, 277 0x1c1c1c1c, 0x1c1c1c1c, 0x1c1c1c1c, 0x1c1c1c1c, 278 0x877b627b, 0x61707b87, 0x71899287, 0x1d60707c, // 0013h 279 0x9092716f, 0x2b536e62, 0x7c705f52, 0x13405e61, 280 0x615f401c, 0x13535f6e, 0x5f401c1c, 0x1340415f, 281 0x402b1c1c, 0x13131313, 0x131c1c1c, 0x13131313, 282 0x5f5f4142, 0x1d535353, 0x40131340, 0x13131313, // 0014h 283 0x13131313, 0x13131313, 0x13131313, 0x13131313, 284 0x13131313, 0x41131313, 0x1d131313, 0x62604113, 285 0x53131313, 0x7d717060, 0x421d1313, 0x897d6370, 286 0x13131313, 0x7162541d, 0x53131313, 0x72906260, // 0015h 287 0x54531313, 0x927d7d7c, 0x7170545e, 0x6371717d, 288 0x7163636f, 0x63636363, 0x7d7d7163, 0x92929272, 289 0x93938992, 0x93939393, 0xbebe7e93, 0x7fbebebe, 290 0x92897d7d, 0xbe93717d, 0x89727d7d, 0xe2adbe93, // 0016h 291 0x93898989, 0x93939389, 0x71717171, 0x7d7d7d7d, 292 0x63636363, 0x63636363, 0x6363717d, 0x71637163, 293 0x89898993, 0x7d927289, 0x7fbe7eab, 0x7ebe7fbe, 294 0x92abab7e, 0x5f617190, 0x7eacadaf, 0x1d546393, // 0017h 295 0xab7eab7e, 0x1d606389, 0x9392727d, 0x1d547193, 296 0x7d716363, 0x42707d92, 0x71716363, 0x54627d7d, 297 0x7171717d, 0x42627171, 0x717d8993, 0x62717171, 298 0x1d1d1d1d, 0x1d1d1d1d, 0x1d1d1d1d, 0x1d141d1d, // 0018h 299 0x1414141d, 0x14141414, 0x1414141d, 0x14141414, 300 0x14141d1d, 0x14141414, 0x14141441, 0x14141415, 301 0x15141441, 0x15151515, 0x14144154, 0x15151515, 302 0x1d1d1d1d, 0x1d1d1d1d, 0x141d1d14, 0x1d1d1d1d, // 0019h 303 0x1d14141d, 0x141d1d14, 0x141d1414, 0x14141414, 304 0x14141414, 0x14141414, 0x15141414, 0x14141414, 305 0x15151515, 0x15151515, 0x15151515, 0x15151515, 306 0x1d1d1d1d, 0x1d1d1d1d, 0x1d1d1d1d, 0x14141d1d, // 001ah 307 0x1d141414, 0x1d141414, 0x14141414, 0x14141414, 308 0x14141514, 0x14141414, 0x14151415, 0x14141514, 309 0x15151515, 0x15151415, 0x15151515, 0x15151515, 310 0x1d1d141d, 0x611d1d1d, 0x141d141d, 0x60411d1d, // 001bh 311 0x14141414, 0x411d1414, 0x14141414, 0x42411d14, 312 0x14141414, 0x71636254, 0x42141414, 0x7d637061, 313 0x41151515, 0x54424241, 0x54411515, 0x42546154, 314 0xe9937162, 0xf6f6f4f3, 0xab716362, 0xeeefefee, // 001ch 315 0xbe897154, 0xeaeaeae9, 0x93717054, 0xe6e6e6ae, 316 0x7d717171, 0xe2ad937d, 0x72939372, 0x897d6371, 317 0x63636270, 0x70637171, 0x41424141, 0x41414242, 318 0xf5f6f6f6, 0xe9eff3f4, 0xedeeeeee, 0xe4e7eaed, // 001dh 319 0xe8e9eaea, 0xe3e3e4e5, 0xe4e5e6e6, 0xbfe3e4e4, 320 0xe2cae2e2, 0x717d93bf, 0x7d729393, 0x717d9272, 321 0x6f546161, 0x63899371, 0x421d1d1d, 0x7d636254, 322 0x63abe3e5, 0x13135360, 0x71bee2e2, 0x13131d54, // 001eh 323 0x7b7dbfe3, 0x40535f54, 0x637dabbf, 0x4142546f, 324 0xabbf9392, 0x62706372, 0x92727171, 0x93899389, 325 0x6f706f6f, 0x9372626f, 0x706f2c62, 0x6370706f, 326 0x13131313, 0x13131313, 0x13131313, 0x13131313, // 001fh 327 0x13131313, 0x13131313, 0x5353535e, 0x13401d40, 328 0x5f425470, 0x6f54605f, 0x7189aa93, 0x93717c7c, 329 0xe5e5e2ab, 0x9d8993ad, 0xbf939389, 0x7d9289be, 330 0xfefefefe, 0xfcfefefe, 0xa2f6fafa, 0xa9ab937f, // 0020h 331 0x5f87e0e2, 0x51535353, 0x5e6e9088, 0x324f5152, 332 0x515e606e, 0x19191e4d, 0x1e384f52, 0x0e0e0e0e, 333 0x19191e35, 0x0e0e0e0e, 0x1919190e, 0x0e191919, 334 0xfefefefd, 0xf9f1f2fc, 0xe9c0afaa, 0xafbcaae3, // 0021h 335 0x60605f52, 0x6e616e60, 0x1f1e201e, 0x504d4a1f, 336 0x0e191919, 0x200e0e19, 0x0e0e0e0e, 0x0e0e0e0e, 337 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e0e, 338 0xfefefefe, 0xc1f9fcfe, 0xafa1c0af, 0x526190bf, // 0022h 339 0x50535e60, 0x191e384f, 0x1e1f474f, 0x0e0e1919, 340 0x20201e20, 0x0e0e0e19, 0x0e0e0e0e, 0x0e0e0e19, 341 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e0e, 342 0x5e6e8893, 0xbf876e5f, 0x4a4d4a4a, 0x5252524f, // 0023h 343 0x1919190e, 0x19191919, 0x19191919, 0x0e191919, 344 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e19, 0x0e0e0e0e, 345 0x0e0e0e0e, 0x0e0e0e0e, 0x0e190e19, 0x0e0e0e19, 346 0x897ebfad, 0x51608793, 0x52505051, 0x51515353, // 0024h 347 0x1f201919, 0x38354c4c, 0x1919190e, 0x1e191919, 348 0x1919190e, 0x1f201919, 0x19191919, 0x1e232019, 349 0x190e0e0e, 0x23202019, 0x190e0e0e, 0x20201919, 350 0x1e1e1e4a, 0x2019190e, 0x19203251, 0x19192020, // 0025h 351 0x1e334c4d, 0x20201919, 0x1e323221, 0x201e2020, 352 0x4c4c4d38, 0x2020201f, 0x334a4a21, 0x2020191e, 353 0x201e2020, 0x20201e1e, 0x1e1f1e1e, 0x321f1f1f, 354 0x191e1e19, 0x1919190e, 0x20201920, 0x19191919, // 0026h 355 0x20192020, 0x20202020, 0x20202020, 0x20202020, 356 0x20202020, 0x1e202020, 0x20202020, 0x1e232020, 357 0x1e202020, 0x1e1e1e20, 0x321f3232, 0x4a4a4c4d, 358 0x19191919, 0x0e0e190e, 0x19191919, 0x0e190e19, // 0027h 359 0x19202020, 0x0e0e0e19, 0x19201920, 0x0e0e0e19, 360 0x19202020, 0x201e211e, 0x19202020, 0x524d331e, 361 0x20191e20, 0x5f523832, 0x52504d4d, 0x7b6e5f5e, 362 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e0e, // 0028h 363 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e0e, 0x20190e0e, 364 0x1f21221e, 0x1e1e2321, 0x5e5e5e5e, 0x4d4d5153, 365 0x6e6e5f60, 0x5f60606e, 0x6f7c877c, 0x5f5f606e, 366 0x514a3219, 0x87706e5f, 0x4f4a200e, 0x6e605e52, // 0029h 367 0x1f19190e, 0x616e604f, 0x1f0e0e19, 0x6e6e5f4f, 368 0x514a2132, 0x6e605e5e, 0x51504f50, 0x60535150, 369 0x4a4a505e, 0x5e503833, 0x525e5e5f, 0x504a384f, 370 0xaaaaaa9d, 0xaaaaaaaa, 0xbcbc9d7b, 0xbcbcbcbc, // 002ah 371 0xaaa99187, 0xbcaabcbc, 0x60535e60, 0xbdaa907b, 372 0x525e5f60, 0x87705f53, 0x607c8870, 0x5f5e5253, 373 0xaaa9876e, 0x535f6e7c, 0xe0916052, 0x619dd6e1, 374 0x919d9ea9, 0xd7d5bca9, 0xd5bdbcaa, 0xe2e1e0d7, // 002bh 375 0xd7d7d5bd, 0xe0d6d6d7, 0xbdd5d6d5, 0xd7d5bcbd, 376 0xa9909191, 0xe0d5bcaa, 0x6e60606e, 0x877c7b6f, 377 0x53525151, 0x4d4f5152, 0x5053535e, 0x311e3138, 378 0xa9bebed7, 0x60706f7b, 0xedebe9e5, 0x90ccedec, // 002ch 379 0xe8e7e4e2, 0xaaf2f1eb, 0xe7e3e2e1, 0xe2eaeae9, 380 0xe2e3e3e3, 0xabbfbebf, 0x7c7c9088, 0x9d919088, 381 0x7060524f, 0x90718787, 0x5f503431, 0x6f6f616e, 382 0x60535151, 0xf0eecb88, 0x5f51505e, 0xf3f4f2a9, // 002dh 383 0x6e5f5f6e, 0xf8fcfaab, 0x9dabbfac, 0xedf0edbe, 384 0xbdbdbdbd, 0x87707b9d, 0x87a9bdbc, 0x53535e6e, 385 0x6f87919d, 0x52515360, 0x515e606f, 0x535f5e53, 386 0xf3f4f3f3, 0xefeff1f3, 0xf2f3f2f3, 0xebeceff2, // 002eh 387 0xeeedeef2, 0xe4e7e9ec, 0xe2e4e9ee, 0xd7e0e0e0, 388 0xa9aabf93, 0xaa89a9aa, 0x6f5f5f5e, 0xa9aaaa91, 389 0x605e5251, 0x93ab886f, 0x70605f5e, 0x90a9aa90, 390 0xe5e8edf0, 0xe0e3e4e4, 0xe3e4e6e9, 0xe3e3e3e3, // 002fh 391 0xe1e0e0e1, 0xe2e2e2e2, 0xe1d7bed7, 0xe0e0e0e1, 392 0xabbdbcbc, 0x9393abab, 0x9d7d9192, 0xa989a992, 393 0xbcaabcbc, 0x88bcabab, 0x87909087, 0x8789bc90, 394 0x607091ab, 0x3f505253, 0x5e6087bf, 0x3f4f5153, // 0030h 395 0x536ebce2, 0x3f1c2b53, 0x606290be, 0x1c3f4b40, 396 0x607089bd, 0x40535f60, 0x6f8789aa, 0x7c887c6f, 397 0x9071877c, 0x7c7d919d, 0x93aa877b, 0x7b876390, 398 0x1c3f3f3f, 0x1c1c1c1c, 0x3f1c1c3f, 0x1c2b1c1c, // 0031h 399 0x1c1c3f1c, 0x1c1c1c1c, 0x1c1c1c3f, 0x1c1c1c2b, 400 0x1c1c1c2b, 0x1c1c1c1c, 0x1c2b5360, 0x1c1c2b1c, 401 0x52525e6e, 0x405e5f5e, 0x61606e6f, 0x60616f6f, 402 0x2b1c1c1c, 0x2b2b2b2b, 0x1c2b1c1c, 0x2b1c2b1c, // 0032h 403 0x1c1c1c2b, 0x2b1c1c1c, 0x1c1c1c1c, 0x1c1c1c1c, 404 0x1c1c1c1c, 0x131c1c1c, 0x1c1c1c1c, 0x2b131c2b, 405 0x1c1c1c2b, 0x2b2b1c1c, 0x2b40535e, 0x1d402b2b, 406 0x13131c1c, 0x13131313, 0x13132b1c, 0x5f1d1313, // 0033h 407 0x53131c1c, 0x6261605f, 0x40131c1c, 0x626f5441, 408 0x1313131c, 0x7d6f4140, 0x1d13131c, 0x89625441, 409 0x6e605e40, 0x7d7c706f, 0x70706e60, 0x93927d63, 410 0x706f601d, 0x897d6370, 0x63636254, 0x897d7163, // 0034h 411 0x927d6363, 0xab939393, 0xbe93897d, 0xe2e1acbf, 412 0xe2e1e1ab, 0xe5e4e3e2, 0xe9e9cde2, 0xe8e8e8e8, 413 0xe9e9e7ad, 0xeaeaeae9, 0xe8e7e5ad, 0xefeeedeb, 414 0xbfbfbfab, 0xacacacac, 0xadbfbe7e, 0xe2e1e1e1, // 0035h 415 0xacbfbebe, 0xe3e3e2ad, 0xe2e2aee2, 0xe4e4e2e2, 416 0xcbe5e5cb, 0xe2e2e4cb, 0xe7e8e8e8, 0xcbcbe5e7, 417 0xefefedeb, 0xf0f0f0f0, 0xf6f4f3f1, 0xfcfbfaf8, 418 0xacacacac, 0xadadadad, 0xe2e2e2e2, 0xade2aee2, // 0036h 419 0xcbe4e4e4, 0xade2e3e4, 0xe5e5e5e5, 0xbfaee4e6, 420 0xcacacae3, 0xacadafca, 0xcccbcbcb, 0xcacbcbcc, 421 0xeeefeef0, 0xebececed, 0xfafbfcfc, 0xf3fafafa, 422 0x7d897ebe, 0x6371717d, 0x72937eac, 0x6363717d, // 0037h 423 0x72937eac, 0x6371717d, 0x72647e7f, 0x71717d7d, 424 0x64937ebf, 0x717d7272, 0xaeafafaf, 0x637d647f, 425 0x64897eca, 0x627d8993, 0x2e717ecd, 0x2c626262, 426 0x0a542c62, 0x15151515, 0x62637163, 0x1515422c, // 0038h 427 0x2d626363, 0x0a0a162c, 0x422c6271, 0x150a1542, 428 0x42542d2e, 0x0a0a0a0a, 0x0a16542c, 0x0a0a0a0a, 429 0x0a0a1616, 0x0a0a160a, 0x160a1616, 0x160a0a0a, 430 0x15151515, 0x15151515, 0x0a0a150a, 0x0a150a15, // 0039h 431 0x150a0a15, 0x150a0a0a, 0x0a0a0a0a, 0x0a0a0a0a, 432 0x0a0a0a0a, 0x0a0a0a0a, 0x0a0a0a0a, 0x0a16160a, 433 0x16161616, 0x16161616, 0x16161616, 0x16161616, 434 0x1515150a, 0x15151515, 0x150a150a, 0x1515150a, // 003ah 435 0x0a0a0a0a, 0x0a0a0a15, 0x0a0a0a0a, 0x0a0a0a0a, 436 0x0a0a0a16, 0x0a0a0a0a, 0x16161616, 0x0a160a16, 437 0x16161616, 0x160a1616, 0x16161616, 0x16161616, 438 0x2d541415, 0x42612d62, 0x42421515, 0x61545454, // 003bh 439 0x15150a15, 0x42421515, 0x0a0a0a0a, 0x150a0a0a, 440 0x0a0a0a0a, 0x0a150a15, 0x0a0a0a16, 0x0a0a0a0a, 441 0x0a161616, 0x0a0a0a16, 0x16160a16, 0x16161616, 442 0x41144242, 0x1d1d1d41, 0x4141422c, 0x14141414, // 003ch 443 0x15154242, 0x14141515, 0x15151515, 0x15151515, 444 0x15150a15, 0x15151515, 0x0a0a150a, 0x15150a15, 445 0x42150a0a, 0x15151542, 0x42424242, 0x15424241, 446 0x1d14141d, 0x425f411d, 0x141d1d14, 0x1d141d1d, // 003dh 447 0x14141414, 0x1d1d1414, 0x1d141415, 0x141d141d, 448 0x14141515, 0x14141d1d, 0x15151515, 0x141d1d14, 449 0x15151515, 0x14141415, 0x41414141, 0x14144141, 450 0x61605454, 0x63627b2c, 0x2c70541d, 0x4260546e, // 003eh 451 0x4254421d, 0x1d1d1d5f, 0x1d1d1d1d, 0x42426042, 452 0x1d1d1d14, 0x6e421d1d, 0x1d1d1414, 0x1d1d1d1d, 453 0x14141414, 0x1d1d1d1d, 0x141d141d, 0x1d1d141d, 454 0x546f6263, 0x54605f42, 0x401d4241, 0x41534013, // 003fh 455 0x131d1313, 0x401d1d1d, 0x1d1d4160, 0x1313131d, 456 0x1d416061, 0x131d1d13, 0x1d1d1d1d, 0x131d131d, 457 0x1d131d1d, 0x1d131d13, 0x1d1d1d1d, 0x1d131d13, 458 0x20202019, 0x19192020, 0x19191920, 0x19202019, // 0040h 459 0x20202020, 0x20202020, 0x201e1e1e, 0x1e1e1e1e, 460 0x321f384d, 0x32323232, 0x4f5f6e60, 0x32323232, 461 0x4c535f60, 0x33333333, 0x4c4c4d50, 0x5b4c4a4a, 462 0x0e0e1919, 0x0e0e0e0e, 0x19191919, 0x19191919, // 0041h 463 0x20202020, 0x20202020, 0x1e1e1e1e, 0x1e1e1e1e, 464 0x32323232, 0x32323232, 0x32323232, 0x32323232, 465 0x32323233, 0x32323333, 0x4c4f4f4d, 0x32323232, 466 0x0e0e0e0e, 0x0e0e0e0e, 0x0e0e0e19, 0x0e0e0e0e, // 0042h 467 0x20202020, 0x19191919, 0x201e1e1e, 0x2019201e, 468 0x1f1e3232, 0x231e1e1f, 0x1f1f3232, 0x1e1f1f32, 469 0x32323232, 0x1e1e1f1f, 0x334c4d38, 0x1f1f1f1f, 470 0x19190e19, 0x1919190e, 0x190e0e19, 0x20201919, // 0043h 471 0x20191919, 0x1e202020, 0x19201919, 0x1e1e2020, 472 0x1e20201e, 0x1e1e1e20, 0x1e1e201e, 0x1e1e1e1e, 473 0x1e1e1e1e, 0x201e1e1e, 0x1e1e1e1f, 0x534f321e, 474 0x20202019, 0x20202020, 0x1e202020, 0x1e1e231e, // 0044h 475 0x1f1e1f1e, 0x1f1e1f1e, 0x1f1f1f1f, 0x1f321f32, 476 0x1f1e1f1e, 0x3232321f, 0x1f1f1e1e, 0x1f32321f, 477 0x1e1e1e20, 0x1f1f1e1e, 0x525e5f5f, 0x1e314c51, 478 0x1e1e1e1e, 0x4d1f1f1e, 0x1e1f1e1e, 0x511f1f1f, // 0045h 479 0x1f1e1f1e, 0x4f1f1f1f, 0x1f321f32, 0x4f321f32, 480 0x32323232, 0x1f1f3232, 0x32323232, 0x1f323232, 481 0x32321f1f, 0x1f1f1f1f, 0x1f1f1f1f, 0x1e1f1e1f, 482 0x6f605f5e, 0x6e6e6e6f, 0xe0d79d6f, 0x9ea9bebf, // 0046h 483 0xe5e0bc6f, 0xe0e0e4e8, 0x7b61605e, 0xe1bdaa91, 484 0x4c333232, 0x887b6053, 0x351e1e1f, 0x5f52514d, 485 0x321e1f1e, 0x5351514c, 0x1f23201e, 0x605f524a, 486 0xaa9d8870, 0xbcabd5bd, 0xe0e1d6bc, 0x91a9bdd6, // 0047h 487 0xd6d7d7e0, 0x9091a9bd, 0xe0e1e2e3, 0x9eaaabd5, 488 0xe3e8e1bc, 0xaabdd5d7, 0xe392706e, 0xe0d7d7e1, 489 0x907b6e5e, 0xa9919eaa, 0x5e6f6f6e, 0x51535e53, 490 0x6f7c90aa, 0x6e6e6e6e, 0x707c8788, 0x6e606e61, // 0048h 491 0x7c7c8788, 0x616e707c, 0x87889091, 0x7b7c8787, 492 0x919da9a9, 0x90908890, 0xbde0e2e2, 0x9da9bcaa, 493 0xe2e193aa, 0x5e6191be, 0x605e5150, 0x52606060, 494 0x60606060, 0x706e6060, 0x6e6e6161, 0x91877061, // 0049h 495 0x7b707070, 0x7088877c, 0x7c87877b, 0x5f60616f, 496 0x5e606f7c, 0x1f4a5253, 0x4a4c5e7c, 0x1e1f3238, 497 0x1f384f52, 0x3421341e, 0x33333348, 0x32323332, 498 0xd5bea987, 0x6e87aabd, 0x88919d9e, 0x505e6e70, // 004ah 499 0x5e5e5f60, 0x384f5153, 0x4c4f5153, 0x34334a4c, 500 0x3331211f, 0x34334d4d, 0x32211e21, 0x34343938, 501 0x34213434, 0x4a313131, 0x35333232, 0x5150504d, 502 0x34344d53, 0x34342334, 0x34231e33, 0x34343434, // 004bh 503 0x35353534, 0x35353535, 0x34353535, 0x35353434, 504 0x35343535, 0x35354a4a, 0x50383131, 0x50515353, 505 0x5e504f4f, 0x505e5f5f, 0x5f5f5e5e, 0x4a515e5f, 506 0x31313634, 0x4d4d4a35, 0x34363435, 0x34373436, // 004ch 507 0x39353535, 0x3c3c3c3c, 0x3c353535, 0x3c3c3c3c, 508 0x39353839, 0x3c3c3c39, 0x3c354a4f, 0x3c3c3c3c, 509 0x3939354c, 0x3c3c3c3c, 0x39393938, 0x3c3c3c3c, 510 0x5e5e5e51, 0x4d4c4f53, 0x50514d4a, 0x4a4c4f4f, // 004dh 511 0x3c39363a, 0x4d50504d, 0x514f4c39, 0x4c4c4c51, 512 0x4c4c4a39, 0x4c4c4c4c, 0x4c383939, 0x4c4c4c4c, 513 0x4c4c4a38, 0x4c4c4c4a, 0x4a4a4a4a, 0x4c4a4c4c, 514 0x60535251, 0x6e61706f, 0x4d4d4c4a, 0x4f4f4f4f, // 004eh 515 0x4c4c4c4c, 0x4a354a4a, 0x4d4a4a4a, 0x4d504051, 516 0x53504f4f, 0x6f616f6e, 0x52535250, 0xe4905f51, 517 0x4d4f4f4c, 0x92705e4f, 0x4d4d4c4c, 0x53505050, 518 0x61706f6e, 0x6390876f, 0x605e5353, 0x907c6f61, // 004fh 519 0x534f4c4d, 0x6f61605f, 0x52514f4a, 0x5e525252, 520 0x52606f6f, 0x504f4d4f, 0x6e92ade8, 0x4d505253, 521 0x919293ab, 0x5e5e607b, 0xf4e3906f, 0x7c899fb3, 522 0xe4be927c, 0x707cbdaf, 0xe1abab89, 0x92abcae3, // 0050h 523 0x9d717b70, 0x90908890, 0x60605353, 0x6e606060, 524 0x52504f50, 0x616e5f52, 0x5f404f4d, 0x61616e60, 525 0x605e5253, 0x5e5f6060, 0x5e5f6061, 0x2b2b5253, 526 0x907c707b, 0x7b71887d, 0x929d7d91, 0x9d92929d, // 0051h 527 0x917d9090, 0x929d9d9d, 0x877c7c70, 0x92908763, 528 0x425f606e, 0x87706160, 0x51535f61, 0x5f5f5e52, 529 0x2b514053, 0x2b2b4040, 0x2b2b2b1c, 0x2b2b2b2b, 530 0x605f6e61, 0x6060605f, 0x63909292, 0x70707c71, // 0052h 531 0xabab9389, 0x929393ab, 0xab939389, 0x9293bebe, 532 0xabab937d, 0x7c929393, 0x71626160, 0x42706388, 533 0x532b2b2b, 0x525e6060, 0x2b2b2b2b, 0x53534040, 534 0x71626154, 0x89927d7d, 0x7d7b707b, 0x72929289, // 0053h 535 0x706f627d, 0x7d92717c, 0x41426e63, 0x90717054, 536 0x5e415f6e, 0x6f546042, 0x41415353, 0x41411d41, 537 0x1d535240, 0x1d1d1d1d, 0x415f5352, 0x1d1d1d1d, 538 0xe9e8e3be, 0xf5f2eeeb, 0xe9e6ac93, 0xf7f3edea, // 0054h 539 0xe8e2be92, 0xf8f3f0ec, 0xac927271, 0xfbf7f2ea, 540 0x7d636262, 0xc0c0aeab, 0x626f5442, 0x6154546f, 541 0x41411d1d, 0x41414141, 0x411d1d1d, 0x41414141, 542 0xfcfbfaf8, 0xfefefefe, 0xfefefefc, 0xfefefefe, // 0055h 543 0xfefefefe, 0xfefefefe, 0xfdf9fafc, 0xfefefefe, 544 0xeee8afaf, 0xf8fefefa, 0xae937d62, 0xaec3f3ec, 545 0x712c5442, 0xae7f9393, 0x54544241, 0x71712e2c, 546 0xfefefefe, 0xe8f5fefe, 0xfefefefe, 0xccecfdfe, // 0056h 547 0xeff9fefe, 0xe8eff1eb, 0xf2fcfefe, 0xcba0cbcd, 548 0x7f8a94b3, 0xeecdaf8a, 0x647e7e7f, 0xaf8a7f7e, 549 0x7f8aaead, 0xaf737f7e, 0xaf7f722f, 0xb2eee8cc, 550 0x7d647eaf, 0x2c2c2d2e, 0x727293ae, 0x2c2d2e2f, // 0057h 551 0x727264ae, 0x2d2d2e2f, 0x647e8a9f, 0x43436443, 552 0x43648aeb, 0xa1a08a64, 0x8a7faecc, 0xf8efa0af, 553 0xf7f3efc0, 0xf8fafbf8, 0xf9f5f3f2, 0xfefefefd, 554 0x16161616, 0x16161616, 0x16161616, 0x16161616, // 0058h 555 0x2e2e2e2d, 0x2d2d2f2e, 0x2e2f2f43, 0x2d2d2e2f, 556 0x7f73aea0, 0x6464647e, 0xf2f8f8fa, 0x30aecdeb, 557 0xfafefefe, 0x437fa0f2, 0xfcfefdfd, 0x7f9fa0b0, 558 0x16161616, 0x2c161616, 0x2c161616, 0x2c2c2c2c, // 0059h 559 0x2c2c2d2c, 0x162c2c16, 0x2d2d2d2e, 0x2c2c2d2c, 560 0x2d2e2f43, 0x2d2d2d2d, 0x2e2d2f43, 0x2d2d2d2e, 561 0x2e2e2e2e, 0x2e2e2f2d, 0x30306443, 0x43303064, 562 0x2c161616, 0x16162c16, 0x2c2c2c2c, 0x2c2c2c2c, // 005ah 563 0x2c2c162c, 0x2c2c2c16, 0x2c2d2c2d, 0x162c2d2c, 564 0x2d2d2d2d, 0x2d2d2d2d, 0x2d2d2d2d, 0x2d2d2d2d, 565 0x2d2e2d2d, 0x2d2d2d2d, 0x2d2d2e2e, 0x2d2d2d2d, 566 0x16161616, 0x16541616, 0x16162c16, 0x54161616, // 005bh 567 0x2c2c2c2c, 0x1654162c, 0x2c2c2c2c, 0x2c2c2c2c, 568 0x2c2c2d2c, 0x2d2c2c16, 0x2c2c2c2d, 0x2d2d2d2d, 569 0x2d2d2d2d, 0x2c2d2d2e, 0x2f2d2d2d, 0x2e2d2e2e, 570 0x42421616, 0x42424242, 0x42541654, 0x42424242, // 005ch 571 0x54545454, 0x42425454, 0x2c54162c, 0x5454162c, 572 0x2c2d2d2d, 0x542c2d2c, 0x2c2c2c2c, 0x2c2c2c2c, 573 0x2c2c2c2c, 0x2c545454, 0x2e2e2e2f, 0x2c2d2e2e, 574 0x42424242, 0x14414254, 0x42424242, 0x41414142, // 005dh 575 0x42424242, 0x41414241, 0x42424242, 0x41424242, 576 0x42424254, 0x41424242, 0x4242542c, 0x42424242, 577 0x42542c2c, 0x42424242, 0x2c2d2c2c, 0x42424254, 578 0x14141414, 0x1d1d141d, 0x14141441, 0x1d1d1414, // 005eh 579 0x14414141, 0x1d141d14, 0x41414141, 0x141d1d1d, 580 0x41414142, 0x1d1d1d41, 0x41414141, 0x1d414141, 581 0x41414242, 0x41414141, 0x41424242, 0x41414142, 582 0x1d131d1d, 0x131d131d, 0x131d1d1d, 0x1d1d1d1d, // 005fh 583 0x1d1d1d1d, 0x1d131d1d, 0x1d1d1d1d, 0x1d1d131d, 584 0x1d1d1d1d, 0x131d1d1d, 0x1d1d1d41, 0x1d1d1d1d, 585 0x411d411d, 0x1d1d1d1d, 0x1d411d41, 0x1d1d1d41, 586 0x7c6f6f7b, 0x93899392, 0xfdf5f2f0, 0xfefefefe, // 0060h 587 0xfcf6f2ef, 0xfefefefd, 0xf7f2efec, 0xfcfcfbfb, 588 0xeeedeef0, 0xf7f5f3f1, 0xededf2ef, 0xecebeced, 589 0xebeeeed7, 0xe7e7e9ea, 0xe9ebac90, 0xe3e4e4e6, 590 0x5f7c937e, 0x5e5e5e5e, 0xa2f9fefe, 0xbfe8eecd, // 0061h 591 0xfefefefe, 0xf7f8fafe, 0xfcfcfcfc, 0xf4f6f8fb, 592 0xf8f8f8f8, 0xebeff3f6, 0xebebebec, 0xe6e7e9eb, 593 0xe6e6e6e7, 0xe7e7e7e6, 0xe2e2e2e2, 0xe1e2e2e2, 594 0x5e5f5e5e, 0x5052535e, 0x706f8792, 0x90908887, // 0062h 595 0xade2e8f2, 0xeae9e3ac, 0xefeff0f1, 0xeaeeefef, 596 0xebebeae9, 0xe8eaebeb, 0xe4e6e6e6, 0xe1e2e2e2, 597 0xe3e5e7e7, 0xbdbdd6e0, 0xbdbed7e0, 0x919d9daa, 598 0x5151504f, 0x7b6e5f53, 0x7b919188, 0x91bcaa7c, // 0063h 599 0x9ebce0e5, 0xd5bdbca9, 0x9dbde0e4, 0xbcaa9e9d, 600 0x9dbcd7e3, 0xaa9e9190, 0x9da9d5d7, 0x90909091, 601 0x9d9daabc, 0x9091919d, 0x9e9d9d9d, 0x9d9d9d9e, 602 0x707c8890, 0x4c5e6061, 0x7c909e9e, 0x5060617b, // 0064h 603 0x91aabdd5, 0x4d536187, 0x889ebcbc, 0x4c5e6f7c, 604 0x8891a9aa, 0x5060707c, 0x88889090, 0x5f7b8888, 605 0x91919090, 0x6090a99d, 0x9d9d9d9d, 0x87a9aa9e, 606 0x321f1f1f, 0x1e1e1f1f, 0x1e1f1f32, 0x1e1e1e1e, // 0065h 607 0x1e1e1e32, 0x1e1e1e1e, 0x1e1e1e1f, 0x1e1f1e1e, 608 0x1f1e1f38, 0x321f321f, 0x32321f4d, 0x32323232, 609 0x32323352, 0x32323232, 0x48505e60, 0x33333333, 610 0x1e201e1e, 0x504f4c1f, 0x1e1e1e1e, 0x1e1e1e1e, // 0066h 611 0x1f1f1e1e, 0x321f1f1e, 0x1e1f1e1f, 0x32321f1f, 612 0x321f3232, 0x32323232, 0x32323232, 0x32323232, 613 0x32323232, 0x33323232, 0x33383333, 0x4c483833, 614 0x384f5050, 0x33473332, 0x321f1f1f, 0x32333232, // 0067h 615 0x321f3232, 0x3232321f, 0x32333232, 0x33333232, 616 0x33323232, 0x48383333, 0x48333332, 0x4c4d4c5b, 617 0x4d4c5b33, 0x4d4d4d4d, 0x4f4f4d4d, 0x4f4f4f4f, 618 0x32321f32, 0x4c504d33, 0x32313232, 0x38333333, // 0068h 619 0x33323232, 0x5b483833, 0x48483838, 0x4c5b4a4a, 620 0x4c4c4c48, 0x5b4a5b5b, 0x4c4d4d4d, 0x4c5b4c4c, 621 0x4d4d4f4d, 0x4d4c4d4d, 0x4f4f4f4f, 0x4c4c4d4f, 622 0x48483833, 0x3333484a, 0x4c4c4c5b, 0x48484a4c, // 0069h 623 0x4a4c4c4c, 0x4a484a4a, 0x5b5b4c4c, 0x4a484a4a, 624 0x484a5b5b, 0x48484838, 0x334a4a4c, 0x38384838, 625 0x3838484c, 0x38484848, 0x4838484a, 0x48484a48, 626 0x33333333, 0x4f4f4f4c, 0x38384a38, 0x38473338, // 006ah 627 0x5b4c4c4a, 0x4a4a4a4a, 0x4c4a4a4a, 0x4c4c4c4a, 628 0x4c4a4a4a, 0x5b5b5b4a, 0x4a4a384a, 0x4c4c4a4a, 629 0x4a4a484a, 0x4c4c5b4a, 0x48483838, 0x4a4a4a4a, 630 0x50525250, 0x35324a4d, 0x38383838, 0x38383838, // 006bh 631 0x5b4c484a, 0x4a5b4c4c, 0x4c4c5b4c, 0x4c4c4d4c, 632 0x4d4d4d4c, 0x4c4c4d4d, 0x4d4d4d4d, 0x4c4d4d4d, 633 0x4d4d4d4c, 0x4c4c4d4d, 0x4c4c4c4c, 0x4c4c4c4c, 634 0x3c393939, 0x4a39393c, 0x38383838, 0x3c4a4a38, // 006ch 635 0x4a4a4c4a, 0x4a4a4a38, 0x4c4d4d4c, 0x4a4a4a4a, 636 0x4c4d4d4d, 0x4c4c4d4c, 0x4c4a4a4c, 0x4d4d4d4c, 637 0x4d4d4c4c, 0x4f504f4d, 0x5e5e5350, 0x5f5e535e, 638 0x4c4c4a4a, 0x4c4c4c4a, 0x4c4a4c4a, 0x534f4c4c, // 006dh 639 0x4a4c4a4a, 0x7c5f514c, 0x4c4c4a4a, 0x7b5e4d4c, 640 0x4f4d4d4c, 0x60514d4d, 0x4f4f4d4d, 0x6e5f5250, 641 0x5e535250, 0xabbc876e, 0xbc9d7c61, 0xf0c1ccad, 642 0x5f5f5e50, 0x7e7d7c6f, 0xe2adaa70, 0xfbf6eee8, // 006eh 643 0xe3e3e4be, 0xece9e8e6, 0xe2e1e3be, 0xe6e6e6e4, 644 0xe3e3e3aa, 0xe3e3e3e3, 0xeef1e690, 0xe1e3e6ea, 645 0xf7f7ecad, 0xe9ecf0f4, 0xf8f7f6f4, 0xfcfbfaf9, 646 0xfefdb073, 0xacf3fefe, 0xfdfefefe, 0xedf0f5fb, // 006fh 647 0xf3f2f2ef, 0xeff1f3f3, 0xe8e8e8e7, 0xcbeeecea, 648 0xe3e2e3e3, 0xbfeee8e4, 0xe1e0d7e0, 0xebefe9e3, 649 0xe1e0e2e5, 0xedede9e4, 0xe6eaf3fa, 0xeae8e7e5, 650 0x5e6f8893, 0x2b2b2b51, 0x6e7d93e5, 0x2b2b2b40, // 0070h 651 0x5370bde9, 0x2b2b2b3f, 0x505370bd, 0x5050504f, 652 0x5053547c, 0x5050504f, 0x60709dad, 0x4053535e, 653 0xc0c1ebef, 0x607b89ae, 0xf8f6f3ee, 0xaccef4f8, 654 0x2b2b2b2b, 0x2b2b2b2b, 0x2b2b2b2b, 0x2b2b2b2b, // 0071h 655 0x2b2b2b2b, 0x2b404040, 0x40515150, 0x40514040, 656 0x51514050, 0x40404040, 0x40524051, 0x40405252, 657 0x535e5e5e, 0x52535353, 0x5e546392, 0x53535353, 658 0x4040402b, 0x40404040, 0x4040402b, 0x40404040, // 0072h 659 0x40404040, 0x40404040, 0x40404040, 0x40404040, 660 0x40404040, 0x53404040, 0x40404040, 0x52535352, 661 0x53535240, 0x53535353, 0x40525352, 0x53534053, 662 0x1d534040, 0x1d1d1d1d, 0x1d534040, 0x1d411d1d, // 0073h 663 0x1d534040, 0x411d4141, 0x53535352, 0x41415341, 664 0x1d535353, 0x5f41411d, 0x5e534053, 0x41411d41, 665 0x53535353, 0x42414141, 0x53535353, 0x41414141, 666 0x41414141, 0x42414141, 0x4141411d, 0x63544141, // 0074h 667 0x54414141, 0x7e716362, 0x626f5454, 0xebcc8a72, 668 0x622c5454, 0xeacb9371, 0x70545442, 0xe7af9363, 669 0x7e717054, 0xece9cb7f, 0x62615442, 0x9fad7f7d, 670 0x6371712d, 0x892f6363, 0xcacbae93, 0x9fac8aae, // 0075h 671 0xeeeccecc, 0xefeeeeee, 0xf6f6f3f1, 0xf8f8f8f8, 672 0xf8f7f3ef, 0xfdfbf9f8, 0xf7f4f1ec, 0xfefefdfb, 673 0xf9f3f1f0, 0xfefefefd, 0xf7f4f1c1, 0xfefefefa, 674 0xefc3af8a, 0xf1f1f2f2, 0xf5f6f5ef, 0xf9f8f8f7, // 0076h 675 0xf7f6f5f4, 0xfbfbfaf9, 0xf9f7f7f7, 0xfdfdfdfc, 676 0xfefdfdfd, 0xfefefefe, 0xfefefefe, 0xfefefefe, 677 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 678 0xf6f4f2f2, 0xfcfcfbf9, 0xfafaf9f9, 0xf7f9fafa, // 0077h 679 0xfcfcfcfc, 0xfbfcfcfc, 0xfdfdfdfd, 0xfefdfdfd, 680 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 681 0xfefefefe, 0xfdfefefe, 0xfcfbfcfd, 0xfafbfcfd, 682 0xfafbfcfc, 0xa0a0c4f7, 0xf4f5f6f7, 0xf4b3f3f3, // 0078h 683 0xf7f7f9fa, 0xf7f7f8f7, 0xfefefefe, 0xf6f8fbfd, 684 0xfdfefefe, 0xfaf9fbfc, 0xfdfdfefe, 0xfbfafcfc, 685 0xfafbfbfc, 0xfbfbfbfa, 0xf9f9fafa, 0xfafafaf9, 686 0xb2b094c1, 0x0b9445b4, 0xfbfaf8f7, 0xb2f8fbfb, // 0079h 687 0xf9f8f7f7, 0xf8f8f8f8, 0xf6f6f6f6, 0xf6f6f6f6, 688 0xf7f7f8fa, 0xf6f6f6f7, 0xf8f8fafb, 0xf7f8f7f8, 689 0xf8f8fafa, 0xf7f7f7f7, 0xf8f9fafa, 0xf6f6f6f7, 690 0x2e2f4330, 0x2f2e2f2e, 0x64303017, 0x73304343, // 007ah 691 0x020c0cb4, 0xb1946518, 0xf8f8f7f6, 0xf7f9fafa, 692 0xf4f5f6f7, 0xf8f7f5f4, 0xf6f6f7f7, 0xf4f2f3f5, 693 0xf7f7f7f7, 0xf1f3f4f5, 0xf6f6f7f7, 0xf2f4f4f5, 694 0x3064432f, 0x64647e64, 0x73a1a073, 0xc0c3ce9f, // 007bh 695 0xc4b3b2c4, 0xf2eec1c1, 0xf1f4f6f5, 0xf9f2eeef, 696 0xf6f6f6f7, 0xf3f2f6f7, 0xf5f7f8f6, 0xf0f6f8f6, 697 0xf6f8f5f1, 0xf3f5f3f2, 0xf7f4f1f1, 0xc2eff1f5, 698 0x43726443, 0x2d2e4343, 0x7eae9faf, 0x2e7d7243, // 007ch 699 0xf4f3f1f3, 0x72afc3f3, 0xfefefafa, 0x2f64a0f6, 700 0xf8fbfaf7, 0x2e438aeb, 0x739fceee, 0x2f648aaf, 701 0x437fcdee, 0x2e2e2f2f, 0x2f647f9f, 0x2d2e2d2e, 702 0x2c2d2c61, 0x54545454, 0x2d2c2c2c, 0x5454542c, // 007dh 703 0x2d2d2c2e, 0x542c2c2d, 0x2e2c2d2e, 0x2c2c2c2d, 704 0x2d2d2d2e, 0x542c2c2d, 0x2e2d2d2e, 0x2c2c2c2d, 705 0x2e2d2d2d, 0x2c542c2d, 0x2e2e2d2d, 0x2c2c2c2c, 706 0x42424242, 0x41414242, 0x42425454, 0x41414242, // 007eh 707 0x60545454, 0x41424242, 0x42545416, 0x42424242, 708 0x4254542c, 0x41424242, 0x54545454, 0x41424260, 709 0x54545454, 0x42424242, 0x54545416, 0x42424254, 710 0x1d414141, 0x1d1d1d41, 0x5e414141, 0x1d411d1d, // 007fh 711 0x1d414141, 0x411d4141, 0x1d414141, 0x415e1d41, 712 0x41414141, 0x5e1d5e1d, 0x41414141, 0x5e414141, 713 0x41414142, 0x411d4141, 0x41424142, 0x41414141, 714 0x917b6e60, 0xa9bdbebe, 0x5e505152, 0x6f707b6e, // 0080h 715 0x52515150, 0x51525352, 0x4d4d4c4c, 0x5052514f, 716 0x484a484a, 0x4d4d4d5b, 0x4c4c4d4d, 0x4a4a484c, 717 0x4d4f4f4f, 0x4d4d4d4d, 0x4f4f4f4f, 0x4f4f4f4f, 718 0x9e919090, 0xa9a9a9a9, 0x60616f6f, 0x6e6e6e6e, // 0081h 719 0x4c505150, 0x5e52504c, 0x3348484d, 0x504d4838, 720 0x48384a4c, 0x4a484848, 0x4a5b4a48, 0x4a5b4a5b, 721 0x4d4d4d4d, 0x4c4c4c4c, 0x4f4d4f4f, 0x514f4d4d, 722 0x8890909d, 0x7c7b7b7c, 0x6f706f6f, 0x6e616161, // 0082h 723 0x5f5f5f5e, 0x6060605f, 0x52505050, 0x6e6e605f, 724 0x514d4c4a, 0x6e5f5e53, 0x52504d4a, 0x6e605f5e, 725 0x605f524f, 0x61616e6e, 0x6f605e52, 0x6f6f6f61, 726 0x91887c7c, 0x9e9d9e9d, 0x7b6f6f61, 0x88888887, // 0083h 727 0x6f616e60, 0x7b7b7c7b, 0x7c616e6e, 0x91909087, 728 0x876f6e6e, 0xbdbdbc9d, 0x7c6f616e, 0xbdbdbc91, 729 0x7b6f6161, 0xbdbdaa90, 0x706f6f6f, 0xa99d887c, 730 0x9d9d9d9d, 0xa9aaaa9e, 0x91888787, 0xd6bdaa9e, // 0084h 731 0x88877c7c, 0xe0bebc9e, 0x90919090, 0xd6bda991, 732 0xbcbdbdbc, 0xa99e9ea9, 0xbdbdbdbd, 0xbcbcbcbd, 733 0xbdbdbdbd, 0xbdbdbdbd, 0xbdbdbcaa, 0xbdbdabbd, 734 0x6070889d, 0x535e5e60, 0xbfd6d6d6, 0x90bee1e0, // 0085h 735 0xe1e1e1e1, 0xd6e2e2e1, 0xe0e0e0e0, 0xd6e0e0e0, 736 0xbdbdbcaa, 0xd5bdbdbd, 0xaaaaaaaa, 0xaaaaaaaa, 737 0xbcbcbdbd, 0x90919da9, 0xbdbdbdbd, 0x8791aabc, 738 0x5b4a4c4d, 0x4d4c4c4c, 0x5e5e606f, 0x5f5e5e5e, // 0086h 739 0xcabfaaa9, 0xe4cb9f9f, 0xe9e2d7d6, 0x9dacecf0, 740 0x90abe0d6, 0x6e6f7c90, 0x87aabcbc, 0x5f5f5f6e, 741 0xaa9d9190, 0x606e7b9d, 0x88877b7c, 0x91919191, 742 0x504f504d, 0x504f504f, 0x5050525f, 0x50505050, // 0087h 743 0x515e70d5, 0x51515151, 0x50536f87, 0x51515151, 744 0x51525e5f, 0x51515151, 0x535f5f5f, 0x50535f5e, 745 0x616e606e, 0x5f6e7070, 0xab887c88, 0xabbfbfe1, 746 0x4f4f504f, 0x4c4d4d4f, 0x50505050, 0x4f4f5050, // 0088h 747 0x51515151, 0x50505151, 0x51515151, 0x50515151, 748 0x51515151, 0x51515051, 0x51515150, 0x51515151, 749 0x51505153, 0x52515151, 0x606f7c91, 0x5152525e, 750 0x4a48484a, 0x4a4a4a4c, 0x4d4d4f4f, 0x4d4c4c4d, // 0089h 751 0x4f505050, 0x4d4f4f4f, 0x50505050, 0x50505050, 752 0x51515151, 0x51515151, 0x52515151, 0x52525151, 753 0x51525252, 0x52525252, 0x53525251, 0x53535e5e, 754 0x4c4a4848, 0x4c4c4c4c, 0x4d4d4c4d, 0x4f4f4d4d, // 008ah 755 0x4f4f4f4f, 0x504f504f, 0x50504f50, 0x50515050, 756 0x50515151, 0x51515151, 0x52525152, 0x53525151, 757 0x52525252, 0x615e5252, 0x5e5f5f5e, 0x917b6e60, 758 0x4d4d4d4d, 0x514d4d4d, 0x4d4d4f4d, 0x52524f4d, // 008bh 759 0x4d4f4f50, 0x5e53514c, 0x4f4f4f50, 0x5e514f4f, 760 0x4f4f5051, 0x5f535250, 0x60605f5e, 0x7c706e60, 761 0xbcbdbd90, 0x9d9e9da9, 0xaabcbcbd, 0x9d9ea9aa, 762 0x60605f5e, 0x876f6e60, 0x5e5e5353, 0x90877060, // 008ch 763 0x605f5f5f, 0x9071876f, 0x7b706160, 0x7d908887, 764 0x87878761, 0x9d908787, 0x87877c87, 0x9d918887, 765 0x87878890, 0x91908888, 0x87888891, 0xa9918888, 766 0xcde3e0aa, 0xf4f3f1eb, 0xbfbcaa9d, 0xe8e8e7e2, // 008dh 767 0xbda99d90, 0xe1e1e1e0, 0xe1beaa91, 0xe1e2e4e4, 768 0xe4e2d6aa, 0xe1e3e6e6, 0xe1d7bda9, 0xe6e4e4e3, 769 0xbdaa9d91, 0xede7e1be, 0xbcbcaa89, 0xe5e1d7bd, 770 0xfaf7f5f4, 0xfcfcfcfb, 0xe9e9e9e9, 0xeaeaeaea, // 008eh 771 0xe3e3e2e2, 0xe3e2e3e3, 0xe8e7e6e3, 0xeae9e8e8, 772 0xf1ece8e4, 0xf7f7f6f4, 0xf6f1edea, 0xeaedf5fa, 773 0xfcf9f4f1, 0xe7edf8fe, 0xfefbf2ea, 0xf0fbfefe, 774 0xedf2f7fb, 0xe9eaeae9, 0xebeaebea, 0xefefefef, // 008fh 775 0xeeece9e6, 0xf0f0f0ef, 0xeeefeeed, 0xeeefefef, 776 0xf6f6f7f8, 0xedeff2f4, 0xfdfefaf3, 0xeff4f9fc, 777 0xfefaeee8, 0xf2f7fcfe, 0xf5e2e0e2, 0xf4f8fafe, 778 0xf4f4f1ee, 0xf2f7f5f4, 0xf1f1f0f0, 0xedeef0f0, // 0090h 779 0xeeeff0f0, 0xe4e6e8ea, 0xe9ebeced, 0xbee1e2e6, 780 0xe8eaecec, 0xbee0e2e5, 0xe8e9eaec, 0xe0e2e4e5, 781 0xe9e9ebed, 0xbfe1e4e8, 0xedededef, 0xe5e9ebed, 782 0x5f617de1, 0x53535353, 0x5e6193e9, 0x53535340, // 0091h 783 0x5f70beca, 0x53525353, 0x6f718993, 0x53534160, 784 0x887d9d93, 0x41606f7c, 0x7d7d89ab, 0x70636371, 785 0x9192aaab, 0x7c87887d, 0x93bee0e2, 0x8771909d, 786 0x53535353, 0x40535340, 0x52405340, 0x53535240, // 0092h 787 0x53535353, 0x53405353, 0x52534052, 0x53535353, 788 0x5353535e, 0x53535353, 0x5e416061, 0x5e535e53, 789 0x6e6f7062, 0x5f415f42, 0x7b637187, 0x6e616f70, 790 0x41535353, 0x42414141, 0x5e535352, 0x42414141, // 0093h 791 0x5e535353, 0x42424141, 0x415e5353, 0x42424141, 792 0x5e41535e, 0x42424241, 0x41414141, 0x42425f41, 793 0x5f5f5f42, 0x54424241, 0x54426054, 0x706f5454, 794 0x42424241, 0xad722d54, 0x42424242, 0x7e635442, // 0094h 795 0x42424242, 0x712c5454, 0x54604242, 0x7d622c54, 796 0x54544242, 0x632e702c, 0x702d6154, 0x2d62622d, 797 0x71622c61, 0x2e2e7d7d, 0x7162622d, 0x717d8972, 798 0xeeedede9, 0xfefdf7f1, 0xe6cce8cc, 0xf8f3ece9, // 0095h 799 0xe7cbcb7f, 0xf0eceae8, 0xccaf8a7e, 0xecebebea, 800 0x7e72712e, 0xefeee9ca, 0x43432e2d, 0xf1ce7f64, 801 0x4372712e, 0xce8a7f64, 0x2f2e2e2e, 0xae7e6443, 802 0xfefefefe, 0xfafdfefe, 0xfbfcfcfb, 0xf4f5f7fa, // 0096h 803 0xf4f5f5f2, 0xf1f2f2f3, 0xf0f0efee, 0xf1f0f0f0, 804 0xf1f0f0ef, 0xf5f2f2f2, 0xf2f1f1f1, 0xf8f4f3f3, 805 0xf3f3f3f2, 0xf9f5f4f3, 0xf4f3efc0, 0xfaf7f4f4, 806 0xfbf9f6f7, 0xf9f9f9f9, 0xf8f8f5f2, 0xfcfbfaf9, // 0097h 807 0xf5f6f7f3, 0xfaf8f7f6, 0xf4f5f8f6, 0xf7f6f5f5, 808 0xf5f5f7f9, 0xf9f7f6f6, 0xf8f7f6f9, 0xfdfcfbf9, 809 0xf8f6f6f7, 0xfefefefb, 0xfaf7f6f7, 0xfefefefd, 810 0xfcfcfbfa, 0xfbfbfbfc, 0xfefefefe, 0xfcfdfefe, // 0098h 811 0xfefefdfb, 0xfefefefe, 0xfefefcf9, 0xfefefefe, 812 0xfefefefc, 0xfefefefe, 0xfefefefe, 0xfefefefe, 813 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 814 0xfaf9f9f9, 0xf9f9f9f9, 0xfbfbfbfc, 0xfafafafa, // 0099h 815 0xfcfdfefe, 0xfbfbfcfc, 0xfdfefefe, 0xfcfcfcfd, 816 0xfefefefe, 0xfdfdfefe, 0xfefefefe, 0xfefefefe, 817 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 818 0xf7f7f8f8, 0xf4f5f5f6, 0xf8f9f9f9, 0xf6f6f7f8, // 009ah 819 0xfbfafbfa, 0xf8f9fafa, 0xfcfbfbfb, 0xfdfdfdfc, 820 0xfcfcfdfd, 0xfefefefd, 0xfefdfefe, 0xfefefefe, 821 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 822 0xf5f3f3f3, 0x7344b3f8, 0xf4f4f4f5, 0x301866f6, // 009bh 823 0xf7f6f8f8, 0x0b05c4f4, 0xfcfcfcfd, 0x02f6f6fa, 824 0xfefefefe, 0x05c4f7fc, 0xfefefefe, 0x0b44eff9, 825 0xfefefefe, 0x303094f9, 0xfafefefe, 0x30300b95, 826 0x2e436430, 0x2e2d2e2e, 0x2e2e2f43, 0x2e2e2e2e, // 009ch 827 0x2f2f2f64, 0x2f2f2f2f, 0x4343640b, 0x2f2f2f2f, 828 0x2f2f4373, 0x2d2e2e2f, 0x2f2f430b, 0x2d2e2f2e, 829 0x2f43300b, 0x2e2e2e2f, 0x4343300b, 0x2e2e2f2f, 830 0x2d2e2e2e, 0x2c2c2c2c, 0x2d2d2e2e, 0x2c2c2c2c, // 009dh 831 0x2d2d2e2e, 0x2c2c2d2d, 0x2d2d2d2e, 0x2c2c2c2d, 832 0x2d2d2d2d, 0x2d2d2d2d, 0x2d2d2d2d, 0x2d2c2d2d, 833 0x2d2d2d2e, 0x2c2d2d2d, 0x2d2d2d2e, 0x2c2d2d2d, 834 0x5454542c, 0x42425454, 0x16542c2c, 0x54545454, // 009eh 835 0x2c2c2c2c, 0x542c2c2c, 0x702c2c2c, 0x93647d62, 836 0x2e622c2c, 0xc1ac8971, 0x2d2c2c2d, 0xecae7262, 837 0x2c2c702d, 0xebac622c, 0x2c2c2c2d, 0xcc64622c, 838 0x42424254, 0x41414242, 0x63626254, 0x54617062, // 009fh 839 0x7f896361, 0x71727ebf, 0xeff1a17e, 0xcbe9eeef, 840 0xf3f5f8f8, 0xececeef0, 0xeeeeefef, 0xedeeeeee, 841 0xefeeedea, 0xededeeee, 0xedeceaea, 0xeeeeeeee, 842 0x4f504f4f, 0x50505050, 0x50505050, 0x50505051, // 00a0h 843 0x51515151, 0x50515051, 0x52515151, 0x52515252, 844 0x52525152, 0x52525252, 0x5252535e, 0x53535252, 845 0x605f5e5e, 0x605f5f5f, 0x7c7b6e60, 0x7c706170, 846 0x4f4f4f4f, 0x5353524f, 0x52505050, 0x605f5e53, // 00a1h 847 0x5e535251, 0x7b6e5f5f, 0x605f5e52, 0x877b6e6e, 848 0x605f5e52, 0x90877b61, 0x6f6e5e52, 0x8888907c, 849 0x907b6160, 0x90909091, 0x91909088, 0x91919191, 850 0x6f6e5f5e, 0x706f6f6f, 0x7b706160, 0x7c7c7c7c, // 00a2h 851 0x8887877c, 0x91909088, 0x91908888, 0xaaaaa991, 852 0x91909090, 0xbdbdaa9d, 0x9d919090, 0xbdbdaaa9, 853 0x91919090, 0xbdbcaa9d, 0x91909091, 0xbc9e9191, 854 0x70707070, 0x90877b7b, 0x87877c7c, 0x88878787, // 00a3h 855 0x9e9d9191, 0xa9a9a99e, 0xbdbdbcaa, 0xd5d5d5d5, 856 0xd5d5d5d5, 0xd5d5d5d6, 0xbebebed5, 0xd5d5bebe, 857 0xd7d7d6d5, 0xd5bed6d6, 0xbdbdabbd, 0xbdbdbdbd, 858 0xabbca99d, 0xd7e0e0d6, 0xa9919088, 0xbdbdbcbc, // 00a4h 859 0xa9a9a9a9, 0x9090919e, 0xa9bcbdd5, 0xa99e9d9d, 860 0xa9bcd5d6, 0xbebca99d, 0x9daabdab, 0xaa9d9191, 861 0x919daabc, 0x88888890, 0x88909eaa, 0x7c7c7c87, 862 0xbdbdd5d7, 0x889daabc, 0xaaaaaabd, 0xaaa9a9aa, // 00a5h 863 0x90909091, 0xe4e0bd9e, 0xa9a9aaaa, 0xeae6e1d5, 864 0xbdbdd5d6, 0xe9e4e2d7, 0xbdbcbcbd, 0xe4e1e0d5, 865 0xa99e9190, 0xd5bcaaaa, 0x9090877c, 0x90909191, 866 0x9d90877c, 0xe2d7bdaa, 0xd7bebdbd, 0xe9e7e3e1, // 00a6h 867 0xe9e8e8e6, 0xf2f0edea, 0xeeeeedeb, 0xf6f4f2ef, 868 0xefefeeec, 0xfaf8f5f1, 0xf1efede9, 0xfafaf7f4, 869 0xebe6e3e0, 0xfcf9f5f1, 0xd6bdaa9d, 0xf3ece6e1, 870 0xe1bee0e2, 0xb4f4f2ed, 0xf0efeeeb, 0xf4f3f2f2, // 00a7h 871 0xf8f7f5f3, 0xf6f7f6f7, 0xfcfbfaf9, 0xf8fbfbfb, 872 0xfefefcfc, 0xfcfdfefe, 0xfefefdfc, 0xfefefefe, 873 0xfefefefe, 0xfefefefe, 0xfefefdf9, 0xfefefefe, 874 0xccedf1f3, 0x708889be, 0xf7f6f4f4, 0xe8f1f7f8, // 00a8h 875 0xf7f5f5f6, 0xf6f8f7f6, 0xf8f8f8f8, 0xf5f7f8f8, 876 0xfdfdfefd, 0xf0f7fbfd, 0xfefefefe, 0xe3eaf5fe, 877 0xfefefefe, 0xd7e2e9f6, 0xf8fdfefe, 0xe0e2e4ed, 878 0x606e6161, 0x5e5e5f5f, 0x607090d6, 0x5f5f5e60, // 00a9h 879 0x7c87bde8, 0x6e60606f, 0xe4e7eef3, 0x7b7b87d5, 880 0xe2e5e8eb, 0x909ebcd6, 0xbdd5d6e0, 0x91919eaa, 881 0xbdbdbdd5, 0x9091a9bd, 0xbdbdd5d6, 0x919da9bd, 882 0x6060605e, 0xa9887b6f, 0x6f616e60, 0x9d90706f, // 00aah 883 0x706f7070, 0x8888877b, 0x8787877c, 0x7c7c8787, 884 0x88908788, 0x707b7c87, 0x7c7c8788, 0x61707c7c, 885 0x7b7c7c87, 0x6f6f6f6f, 0x7c878790, 0x606f7c7c, 886 0x9ea9a9a9, 0x9d919d9d, 0x91919d9d, 0x88889090, // 00abh 887 0x87878888, 0x7c7c7c87, 0x7b7b7c7b, 0x877c7b7b, 888 0x7c7b6f6f, 0x91888787, 0x6f616e6e, 0x877c7c70, 889 0x616e6e61, 0x7b706f61, 0x877b616e, 0x7c7b7b87, 890 0x87879091, 0xbc9e9087, 0x87878788, 0xbcaa9290, // 00ach 891 0x90877c7c, 0xbcaa929d, 0x90909088, 0xaaa99d9d, 892 0x919d9d91, 0x9e9d9d91, 0x9d908887, 0x9d9ea99d, 893 0xd6ab9d7c, 0xbcbcbdbe, 0xe2e2d791, 0x8791bee1, 894 0xabababbd, 0xe1d7d6bd, 0xabbdbdbd, 0xbfbeabab, // 00adh 895 0xbdbdbdbd, 0xbdbdbdbd, 0xbcbcaabc, 0xa989aabc, 896 0xa9a9a9a9, 0x8791a992, 0x9d9d919d, 0x7b909191, 897 0x9d9da9aa, 0x7c90919d, 0x707c8787, 0x70707b70, 898 0xfef9eee6, 0xf9fefefe, 0xf2f1e8e1, 0xfcf6f3f3, // 00aeh 899 0xece3abbd, 0xfcfbf9f5, 0xe2ab9190, 0xf5f3efe8, 900 0x907c7b7b, 0xe6e2bfa9, 0x7c6f6161, 0xabbcbc9d, 901 0x917c7b70, 0xbdbcaaaa, 0x9d88877c, 0xaabdbcaa, 902 0xf0eae9f2, 0xf7faf7f4, 0xf6fcfdfe, 0xf8faf9f3, // 00afh 903 0xfdfcfbfa, 0xf8f9fbfd, 0xf6f6f7f7, 0xeff1f4f5, 904 0xeeefeeea, 0xabacaee8, 0xe0e4e1d7, 0x707c91aa, 905 0xd7beabab, 0x6e6f8793, 0x7c87877d, 0x6061707c, 906 0xeeeeeff4, 0xeeefefef, 0xefeff1f5, 0xeeeeeeef, // 00b0h 907 0xece9ecf3, 0xcbeaeced, 0xacbfe0e7, 0x8892beac, 908 0x90919daa, 0x61706388, 0x6f707070, 0x546f7070, 909 0x60605460, 0x5f606060, 0x6e616e54, 0x5f5f5f60, 910 0xabe1e7ea, 0x887d9289, 0xbde1e8ed, 0x887d9292, // 00b1h 911 0x6f8789bf, 0x6e6e6e61, 0x5f607087, 0x41415f41, 912 0x5f5f4260, 0x5f5f5f5f, 0x5f5f5f5f, 0x605f4260, 913 0x605f5f5f, 0x60606060, 0x60606060, 0x60606060, 914 0x71718871, 0x70627c71, 0x887d7187, 0x63878771, // 00b2h 915 0x717c6f54, 0x707c6363, 0x706f5460, 0x61616161, 916 0x60604242, 0x42545460, 0x42424242, 0x60426060, 917 0x60606060, 0x60426060, 0x60606042, 0x60606060, 918 0x54605461, 0x622c6154, 0x54616f62, 0x2c616154, // 00b3h 919 0x54546e6f, 0x54545442, 0x60425454, 0x54544242, 920 0x42424260, 0x6f545442, 0x61546042, 0x626f6161, 921 0x2c545460, 0x70706270, 0x63626f61, 0x71717171, 922 0x71717162, 0x72727d71, 0x63636362, 0x727d7171, // 00b4h 923 0x2c2c612c, 0x72712e62, 0x63702d61, 0x7171632e, 924 0x7d63632d, 0x63717d7d, 0x89727163, 0x72727272, 925 0x7f897d63, 0x8aaeaeac, 0xae7e8971, 0xcde6afaf, 926 0x6443722f, 0x9f9f8a64, 0xae8a7e64, 0xecc1c0cc, // 00b5h 927 0x7f7f6464, 0xebcbae8a, 0x4372727d, 0xa08a7e43, 928 0x2f2f2f2f, 0x7e432f2f, 0x72726464, 0x43434343, 929 0x727e8a8a, 0x2f434343, 0xcca2c0cd, 0x437e7f8a, 930 0xf3f0eba1, 0xf9f8f4f4, 0xf3f2efed, 0xf8f8f5f4, // 00b6h 931 0xf3f2f1ef, 0xf8f9f5f3, 0xf2f2f2ee, 0xf8f9f3f1, 932 0xcec0a08a, 0xf7f794c0, 0x738a7f64, 0x45454473, 933 0x7f43432f, 0x0505a0ae, 0x43434343, 0x05177330, 934 0xfdfaf8f6, 0xfefefefe, 0xfefcf9f7, 0xfefefefe, // 00b7h 935 0xfefcf9f7, 0xfefefefe, 0xf6f6f7f7, 0xfefefdfa, 936 0x6565c3f0, 0x74551818, 0x0b171765, 0x18170b0b, 937 0x17656565, 0x1818170b, 0x1894a265, 0x17171717, 938 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 00b8h 939 0xfefefefe, 0xfefefefe, 0xfcfdfefe, 0xfefefefc, 940 0x0c020c0c, 0xfefd0d0d, 0x0c020505, 0xfdfa0d0d, 941 0x0c020505, 0xfb0d0d0c, 0x02020505, 0x800d0d0c, 942 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 00b9h 943 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 944 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 945 0xfefefefd, 0xfefefefe, 0xfefefdfc, 0xfcfdfefe, 946 0xfefefefe, 0xfefefefe, 0xfdfefefe, 0x450c6675, // 00bah 947 0x46fcfefe, 0x0505020c, 0x0d8bfdfe, 0x0502020c, 948 0x0d0dfcfe, 0x0502020c, 0x0d0dfbfd, 0x0502020c, 949 0x0c0d8bfc, 0x0505020c, 0x0c0d0d80, 0x05050202, 950 0x55668bfb, 0x30303044, 0x0b0b1855, 0x3030300b, // 00bbh 951 0x0b0b1718, 0x3030300b, 0x0b0b1718, 0x30300b0b, 952 0x0b171705, 0x3030300b, 0x0b171705, 0x3030300b, 953 0x0b0b1705, 0x3030300b, 0x0b0b1718, 0x3030300b, 954 0x43640b30, 0x2e2f2f2f, 0x43300b30, 0x2f2f2f2f, // 00bch 955 0x43640b30, 0x2f2f2f43, 0x43300b30, 0x43434343, 956 0x43640b30, 0x43434343, 0x43300b30, 0x43434343, 957 0x64300b0b, 0x43434343, 0x30300b0b, 0x30737373, 958 0x2d2e2e2e, 0x2d2d2d2d, 0x2e2e2e2e, 0x2d2d2d2e, // 00bdh 959 0x2e2e2f2f, 0x2e2e2e2e, 0x2f2f2f2f, 0x2e2e2e2f, 960 0x2f2f2f2f, 0x2f2f2e2f, 0x2f2f2f43, 0x7f644343, 961 0x7e434343, 0xcc9faf7f, 0x8a7f6464, 0xfafcf8ce, 962 0x2c2c2c2c, 0x7e7d626f, 0x62622d2d, 0x727d712e, // 00beh 963 0x7d437d2e, 0x937d717d, 0x93647271, 0xce9f8a7f, 964 0xc18a727d, 0xeff2f6f3, 0xfac4a0ae, 0xf0f2f7fa, 965 0xf9f6f4eb, 0xf1f2f5f7, 0xf9f8f6f7, 0xedf1f4f6, 966 0xeae9e9cb, 0xecececeb, 0xe8e8cbab, 0xe6e7e7e7, // 00bfh 967 0xcbe6cdaf, 0xe2e3e4e4, 0xe5e7eaed, 0xe2e3cae4, 968 0xe9e9ebed, 0xe7e8e9e9, 0xeaeaecee, 0xe9e9e9e9, 969 0xe9e9ebee, 0xecedecea, 0xeae8e8ea, 0xe4e6eaec, 970 0x90919087, 0x877c8788, 0x9daabdd5, 0x7b7c8790, // 00c0h 971 0x9daad5d7, 0x7c7c8891, 0xaabdd7e2, 0x8890909d, 972 0xd6e1e3e4, 0xbdbdbdab, 0xe1e2e2e3, 0xe1e1e1e1, 973 0xe3e3e3e3, 0xe4e4e3e3, 0xe8e2e2e3, 0xe9e9e9ea, 974 0x90888888, 0x90909090, 0x877c7c7b, 0x87878787, // 00c1h 975 0x7c7b7b7c, 0x7b7c7c7c, 0x88889090, 0x7c878788, 976 0x9ea9bcbd, 0x90919d9d, 0xd7e1e1e1, 0xaabcbdd6, 977 0xe3e4e4e4, 0xbdd5e0e2, 0xe4e6e7e8, 0xe0e0e1e2, 978 0x87878888, 0x9d908888, 0x7c7c8787, 0x8887877c, // 00c2h 979 0x7b7b7b7b, 0x7c7c7c7b, 0x7b7b7b7b, 0x7b7b7b7b, 980 0x7c7b8788, 0x877c7c7c, 0x8890909d, 0x88878888, 981 0xa9aabcbc, 0xa99d9d9d, 0xd5d6d7e0, 0xd5d5bdbd, 982 0xaaa9a9a9, 0x9da9aaa9, 0x88888888, 0x87878788, // 00c3h 983 0x87877c7c, 0x87878787, 0x9190887c, 0xa99e9e9d, 984 0x9e918887, 0xbdbcbcaa, 0xaa9e9191, 0xd5bdbcaa, 985 0xaaaaa9a9, 0xd5bdbcbc, 0xd7d6d6d6, 0xd7e0d7d7, 986 0x7c878891, 0x7c7c7b7b, 0x707b7c87, 0x7c7c7c70, // 00c4h 987 0x7c878787, 0x87877c7c, 0xa9a99ea9, 0x9d9e9ea9, 988 0xd6bebed5, 0xbdbdd5be, 0xbed5d5be, 0xe1e0e1d7, 989 0xbebdbdab, 0xe3e4e3e1, 0xd5d6bdbd, 0x9da99da9, 990 0x88877c7c, 0x91909090, 0x877c877c, 0x90888887, // 00c5h 991 0x88878787, 0x91908888, 0x91919d9d, 0x9e9d9191, 992 0xbdbdbdbd, 0xaabcbcbc, 0xe2e2e2e2, 0xd7e0e1e2, 993 0xe7e7e6e3, 0xe4e5e6e6, 0xe7e1bd9d, 0xe8e9e9e9, 994 0xa9919091, 0xe5e1d5bc, 0xbcaa9e91, 0xe2d7d5bd, // 00c6h 995 0xbdbdaa9e, 0xe0d7d6ab, 0xd5d5aaa9, 0xe0d7d6d5, 996 0xbed5bcaa, 0xe0d6d5be, 0xbed5abd6, 0xd5d5d5d5, 997 0xe0e1e2e2, 0xd6d6d7e0, 0xe1e2e4e7, 0xe0e1e1e1, 998 0xfefdf5ec, 0xfefefefe, 0xf8f2ebe6, 0xf8fbfdfc, // 00c7h 999 0xe8e6e4e1, 0xedeeeeeb, 0xe3e3e2e1, 0xe5e4e3e3, 1000 0xe2e2e1e1, 0xe1e2e2e2, 0xd7d7d6d6, 0xbed6d7d7, 1001 0xd6bebebe, 0xd6d6d6d6, 0xd7d7d6d7, 0xd6d6d7d7, 1002 0xf3f8fbfe, 0xe0e1e4ea, 0xeaeff3f5, 0xe1e1e3e6, // 00c8h 1003 0xe4e8eaeb, 0xe2e1e2e3, 0xe3e3e4e4, 0xe3e4e3e3, 1004 0xe2e2e1e0, 0xe4e4e4e3, 0xe2e0d7d6, 0xe4e5e4e3, 1005 0xe0d6d6be, 0xe5e5e4e2, 0xd7d6d5d6, 0xe2e1e0d7, 1006 0xbddfd5d7, 0x9da9a9bc, 0xd5d6e0e1, 0xaaaabcbd, // 00c9h 1007 0xbed7e0e1, 0xbdbdbdd5, 0xe0e0e1e2, 0xbdd6d6d7, 1008 0xe2e3e4e4, 0xbdd7e1e1, 0xe2e2e3e4, 0xaabdd6e1, 1009 0xe1e2e3e4, 0xbcbdd5e0, 0xe3e5e6e4, 0xd5d6d7e1, 1010 0xa99d9191, 0x7c8791aa, 0xbdbdbca9, 0xbdbda9aa, // 00cah 1011 0xe0d7d5bc, 0xe1e0e0e0, 0xe0e0d6bd, 0xe2e1e1e1, 1012 0xe0d6bdbc, 0xe1e0e0e0, 0xd5bcaaaa, 0xbfbed7d7, 1013 0xe1d6bdbc, 0xecebe9e4, 0xe4e2e0d6, 0xe7e8e8e6, 1014 0x70707070, 0x87878770, 0x617b90aa, 0x7b616e6e, // 00cbh 1015 0xbcabe0e2, 0x7c707b90, 0xe4e0e0e2, 0xaabde0e4, 1016 0xbcd6d7e0, 0xe3e6e3d6, 0xe2e0e0e1, 0xe8e7e4e4, 1017 0xeaebc2eb, 0xe9e9e9e9, 0xe4e3e3e4, 0xf3eeeae7, 1018 0xe1e2e0bc, 0x607091be, 0xbebdbc91, 0x6f7b88aa, // 00cch 1019 0x9d907c7c, 0x877c8791, 0x87889091, 0x90888887, 1020 0xbdbfe0e2, 0x90aaa9a9, 0xe9ebe9e9, 0x88bcd7e4, 1021 0xf6f4f1ec, 0x7c88d5ec, 0xf6f6f6f5, 0x7c90bfed, 1022 0x6060605f, 0x6f6f6f6e, 0x6f6e6e61, 0x9e91877b, // 00cdh 1023 0x9d919188, 0xaa9e9191, 0x87878890, 0x7c878787, 1024 0x606e616f, 0x606e6e60, 0x6e6e6e61, 0x6e6e6e6e, 1025 0x6e6e616f, 0x6e6e6e6e, 0x616f707c, 0x61616161, 1026 0x9d908770, 0x707c90a9, 0x7c909191, 0x60606e70, // 00ceh 1027 0x7b88909d, 0x6e6e606f, 0x6f70707b, 0x616e6e6e, 1028 0x6e6e6060, 0x6f61616e, 0x6e6e6e6e, 0x6f6f6161, 1029 0x61616161, 0x70706f61, 0x6f6f616f, 0x87706f6f, 1030 0x6161616f, 0x616e616e, 0x6e546060, 0x70707061, // 00cfh 1031 0x6e6e6e6e, 0x6f616e6e, 0x61616161, 0x6f6f6161, 1032 0x6f6f6f6f, 0x6f6f6f6f, 0x70706f6f, 0x6f6f7070, 1033 0x6f706f70, 0x70707070, 0x706f7087, 0x7070706f, 1034 0x6f70706e, 0x6060606e, 0x6f706f70, 0x61546161, // 00d0h 1035 0x6f707070, 0x61616f61, 0x616f616f, 0x61616161, 1036 0x6f6f6f6f, 0x61616f6f, 0x6f6f6f6f, 0x616f6f6f, 1037 0x706f7070, 0x6f6f706f, 0x6f706f70, 0x70707070, 1038 0x60546060, 0x60606060, 0x5460546e, 0x6e6e6e54, // 00d1h 1039 0x6e6e6e61, 0x61546e6e, 0x61616161, 0x616f6161, 1040 0x70616161, 0x87718863, 0x62616161, 0x93abbc7d, 1041 0x7d7b6f6f, 0xe2e1bfbc, 0x7d7b7070, 0xe7e4e0bd, 1042 0x60606060, 0x54545454, 0x54545454, 0x6f6e6e6e, // 00d2h 1043 0x6f6e6e61, 0x8863626f, 0x70616161, 0x89927163, 1044 0x6270707b, 0x7d7d6362, 0x63637192, 0x71717163, 1045 0xabbfade2, 0xacbfab93, 0xcae7e9e8, 0xebe8e2e2, 1046 0x7d716261, 0x89727d9d, 0x71716362, 0xace1bf89, // 00d3h 1047 0xbe939389, 0xece9cbae, 0xe5e2bfab, 0xcbebece9, 1048 0xe3bf9392, 0x7d89ade4, 0xbebebd89, 0x63637d89, 1049 0x7d9293ad, 0x6363717d, 0x89bfe2e8, 0x6363637d, 1050 0xe2e3ad93, 0xede9e7ca, 0x64937ebe, 0xe8cbae7f, // 00d4h 1051 0x72927ecc, 0xadacae7f, 0x7d7172ac, 0x7f7e9372, 1052 0x71637163, 0x72727d71, 0x71716363, 0x727d7d7d, 1053 0x71717171, 0x7d7d7d7d, 0x71717171, 0x7d7d7171, 1054 0xeff1efec, 0x8aafcdeb, 0xaf9fcbe7, 0xc09faeaf, // 00d5h 1055 0x7f64647f, 0xf9c4cdca, 0x7e72727e, 0x94c1afae, 1056 0x64727272, 0x64646464, 0x72727272, 0x64437272, 1057 0x7272727d, 0x64646443, 0x72727272, 0x72647272, 1058 0x8a30308a, 0x020b307e, 0xa1c4f3f3, 0xf5c29f44, // 00d6h 1059 0xf4f7f8fc, 0x55cec3ef, 0x9f9f9f65, 0x0b737373, 1060 0x64646443, 0x30307f7e, 0x64646464, 0x307e3064, 1061 0x64646464, 0x307e6464, 0x64436443, 0x7e646464, 1062 0x94c2c255, 0x18171717, 0x176594f2, 0x18171717, // 00d7h 1063 0x0b0b1705, 0x18170b0b, 0x0b300b18, 0x17170b0b, 1064 0x0b0b170b, 0x170b0b0b, 0x0b171730, 0x0b0b0b0b, 1065 0x17173030, 0x0b0b3073, 0x0b303064, 0x0b300b0b, 1066 0x0c020505, 0x0d0d0c0c, 0x02020505, 0x0d0c0c02, // 00d8h 1067 0x02050518, 0x0c0c0c02, 0x05050518, 0x0c020202, 1068 0x05051817, 0x02020205, 0x18171717, 0x05050505, 1069 0x170b0b0b, 0x05171817, 0x0b0b0b0b, 0x17171717, 1070 0xfcfc7546, 0x8b75fbfb, 0x8b0d0d0d, 0x0d0d0d46, // 00d9h 1071 0x0d0d0d0c, 0x0c0d0d0d, 0x0c0c0c0c, 0x0c0c0c0c, 1072 0x02020202, 0x02020202, 0x02020505, 0x02050202, 1073 0x05050505, 0x05050505, 0x18181817, 0x18050505, 1074 0x0c0c0d0d, 0x05050202, 0x0c0c0c0d, 0x05050202, // 00dah 1075 0x02020c0c, 0x55020202, 0x05020202, 0x74450205, 1076 0x05050202, 0x05181805, 0x05050505, 0x17171818, 1077 0x18050505, 0x0b171718, 0x17181818, 0x0b171717, 1078 0x170b1718, 0x94171717, 0xb4955505, 0x75f9f846, // 00dbh 1079 0xf8f57445, 0xfcfafbfa, 0xf9f8f5f4, 0xfbfaf9fa, 1080 0xb2b3b295, 0xf78bf4b2, 0x65171717, 0x44051865, 1081 0x0b0b0b0b, 0x300b1817, 0x170b0b0b, 0x30300b17, 1082 0xb2b17466, 0xfb758bf5, 0xfb75fcfe, 0xfbfbfcfd, // 00dch 1083 0xfaf9f9fb, 0xfbfbfbfa, 0xf9f8f7f9, 0xf9faf9f8, 1084 0xf4b1c4f1, 0xf5f5f5f6, 0x9f8a3073, 0xf3f3f2b0, 1085 0x64643030, 0x9f9fae7f, 0x647e7e30, 0x64646443, 1086 0xf9808080, 0xfefefefb, 0xfdfdfdfc, 0xfbfcfcfd, // 00ddh 1087 0xf9f9fafb, 0xf7f8f8f9, 0xf8f9f9f9, 0xf7f6f6f7, 1088 0xf5f5f5f5, 0xf6f8f7f5, 0xeeeef1f2, 0xafa0ceed, 1089 0x7e7e7fae, 0x72728964, 0x72724364, 0x7d71727d, 1090 0xf8fafbfc, 0xedeef1f5, 0xf5f6f8fa, 0xf6f5f3f3, // 00deh 1091 0xf8f7f6f6, 0xfbfbfaf8, 0xf1f4f5f7, 0xc0b2f3f3, 1092 0x93acadeb, 0x717d7289, 0x717d89ac, 0x63636371, 1093 0x71717d7d, 0x71717171, 0x71717d71, 0x71717171, 1094 0xeaeeeded, 0x929293ca, 0xeaf2f5f6, 0x627193e2, // 00dfh 1095 0xebf6fbfb, 0x6292abae, 0xacaeaead, 0x627193ab, 1096 0x63636363, 0x63717d71, 0x63636363, 0x91716363, 1097 0x63636371, 0x92636363, 0x7d717163, 0x7e938992, 1098 0xbeaaaaa9, 0xebeae4ac, 0x9d90877c, 0xe2bebc9e, // 00e0h 1099 0x917c706f, 0xe1d7d5aa, 0x7c706f6f, 0x91877c7c, 1100 0x6f6f6f6f, 0x7c6f616f, 0x706f7070, 0x907c7b70, 1101 0x70707b7c, 0xbcaa9187, 0x88877c7c, 0xaabcaa91, 1102 0xe5e8e9eb, 0xe4e4e4e4, 0xe7e8ebe9, 0xe9e9e9e8, // 00e1h 1103 0xece9e7e3, 0xf0eeeded, 0xf2e9e2d5, 0xf4f3f3f2, 1104 0xeee2d59e, 0xf7f7f6f5, 0xeae0bdaa, 0xfbf9f5f3, 1105 0xe1bebcaa, 0xcce4e2e2, 0x9e9d919e, 0x88919e9e, 1106 0xe1e2e3e4, 0xe3e2e2e1, 0xeaeaeaea, 0xeaeaeaea, // 00e2h 1107 0xf4f4f3f2, 0xf3f4f4f4, 0xf8f7f6f5, 0xf9f9f8f8, 1108 0xfbf9f8f7, 0xfefefdfb, 0xfbfbfcfc, 0xfefefefc, 1109 0xf1ede7cc, 0xfefdf6f4, 0xd7bda991, 0xf0ede9e3, 1110 0xe3e3e3e3, 0xe4e4e4e4, 0xe9e9eaea, 0xe6e7e9e9, // 00e3h 1111 0xeff1f2f3, 0xe0e0e3e9, 0xf7f7f7f8, 0xe4e6e9f1, 1112 0xfefefefe, 0xeff3fafd, 0xfefefefe, 0xfefefefe, 1113 0xfefefefe, 0xfdfefefe, 0xfcfefaf4, 0xfbfbfbfb, 1114 0xbde1e1e2, 0x87878788, 0xbdd5d6e2, 0xe2bebdbd, // 00e4h 1115 0xe8e7e1d7, 0xf0eeecec, 0xe5e5e3e3, 0xf1f0efeb, 1116 0xe3e5e9ec, 0xf0eae5e4, 0xe8ebf3f9, 0xedeeeeeb, 1117 0xf4f8fbfc, 0xededeef0, 0xf3f6f8fa, 0xedededef, 1118 0xe7e2bc90, 0xe9e9e9ea, 0xeaeaeae7, 0xe9e9e9e9, // 00e5h 1119 0xe8e9ecef, 0xe6e7e7e7, 0xe6e9ecef, 0xe1e2e2e3, 1120 0xe4e9ecee, 0xd6d7e1e2, 0xe4e7eaec, 0xd6d7e1e2, 1121 0xe3e8eaec, 0xd6d6d7e0, 0xe2e9ebec, 0x919eaabd, 1122 0xe2e3e5e8, 0xe0e1e1e1, 0xe2e3e6e8, 0xe0e2e2e2, // 00e6h 1123 0xe0e1e3e5, 0xd6d7d7e0, 0xbcbdd6e0, 0xbcbcbcbc, 1124 0xaaaabdd5, 0xaaaaaaaa, 0xaabcbdd5, 0xa9a9aaa9, 1125 0x9da9d5d6, 0x8890919d, 0x87909090, 0x7c7c7c7c, 1126 0xd5d5d6e0, 0xbdd5d5d5, 0xbdbdd5d7, 0xbcbcbcbc, // 00e7h 1127 0xbcbcbdd5, 0x9d9da9aa, 0xaaaabcbc, 0x90919da9, 1128 0x9da9a9aa, 0x91919191, 0x9090909d, 0x9d919090, 1129 0x7c7c7c87, 0xa9918887, 0x7b7b7c7c, 0x91887c7b, 1130 0xbdbdbdbd, 0xd6bdbdbd, 0xaaaaaabc, 0xbdbcbcaa, // 00e8h 1131 0xa99e9d9e, 0xd5bddeaa, 0x9d919090, 0xd6dfaaa9, 1132 0xaaa9a99d, 0xe0d6bdbc, 0xbdbcaa9e, 0xd6bcbcd5, 1133 0x9d9eaaaa, 0xbd9d9091, 0x877c8890, 0xd7d5aa90, 1134 0xe2e2e1d7, 0xe4e3e2e2, 0xd7d6d5d5, 0xe9e6e2e0, // 00e9h 1135 0xd7d7e0d7, 0xe4e3e1e0, 0xe1e1e1e0, 0xe3e2e2e1, 1136 0xe2e1e1e1, 0xe4e4e4e3, 0xe6e4e3e2, 0xe8e8e7e7, 1137 0xe8e7e4e1, 0xe9e9e9e9, 0xe8e7e4e0, 0xe9e9e9e9, 1138 0xe8e8e6e4, 0xe3e4e6e7, 0xeeeceae9, 0xedefeeed, // 00eah 1139 0xf3ede9e6, 0xfbfbfaf8, 0xf5ede8e4, 0xfdfdfdfc, 1140 0xf5f1ebe7, 0xfbfbfaf8, 0xf4f1edea, 0xf8f7f6f5, 1141 0xf2efeeeb, 0xf8f3f2f2, 0xedebeae9, 0xf5f0eded, 1142 0xe2e1e1e2, 0xf1ede8e4, 0xeeedeced, 0xf1f0efee, // 00ebh 1143 0xf9f9fafb, 0xf7f7f7f8, 0xfbfcfdfd, 0xfcfaf9f9, 1144 0xfbfafbfb, 0xfdfcfbfa, 0xfafafafa, 0xfdfdfcfc, 1145 0xfefefdfc, 0xfefefefe, 0xfdfdfbfa, 0xfefefefe, 1146 0xedf3f2f2, 0x9dd5e0e4, 0xf3f2f1f1, 0xe1e3e9f1, // 00ech 1147 0xf9f7f8f7, 0xf3f4fbfb, 0xfefefdfd, 0xfefefefe, 1148 0xfefefefe, 0xfefefefe, 0xfefdfdfc, 0xfefefefe, 1149 0xfefdfcfd, 0xfefefefe, 0xfefefdfe, 0xfefefefe, 1150 0x87918888, 0x6f6f6f70, 0xbce8e7e1, 0x70707b7c, // 00edh 1151 0xe1ebf4f7, 0xa99d9dbd, 0xfbfdfefe, 0xf3f4f48b, 1152 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xf9fefefe, 1153 0xfefefefe, 0xf1f2f6fd, 0xfafcfcfc, 0xe2e6ebf5, 1154 0x6f6f6f6f, 0x87706f70, 0x6f6f6f70, 0x6f6f706f, // 00eeh 1155 0x707b879d, 0x70707070, 0xa9bee3c2, 0x70707b87, 1156 0xe1e9f1f9, 0x8788a9ab, 0xeaf1f4f4, 0xbee1e4e7, 1157 0xe4e5e4eb, 0xbfe1e3e2, 0xabbed5e0, 0x92929daa, 1158 0x706f7063, 0x6f6f6f6f, 0x7070706f, 0x6f707070, // 00efh 1159 0x70706f6f, 0x7070706f, 0x7c707070, 0x7b7c877c, 1160 0x9e908888, 0x879089aa, 0xbeababbd, 0x879dbcbe, 1161 0xabbcaabd, 0x909da9bd, 0xaa9292a9, 0x93abbdaa, 1162 0x6f6f6f6f, 0x7070706f, 0x7070706f, 0x7b707070, // 00f0h 1163 0x70707070, 0x7b62707b, 0x7b7b7b70, 0x7b7b7b7b, 1164 0x7c7b7b7c, 0x7c7c7c7b, 0x7c7c7c7c, 0x6363637c, 1165 0x87878788, 0x87888787, 0x87878892, 0x71877187, 1166 0x7b707070, 0xe2be9288, 0x7b627b7b, 0xaa876362, // 00f1h 1167 0x627b6262, 0x7c62627b, 0x7c627b7b, 0x63637c7c, 1168 0x63636387, 0x87636363, 0x87638787, 0x71718787, 1169 0x88878871, 0x7d887187, 0x917d8888, 0xe0be93a9, 1170 0xe4e5e6e5, 0xe5e4e3e4, 0xe8e6e2be, 0xe1e3e9eb, // 00f2h 1171 0xbe927163, 0x89bfcae3, 0x7d638763, 0x8993aa92, 1172 0x87718771, 0xaba99071, 0x71717187, 0x7d887171, 1173 0x71889092, 0x88717171, 0x9189abac, 0x927d7d7d, 1174 0x9293ade3, 0x71716371, 0x63639dab, 0x71717187, // 00f3h 1175 0x89927d7d, 0x7d7d7d92, 0x93938992, 0x93ab9393, 1176 0x93bebe93, 0xace2ac93, 0xe2be727d, 0xcae8ebe7, 1177 0x89899290, 0x89939393, 0x7d7d7d92, 0x9d929d7d, 1178 0x71717171, 0x7d7d7d71, 0x7d7d7171, 0x7d717d7d, // 00f4h 1179 0x717d7171, 0x7d7d7d7d, 0x7d7d7d7d, 0x72727d7d, 1180 0x927d9293, 0x72727292, 0x7293bead, 0x89898992, 1181 0x89899393, 0x89898989, 0x89899d92, 0x89898989, 1182 0x7272727d, 0x43727272, 0x7272727d, 0x64727272, // 00f5h 1183 0x7272727d, 0x64647272, 0x7272727d, 0x64646472, 1184 0x64897272, 0x64647264, 0x89648989, 0x64646464, 1185 0x93898989, 0x93649393, 0x89898989, 0x64649364, 1186 0x64644364, 0x64646443, 0x64646464, 0x64644364, // 00f6h 1187 0x64646464, 0x64646464, 0x64646464, 0x7e646464, 1188 0x7e646464, 0x7e7f7e64, 0x7e7e6464, 0x307e7e7e, 1189 0x7e7e7e7e, 0x7e7e7f7e, 0x7e7e647e, 0x7f7f7e30, 1190 0x30307f64, 0x300b1717, 0x7f30307e, 0x0b170b30, // 00f7h 1191 0x307e7e7e, 0x180b3030, 0x7f307e30, 0x17733030, 1192 0x3030307e, 0x9f737330, 0x8a8a7f30, 0xaf73738a, 1193 0x8a8a7f7f, 0xebcea19f, 0x8a8a7f7f, 0xf4edc0af, 1194 0x0b0b0b0b, 0x17170b0b, 0x0b0b0b30, 0x170b0b0b, // 00f8h 1195 0x0b0b0b17, 0x0b0b0b0b, 0x05050518, 0x654465a2, 1196 0x9555a2a1, 0xf2f3b374, 0xf7b3efc0, 0xfefdfefd, 1197 0xfefefbf3, 0xfefefefe, 0xfefefefc, 0xfefefefe, 1198 0x18171717, 0x18171817, 0x17171717, 0x17171717, // 00f9h 1199 0x170b170b, 0x17171717, 0x65656565, 0x44174417, 1200 0xf4f7f5f3, 0xb4b4b3c4, 0xfefefefe, 0xfefefefe, 1201 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1202 0x17171717, 0x0b0b1717, 0x44171717, 0x0b0b0b0b, // 00fah 1203 0x44171717, 0x170b0b44, 0x65656544, 0x05050518, 1204 0xf4f4b2b2, 0xa1949574, 0xf6fafbfe, 0xa0c2f1f4, 1205 0xfbfefefe, 0xcdc1ecf3, 0xfefefefe, 0xf0f2f4fb, 1206 0x17440b0b, 0x3030300b, 0x0b18180b, 0x30303030, // 00fbh 1207 0x73731818, 0x7f303030, 0x3073730b, 0x7f7f3030, 1208 0x8a737373, 0x7f7f8a30, 0x8a8a7373, 0x7f7f7f7f, 1209 0x8a73739f, 0x7f7f7f7f, 0xcca2c2ee, 0x8aaf9f9f, 1210 0x647e7e7e, 0x64646464, 0x7f7e3030, 0x6464647e, // 00fch 1211 0x7e7f307f, 0x647e7e7e, 0x7f7e7f7f, 0x7e7e7e7f, 1212 0x7e7f7f7f, 0x7e7e7e7e, 0x7f7f7f7f, 0x7f7e307e, 1213 0x7f7f7f7f, 0x7f7e7e7f, 0x7f7f7f7f, 0x7f7f7f7f, 1214 0x72724364, 0x7d727272, 0x72646464, 0x72727272, // 00fdh 1215 0x64646464, 0x72727264, 0x93647e7e, 0x72898964, 1216 0x647e7e7e, 0x89936493, 0x7e7e7e7e, 0x64647e93, 1217 0x7e7e7e7f, 0x647e7e7e, 0x7e7e7f7e, 0x937e7e7e, 1218 0x717d7d7d, 0x71717171, 0x7d7d7d7d, 0x71717171, // 00feh 1219 0x72727272, 0x717d717d, 0x7d727272, 0x7d7d7272, 1220 0x89899389, 0x92727272, 0xe1e2ac93, 0xade2ade2, 1221 0x7e7e9393, 0xe7caadbf, 0x89899393, 0xe4adbe7e, 1222 0xbf7d6371, 0xede9e7e4, 0xac937d71, 0xf2f3f0e7, // 00ffh 1223 0xad897171, 0xfbfaf5ea, 0xad89717d, 0xf0f0efe9, 1224 0xac93927d, 0xe3adaee1, 0xbfbfbfac, 0xcbe0bfac, 1225 0xe0ade2e7, 0xe7e7e4e2, 0xedebe7e4, 0xefeceaeb, 1226 0x91888787, 0xd5d6bda9, 0xbdbdbdbe, 0xe3e5e3d6, // 0100h 1227 0xe3e2d6ab, 0xbeabd5e0, 0xd7beaa9d, 0x9191bdd7, 1228 0x9d919d91, 0x919da9a9, 0x919d9191, 0x9e9e9e9d, 1229 0x9d9da9bc, 0xa9a9a99e, 0xabbee0e0, 0xa9aaaabd, 1230 0xaaaabcbd, 0x88878891, 0x88a9bee1, 0x7c7c7c87, // 0101h 1231 0x8790aabe, 0x87878787, 0x88888890, 0x88888888, 1232 0x90919191, 0x88889090, 0x919d9d9e, 0x90909091, 1233 0x9d9d9d9e, 0x9191919d, 0x9da9a9a9, 0x9d9d9d9e, 1234 0x88878787, 0xbdaa9d91, 0x7c7c7c7c, 0x7c877c7c, // 0102h 1235 0x87878787, 0x7c7c7c7c, 0x87878787, 0x7c877c87, 1236 0x87878788, 0x87878787, 0x87878888, 0x87878787, 1237 0x88889090, 0x88888888, 0x91919191, 0x90909091, 1238 0xf8f3e6d7, 0xf7f7f8f8, 0xacab9d88, 0xebe9e5e2, // 0103h 1239 0x877c7c7c, 0x9e9d9087, 0x7c7c7c7c, 0x7c7c7c7c, 1240 0x87878787, 0x87878787, 0x87878787, 0x87878787, 1241 0x88888888, 0x88888888, 0x90909090, 0x90909090, 1242 0xf2f4f4f6, 0xeeeeeef0, 0xeae9e8ea, 0xe9e8ebed, // 0104h 1243 0xbdbcaaaa, 0xbdbed7be, 0x90888787, 0x88889091, 1244 0x88888787, 0x90888887, 0x88888887, 0x88909191, 1245 0x9d919088, 0x9190919d, 0xa99d9090, 0xa9aabcaa, 1246 0xe0e5e9ec, 0x878790bc, 0xbdabe1e7, 0x88919daa, // 0105h 1247 0x919091a9, 0xa9bcbca9, 0x87878787, 0x9e9d9088, 1248 0x88888888, 0x88888788, 0x90909090, 0x90909090, 1249 0x91909090, 0x91919191, 0xa9919da9, 0x9191919d, 1250 0x7b7c8787, 0x7b707c7c, 0x87878787, 0x7b7b7c7c, // 0106h 1251 0x88878790, 0x7c7c8787, 0x87888891, 0x87878888, 1252 0x88888888, 0x88888888, 0x90909090, 0x91919091, 1253 0x91919191, 0x9d9d9d91, 0x9d919191, 0x9e9d9d9d, 1254 0x7c7c7b7b, 0x88888787, 0x87877c7b, 0xa99d8887, // 0107h 1255 0x9d88877c, 0xd7d5bcaa, 0x90878787, 0xe3e1e0aa, 1256 0x87888788, 0xe1ab9e88, 0x90909090, 0xaa918888, 1257 0x9191919d, 0x90919191, 0x9d9e9e9e, 0x9d9d9d9e, 1258 0x91909090, 0xd7d5bca9, 0xe1e0bebd, 0xd5d5bee0, // 0108h 1259 0xe4e3e1e0, 0xd7e0e2e5, 0xe6e4e5e5, 0xe4e5e5e6, 1260 0xe7e6e6e4, 0xe7e8e9e9, 0xd7bdbdbc, 0xeaeae9e7, 1261 0x9d909090, 0xe7e4e1bd, 0x91919191, 0xbda99e91, 1262 0xe6e4e4e2, 0xe8e8e8e6, 0xe2e1e0d6, 0xe7e5e2e2, // 0109h 1263 0xe0e0d7d7, 0xe0d7d6e0, 0xd6d5d7e3, 0xabbed6d7, 1264 0xd7e0e3e7, 0xd6d7e0d6, 0xe7e8e9ea, 0xd7e0e2e5, 1265 0xeaedecea, 0xe0e0e0e7, 0xe2e1acd7, 0xbdd7e0e1, 1266 0xeae9e8e8, 0xf0efedea, 0xeceae8e8, 0xefefefee, // 010ah 1267 0xe4e4e2e1, 0xe4e6e4e3, 0xd7d7d6d5, 0xa9bdd5d7, 1268 0xe0e1e2e0, 0x91a9bcd5, 0xd6e0e1e1, 0x919e9ebc, 1269 0xbcbdd6e0, 0x9e9e9da9, 0xa9a9a9aa, 0xaaaaaaaa, 1270 0xf1f3f3f2, 0xfefdf7f1, 0xe4e8ebef, 0xcce3e3e2, // 010bh 1271 0xd5d6d7e1, 0x888891aa, 0x91919191, 0x88888890, 1272 0x91919090, 0x91919d91, 0x9d9d9d91, 0x9e9e9e9e, 1273 0x9e9ea99e, 0xa99d9d9e, 0xa9aaaaaa, 0xa9a9a9a9, 1274 0xfcfefefe, 0xedf4f7fa, 0xe2e7e9ea, 0x9da9abbf, // 010ch 1275 0x919d9e91, 0x88889090, 0x90908888, 0x91919090, 1276 0x91919191, 0x91919d91, 0x9d9d9d9e, 0x91919d9d, 1277 0xa99e9e9e, 0x9d929d9e, 0x9e9e9ea9, 0xa9a9a992, 1278 0xe8e8e7e6, 0xe0e1e4e7, 0xabbda99d, 0xabbcbcbc, // 010dh 1279 0x91909090, 0xbd919090, 0x91919191, 0xaa9d9191, 1280 0x91919191, 0x9d929d91, 0x9d929191, 0xa9a9929d, 1281 0x9e9d9d9d, 0xa9a9a99e, 0xbebca9a9, 0xacbeabbe, 1282 0x9092a9bd, 0x91909090, 0x919daaab, 0x919d9191, // 010eh 1283 0xbfe1e2d7, 0x9d9da9ab, 0xabbdabbe, 0x89928993, 1284 0x929d929d, 0xaa9d929d, 0x92a9a9a9, 0xa992a9a9, 1285 0xabaa9e9e, 0xcbcccae0, 0xf0e9caac, 0xf9fafaf6, 1286 0x929e8992, 0xe2d7abaa, 0x91919191, 0xd7bfbd9d, // 010fh 1287 0x929d9d92, 0xbebfbd89, 0xbdbdbdaa, 0xababbdab, 1288 0xbfe2e3be, 0xbfe1e0d6, 0xebe4e1bd, 0xe9edeeee, 1289 0xf0ede7ca, 0xf5f5f3f2, 0xf8f9f8f8, 0xf7f6f5f6, 1290 0x71909dbf, 0x92908871, 0x8989aaab, 0x93929d92, // 0110h 1291 0xaabcbdab, 0xbebebc89, 0x929292bd, 0xabbc8992, 1292 0x93bcabbe, 0x89aaaaaa, 0xe1e2e1e4, 0xbc93abbe, 1293 0xe0e6e9ee, 0xbcbd93ab, 0xd7e2e9f3, 0xabababab, 1294 0xacab8992, 0xe7ebece5, 0xe1bfbeab, 0xe9e8e6e4, // 0111h 1295 0xe1e1d7be, 0xebe4e0e0, 0xe1e0bfbe, 0xeae8e5e2, 1296 0xe4e1bfab, 0xf1f1eee9, 0xe3e0abaa, 0xecf0f0ea, 1297 0xe0ab9393, 0xbfe2cae3, 0x93bdabab, 0x93bdbdbd, 1298 0xade1e5e6, 0x89abbebf, 0xecebe9ea, 0xbee1e6ea, // 0112h 1299 0xe9eae9e9, 0xe5e8e8e8, 0xe9ebeceb, 0xe5e6e5e7, 1300 0xe7ebeeef, 0xe0e0e1e3, 0xe2e3e2e7, 0xabbfe0e2, 1301 0x93ababbe, 0xbc939393, 0x9393bc93, 0x9393bd93, 1302 0x91919d89, 0x92927d92, 0x9d929293, 0x92929d92, // 0113h 1303 0x9289bdac, 0x92929292, 0x8993bee1, 0x89928992, 1304 0x8989abbe, 0x89938989, 0xababab93, 0xbdbd9393, 1305 0xab93bd93, 0xabababbd, 0xabbdbdab, 0xbeababab, 1306 0x89899292, 0x89898989, 0x89729272, 0x93898989, // 0114h 1307 0x89929292, 0x89898989, 0x89898989, 0x93898989, 1308 0x93938989, 0x93939393, 0x93ab93ab, 0x7eab7e93, 1309 0xabababab, 0x7eababab, 0xbebebebe, 0xbebebebe, 1310 0x89649389, 0x7e7e6493, 0x93898989, 0x7e7e9393, // 0115h 1311 0x89939393, 0x93939364, 0x93649393, 0x7e7e9393, 1312 0xab7e7e93, 0x7e7e7e7e, 0x7e7e7eab, 0xbe7ebe7e, 1313 0xbebebebe, 0xbfbebfbe, 0x7fbebebe, 0xbf7fbfbf, 1314 0x7f7e7e7e, 0x7f7f7f7e, 0x7f7f7e7e, 0x7f8a7f7f, // 0116h 1315 0x7f7e7f7e, 0x8a8a7f7f, 0x8a7f7e7f, 0x8a8a8a8a, 1316 0xacac7f7f, 0x8aac8a7f, 0xacac7fbf, 0xae8a8aac, 1317 0x8a7fac7f, 0xaeaeaeac, 0xacacacbf, 0xaeaeaead, 1318 0x738a8a7f, 0xceaf7373, 0x8a8a8a7f, 0xae737373, // 0117h 1319 0x738a8a8a, 0xae73ae73, 0xae738a8a, 0xaeafafaf, 1320 0xe7af8a8a, 0xc0e9c1e8, 0xcaaf8aae, 0xefefeecc, 1321 0xaeaeaeae, 0xe8e8cdca, 0xaeaeaeae, 0xafafaeae, 1322 0xfefefef6, 0xfefefefe, 0xfcf8f2c0, 0xfefefefe, // 0118h 1323 0xf5eaaf73, 0xfefefefb, 0xf0e99fae, 0xfefcf2f0, 1324 0xebedecc0, 0xf5f0ecea, 0xeff2f1f1, 0xecebeaed, 1325 0xe8e9ecea, 0xf0f1f0ec, 0xcaafcaca, 0xf1efede7, 1326 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0119h 1327 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1328 0xfefefaf7, 0xfefefefe, 0xfefef8f2, 0xfefefefe, 1329 0xf7f6f3ef, 0xfdfefdfa, 0xeeeef0f2, 0xfaf9f6f1, 1330 0xfefefefe, 0xfcfdfefe, 0xfefefefe, 0xfcfdfefe, // 011ah 1331 0xfefefefe, 0xf8fafdfe, 0xfefefefe, 0xf7f9fcfe, 1332 0xfcfdfefe, 0xf8f9fbfc, 0xfcfdfefe, 0xf4f6fafc, 1333 0xf8fcfefe, 0xefeff1f4, 0xf5f9fbfb, 0xf8f7f6f3, 1334 0xf1f6f9fc, 0xcbceeef0, 0xf3f4f6fa, 0xeaeff1f2, // 011bh 1335 0xf1f4f5f7, 0xedefefef, 0xf1f4f6f6, 0xf0efefef, 1336 0xeeeff2f6, 0xf0f0f0ef, 0xf3f0f1f1, 0xf2f3f3f4, 1337 0xf7f5f4f1, 0xf7f7f6f6, 0xf9f9f8f9, 0xfafafafa, 1338 0xaeaeaeaf, 0x7e7f7f7f, 0xaeafcbe8, 0x7f7f8a8a, // 011ch 1339 0x8aafe7ea, 0x7e7f7f7f, 0xcccdebf0, 0x7f8a8aae, 1340 0xc3eff0f0, 0xade5e8ea, 0xebeef0f1, 0xacaee8e9, 1341 0xf2f5f6f6, 0xe5e8ecf0, 0xf6f6f8fa, 0xf1f3f3f4, 1342 0x7e7e7e7e, 0x937e7e93, 0x7e7e7e7e, 0xabbe7e7e, // 011dh 1343 0x7e7e7e7e, 0xcaac7f7f, 0x7e7e7e7f, 0xe7caacac, 1344 0xbe7e7e7f, 0xe6e5adbf, 0xafadaead, 0xe8e7e6e3, 1345 0xebe8ccca, 0xf5f2edec, 0xf0efeff0, 0xf7f6f4f3, 1346 0x89649364, 0xe6e4adab, 0xac7e7e7e, 0xf2f2eecc, // 011eh 1347 0xf2ede8cc, 0xf4f3f4f4, 0xf1f0ede9, 0xf2f2f1f1, 1348 0xf1ede9e7, 0xf4f4f4f3, 0xf5f3eee9, 0xf7f7f7f7, 1349 0xf7f6f6f6, 0xf8f8f8f8, 0xf9f9f7f7, 0xfafaf9fa, 1350 0xf5f3ebe5, 0xe6ebf0f3, 0xf8f9f2f0, 0xe8eef2f4, // 011fh 1351 0xf6f6f6f5, 0xe3eef5f5, 0xf2f2f1f1, 0xe1e8eff3, 1352 0xf3f3f4f4, 0xe5e9eef2, 0xf4f6f7f7, 0xf1f2f2f3, 1353 0xf6f7f8f8, 0xf2f3f4f4, 0xf8f9f9fa, 0xf2f4f5f7, 1354 0xd7bebdbd, 0xaabdbdbd, 0x9e9e9e9e, 0xa9a99e9e, // 0120h 1355 0xa9a9a9a9, 0xa9a9a9a9, 0xaaaaaaaa, 0xaaaaaaaa, 1356 0xbdbdbdbd, 0xbcbdbdbd, 0xbebebebe, 0xd5bed5d5, 1357 0xe0d7d7d7, 0xd7d7d7d7, 0xe1e1e1e1, 0xe1e1e1e1, 1358 0xa9a9a9a9, 0x9d9e9ea9, 0xa9a9a9a9, 0xa9a9a9a9, // 0121h 1359 0xa9a9a9a9, 0xa9a9a9a9, 0xaaaaaaaa, 0xaaaaaaaa, 1360 0xbcbcbcbc, 0xbcbcbcbc, 0xd5bdd5d5, 0xbdbdbdbd, 1361 0xd7d7d7e0, 0xd6d6d6d6, 0xe0e0e0e1, 0xe0e0e0e0, 1362 0x91919d9d, 0x91919191, 0x9d9d9ea9, 0x91919d9d, // 0122h 1363 0x9d9ea9a9, 0x9d9d9d9d, 0xa9a9a9aa, 0xa9a9a9a9, 1364 0xaaaaaaaa, 0xaaaaaaaa, 0xbdbdbdbd, 0xbcbcbdbd, 1365 0xd6bed6d6, 0xd6d6d5d5, 0xe5e0d7d7, 0xe9ececeb, 1366 0x91919191, 0x91919191, 0x9d919191, 0x91919191, // 0123h 1367 0x9d919191, 0x9d919d9d, 0x9e9e9e9e, 0x9e9e9e9e, 1368 0xaaa9aaaa, 0xaaaaaaaa, 0xbcbcbcbc, 0xbcbcbcbc, 1369 0xd5bebed6, 0xd5d5d5d5, 0xe5e7e8e8, 0xe0e1e1ca, 1370 0x9e919191, 0xaabcbcaa, 0x91919191, 0x9e9d9d91, // 0124h 1371 0x9d9d9191, 0xa9a99e9e, 0xa9a99ea9, 0xaaaaaaaa, 1372 0xbcbcbcaa, 0xbcbcbcbc, 0xbdbdbdbd, 0xbdbdbdbd, 1373 0xbdbdd5d5, 0xd5bdbdbd, 0xd6d7d7d7, 0xe5e3e0d7, 1374 0x9e9d9da9, 0x9d9e9e9e, 0xa9a9a9a9, 0xaaaaaaa9, // 0125h 1375 0xaaaaaaaa, 0xaaaaaaaa, 0xbcbcbcbc, 0xbdbdbdbd, 1376 0xbdbdbdbd, 0xbdbdbdbd, 0xbdbdbdbd, 0xd5d5d5d5, 1377 0xd5d5d5d5, 0xbebdd5bd, 0xcae5e7e8, 0xe0e0e1e2, 1378 0x9e9e9e9e, 0x9e9e9e9e, 0xaaaaaaaa, 0xa9aaaaaa, // 0126h 1379 0xbdbdbdbc, 0xaabcbcbd, 0xbdbdbdbd, 0xbdbdbdbd, 1380 0xd5d5bdbd, 0xd5d5d5d5, 0xd6abd5d5, 0xbed6d5d5, 1381 0xd6d6d5be, 0xd6d6d6be, 0xe0e0d7e0, 0xd7d6d7d7, 1382 0xa9a9a9a9, 0x9d9ea9a9, 0xa9a9a9aa, 0xa9aaaaaa, // 0127h 1383 0xaaaaaaaa, 0xaaaabcaa, 0xbdbdbdbd, 0xbcbcbcbd, 1384 0xbdd5d5d5, 0xbdbdbdbd, 0xd5d5d6d6, 0xd5d5bdd5, 1385 0xbebed6d6, 0xbed6bed5, 0xd6d6d6d7, 0xd7d6d6d7, 1386 0x9e9e9e9e, 0xa9a9a9a9, 0xaaaaa9a9, 0xbcaaaaaa, // 0128h 1387 0xbcbcaaaa, 0xbdbcbcbc, 0xbdbdbdbc, 0xbdbdbdbd, 1388 0xbdbdbdbd, 0xe0e0d7d5, 0xbed6bed6, 0xe1e2d7d5, 1389 0xd6d6d7d6, 0xd6d6d6d6, 0xd7d7d7d7, 0xd7d7d7d7, 1390 0xbdaaaaaa, 0xbdd5d6df, 0xbcbcaabc, 0xd7e2e1d5, // 0129h 1391 0xd6d6bdbd, 0xdfd6e1d7, 0xd7d7d6d5, 0xbed6d7d7, 1392 0xd5d5d5d6, 0xd6d6d6d5, 0xd6d6d6d6, 0xd6d5d6d5, 1393 0xd7d6d6d6, 0xd7d6d7d7, 0xd7e0d7e0, 0xd7d7e0e0, 1394 0xaaaaaaaa, 0xaaaaa9aa, 0xbcbcbcbd, 0xaaaaaabc, // 012ah 1395 0xbdbdbdbd, 0xbcbcbcbc, 0xabd5bdd5, 0xbdbdbdbd, 1396 0xd5d5bed5, 0xbdbdbdbd, 0xd5d5d5d5, 0xbddfbdd5, 1397 0xbed6d6d6, 0xbdd5d5d6, 0xd7d7d7e0, 0xd7d6d6d6, 1398 0xaaaaaaaa, 0xaaaaaaaa, 0xbcaaaaaa, 0xaaaaaabc, // 012bh 1399 0xbcbcaabc, 0xaaaabcbc, 0xbcbcbcbd, 0xaabcbcbc, 1400 0xbcbcbcbc, 0xbcbcbcbc, 0xbcbcbcbd, 0xbdbdbdbd, 1401 0xd5d5abd5, 0xd6d6d6d5, 0xe3e4e3e1, 0xe3e4e4e3, 1402 0xa992a9a9, 0xaaaaaaa9, 0xaaaaaaaa, 0xbcaaaaaa, // 012ch 1403 0xaaaaaaaa, 0xbcbcaabc, 0xbcbcbcaa, 0xd6bdbcbc, 1404 0xbdbcbcbc, 0xe1d7abbd, 0xbdbdbdbd, 0xe4d7bed5, 1405 0xd7d6d6d6, 0xeee5e3e0, 0xe7e5e4e4, 0xf3f1edea, 1406 0xe9e6e2bd, 0xf5ece9ea, 0xf3eee8d7, 0xfefbf5f5, // 012dh 1407 0xf7f1e6d6, 0xfefefbf9, 0xf7eee5e1, 0xfefefefe, 1408 0xfaf2ebe4, 0xfefefefe, 0xfdfbf6ed, 0xfefefefe, 1409 0xfaf6f5f5, 0xfefefefe, 0xf8f6f5f4, 0xfefefdfa, 1410 0xfdfdfefc, 0xf8f7f8fb, 0xfafdfefe, 0xfbf8f7f8, // 012eh 1411 0xfdfefefe, 0xfefefefc, 0xfefefefe, 0xfefefefe, 1412 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1413 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1414 0xfefdfcfa, 0xfcfefefe, 0xfefefefd, 0xfefefefe, // 012fh 1415 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1416 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1417 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1418 0xcae8edf5, 0xbeabbebf, 0xf6f8fafe, 0xd6d7e1eb, // 0130h 1419 0xf7fefefe, 0xd7e1e8ee, 0xfdfefefe, 0xe1e7eaf2, 1420 0xfefefefe, 0xe3ecfcfe, 0xfefefefe, 0xebfbfefe, 1421 0xfefefefe, 0xf9fefefe, 0xfefefefe, 0xfefefefe, 1422 0xabababab, 0xab93abab, 0xbebebebe, 0x7eabbebe, // 0131h 1423 0xbebfbfd7, 0xbebebebe, 0xbfd7bfd7, 0xbed6bfbf, 1424 0xe0e0e0e0, 0xbfbfbfac, 0xe0e0e0e2, 0xacd7e0e0, 1425 0xe3cae6ed, 0xe1e0e0e1, 0xe8f0f8fd, 0xe1e1e2e4, 1426 0xbdababab, 0xabababab, 0xabababab, 0xbeababbd, // 0132h 1427 0xbeabbebe, 0xbebebebe, 0xbebebebe, 0xbfbebebe, 1428 0xd7bfbfbf, 0xd7d7d7bf, 0xe0e0e0e0, 0xe0e0e0e0, 1429 0xe1e1e0e1, 0xe1e1e1e1, 0xe1e1e1e1, 0xe2e2e2e2, 1430 0xabababab, 0xbebe7eab, 0xbebebebe, 0xbebeabbe, // 0133h 1431 0xbebebebe, 0xbebebfbf, 0xbfbfbfd7, 0xbfbfbfbf, 1432 0xbfd7d7d7, 0xd7d7d7bf, 0xe0e0e0e0, 0xe0e0e0e0, 1433 0xe1e1e1e1, 0xe1e1e1e1, 0xe3e3e2e2, 0xe2e3e3e3, 1434 0xbebebebe, 0xbfbfbfbf, 0xbfbebfbe, 0xbfbfbfbf, // 0134h 1435 0xacbfbfbf, 0xe1ace0e0, 0xe1e0d7bf, 0xe8e7cbe2, 1436 0xade0e0e0, 0xe7e5e2e1, 0xe0e0e0e0, 0xe4e2e0e0, 1437 0xe1e1e1e1, 0xe2e1e1e1, 0xe2e2e3e3, 0xe6e4e4e3, 1438 0xbebfbfbf, 0xe0bfbfbf, 0xbfbfbfbf, 0xcaacacbf, // 0135h 1439 0xeae6cbe3, 0xece9eaec, 0xf6f0ece9, 0xfbfbf9f8, 1440 0xf1ece8e6, 0xfbfaf9f6, 0xeae6e7e7, 0xf2f2f1ef, 1441 0xe9e7e6e5, 0xeeedeceb, 0xeae8e7e7, 0xeeecebeb, 1442 0xadacacac, 0xaeaeae8a, 0xadaecbcc, 0xaeaeadad, // 0136h 1443 0xe9eceeef, 0xaee2e3e7, 0xf7fcfdfc, 0xcae6eaf0, 1444 0xf8fafafa, 0xebedf3f6, 0xf6f4f3f3, 0xf6f9faf8, 1445 0xf2f1efef, 0xf3f5f4f3, 0xeceeeeee, 0xe7e8e9eb, 1446 0xaeafafae, 0xafafafae, 0xafcaafe3, 0xafafaeaf, // 0137h 1447 0xcae3caaf, 0xafafafaf, 0xcae3e2e2, 0xcacacaca, 1448 0xe3afe4e8, 0xcacacaca, 0xcae5eaf1, 0xcacae3e2, 1449 0xe6e9ebef, 0xe4e3caca, 0xe6e6e6e7, 0xcbe4cbcb, 1450 0xcaafafae, 0xefede9cb, 0xafafafaf, 0xe9eae8cb, // 0138h 1451 0xcbcaafaf, 0xcacacacb, 0xcacacaca, 0xcacacaca, 1452 0xcacae4ca, 0xcacacaca, 0xcbe4e4ca, 0xcbcbe4cb, 1453 0xe5e4cbe4, 0xe6e5cbcb, 0xe7e6e6e5, 0xeae7e6e6, 1454 0xf5f3f2f0, 0xf6f7f7f7, 0xf7f2ece9, 0xfdfefefc, // 0139h 1455 0xf9f3ebcb, 0xfefdfcfc, 0xfaf6f0cd, 0xfdfdfdfb, 1456 0xfbf6ede8, 0xfefefefd, 0xfef9ede7, 0xfefefefe, 1457 0xfef9f2ea, 0xfefefefe, 0xfefef7ee, 0xfefefefe, 1458 0xfaf7f4f3, 0xfdfefefd, 0xfefefcfd, 0xfcfdfefe, // 013ah 1459 0xfefefefe, 0xfdfefefe, 0xfefefdfd, 0xfefefefe, 1460 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1461 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1462 0xfbfbfbfc, 0xfcfcfcfb, 0xfdfdfcfc, 0xfcfdfdfd, // 013bh 1463 0xfefefefe, 0xfcfdfefe, 0xfdfdfefe, 0xfbfdfdfd, 1464 0xfdfdfefe, 0xf8fafbfc, 0xfcfefefe, 0xf9fafbfc, 1465 0xfefefefe, 0xfbfcfdfe, 0xfefefefe, 0xfefefefe, 1466 0xf7f8fafb, 0xf6f7f7f7, 0xf7fafcfc, 0xf4f5f6f6, // 013ch 1467 0xf6f8fafc, 0xf1f1f2f4, 0xf3f4f6f8, 0xf0f0f0f1, 1468 0xf3f4f4f6, 0xefeff0f1, 0xf3f4f5f7, 0xf1f1f1f2, 1469 0xf5f7f9fa, 0xf4f4f4f4, 0xfbfefefe, 0xf7f7f7f9, 1470 0xf2f1f2f4, 0xf4f4f4f2, 0xf1f1f2f3, 0xf3f3f2f1, // 013dh 1471 0xf2f2f1f1, 0xf4f3f3f2, 0xf1f1f0f0, 0xf4f4f4f3, 1472 0xf2f1f1f0, 0xf5f5f4f3, 0xf2f1f1f1, 0xf6f5f4f3, 1473 0xf5f4f3f4, 0xf6f5f5f5, 0xf7f7f7f7, 0xf8f8f8f8, 1474 0xfaf9f8f6, 0xfbfbfafa, 0xf9f8f6f4, 0xfbfbfbfa, // 013eh 1475 0xf9f6f5f4, 0xfcfcfbfa, 0xf9f7f6f5, 0xfcfcfcfb, 1476 0xf9f7f7f6, 0xfcfbfbfa, 0xf8f8f7f6, 0xf6f8faf9, 1477 0xf8f8f7f6, 0xeff0f2f5, 0xf7f8f8f8, 0xf0f0f2f5, 1478 0xf9f9fafa, 0xf3f4f6f8, 0xfafbfafb, 0xf0f5f8fa, // 013fh 1479 0xf7f9fcfc, 0xebeceff3, 0xf4f8fcfd, 0xe5e9edf0, 1480 0xf5f7f9fb, 0xe2e4eaf1, 0xeaedf1f5, 0xe5e5e5e7, 1481 0xeef1f1ef, 0xe9ebeced, 0xf6f4f4f2, 0xf4f7f8f7, 1482 0xe2e2e2e2, 0xe2e1e2e2, 0xe3e4e3e4, 0xe2e2e3e4, // 0140h 1483 0xe4e4e4e4, 0xe4e4e4e4, 0xe6e6e6e6, 0xe5e5e6e6, 1484 0xe8e8e8e8, 0xe8e8e8e7, 0xe9e8e9e9, 0xe8e8e9e9, 1485 0xeaeae9eb, 0xeaeaeaea, 0xfafbfafb, 0xf4f4f6f9, 1486 0xe1e1e1e1, 0xe1e1e1e1, 0xe2e2e2e3, 0xe1e2e2e2, // 0141h 1487 0xe3e3e3e4, 0xe4e3e2e2, 0xe3e4e4e5, 0xece7e3e2, 1488 0xe4e5e6e7, 0xe8e3e4e4, 0xe5e6e7e7, 0xebe7e5e5, 1489 0xe8e9e9e9, 0xeaeaeae8, 0xeef1f3f4, 0xe9eceeee, 1490 0xf3e5e0e0, 0xf6f9fbfb, 0xf6ede5e2, 0xf9fafbfb, // 0142h 1491 0xf1eeeae7, 0xf7f9faf6, 0xf3f2f2ee, 0xf5f6f4f2, 1492 0xf9fbf7ef, 0xf3f3f6f8, 0xf7f7f3f1, 0xf2f4f6f7, 1493 0xefeeeeec, 0xedeff0f0, 0xe8e8e8e9, 0xe7e8e8e8, 1494 0xe9ecf1f3, 0xcbcbe6e8, 0xecf2f4f7, 0xedecebea, // 0143h 1495 0xebf0f3f5, 0xefeeedeb, 0xedeff2f4, 0xecebeaeb, 1496 0xf0f1f2f3, 0xebebecee, 0xedeeeef0, 0xeaebeded, 1497 0xeaeaebeb, 0xeaeaeaea, 0xe8e8e7e7, 0xececece9, 1498 0xe1e1e2e4, 0xece9e6e3, 0xeaeaeced, 0xe9eaeceb, // 0144h 1499 0xefefefef, 0xeceeeeef, 0xedededec, 0xeceeeeed, 1500 0xecebeceb, 0xedededec, 0xeae9e9e9, 0xebeae9ea, 1501 0xecececeb, 0xeeededed, 0xf3f3f3f0, 0xf1f1f1f2, 1502 0xedeceded, 0xe9eaebec, 0xe9e8e9e9, 0xececebe9, // 0145h 1503 0xe6e4e6e9, 0xeaeae9e8, 0xe8e8e9ea, 0xeceae9e9, 1504 0xeaebeeed, 0xeceae9e9, 0xecececec, 0xe8e9ebec, 1505 0xeff0f0ef, 0xe4e6e9ec, 0xeff0f0f0, 0xe6e6e8eb, 1506 0xe6e6e8e9, 0xe0e1e4e7, 0xe9ebecec, 0xe0e3e8e9, // 0146h 1507 0xe9ebebea, 0xe1e2e4e7, 0xeeefeeed, 0xe2e3e4e8, 1508 0xedefefee, 0xe5e7e9eb, 0xe7e8e8e8, 0xe9e9e9e8, 1509 0xe5e4e4e4, 0xe8e8e7e6, 0xe7e7e6e6, 0xe9e8e7e7, 1510 0xd7e0e0d7, 0xd7e0d7e0, 0xe0e0e0e0, 0xe0e0e0e0, // 0147h 1511 0xe1e0e0e0, 0xe1e0e1e0, 0xe1e1e1e1, 0xe1e1e1e1, 1512 0xe2e3e3e4, 0xe3e3e3e3, 0xe5e7e8e9, 0xe5e4e4e4, 1513 0xe8e9e8e9, 0xe6e6e7e7, 0xefeceaea, 0xeeeff1f1, 1514 0xd7d7d7d7, 0xd7d7d7d7, 0xe0e0e0e0, 0xe0e0e0e0, // 0148h 1515 0xe1e1e1e0, 0xe1e1e1e1, 0xe2e2e2e2, 0xe1e2e2e2, 1516 0xe3e3e3e3, 0xe2e2e3e3, 0xe4e5e5e5, 0xe3e4e4e4, 1517 0xe6e6e6e6, 0xe4e5e6e5, 0xe8eaeded, 0xe7e8e7e8, 1518 0xe0e0e0e0, 0xe0e0e0e0, 0xe0e1e1e1, 0xe1e1e1e1, // 0149h 1519 0xe1e1e1e1, 0xe1e1e1e1, 0xe1e1e1e1, 0xe1e1e1e1, 1520 0xe2e2e2e2, 0xe3e2e2e2, 0xe3e4e3e3, 0xe3e4e3e4, 1521 0xe5e5e4e4, 0xe5e5e5e5, 0xe9e9e8e8, 0xe8e8e9e9, 1522 0xd7e0e0e0, 0xe3e0d7d7, 0xe0e0e1e1, 0xe4e0e0e0, // 014ah 1523 0xe1e0e1e1, 0xe8e2e1e0, 0xe1e1e1e1, 0xeee8e2e1, 1524 0xe2e3e2e2, 0xece9e4e2, 0xe4e4e4e3, 0xe8e6e3e4, 1525 0xe6e6e6e5, 0xe5e4e5e6, 0xe7e8eae9, 0xe6e6e6e7, 1526 0xefeceae8, 0xf0f0f1f0, 0xf4f3f1ed, 0xf1f3f4f4, // 014bh 1527 0xf5f5f5f1, 0xf2f4f5f5, 0xf6f6f6f3, 0xf3f4f5f6, 1528 0xf2f1f0ee, 0xf5f5f4f4, 0xe7e8e8e8, 0xeae9e9e8, 1529 0xe4e4e5e5, 0xe5e5e5e4, 0xe6e6e6e5, 0xe7e7e6e6, 1530 0xeeededef, 0xf2f2efee, 0xefefeff0, 0xf2f1f0f0, // 014ch 1531 0xf1f1f1f1, 0xf3f3f2f1, 0xf5f5f5f4, 0xf5f5f4f4, 1532 0xf8f7f8f6, 0xf7f7f8f7, 0xf3f2f0ed, 0xf8f7f6f4, 1533 0xebeae8e6, 0xf2efedec, 0xe8e7e7e7, 0xedebe9e8, 1534 0xf5f5f4f2, 0xfefef8f5, 0xf4f4f3f3, 0xfefcf7f4, // 014dh 1535 0xf5f4f5f4, 0xfdfbf9f7, 0xf7f5f6f5, 0xfdfcfaf9, 1536 0xf8f6f7f7, 0xfdfcfbf9, 0xfbfaf9f8, 0xfefcfbfb, 1537 0xf9f6f3f2, 0xfdfcfcfc, 0xf2efeeee, 0xfefdf9f6, 1538 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 014eh 1539 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1540 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1541 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1542 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 014fh 1543 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1544 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1545 0xfcfdfefe, 0xfefefdfd, 0xf6fbfefe, 0xf1f3f3f5, 1546 0xedf7fefe, 0xe2e2e3e8, 0xf9fefefe, 0xe6e8eaef, // 0150h 1547 0xfefefefe, 0xf4f3f6fc, 0xfefefefe, 0xfaf9fbfe, 1548 0xfefefefe, 0xfdfcfdfe, 0xfefefefe, 0xfdfefefe, 1549 0xfefcfcfd, 0xfafbfefe, 0xf2edecee, 0xf2f2f3f4, 1550 0xe2e2e2e2, 0xe2e2e2e2, 0xe8e8e8e8, 0xe4e5e8e9, // 0151h 1551 0xf4f6f5f5, 0xf6f6f5f4, 0xfbfdfcfb, 0xfefefdfa, 1552 0xfefefcfc, 0xf7fbfbfc, 0xf8fbfdfe, 0xf1f1f4f6, 1553 0xf1f5f8f9, 0xeeefeeee, 0xeef1f1f1, 0xf0f1efee, 1554 0xe4e4e3e3, 0xe4e4e4e4, 0xe4e5e4e4, 0xe7e7e6e6, // 0152h 1555 0xf2f4f5f4, 0xeeefeef0, 0xf8fbfefe, 0xeff3f6f6, 1556 0xeaebeef3, 0xeff0efec, 0xe9e9ebef, 0xf2edeaea, 1557 0xf0ededed, 0xf4f3f3f2, 0xf6f4f1ef, 0xf7f9f9f6, 1558 0xe4e4e4e4, 0xebeceae7, 0xe8eae9e9, 0xe8e9e7e6, // 0153h 1559 0xe9eceeee, 0xe6e7e8e8, 0xe8eaecee, 0xe7e8e9e9, 1560 0xecededed, 0xefecebeb, 0xfdfaf5f2, 0xfdfafafc, 1561 0xfefefcf6, 0xfefefefe, 0xfefefcf9, 0xfefefefe, 1562 0xecebeaeb, 0xecebedee, 0xeae8e8e8, 0xeaeaeaea, // 0154h 1563 0xe5e4e4e5, 0xe9e8e6e6, 0xe5e5e6e6, 0xe9e7e6e6, 1564 0xecedeef0, 0xeae9e8ea, 0xfafcfdfe, 0xeef0f4f7, 1565 0xfbfcfefe, 0xf6f7f9fa, 0xfcfcfdfe, 0xfcfdfdfc, 1566 0xe7e9eaec, 0xe2e2e3e4, 0xe7e9eaea, 0xe3e3e4e4, // 0155h 1567 0xe9eae9ea, 0xe9e9e8e9, 0xefece9e8, 0xeceeeeee, 1568 0xf0edebea, 0xefeff0f0, 0xf1efefed, 0xf3f3f2f2, 1569 0xf6f6f6f5, 0xf5f5f5f6, 0xfcfcfdfd, 0xf9f9f9fb, 1570 0xe4cae3e3, 0xeceae8e6, 0xe7e5e4e4, 0xf0eeebe9, // 0156h 1571 0xecebe9e9, 0xf1f1f0ee, 0xefefeeed, 0xf2f2f1f1, 1572 0xf0f0f0f0, 0xf1f2f1f0, 0xf3f2f3f3, 0xf0f1f2f3, 1573 0xf6f6f6f5, 0xeceef1f4, 0xf5f6f8f9, 0xebebedf1, 1574 0xefedecec, 0xeeebeaec, 0xeeeff1f1, 0xf5f4f3f0, // 0157h 1575 0xeef0f3f3, 0xf3f3f3f1, 0xf1f3f4f2, 0xebebedef, 1576 0xeff0f1f1, 0xe9eaebec, 0xecededef, 0xeaeaeaea, 1577 0xebebebec, 0xececebeb, 0xececebeb, 0xecececec, 1578 0xfafbf9f4, 0xfefefdfb, 0xf5f4f4f4, 0xfefefcf8, // 0158h 1579 0xf3f2f0f1, 0xfdfcf8f5, 0xeff1efec, 0xeeedecec, 1580 0xe9e9e9e9, 0xebebeaea, 0xeaeaeaea, 0xecebebea, 1581 0xebebebec, 0xececebeb, 0xececeded, 0xecececec, 1582 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0159h 1583 0xfefdfdfd, 0xfefefefe, 0xf8f5f1ef, 0xfefefefb, 1584 0xf2edeceb, 0xfefdf8f5, 0xeeededed, 0xf6f3efee, 1585 0xeeededec, 0xeeeeeeee, 0xeeeeeeed, 0xefefefef, 1586 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 015ah 1587 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1588 0xfefefefe, 0xf9f8f8fc, 0xf1f4f7f8, 0xf4f4f1f1, 1589 0xeeeeeeee, 0xefefeeee, 0xefefefef, 0xefefefef, 1590 0xfefefefe, 0xfcfdfefe, 0xfefefefe, 0xf6fafcfe, // 015bh 1591 0xf8fcfdfe, 0xf1f5f3f4, 0xf1f3f4f9, 0xf1f2f0ef, 1592 0xeff0f1f5, 0xececedee, 0xecedeff2, 0xecececec, 1593 0xeeeeeeee, 0xedeeeeee, 0xf0f0efef, 0xf0f0f0f0, 1594 0xf7f8fafb, 0xf8f6f5f7, 0xedf0f0f2, 0xf7f3f1ee, // 015ch 1595 0xebeaeaed, 0xf6f6f2ee, 0xedebebee, 0xf5f4f1f0, 1596 0xebecedec, 0xf0edebea, 0xf0f0edec, 0xf1efeeee, 1597 0xefefeded, 0xf3f2f0ee, 0xefefeff0, 0xf0efeeef, 1598 0xf9f9f9f9, 0xfafafaf8, 0xfcfcfbfa, 0xfefefdfc, // 015dh 1599 0xfdfdfcf9, 0xfefdfdfd, 0xfdfdfdf8, 0xfefefefe, 1600 0xfefefcf4, 0xfefefefe, 0xfefdf9f5, 0xfefefefe, 1601 0xfef9f4f2, 0xfefefefe, 0xfefdf7f3, 0xfefefefe, 1602 0xfaf8fafc, 0xf8f9fbfc, 0xfdfdfdfe, 0xf8f9fbfd, // 015eh 1603 0xfdfefefd, 0xf8f8fafc, 0xfdfefefe, 0xf9fafbfd, 1604 0xfefefefe, 0xfdfefefe, 0xfefefefe, 0xfefefefe, 1605 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1606 0xfefefefe, 0xfdfbfdfe, 0xfefefefe, 0xfefefefe, // 015fh 1607 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1608 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1609 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1610 0xf9f7f9fd, 0xe9ecf2f7, 0xfdfdfefe, 0xebecf1f9, // 0160h 1611 0xfefefefe, 0xeef2f7fd, 0xfefefefe, 0xf2f8fefe, 1612 0xfefefefe, 0xf9fefefe, 0xfefefefe, 0xfcfefefe, 1613 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1614 0xe9e9e9e9, 0xe9e9e9e9, 0xebebebeb, 0xeaebeaea, // 0161h 1615 0xededeeed, 0xecececec, 0xefeff0f0, 0xeeeeeeee, 1616 0xf1f1f1f3, 0xf0f0f1f0, 0xf3f3f3f7, 0xf3f3f3f3, 1617 0xf5f5f8fd, 0xf5f5f5f5, 0xf7fbfefe, 0xf7f7f7f7, 1618 0xe9e8e8e8, 0xf4f2f0eb, 0xeaeaeaea, 0xf9f4efeb, // 0162h 1619 0xededecec, 0xf4f1eeed, 0xefefefee, 0xf1f0f0f0, 1620 0xf1f0f0f0, 0xf3f2f2f1, 0xf3f3f3f3, 0xf6f4f4f4, 1621 0xf5f5f5f5, 0xf6f5f5f6, 0xf7f7f7f7, 0xf7f7f7f7, 1622 0xfcfcfbf9, 0xf1f1f5fa, 0xfefefefe, 0xfafcfdfe, // 0163h 1623 0xfefefdf9, 0xfdfefefe, 0xfefdf9f5, 0xf6f7fcfe, 1624 0xf9f9f9f7, 0xf2f3f6f8, 0xf4f5f6f6, 0xf5f5f4f5, 1625 0xf7f6f6f6, 0xf6f6f7f6, 0xf7f7f7f7, 0xf8f8f7f8, 1626 0xeaeceff1, 0xe8e8e8e9, 0xebf0f2f5, 0xebebeaea, // 0164h 1627 0xeeeff3f8, 0xedededed, 0xf0f1f2f4, 0xefeff0f0, 1628 0xf3f3f2f2, 0xf1f1f2f2, 0xf5f5f5f5, 0xf3f3f4f5, 1629 0xf6f6f6f6, 0xf4f5f5f6, 0xf7f8f7f8, 0xf6f6f6f7, 1630 0xe9e9e9e9, 0xeaeae9e9, 0xececebeb, 0xecececec, // 0165h 1631 0xeeededed, 0xeeeeeeee, 0xefefefee, 0xf0f0f0ef, 1632 0xf0f0f0f1, 0xf1f1f1f0, 0xf3f3f3f3, 0xf2f3f3f3, 1633 0xf4f4f4f4, 0xf5f4f4f4, 0xf6f6f6f6, 0xf6f5f5f5, 1634 0xf3f0edeb, 0xfdfcfaf7, 0xf4f0ecec, 0xfefefefd, // 0166h 1635 0xf4f1efef, 0xfefefefc, 0xf9f1f0f0, 0xfefefefe, 1636 0xfdf9f5f2, 0xfefefefe, 0xfefefaf4, 0xfefefefe, 1637 0xfdfbfbf8, 0xfefefefe, 0xfefdfcfb, 0xfefefefe, 1638 0xf5f7fafc, 0xf0f0f3f6, 0xfefefefe, 0xf9fcfefe, // 0167h 1639 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1640 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1641 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1642 0xf3f1f1f1, 0xefedeef1, 0xf9f7f8f9, 0xf0f1f2f8, // 0168h 1643 0xf8fafdfe, 0xefeeeff3, 0xfdfefefe, 0xf6f5f4f8, 1644 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1645 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1646 0xe9ebeeef, 0xe7e8e8e8, 0xeaebebed, 0xe9e9e9e9, // 0169h 1647 0xefefeeef, 0xeaeaeced, 0xf6f7f7f6, 0xedf0f1f3, 1648 0xfcfdfefe, 0xf0f3f6f9, 0xfefefefe, 0xf3f9fcfe, 1649 0xfefefefe, 0xf9fdfefe, 0xfefefefe, 0xfefefefe, 1650 0xe7e8e8e8, 0xe8e8e8e7, 0xe8e9e9e9, 0xe9e9e9e9, // 016ah 1651 0xeaeaeaea, 0xeaeaeaea, 0xecececec, 0xecececec, 1652 0xeeeeefee, 0xeeeeeeee, 0xf0f0f0f0, 0xf0f0f0f0, 1653 0xf2f2f3f5, 0xf2f2f2f2, 0xf5f5f7fa, 0xf4f5f5f5, 1654 0xe9e9e9e8, 0xeae9eae9, 0xeaeae9e9, 0xebebebea, // 016bh 1655 0xecebeaea, 0xededecec, 0xedededed, 0xeeeeeded, 1656 0xefefefee, 0xf0efefef, 0xf1f1f1f0, 0xf2f2f1f0, 1657 0xf2f2f2f2, 0xf4f3f3f2, 0xf3f4f4f4, 0xf5f5f4f4, 1658 0xf0edecea, 0xfefaf4f2, 0xecebeceb, 0xf7f2efed, // 016ch 1659 0xeeeeeded, 0xefeeefee, 0xf0efeeee, 0xf0f0f0f0, 1660 0xf1f1f0f0, 0xf1f1f1f1, 0xf2f2f2f2, 0xf2f2f2f1, 1661 0xf3f3f3f3, 0xf3f2f3f3, 0xf4f4f5f5, 0xf4f4f4f4, 1662 0xfefefefe, 0xfefefefe, 0xfefefefd, 0xfefefefe, // 016dh 1663 0xf8f4f2f0, 0xfdfdfefd, 0xf0f0f0f0, 0xf4f2f3f1, 1664 0xf1f1f1f1, 0xf2f1f1f1, 0xf2f2f2f2, 0xf2f2f2f2, 1665 0xf3f3f4f3, 0xf3f3f4f3, 0xf5f5f4f4, 0xf5f5f5f5, 1666 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 016eh 1667 0xfefefefe, 0xfafcfdfe, 0xf9f9f8f7, 0xf1f3f4f7, 1668 0xf1f4f6f4, 0xf1f1f1f1, 0xf2f2f2f2, 0xf2f2f2f2, 1669 0xf4f3f3f3, 0xf4f4f4f4, 0xf5f5f5f5, 0xf5f5f5f5, 1670 0xfbfefefe, 0xebedf1f6, 0xf6fbfefe, 0xecededf0, // 016fh 1671 0xf5f6f6f6, 0xeff0f0f2, 0xf7f5f1ef, 0xfbfaf9f7, 1672 0xf9f6f4f1, 0xfefefefd, 0xfefcf7f3, 0xfefefefe, 1673 0xfefbf7f5, 0xfefefefe, 0xfaf8f8f7, 0xfefefefd, 1674 0xecebebeb, 0xf0efefef, 0xecececec, 0xefefeeec, // 0170h 1675 0xf5f4f3f1, 0xf4f5f5f6, 0xfefcfcfa, 0xfefefefe, 1676 0xfdfdfefe, 0xfefefefd, 0xfefefefe, 0xfdfdfdfd, 1677 0xfefefefe, 0xfdfdfefe, 0xfefefefe, 0xfefefefe, 1678 0xefeff0f0, 0xf9f7f5f2, 0xf3f1eeee, 0xfbfbf8f5, // 0171h 1679 0xf7f4f3f3, 0xfafafbfa, 0xfcfcfcfd, 0xfcfcfcfc, 1680 0xfcfcfdfe, 0xfefcfcfc, 0xfefdfcfd, 0xfefefefe, 1681 0xfefefefd, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1682 0xf7f8f8f8, 0xfcfcfbf9, 0xfbfbfbfb, 0xfefefdfc, // 0172h 1683 0xfdfcfbfb, 0xfefefefe, 0xfefefefd, 0xfefefefe, 1684 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1685 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1686 0xfefefefd, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0173h 1687 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1688 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1689 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1690 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0174h 1691 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1692 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfcfefefe, 1693 0xfefefefe, 0xf6fafdfe, 0xfefefefe, 0xf7f7f8fd, 1694 0xfefefefe, 0xfcfdfefe, 0xfefefefe, 0xf7fbfefe, // 0175h 1695 0xfefefefe, 0xf1f7fbfe, 0xfdfefefe, 0xf2f5f8fb, 1696 0xf5f7fbfe, 0xf3f3f4f4, 0xf5f5f5f7, 0xf5f5f5f5, 1697 0xf7f6f7f6, 0xf6f7f7f6, 0xf7f8f8f7, 0xf7f8f8f7, 1698 0xeff3f7f9, 0xeeededed, 0xeeeef0f3, 0xeeeeefee, // 0176h 1699 0xf0f0f0f0, 0xefeff0ef, 0xf1f1f2f2, 0xf1f1f1f1, 1700 0xf2f3f3f4, 0xf2f2f2f2, 0xf4f4f4f5, 0xf3f3f3f3, 1701 0xf5f5f6f6, 0xf5f5f5f5, 0xf6f7f7f7, 0xf6f6f6f7, 1702 0xedededed, 0xedeeeeee, 0xeeeeeeee, 0xefefeeef, // 0177h 1703 0xefefefef, 0xf0efefef, 0xf0f1f1f1, 0xf0f0f0f0, 1704 0xf1f1f2f2, 0xf1f1f1f1, 0xf3f4f3f3, 0xf2f2f2f3, 1705 0xf4f5f5f5, 0xf3f3f4f4, 0xf5f5f6f6, 0xf5f6f5f5, 1706 0xedeeeeee, 0xeeedeeee, 0xefefefef, 0xefefefef, // 0178h 1707 0xefefeff0, 0xf0efefef, 0xf0f0f0f0, 0xf0f0f0f0, 1708 0xf1f1f1f1, 0xf1f1f1f1, 0xf2f2f2f2, 0xf2f2f2f2, 1709 0xf3f3f3f3, 0xf3f3f3f3, 0xf5f5f5f6, 0xf5f5f5f5, 1710 0xefeeeeee, 0xefefefef, 0xefefefee, 0xefefefef, // 0179h 1711 0xf0eff0f0, 0xefeff0f0, 0xf1f0f0f0, 0xf1f0f0f1, 1712 0xf1f1f1f1, 0xf1f1f1f1, 0xf2f2f2f2, 0xf3f3f3f2, 1713 0xf4f3f3f3, 0xf5f4f4f4, 0xf5f6f6f5, 0xf6f5f6f5, 1714 0xefefefef, 0xf1f0f0f0, 0xf0efefef, 0xf1f1f1f0, // 017ah 1715 0xf0efefef, 0xf2f2f1f0, 0xf1f1f1f0, 0xf2f2f1f1, 1716 0xf2f2f2f1, 0xf3f2f2f2, 0xf3f3f3f3, 0xf4f3f4f4, 1717 0xf5f5f4f5, 0xf5f5f5f5, 0xf6f6f6f6, 0xf6f6f6f6, 1718 0xf1f1f1f1, 0xf2f1f2f1, 0xf2f2f2f2, 0xf2f2f2f2, // 017bh 1719 0xf2f2f2f2, 0xf4f5f3f2, 0xf2f3f3f2, 0xf7f7f7f5, 1720 0xf4f3f3f3, 0xf9f8f8f6, 0xfbf7f4f4, 0xf6f8fbfc, 1721 0xfaf8f5f5, 0xf9fbfbfb, 0xfaf9f7f6, 0xfdfcfcfc, 1722 0xf0f0f1f1, 0xf6f2f0ef, 0xf5f3f3f3, 0xfefdfcf8, // 017ch 1723 0xfefbf6f4, 0xfefefefe, 0xfefefafa, 0xfefefefe, 1724 0xfefdfbfa, 0xfefefefe, 0xf8f9f9f7, 0xfefefaf7, 1725 0xfaf8f8f7, 0xfefdfdfb, 0xfefefefd, 0xfefefefe, 1726 0xfefefefb, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 017dh 1727 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1728 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1729 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1730 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 017eh 1731 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1732 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfcfcfdfe, 1733 0xfefefefe, 0xfefdfefe, 0xfefefefe, 0xfefefefe, 1734 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 017fh 1735 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1736 0xfefefefe, 0xfefefefe, 0xfefefefc, 0xfefefefe, 1737 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1738 0xfefefefe, 0xf9f9f9fa, 0xfefefefe, 0xfafafcfe, // 0180h 1739 0xfefefefe, 0xfdfefefe, 0xfefefefe, 0xfefefefe, 1740 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1741 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1742 0xf9f9f9f9, 0xf9f9f9f9, 0xfafafafa, 0xfafafafa, // 0181h 1743 0xfafafafc, 0xfbfafbfb, 0xfcfdfefe, 0xfcfcfcfc, 1744 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1745 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1746 0xfcfbf9f9, 0xf9f9f9fa, 0xfbfbfafb, 0xfafafafa, // 0182h 1747 0xfbfbfbfb, 0xfafbfbfb, 0xfcfcfcfc, 0xfbfbfbfc, 1748 0xfdfdfdfd, 0xfefdfefd, 0xfdfefefe, 0xfefefefe, 1749 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1750 0xf9f9f9f9, 0xf7f7f8f9, 0xfafafafa, 0xfbfaf9f9, // 0183h 1751 0xfbfbfbfb, 0xfefefefb, 0xfdfdfcfc, 0xfefefefe, 1752 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1753 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1754 0xf7f7f7f7, 0xf9f8f8f8, 0xfefefefc, 0xfdfdfdfe, // 0184h 1755 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1756 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1757 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1758 0xfefdfcfc, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0185h 1759 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1760 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1761 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1762 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0186h 1763 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfdfefefe, 1764 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1765 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1766 0xf9fbfefe, 0xf7f7f7f6, 0xfbfdfefe, 0xf8f9f9f8, // 0187h 1767 0xfbfcfcfd, 0xfbfafbfa, 0xfcfcfbfc, 0xfcfcfcfc, 1768 0xfdfdfefe, 0xfcfcfcfd, 0xfefefefe, 0xfefefefe, 1769 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1770 0xf6f6f6f6, 0xf7f6f6f6, 0xf8f8f8f9, 0xf8f8f8f8, // 0188h 1771 0xf9fafafa, 0xf9f9f9f9, 0xfafbfbfc, 0xfbfbfbfa, 1772 0xfdfdfcfd, 0xfcfcfcfc, 0xfefefefe, 0xfefefdfe, 1773 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1774 0xf6f7f6f6, 0xf6f6f6f6, 0xf7f8f8f8, 0xf7f7f7f7, // 0189h 1775 0xf9f9f9f9, 0xf9f9f9f9, 0xfbfbfbfa, 0xfafafafa, 1776 0xfcfcfcfc, 0xfcfbfbfb, 0xfefefefe, 0xfdfdfefe, 1777 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1778 0xf6f6f6f6, 0xf6f6f6f6, 0xf7f7f7f7, 0xf7f7f7f7, // 018ah 1779 0xf9f9f9f9, 0xf9f9f9f9, 0xfafafafb, 0xfbfbfafa, 1780 0xfcfbfbfc, 0xfcfdfdfc, 0xfefefefe, 0xfefefefe, 1781 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1782 0xf7f6f6f6, 0xf7f7f7f7, 0xf8f8f7f7, 0xf8f8f8f8, // 018bh 1783 0xfafaf9f9, 0xf9f9f9f9, 0xfbfbfbfb, 0xfafafafb, 1784 0xfcfcfcfc, 0xfdfcfcfc, 0xfefefefe, 0xfefefefe, 1785 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1786 0xfbf9f9f8, 0xfefefefd, 0xfbf9f8f8, 0xfefefefc, // 018ch 1787 0xfdfafaf9, 0xfefefefe, 0xfefefcfb, 0xfefefefe, 1788 0xfefefefd, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1789 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1790 0xfefefefe, 0xf8f9f9fb, 0xfdfefefe, 0xf9f9f9fa, // 018dh 1791 0xfefefefe, 0xfbfbfbfc, 0xfefefefe, 0xfdfdfdfe, 1792 0xfefefefe, 0xfdfefdfe, 0xfefefefe, 0xfefefefe, 1793 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1794 0xf9f9f9f8, 0xf8f8f9f9, 0xf9f9f9f9, 0xf9faf9f9, // 018eh 1795 0xfafafafb, 0xfbfbfbfa, 0xfcfcfcfc, 0xfcfcfcfc, 1796 0xfdfdfefe, 0xfdfdfdfd, 0xfefefefe, 0xfefefefe, 1797 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1798 0xf8f8f8f8, 0xf7f7f8f8, 0xf9f9fafa, 0xf9f9f9f9, // 018fh 1799 0xfbfbfbfb, 0xfbfbfbfa, 0xfbfcfcfc, 0xfdfdfcfc, 1800 0xfcfdfcfd, 0xfdfdfdfc, 0xfdfdfdfd, 0xfefdfefd, 1801 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1802 0xf7f7f7f7, 0xf7f7f7f7, 0xf9f9f9f9, 0xf9f9f8f9, // 0190h 1803 0xfbfafbfb, 0xfafafbfb, 0xfdfdfefe, 0xfdfdfdfd, 1804 0xfefefefd, 0xfdfdfefe, 0xfdfefefe, 0xfefefefe, 1805 0xfefefefe, 0xfefefefd, 0xfefefefe, 0xfefefefe, 1806 0xf7f6f7f7, 0xf7f7f7f6, 0xf9f9f9f9, 0xf8f8f9f9, // 0191h 1807 0xfaf9fafa, 0xfafafafa, 0xfcfbfcfc, 0xfdfdfcfc, 1808 0xfefefdfe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1809 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1810 0xf8faf9f7, 0xfafaf8f7, 0xfbfbfaf8, 0xfefefcfb, // 0192h 1811 0xfefdfdfb, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1812 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1813 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1814 0xf9f9fafb, 0xf8f8f9f9, 0xfefefefe, 0xfefefefe, // 0193h 1815 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1816 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1817 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1818 0xfefdfaf9, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0194h 1819 0xfefefefe, 0xfdfdfdfd, 0xfefefefe, 0xfdfdfdfd, 1820 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1821 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1822 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0195h 1823 0xfefefefd, 0xfefefefe, 0xfefefdfc, 0xfefefefe, 1824 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1825 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1826 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0196h 1827 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1828 0xf6f5f6f5, 0xf5f5f6f5, 0xeeefeeee, 0xefefeeee, 1829 0xe9e9e9e9, 0xe9e9e9e9, 0xe4e4e4e4, 0xe4e4e4e4, 1830 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0197h 1831 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1832 0xf5f5f5f5, 0xf5f5f5f5, 0xeeeeeeee, 0xeeeeeeee, 1833 0xe9e9e9e9, 0xe9e9e9e9, 0xe4e4e4e4, 0xe4e4e4e4, 1834 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0198h 1835 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1836 0xf5f5f5f5, 0xf5f5f5f5, 0xefeeeeee, 0xeeefeeef, 1837 0xe9e9e9e9, 0xe9e9e9e9, 0xe4e4e4e4, 0xe5e5e4e4, 1838 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 0199h 1839 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1840 0xf5f5f5f5, 0xf5f6f5f5, 0xefefefef, 0xefefefef, 1841 0xeaeaeae9, 0xeaeaeaea, 0xe5e5e5e5, 0xe5e5e5e5, 1842 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 019ah 1843 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1844 0xf6f6f6f6, 0xf6f6f6f6, 0xefefefef, 0xefefefef, 1845 0xeaeaeaea, 0xeaeaeaea, 0xe5e6e5e5, 0xe5e6e5e6, 1846 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 019bh 1847 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1848 0xf6f6f6f6, 0xf6f6f6f6, 0xefefefef, 0xefefefef, 1849 0xe9e9e9e9, 0xeaeae9ea, 0xe5e5e4e5, 0xe5e5e5e5, 1850 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 019ch 1851 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1852 0xf6f6f6f6, 0xf6f6f6f6, 0xefefefef, 0xefefefef, 1853 0xeae9eaea, 0xe9e9eae9, 0xe4e4e5e5, 0xe4e4e4e4, 1854 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 019dh 1855 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1856 0xf5f5f5f5, 0xf5f5f6f5, 0xefeeeeef, 0xefeeeeee, 1857 0xe9e9e9e9, 0xe9e9e9e9, 0xe4e4e4e4, 0xe4e4e4e4, 1858 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 019eh 1859 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1860 0xf5f5f6f5, 0xf6f5f5f5, 0xefeeeeee, 0xeeeeefef, 1861 0xe9e9e9e9, 0xe9e9e9e9, 0xe4e4e4e4, 0xe4e4e4e4, 1862 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 019fh 1863 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1864 0xf5f5f6f5, 0xf7f7f7f7, 0xeeeeeeee, 0xf1f1f1f1, 1865 0xe9e9e9e9, 0xecececec, 0xe4e4e4e4, 0xe7e8e8e7, 1866 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a0h 1867 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1868 0xf7f7f7f7, 0xf8f6f7f7, 0xf0f0f1f1, 0xf2f0f0f0, 1869 0xebebecec, 0xedebebeb, 0xe6e7e7e7, 0xe9e6e6e6, 1870 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a1h 1871 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1872 0xf8f7f7f7, 0xf8f8f8f8, 0xf3f3f3f2, 0xf2f3f3f4, 1873 0xefefefef, 0xefefefef, 0xebebebeb, 0xebebebeb, 1874 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a2h 1875 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1876 0xf8f8f8f8, 0xf9f8f8f8, 0xf2f2f2f2, 0xf2f2f2f2, 1877 0xeeeeedee, 0xefeeeeee, 0xe9e9e9ea, 0xeae9e9e9, 1878 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a3h 1879 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1880 0xf8f9f9f9, 0xf6f8f8f8, 0xf1f3f3f3, 0xf0f2f2f2, 1881 0xeceeefef, 0xebededec, 0xe8e9eaea, 0xe6e9e8e8, 1882 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a4h 1883 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1884 0xf6f6f6f6, 0xf6f6f6f6, 0xefefefef, 0xefefefef, 1885 0xe9e9e9e9, 0xeae9e9e9, 0xe4e4e4e4, 0xe4e4e4e4, 1886 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a5h 1887 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1888 0xf6f6f6f6, 0xf6f6f6f6, 0xefefefef, 0xefefefef, 1889 0xe9e9e9e9, 0xe9eaeaea, 0xe4e4e4e4, 0xe5e5e5e5, 1890 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a6h 1891 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1892 0xf6f6f6f6, 0xf6f6f6f6, 0xefefefef, 0xefefefef, 1893 0xeaeae9e9, 0xebebeaea, 0xe4e4e4e4, 0xe6e6e6e5, 1894 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a7h 1895 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1896 0xf5f6f6f6, 0xf7f7f7f6, 0xf0f0efef, 0xf1f2f1f1, 1897 0xecebebea, 0xebebebec, 0xe6e6e5e5, 0xe6e6e5e6, 1898 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a8h 1899 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1900 0xf7f7f7f7, 0xf9f9f9f8, 0xf2f2f1f1, 0xf3f3f3f2, 1901 0xebebebeb, 0xedededeb, 0xe6e6e6e6, 0xe6e6e6e6, 1902 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01a9h 1903 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1904 0xf7f8f8f8, 0xf8f8f8f7, 0xf1f1f2f2, 0xf1f1f1f1, 1905 0xebececec, 0xebebebeb, 0xe6e6e6e6, 0xe6e6e6e6, 1906 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01aah 1907 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1908 0xf6f7f7f8, 0xf7f6f6f6, 0xf1f1f1f1, 0xf0f0f0f0, 1909 0xebebebeb, 0xebebeaea, 0xe5e6e5e6, 0xe6e6e6e6, 1910 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01abh 1911 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1912 0xf6f6f6f6, 0xf6f6f7f6, 0xf0f0f0f0, 0xf0f0f0f0, 1913 0xeaeaebeb, 0xebebeaea, 0xe6e6e6e6, 0xe6e6e6e6, 1914 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01ach 1915 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1916 0xf7f7f7f6, 0xf7f7f7f7, 0xf0f0f0f0, 0xf0f0f0f0, 1917 0xebebebeb, 0xebebebeb, 0xe6e6e6e6, 0xe6e6e6e6, 1918 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01adh 1919 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1920 0xf7f7f7f7, 0xf7f7f7f7, 0xf1f1f1f1, 0xf0f0f0f1, 1921 0xebebebeb, 0xebebebeb, 0xe6e6e6e6, 0xe6e6e6e6, 1922 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01aeh 1923 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1924 0xf7f7f7f7, 0xf8f7f7f7, 0xf0f0f0f0, 0xf1f1f0f0, 1925 0xebebeaeb, 0xebebebeb, 0xe7e6e6e6, 0xe6e6e6e7, 1926 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01afh 1927 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1928 0xf7f7f7f7, 0xf7f7f7f7, 0xf1f1f0f0, 0xf1f1f1f1, 1929 0xebebebeb, 0xecececec, 0xe7e6e6e6, 0xe7e7e7e7, 1930 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01b0h 1931 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1932 0xf7f7f7f7, 0xf7f7f7f7, 0xf1f1f1f1, 0xf0f0f1f1, 1933 0xebebebec, 0xebebebeb, 0xe7e7e7e7, 0xe6e7e7e7, 1934 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01b1h 1935 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1936 0xf7f7f7f7, 0xf7f7f7f7, 0xf0f0f0f0, 0xf0f0f0f0, 1937 0xebebebeb, 0xebeaebeb, 0xe5e6e6e6, 0xe6e6e6e6, 1938 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01b2h 1939 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1940 0xf7f7f6f6, 0xf7f7f7f7, 0xf0f0f0f0, 0xf0f0f0f0, 1941 0xebebebeb, 0xebebebeb, 0xe5e6e6e6, 0xe6e6e6e6, 1942 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01b3h 1943 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1944 0xf8f8f7f7, 0xf9f9f8f8, 0xf2f1f1f1, 0xf3f2f2f2, 1945 0xebebebeb, 0xecececeb, 0xe6e6e6e6, 0xe6e6e6e6, 1946 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01b4h 1947 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1948 0xfafafafa, 0xf9f9fafa, 0xf3f3f3f3, 0xf2f2f3f3, 1949 0xedececec, 0xebecedec, 0xe6e6e6e6, 0xe6e6e6e6, 1950 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, // 01b5h 1951 0xfefefefe, 0xfefefefe, 0xfefefefe, 0xfefefefe, 1952 0xf7f8f8f9, 0xf6f6f7f7, 0xf1f1f1f2, 0xeff0f0f0, 1953 0xebebebeb, 0xeaeaeaea, 0xe6e6e6e6, 0xe5e5e5e5, 1954 0xe1e0e1e1, 0xe1e1e1e1, 0xd6d5d5d5, 0xd6d6d6d6, // 01b6h 1955 0xdededede, 0xdededede, 0xdddddddd, 0xdddddddd, 1956 0xdbdcdbdc, 0xdcdcdcdc, 0xdbdbdbdb, 0xdcdbdbdb, 1957 0xdadadadb, 0xdcdbdbdb, 0xdad9d9da, 0xdbdbdbdb, 1958 0xe1e1e1e1, 0xe1e1e1e1, 0xd6d6d5d5, 0xd5d6d6d6, // 01b7h 1959 0xdededede, 0xdededede, 0xdddcdcdd, 0xdddddddd, 1960 0xdcdcdcdb, 0xdedddddc, 0xdddcdcdc, 0xdcdcdcdd, 1961 0xdcdcdcdc, 0xdbdbdcdb, 0xdbdbdbdb, 0xdadadadb, 1962 0xe1e0e1e0, 0xe1e1e1e1, 0xd6d6d5d5, 0xd6d6d6d6, // 01b8h 1963 0xdededede, 0xdfdfdfde, 0xdededede, 0xdededede, 1964 0xdddddddd, 0xdddddddd, 0xdcdcdcdc, 0xdbdbdbdc, 1965 0xdadadbdb, 0xdadadada, 0xd9d9d9d9, 0xd9d9d9d9, 1966 0xe1e1e1e1, 0xe1e1e1e1, 0xd5d6d6d6, 0xd6d6d6d5, // 01b9h 1967 0xd5dfdfdf, 0xdfd5d5d5, 0xdededede, 0xdededede, 1968 0xdddddddd, 0xdddddddd, 0xdbdcdbdc, 0xdbdcdbdb, 1969 0xdadadada, 0xdadadada, 0xd9d9d9d9, 0xd9d9d9d9, 1970 0xe1e1e1e1, 0xe1e1e1e1, 0xd6d6d6d6, 0xd5d6d6d6, // 01bah 1971 0xdfdfdfdf, 0xdedededf, 0xdededede, 0xdededede, 1972 0xdddddddd, 0xdddddddd, 0xdbdcdbdb, 0xdcdcdcdc, 1973 0xdadadada, 0xdadadada, 0xd9d9d9d9, 0xd9d9d9d9, 1974 0xe1e0e0e1, 0xe1e1e1e1, 0xd6d5d6d6, 0xd5d6d6d6, // 01bbh 1975 0xdededede, 0xdededede, 0xdddddddd, 0xdcdddddd, 1976 0xdddddddd, 0xdcdcdcdc, 0xdcdcdcdc, 0xdbdcdcdc, 1977 0xdbdadbda, 0xdbdbdbdb, 0xdad9d9d9, 0xdbdbdbda, 1978 0xe1e0e0e0, 0xe1e1e1e1, 0xd6d6d5d5, 0xd6d5d6d6, // 01bch 1979 0xdedfdfde, 0xdededede, 0xdddcdcdd, 0xdddddddd, 1980 0xdcdcdcdb, 0xdcdcdbdc, 0xdbdbdbdb, 0xdadbdbdb, 1981 0xdadbdbdb, 0xdadadada, 0xdcdcdcdc, 0xdbdbdbdc, 1982 0xe1e0e1e0, 0xe1e1e1e0, 0xd5d5d6d6, 0xd5d6d5d5, // 01bdh 1983 0xdededede, 0xdfdfdfde, 0xdddddddd, 0xdddddddd, 1984 0xdcdcdcdb, 0xdcdcdcdc, 0xdbdbdada, 0xdbdbdbdb, 1985 0xdadadada, 0xdadadada, 0xd9dadadb, 0xdad9d9d9, 1986 0xe1e1e1e1, 0xe1e0e1e1, 0xd6d6d6d6, 0xd6d6d6d6, // 01beh 1987 0xdfdfdfdf, 0xdfdfdfde, 0xdddddddd, 0xdddcdddd, 1988 0xdcdcdcdc, 0xdcdcdcdc, 0xdbdbdbda, 0xdbdbdbdb, 1989 0xdadadada, 0xdadadada, 0xd9d9d9d9, 0xd9d9d9d9, 1990 0xe1e0e1e0, 0xe3e3e4e3, 0xd5d5d6d6, 0xe0e0e1e0, // 01bfh 1991 0xdfdfdedf, 0xd7d7d7d6, 0xdddddddd, 0xd5d5d6de, 1992 0xdcdcdcdc, 0xdfdfdfdd, 0xdbdbdbda, 0xdddedcdc, 1993 0xdadbdbda, 0xdddddbda, 0xdadadada, 0xdcdadad9, 1994 0xe2e2e3e2, 0xe5e2e2e2, 0xe0e0e0e0, 0xe1d7e0e0, // 01c0h 1995 0xd6d6d7d7, 0xd6d6d6d6, 0xdfdfdfdf, 0xdfdfdedf, 1996 0xdededede, 0xddddddde, 0xdddddede, 0xdcdcdddd, 1997 0xdddddddd, 0xdcdcdcdc, 0xdcdcdddc, 0xdbdbdbdc, 1998 0xe7e8e7e7, 0xe7e7e7e7, 0xe4e4e4e4, 0xe3e3e3e4, // 01c1h 1999 0xe2e2e2e1, 0xe2e2e2e2, 0xe1e1d7df, 0xd7e0e1e1, 2000 0xd5dedddd, 0xdfdfd5d5, 0xdcdcdcdc, 0xdddddddc, 2001 0xdbdbdbdc, 0xdbdbdbdb, 0xdbdadbdb, 0xdadadadb, 2002 0xe4e4e4e7, 0xe6e5e5e5, 0xe1e1e1e3, 0xe2e2e2e2, // 01c2h 2003 0xd7e0e0e1, 0xe0d7e0d7, 0xd6d6d6d6, 0xd5d6d6d6, 2004 0xdfdfdfdf, 0xdededfd5, 0xdddedddd, 0xdddddcdd, 2005 0xdbdbdbdb, 0xdcdcdbdb, 0xdbdadadb, 0xdbdbdbdb, 2006 0xe3e4e6e6, 0xe2e4e4e4, 0xe0e0e2e2, 0xd7e1e1e0, // 01c3h 2007 0xd7d6d6e0, 0xdfd6d7d7, 0xdfdfdfd5, 0xddd5d6d5, 2008 0xdededede, 0xdcdddfde, 0xdddddddd, 0xdbdbdddd, 2009 0xdddcdcdc, 0xdad9dbdd, 0xdcdbdbdb, 0xd9d9d9db, 2010 0xe1e1e1e1, 0xe1e1e1e1, 0xd6d5d5d5, 0xd6d6d6d6, // 01c4h 2011 0xdedfdede, 0xdededede, 0xdddddddd, 0xdddddddd, 2012 0xdcdcdcdc, 0xdcdcdcdc, 0xdbdbdbdb, 0xdbdbdbdb, 2013 0xdadadada, 0xdadadada, 0xd9d9d9d9, 0xd9d9d9d9, 2014 0xe1e1e1e1, 0xe1e1e1e1, 0xd7d7d7d6, 0xd6d6d6d6, // 01c5h 2015 0xdfdfd5de, 0xdedededf, 0xdddddddd, 0xdddddddd, 2016 0xdcdcdcdc, 0xdcdcdcdc, 0xdbdbdbdc, 0xdbdbdbdb, 2017 0xdadadada, 0xdbdadada, 0xd9d9d9d9, 0xd9d9d9d9, 2018 0xe1e1e1e1, 0xe1e1e1e1, 0xd6d6d6d6, 0xd6d6d6d6, // 01c6h 2019 0xdfdfdfde, 0xdfdfdfdf, 0xdddddddd, 0xdddddddd, 2020 0xdcdcdddc, 0xdcdcdcdc, 0xdbdbdbdb, 0xdbdbdbdb, 2021 0xdadadada, 0xdadadbdb, 0xd9dad9d9, 0xdad9dad9, 2022 0xe1e1e1e1, 0xe1e1e1e1, 0xd6d6d6d7, 0xd6d6d6d6, // 01c7h 2023 0xdededfdf, 0xdfdedfdf, 0xdddddddd, 0xdddddedd, 2024 0xdededcdc, 0xdddddede, 0xdbdbdbdb, 0xdddcdcdc, 2025 0xdddbdada, 0xdbdbdbdc, 0xdadad9d9, 0xdadadada, 2026 0xe1e1e1e1, 0xe1e1e2e1, 0xd6d6d6d6, 0xd6d6d7d6, // 01c8h 2027 0xdfdfdfdf, 0xdfdfdfdf, 0xdededede, 0xdeddddde, 2028 0xdcdcdcdc, 0xdcdcdcdc, 0xdcdcdcdc, 0xdbdbdbdc, 2029 0xdbdbdcdb, 0xdbdbdbdb, 0xdadadbda, 0xdbdbdbdb, 2030 0xe2e2e2e1, 0xe2e2e2e2, 0xd6d6d6d6, 0xd7d7d7d6, // 01c9h 2031 0xdfdfdfdf, 0xdfdfdfdf, 0xdddedede, 0xdededdde, 2032 0xdddcdddd, 0xdddcdcdc, 0xdbdbdbdb, 0xdbdbdcdc, 2033 0xdbdadada, 0xdadbdbdb, 0xd9d9dada, 0xdadadad9, 2034 0xe1e1e2e1, 0xe2e2e2e1, 0xd6d7d7d7, 0xd7d7d6d6, // 01cah 2035 0xdfdfdfdf, 0xd5dfdfdf, 0xdededede, 0xdededede, 2036 0xdddcdddc, 0xdcdddcdc, 0xdcdcdcdb, 0xdcdcdcdc, 2037 0xdbdbdadb, 0xdbdbdbdb, 0xdad9dad9, 0xdadadada, 2038 0xe2e2e2e2, 0xe2e2e2e2, 0xd7d7d7d7, 0xd7d7d6d6, // 01cbh 2039 0xd5dfdfdf, 0xdfdfdfdf, 0xdededede, 0xdededede, 2040 0xdddddddd, 0xdddddddd, 0xdcdcdcdc, 0xdcdcdcdc, 2041 0xdbdbdbdb, 0xdbdbdbdb, 0xdadadada, 0xdadadada, 2042 0xe2e2e2e2, 0xe2e2e2e2, 0xe1e1e0d7, 0xe0e0e1e0, // 01cch 2043 0xe0e0d6d5, 0xd6d6d6d7, 0xdfdedede, 0xdfdedede, 2044 0xdddddddd, 0xdddddddd, 0xdcdcdcdc, 0xdcdcdbdc, 2045 0xdbdbdbdb, 0xdbdbdbdb, 0xdadadada, 0xdadadada, 2046 0xe2e2e2e2, 0xe2e2e2e2, 0xe0e1e1e0, 0xd7d7d7d7, // 01cdh 2047 0xe1d7d7d6, 0xdfdfd5d6, 0xd5d5dfdf, 0xdedededf, 2048 0xdddddddd, 0xdddddddc, 0xdcdcdcdc, 0xdcdcdbdc, 2049 0xdbdbdbdb, 0xdbdbdbdb, 0xdad9dada, 0xdadadada, 2050 0xe2e2e2e2, 0xe2e2e2e2, 0xd7d7d7d7, 0xd7d7d7d7, // 01ceh 2051 0xd5dfdfdf, 0xd5d5d5d5, 0xdededede, 0xdedddede, 2052 0xdddddddd, 0xdddddddd, 0xdcdcdcdc, 0xdcdcdcdc, 2053 0xdbdbdadb, 0xdbdbdbdb, 0xdadadada, 0xdadadada, 2054 0xe3e2e3e2, 0xe2e2e3e3, 0xe0e0e0e0, 0xd7d7e0e0, // 01cfh 2055 0xd5dfdfdf, 0xdfdfdfdf, 0xdededede, 0xdededede, 2056 0xdddddddc, 0xdddddddd, 0xdcdddcdc, 0xdedddddc, 2057 0xdbdbdcdc, 0xdddddcdc, 0xdadadada, 0xdbdadbda, 2058 0xe2e2e2e2, 0xe2e2e2e2, 0xd7d7d7d7, 0xd7d7d7e0, // 01d0h 2059 0xd5d5d5d5, 0xd5d5d5d5, 0xdededede, 0xdededdde, 2060 0xdededede, 0xdddddddd, 0xdddddddd, 0xdddddddd, 2061 0xdcdcdcde, 0xdbdcdcdb, 0xdbdbdbdb, 0xdadadadb, 2062 0xe2e2e2e2, 0xe2e2e2e2, 0xd7d7d7d7, 0xd7d7d7d7, // 01d1h 2063 0xdfd5d5d5, 0xd5d5d5df, 0xdededede, 0xdededede, 2064 0xdddddddd, 0xdddddddd, 0xdcdcdcdc, 0xdcdcdcdc, 2065 0xdbdbdbdb, 0xdbdbdbdb, 0xdadadada, 0xdadadada, 2066 0xe2e2e2e2, 0xe2e2e2e2, 0xd7d7d7d7, 0xd7d7d7d7, // 01d2h 2067 0xdfdfdfdf, 0xdfdfdfdf, 0xdededdde, 0xdededede, 2068 0xdddddddc, 0xdddddddd, 0xdcdcdcdc, 0xdcdcdcdc, 2069 0xdbdadbdb, 0xdbdbdbdb, 0xdadadada, 0xdadadada, 2070 0xe2e2e2e2, 0xe2e2e2e2, 0xd7d7d7d7, 0xd6d7d7d7, // 01d3h 2071 0xdfdfdfdf, 0xdfdfd5df, 0xdededede, 0xdededede, 2072 0xdddddddd, 0xdedddddd, 0xdcdcdcdc, 0xdcdcdcdc, 2073 0xdbdbdbdb, 0xdbdbdbdb, 0xdadadada, 0xdadadada, 2074 0xe2e2e2e2, 0xe2e2e2e2, 0xd7d7d6d6, 0xd7d7d6d7, // 01d4h 2075 0xd5d5d5d5, 0xdfd5d5d5, 0xdededede, 0xdedededf, 2076 0xdddddedd, 0xdddddddd, 0xdcdcdcdc, 0xdcdcdcdc, 2077 0xdbdadbdb, 0xdbdadbdb, 0xdadad9da, 0xdadadada, 2078 0xe2e1e2e1, 0xe1e1e1e1, 0xd6d6d7d7, 0xd7d7d7d7, // 01d5h 2079 0xdfdfd5d5, 0xdfdfdfdf, 0xdedededf, 0xdededede, 2080 0xdddddddd, 0xdcdddddd, 0xdcdcdcdc, 0xdcdcdcdc, 2081 0xdbdadada, 0xdbdbdbda, 0xd9d9dada, 0xd9dad9d9, 2082 0xdadad9d8, 0xdadadada, 0xd9d9d9d9, 0xd9d8c9d9, // 01d6h 2083 0xc9c9c9c9, 0xc8c9c9c9, 0xd3c8c8c8, 0xd3bbd3d3, 2084 0xd2d2d3d3, 0xd2d2d2d3, 0xd2d2d2d2, 0xd2d2d2d2, 2085 0xd2d1d1d1, 0xd1d1d1d1, 0xd1d1d1d1, 0xd19bd19b, 2086 0xd9d9d9d9, 0xd9c9d9d9, 0xc9c9c9c9, 0xd4d8c9c9, // 01d7h 2087 0xc8c8c8c8, 0xc8c8c8c8, 0xd3d3d3d3, 0xd3d3d3d3, 2088 0xd2bad2d2, 0xbabababa, 0xd2d2d2d2, 0xd2d2d2d2, 2089 0xd1a7d1d1, 0xa7d1d1d1, 0xa79ba79b, 0xa7a7a7a7, 2090 0xd9d9d9d9, 0xd8d8d9c9, 0xc9c9c9c9, 0xc9d4c9c9, // 01d8h 2091 0xc8c8c8c8, 0xd3c8c8c8, 0xd3d3d3d3, 0xd3d3bbd3, 2092 0xd2babad2, 0xbbbabbba, 0xbabad2ba, 0xbabababa, 2093 0xa7a7a7a7, 0xa7a7a7a7, 0xa7a7a7a7, 0xa7a7a7a7, 2094 0xd8d9d8d8, 0xd8d8d8d8, 0xd4d4d4d4, 0xd4d4d4d8, // 01d9h 2095 0xd3d3d4d3, 0xd4d3d3d3, 0xd3d3bbd3, 0xd3d3d3d3, 2096 0xbbbbbabb, 0xbbbabbbb, 0xbabababa, 0xbabababa, 2097 0xa7a7a7a7, 0xa7a7a7a7, 0xa7a7a7a7, 0xa7a7a7a7, 2098 0xd8d8d8d8, 0xd8d8d8d8, 0xd4d4d4d4, 0xd8d4d4d4, // 01dah 2099 0xd3d3d4d4, 0xd9d8d4d3, 0xd3d3d3d3, 0xd4d8d8d4, 2100 0xc9bbbaba, 0xd3d3bbc9, 0xd3c8bbba, 0xbabababa, 2101 0xbababbba, 0xd2d1d2ba, 0xa7a7babb, 0xa7a7a7a7, 2102 0xdadad9d8, 0xdbdbdada, 0xd9dad9d9, 0xd8d8d8d9, // 01dbh 2103 0xd4d4d8d8, 0xd4d4d4d4, 0xd3d3d3d3, 0xd3d3d3d3, 2104 0xd3bbd3d3, 0xbbbbbbbb, 0xbabababa, 0xd2d2bad2, 2105 0xd2d1d2a7, 0xa7d2d1a7, 0xa7a7a7a7, 0xd1a7a7d1, 2106 0xdbdadada, 0xdadadbdb, 0xd9d9d9d9, 0xd9dad9d9, // 01dch 2107 0xd8d4d4d4, 0xd8d8d8d4, 0xd3c8d3d3, 0xd4d4c8c8, 2108 0xd3d3bbbb, 0xc8bbd3d3, 0xd2bababa, 0xbabababa, 2109 0xa7d1d2d1, 0xa7d1d2d1, 0xa7d1d1d1, 0xd1d19bd1, 2110 0xdadadada, 0xd9d8d9da, 0xd8d8d8d9, 0xd8d9d9d9, // 01ddh 2111 0xd4d8d8d9, 0xd8d8c9d4, 0xd4c9c9d4, 0xc8c8d3c8, 2112 0xd4c8c8d3, 0xd3d3bbc8, 0xd3d3d3bb, 0xbad3d3d3, 2113 0xbad2a7d1, 0xd2d3d3d2, 0xd1d1d1d1, 0xd2d2d2d2, 2114 0xd8d8d8d8, 0xd9d8d8d8, 0xd4d4d4d8, 0xd8c8c9d4, // 01deh 2115 0xc8d4d8d9, 0xc9c8c8c8, 0xc8c9c9c8, 0xc8bbbbd3, 2116 0xc9c8d3d3, 0xbbbabbc8, 0xbbbababa, 0xbabac8c8, 2117 0xd2d2d2d2, 0xbabbbbd2, 0xd1d1d1ba, 0xbbbad1d1, 2118 0xd9d9d9d9, 0xdad8d9d9, 0xd9d8d9d8, 0xd8d8d9c9, // 01dfh 2119 0xc9c9c9c9, 0xc9c9c9c9, 0xc8c8c8d4, 0xc9c9c8c8, 2120 0xbbbbbbbb, 0xbbbbbbbb, 0xbbbbd3ba, 0xbbbbbbbb, 2121 0xbabad2a7, 0xbabababa, 0xa7a7a7a7, 0xbabaa7ba, 2122 0xdbdbdcdc, 0xdadadbdb, 0xdadbdbda, 0xd9d9dada, // 01e0h 2123 0xa8dbd9c9, 0xd9d9dada, 0x879cc8c8, 0x7c7c8888, 2124 0x6f70bb9c, 0x7c627b70, 0x6fbabbbb, 0x61616e61, 2125 0xbabababa, 0x6e6e6060, 0x5fa7a7a7, 0xa7a7a7a7, 2126 0xdadadada, 0xdad9dad9, 0xd9d9d9d9, 0xd9d9d9d9, // 01e1h 2127 0xd9d9d9d9, 0xd8d9d9d9, 0x9c9cc89c, 0xc9c9c9c9, 2128 0x7c7b7c7c, 0xc9c9c99c, 0x7b7b7b70, 0x9cc87b7c, 2129 0xbaba606e, 0xbabababa, 0x9ba7a7a7, 0x9ba79ba7, 2130 0xdadadad9, 0xdadadada, 0xd9d9d9d9, 0xd9d9d9d9, // 01e2h 2131 0xd9d8d8d8, 0xd9d8d9d8, 0xc9d8c9d8, 0xd8d9d8d8, 2132 0xc9c9c9c9, 0xbabbc9c9, 0xbbc8c8c8, 0xbad2d2ba, 2133 0xd1a7a7ba, 0xa7a7a7a7, 0xa7a79ba7, 0x9bd19bd1, 2134 0xdadbdbda, 0xd9d9d8d9, 0xd8dadada, 0xd4d8d4d4, // 01e3h 2135 0xd4d4d8da, 0xd4d3d4d4, 0xd3d3d3d4, 0xd3d3d2d3, 2136 0xd2d2bad2, 0xd3d2bad2, 0xd2bad2d2, 0xbad2d2ba, 2137 0xa7a7a7a7, 0xa7a7a7a7, 0x9bd19bd1, 0x9ba79bd1, 2138 0xd9d8d8d9, 0xd8d8d8d8, 0xd4d8d8d8, 0xd4d8d4d8, // 01e4h 2139 0xd4d3d4d3, 0xd4d4d4d4, 0xd3d3d3d3, 0xd3d3d3d3, 2140 0xd3d2d3d2, 0xd2d3d2d2, 0xd2d2d2d2, 0xd2d2d2d2, 2141 0xa7a7a7a7, 0xd1a7a7a7, 0xa79ba7a7, 0xa7a7a7a7, 2142 0xd8d9d8d9, 0xd8d8d9d8, 0xd8d8d4d8, 0xd8d8d8d8, // 01e5h 2143 0xd3d3d4d3, 0xd4d4d3d3, 0xd3d3d3d3, 0xd3d3d3d3, 2144 0xd3d2d2d2, 0xd3d2d2d2, 0xd2d2d2d2, 0xbad2d2ba, 2145 0xa7a7d1a7, 0xa7babaa7, 0xa7a7a7a7, 0xa7a7a7a7, 2146 0xd9d9d9d8, 0xd9d9d9d9, 0xd4d8d4d4, 0xd8d4d8d4, // 01e6h 2147 0xd4d4d4d4, 0xd3d4d3d4, 0xd3d3d3d3, 0xd3d3d3d3, 2148 0xd2d2d2d2, 0xbad3d2d3, 0xbad2d2d2, 0xbababad2, 2149 0xbaa7a7ba, 0xbaa7baa7, 0xa7a760a7, 0xa7a7a7a7, 2150 0xd8d8d8d8, 0xd8d8d8d8, 0xd8d8d8d8, 0xd4d8d8d8, // 01e7h 2151 0xd4d4d3d4, 0xd4d4d3d4, 0xd3d3d3d3, 0xd3c8d3d3, 2152 0xbbbbd3d3, 0xbbbbbbbb, 0xbabababa, 0xbbbababa, 2153 0xbaa7baba, 0xbaa7baba, 0xa7a7a7a7, 0xa7a7a7a7, 2154 0xd9d9d8d9, 0xd9d9d8d9, 0xd8d8d8d8, 0xd8d8d8d8, // 01e8h 2155 0xd4d4d4d4, 0xd4d4d4d4, 0xc8c8c8d3, 0xc8c8c8c8, 2156 0xbbbbbbbb, 0xbbbbbbbb, 0xbabbbbba, 0xbabbbaba, 2157 0xbaa7a7ba, 0xbaa7baba, 0xa7a7a7a7, 0xa7a7a7a7, 2158 0xd9d9d9d8, 0xd9d9d8d8, 0xd8d8d4d8, 0xd8d4d8d8, // 01e9h 2159 0xd4d4d4d4, 0xd4d4d4d4, 0xd3d3c8c8, 0xd3d3d3d3, 2160 0xd3bbbbbb, 0xd3d3d3bb, 0xbabababa, 0xd2d2baba, 2161 0xd2bababa, 0xd2a7d2a7, 0xa7a7a7a7, 0xd1d1a7a7, 2162 0xd9d8d8d8, 0xd9d9d9d9, 0xd4d8d8d8, 0xd8d8d4d4, // 01eah 2163 0xd8d4d4d3, 0xd9d9d9d9, 0xd8d4d3d3, 0xd4d4d9d9, 2164 0xd3d3d3d3, 0xd3d3d3d2, 0xd2d2d2d2, 0xd2d2d2d2, 2165 0xd2d2d2d2, 0xd2d2d2d2, 0xd1d1d1d1, 0xd2d1d1d1, 2166 0xd9d9d9d9, 0xd9d9d9d9, 0xd8d8d8d8, 0xd8d8d8d8, // 01ebh 2167 0xdad9d8d9, 0xd9d9dadb, 0xd9d8d9d9, 0xd9d9dada, 2168 0xd8d4d4d3, 0xd8d4d4d4, 0xd2d2d2d2, 0xd3d3d3d2, 2169 0xd2d1d2d2, 0xd2d2d2d2, 0xd1d2d1d1, 0xd1d1d1d2, 2170 0xd9d9d9d9, 0xd9d9d9d9, 0xd8d4d4d4, 0xd9d8d8d8, // 01ech 2171 0xd4d8d9d9, 0xd8d8d8d8, 0xd4d8d9da, 0xd3d3d4d4, 2172 0xd3d4d4d9, 0xd3d3d4d3, 0xd2d2d2d2, 0xd2d2d2d2, 2173 0xd2d2d2d2, 0xd2d2d2d2, 0xd1d1d1d1, 0xd1d1d1d1, 2174 0xd9d9d9d9, 0xd9d9d9d9, 0xd9d8d9d9, 0xd8d8d8d8, // 01edh 2175 0xd4d8d8d4, 0xd8d8d8d8, 0xd4d3d4d3, 0xd4d3d4d4, 2176 0xd3d3d3d3, 0xd3d3d3d3, 0xd2d2d2d2, 0xd2d2d2d2, 2177 0xd2d2d2d1, 0xd2d1d2d2, 0xd1d1d1d1, 0xd1d1d1d1, 2178 0xd9d9d9d9, 0xd9d9d9d9, 0xd8d8d8d8, 0xd8d8d8d8, // 01eeh 2179 0xd8d8d4d4, 0xd4d4d8d8, 0xd4d4d4d4, 0xd3d4d4d3, 2180 0xd3d3d3d3, 0xd3d3d3d3, 0xd2d2d2d2, 0xbad3bad3, 2181 0xd1d2d2d2, 0xd2d2d2d1, 0xd1d1d1d1, 0xd1d1d1d1, 2182 0xd9d9d9d9, 0xd9d9d9d9, 0xd8d8d8d9, 0xd8d8d8d8, // 01efh 2183 0xd8d4d4d8, 0xd8d4d4d4, 0xd3d4d3d3, 0xd4d4d3d4, 2184 0xd3d3d3d3, 0xd3d3d3d3, 0xbabababa, 0xbbbabbba, 2185 0xd2d2d2d2, 0xa7bad2d2, 0xd1d1d1d1, 0xa7d1a7d1, 2186 0xd9d9dad9, 0xd9d8d9d9, 0xd9d8d8d8, 0xd8d8d8d8, // 01f0h 2187 0xd4d8d8d8, 0xd4d4d8d8, 0xd3d4d3d3, 0xc8d3d3d4, 2188 0xbbbbbbd3, 0xbbbbbbbb, 0xbbbbbbbb, 0xbbbbbbba, 2189 0xa7bababa, 0xba6ebaa7, 0xa7a7a7a7, 0xa7a7a7a7, 2190 0xd9d9d8d9, 0xd9d9d9d9, 0xd8d8d8d8, 0xd9d8d8d8, // 01f1h 2191 0xd4d4d4d4, 0xc9c9c9c9, 0xc8c8c8d3, 0xc8c8c8c8, 2192 0xbbbbbbbb, 0xbbbbbbbb, 0xbbbbbbbb, 0xbbbabbba, 2193 0xba546eba, 0xbaba6e6e, 0x60a7a7a7, 0xa7a7a7a7, 2194 0xd9d9d9d9, 0xd9d9d9d9, 0xd9d9d9d9, 0xd9d9d9d9, // 01f2h 2195 0xc9c9c9c9, 0xc9c9c9c9, 0xc8c8c8c8, 0x9cc8c8c8, 2196 0xbbbbbbbb, 0xbbbbbbbb, 0xbbbbbbbb, 0xbabbbabb, 2197 0xbaa7baba, 0xbabaa7ba, 0xa7a7a7a7, 0xa7a7a7a7, 2198 0xd9d9d9d9, 0xd8d9d9d9, 0xd9d9d9d9, 0xd9c9d9d9, // 01f3h 2199 0xc9c8c9c9, 0xc9c9c9c9, 0xc8c8c8c8, 0xc8c8c8c8, 2200 0xbbbbbbbb, 0xbbbbbbbb, 0xbabbbabb, 0xbabababa, 2201 0xbaa7baba, 0xbabababa, 0xa7a7a7a7, 0xa7a7a7a7, 2202 0xd9d9d9d8, 0xd9d9d9d9, 0xd8d8d8d8, 0xd4d8d8d8, // 01f4h 2203 0xc9c9c9c9, 0xd4d4d4d4, 0xc8c8c99c, 0xc8c8c8c8, 2204 0xbbbbbbbb, 0xbbbbbbbb, 0xbabababa, 0xbabad2ba, 2205 0xd1d2d2a7, 0xd1d1d1d2, 0xa7d1a7d1, 0xd1d1d1d1, 2206 0xd9d9d9d9, 0xd9d9d9d9, 0xd8d4d4d4, 0xd8d8d8d4, // 01f5h 2207 0xc9d4d4d4, 0xd4d4d4d4, 0xc8c8c8c8, 0xd3c8c8c8, 2208 0xd3bbbbbb, 0xd3babbbb, 0xbabababa, 0xbabad2ba, 2209 0xd2d1d1d2, 0xd1d1d2d1, 0xd1a7d1d1, 0xd1a7d1a7, 2210 0x9b9bc79b, 0x9b9b9bc7, 0x9bb9c79a, 0x9bc7b99b, // 01f6h 2211 0x9a9a9a9a, 0x9a9a9a9a, 0x9a9a9a9a, 0x9a9a9ab9, 2212 0x8f8f8f8f, 0x8f9a869a, 0x8f8f8f8f, 0x868f8f8f, 2213 0x8f8f8ea6, 0x868f8f8f, 0x8ea5a5a5, 0x8e858e8e, 2214 0x9b9b9b9b, 0x9b9b9b9b, 0x9b9b9a9b, 0x9b9b9b9b, // 01f7h 2215 0x9a9a9a9a, 0x9a9a9a9a, 0x9a9a9ab9, 0x9a9a9a9a, 2216 0x8f9a869a, 0x86868686, 0x8f8f868f, 0x8f8f8f8f, 2217 0x86868686, 0x86868686, 0x8e8f8e8e, 0x85868585, 2218 0x9b9b9b9b, 0x9ba79b5f, 0x9b9b9b9b, 0x9b9b9b9b, // 01f8h 2219 0x9a9a9a9a, 0x5e9b5e9b, 0x9a9a9a9a, 0x9a9a9a9a, 2220 0x869a869a, 0x86869a86, 0x9a86868f, 0x86868686, 2221 0x86868686, 0x86868686, 0x85858585, 0x858f8585, 2222 0xa7a79b9b, 0xbaa79b9b, 0x9b9b9b9b, 0xa7a79b9b, // 01f9h 2223 0x5e9b5e9b, 0x9ba7a79b, 0x9a9a9a9a, 0x9b9b609a, 2224 0x8686869a, 0x869a9b9b, 0x5e868686, 0x5e865e9b, 2225 0x9a868686, 0x9a869a5f, 0x5e8f858e, 0x8686869a, 2226 0xa7a7a7a7, 0xd19ba7a7, 0x9b9b9ba7, 0x9b9b9b9b, // 01fah 2227 0x9b9b9b9b, 0x9b9b9b9b, 0x9a9a9b9b, 0x9a9a9a9a, 2228 0x869a865e, 0x9a869a9a, 0x865e9a86, 0x86868686, 2229 0x86868686, 0x86868686, 0x86868686, 0x86868686, 2230 0x9b9b9b9b, 0x9bc79b9b, 0x9b9b9b9b, 0xc79bc7c7, // 01fbh 2231 0x9b9a9b9b, 0x9a9a9a9a, 0x9a9a9a9a, 0x9b9a9a9a, 2232 0x869a8686, 0x869a869a, 0x86868686, 0x86868686, 2233 0x86525252, 0x86868652, 0x51405151, 0x86868640, 2234 0xd1c79b9b, 0xd1d1d1d1, 0xc7c7c7c7, 0xc7c7c79a, // 01fch 2235 0x9a9a9a9a, 0x9a9a9ab9, 0x9a9a9a9a, 0x9a9a9a9a, 2236 0x9a8f9a8f, 0xb9a6b98f, 0x8f8f8686, 0x8fa68f8f, 2237 0x8f8f8686, 0xa6a68f8f, 0x85868586, 0x8e8e8e8f, 2238 0xd1d1d1d1, 0xa7d1a7d1, 0x9bc7c79a, 0xd1d1c7c7, // 01fdh 2239 0xb9b9b99a, 0xc79ac7b9, 0x9a9a9a9a, 0x9ab9b9b9, 2240 0xb9b9b98f, 0xb9b9b9b9, 0xa6a6a6a6, 0xa6a6a68f, 2241 0xa6a6a5a6, 0xd0a6a6a6, 0xa5a58ea5, 0xa6a6a6a6, 2242 0x9ba7bad2, 0xbaa79bd1, 0xc7d1d1d1, 0x9bc7c7c7, // 01feh 2243 0xd1a7c79b, 0xc7c7b9c7, 0x9bc79bc7, 0xb9b99a9b, 2244 0xc7c79ab9, 0xb9b9c7c7, 0xb9b9b9d0, 0xb9c7c7c7, 2245 0xb9d0cfa6, 0xb9b9b9b9, 0xa6a6a6a6, 0xb9b9b9b9, 2246 0x9b9b9bba, 0xa79ba79b, 0x9ac7d1d1, 0x9a9b9a9b, // 01ffh 2247 0xb99ba79b, 0xb9b9b9b9, 0xb99bd1b9, 0xb9b9b9b9, 2248 0x9b9bc7b9, 0x8fa6a6b9, 0x9ac7b9b9, 0xa68fa6b9, 2249 0x9ab9a6b9, 0x8f8f8f8f, 0x9aa6a6a6, 0x8e8e8eb9, 2250 0xa75fa79b, 0xa79ba79b, 0x9a9b9a9b, 0x9a9b9b9b, // 0200h 2251 0xb9b9b9b9, 0x9a9ab99a, 0xb9b9b9b9, 0xb9b98fb9, 2252 0x8f8f8f8f, 0x8f8f8f8f, 0x8f8f8f8f, 0x8f8f8f8f, 2253 0x8f8f8f8f, 0x8f8f8f8f, 0x858f8585, 0x858e858e, 2254 0x9b9b9b9b, 0x9b9b9b9b, 0x9b9b9b9b, 0x9a9b9b9b, // 0201h 2255 0xb99a9ab9, 0x9ab99ab9, 0x9a9a9a9a, 0x9a9ab99a, 2256 0x8f8f8f8f, 0x8f8fa68f, 0xa68f8f8f, 0x8f8f8f8f, 2257 0x8fa68f8f, 0xa68f8f8e, 0x8e8e8e8e, 0x85858f8f, 2258 0x9b9b9b9b, 0x9b9b9b9b, 0x9b9b9b9b, 0xc79b9a9b, // 0202h 2259 0x9a9a9a9a, 0x9a9a9a9a, 0xb99a9a9a, 0x9a9a9ab9, 2260 0x8f8f8f8f, 0x8f8f8f8f, 0x8f8fa6a6, 0x8f8f8f8f, 2261 0xa68e8e8f, 0x8f8f8f8f, 0x8e8e8e8f, 0x8e8e8e8e, 2262 0x9b9b9b9b, 0x9b9b9b9b, 0xc7c79ac7, 0x9b9b9b9a, // 0203h 2263 0x9a9a9a9a, 0xb9b9b99a, 0x9a9a9a9a, 0xb9b99ab9, 2264 0xa68fb98f, 0x8fa6a68f, 0x8f8f8f8f, 0x8f8f8f8f, 2265 0x8f8f8f8f, 0x85868f8f, 0x8e8e8e8e, 0xa68e8e8e, 2266 0x9b9bc79b, 0xa79b9b9b, 0x9b9b9b9b, 0x5e9b9b9a, // 0204h 2267 0x9a9a9a9a, 0x9a9a9a9a, 0xb9b9b9b9, 0xb9b99ab9, 2268 0xa6a6a6b9, 0x8fb98fb9, 0x8f8f8f8f, 0xa6a6a6a6, 2269 0x8e8f8f8f, 0xa6a68e8f, 0xa58e8e8e, 0x8ea5a5a5, 2270 0xa7a7a7a7, 0x5fa7a7a7, 0x9b9b9b9b, 0x9b9b9b9b, // 0205h 2271 0xb99a9a9a, 0xb9b9b99a, 0xb9b9b9b9, 0xb9b9b9b9, 2272 0xb9b9a6b9, 0xb9b9b9b9, 0xb9b9a6a6, 0xcfd0cfa6, 2273 0xcfa6a6a6, 0xcfc6cfa6, 0xa5a6a58e, 0xcfa6a6a6, 2274 0xa7a7a7a7, 0x9b9ba79b, 0x9b9b9b9a, 0x9b9b9b9b, // 0206h 2275 0x9a9a9ab9, 0x9a9a9a9a, 0xb9b9b9b9, 0xb9b9b9b9, 2276 0xd0d0d0b9, 0xd0b9d0b9, 0xd0cfcfcf, 0xd0cfcfd0, 2277 0xcfcfcfcf, 0xd0cfcfc6, 0xa5a6a6cf, 0xa6a6a5c6, 2278 0x9ba79ba7, 0x9ba79b9b, 0x9b9b9b9b, 0x9b9b9b9b, // 0207h 2279 0x9a9a9a9a, 0x9a9a9a9a, 0xb9b9b9d0, 0xb9b9b9b9, 2280 0xd0cfd0b9, 0xb9b9b9b9, 0xcfd0d0d0, 0xa6a6d0cf, 2281 0xcfd0d0d0, 0xcfcfcfcf, 0xcfa6a6a6, 0xcfc6c6a6, 2282 0xa79ba79b, 0x9ba79b9b, 0x9b9b9b9b, 0xc79b9b9b, // 0208h 2283 0xc79a9a9a, 0x9a9ab99a, 0x9ab9b9b9, 0xb9b99ab9, 2284 0xd0b9b9d0, 0xb9b9b9b9, 0xa6a6a6d0, 0xb9a6a6a6, 2285 0xa6a6cfa6, 0xa6a6a6a6, 0xa6a6a5a6, 0xcfa6a6a6, 2286 0xc79ba79b, 0xd1d1d1d1, 0x9bc7c79b, 0xc7c7c7c7, // 0209h 2287 0xb99a9ab9, 0xc7b9c79a, 0x9ab9b99a, 0xb9b9b9b9, 2288 0xb9b9b9b9, 0xb9b9b9b9, 0xa6d0a6a6, 0xa6d0a6d0, 2289 0xa6a6a6a6, 0xa6a6a6a6, 0xcfcfcfcf, 0xa6cfcfc6, 2290 0xc7d1d1d1, 0xd1d1c7c7, 0xc7c7c7c7, 0xc7c7c7c7, // 020ah 2291 0xc7c7c7c7, 0xc7c7c7c7, 0x9ab9b9b9, 0xb9b9b99a, 2292 0xb9b9b9b9, 0xb9b9b9b9, 0xb9b9b9d0, 0xa6b9b9b9, 2293 0xa6a6a6a6, 0xd0a6a6b9, 0xcfa6a6a6, 0xcfc6c6cf, 2294 0xd1d1d1d1, 0xd1d1d1d1, 0xc7c7c7c7, 0xc7c7c7c7, // 020bh 2295 0xc7c7c7c7, 0xc7c7c7c7, 0xb9b9b9b9, 0xb9b9b9b9, 2296 0xb9d0b9b9, 0xb9b9b9b9, 0xb9d0d0d0, 0xa6b9a6b9, 2297 0xcfcfcfcf, 0xd0cfcfcf, 0xcfcfcfc6, 0xcfcfd0d0, 2298 0xd1d1d2d2, 0xd1d1d1d1, 0xc7c7d1c7, 0xc7c7c7c7, // 020ch 2299 0xc7c7c7c7, 0xc7c7c7c7, 0xb9b9d0b9, 0xb9b99a9a, 2300 0xb9b9b9b9, 0xb9b9b9b9, 0xb9b9b9b9, 0xb9b9b9b9, 2301 0xa6a6a6cf, 0x8fa6a6a6, 0xa6cfc6cf, 0xcfa6a6c6, 2302 0xd1c7d1d1, 0xd1d1d1c7, 0xc7d1c7c7, 0xc7d1c7c7, // 020dh 2303 0xc7c7c7c7, 0xc7c7c7c7, 0xc7c7b9b9, 0xb9b9c7b9, 2304 0xb9b9b9b9, 0xb9b9b9b9, 0xa6b9b9b9, 0xb9b9b9b9, 2305 0xa6a6a6a6, 0xa68fa6a6, 0xa6a6a6a6, 0xa6a6a6a6, 2306 0xd1c7c7c7, 0xd1c7d1d1, 0xc7c7c7d1, 0xc7c7c7c7, // 020eh 2307 0xc7c7c7c7, 0xc7c7c7c7, 0xc7b9b9c7, 0xb9b9c7b9, 2308 0xb9b9b9b9, 0xb9b9b9b9, 0xb9b9b9b9, 0xb9b9a6b9, 2309 0x8f8fa68f, 0xd0a6d0a6, 0xa6a6a6a6, 0xcfa6cfcf, 2310 0xd1d1d1d1, 0xa7d1a7d1, 0xc7d1c7c7, 0x9b9bc7c7, // 020fh 2311 0xc7c7c7c7, 0xc7c7c79b, 0x9ab9b9b9, 0xb9b99ab9, 2312 0xb9b9b9b9, 0x9a9ab9b9, 0x8fb9b9b9, 0xa6a68fb9, 2313 0xcfa6d0a6, 0xa6b9b9cf, 0xcfcfcfcf, 0xcfcfcfcf, 2314 0xa79ba7d1, 0xa7a7a7a7, 0x9bc79b9b, 0x9b9b9b9b, // 0210h 2315 0xc79ac7c7, 0x9b9b9b9b, 0xb99a9ab9, 0x9a9a9a9a, 2316 0x9a9a9a9a, 0x9a9a9a9a, 0x8f8f8f8f, 0x868f8f8f, 2317 0xa68fa6b9, 0xa68f8fa6, 0xa6a6a6a6, 0xa6a6a6a6, 2318 0xa7a7a7a7, 0x60606060, 0x9b5f9b5f, 0xa79b9b9b, // 0211h 2319 0x5f9b9b9b, 0x9b9b9b9b, 0x5e5e9b9a, 0x9a5f9b9a, 2320 0x9a9a869a, 0x9a9a9a9a, 0x8f869a8f, 0x8f8f8f8f, 2321 0x8f8f8fa6, 0x8f8f8f8f, 0x8fa6a6a6, 0x8e8fa68e, 2322 0x5fa7a760, 0x60a7a7a7, 0xa7a79b9b, 0x5f9b9b9b, // 0212h 2323 0x5f9b9b9b, 0x9b5f5f9b, 0x9b5e9b5e, 0x5e5e5e5e, 2324 0x9a9a9a9a, 0x9a9a9a9a, 0x8f8f8f8f, 0x8f8f8f8f, 2325 0x8fa68f8f, 0x8fa6a68f, 0xa6a68ea6, 0xa6a6a68e, 2326 0xa7a7a7a7, 0xa79ba7a7, 0x5f5f9b9b, 0x5f9b9b9b, // 0213h 2327 0x5e5f5e5e, 0x5e5e5f5e, 0x9a9b5e5e, 0x5e5e9a5e, 2328 0x5e869a9a, 0x9a865e5e, 0x868f9a8f, 0x86869a8f, 2329 0xa68f8f8f, 0xa6a6a68f, 0xa6a6a6a6, 0xa6a6a6a6, 2330 0xa79ba79b, 0x9b9bd19b, 0x5f9b5f5f, 0x9b9b9b9b, // 0214h 2331 0x5e5e5f41, 0x1d14141d, 0x5e5e5e5e, 0x5e5e5e5e, 2332 0x53535386, 0x535e865e, 0x8686869a, 0x8686869a, 2333 0x8f8fb98f, 0x8fa68fa6, 0xa6a6a6a6, 0xa6a5a6a6, 2334 0x9bd19b9b, 0x9ba79b9b, 0x9b9b9b9b, 0x9b9b9b9b, // 0215h 2335 0x9b5e5e5e, 0x9b9b9b9b, 0x5e1d1d53, 0x5e5e5e5e, 2336 0x5353865e, 0x86535353, 0x53539a86, 0x5e868686, 2337 0x8f8f8f8f, 0x8f8f8686, 0xa5a5a5a5, 0x8e8fa5a5, 2338 0x8ea5a5a5, 0x8ea5a5a5, 0xa58ea5a5, 0xa58e8e8e, // 0216h 2339 0xb8b6c5b6, 0xb8a4b8a5, 0xc5c5c5c5, 0xb6b7b6b6, 2340 0xb6b6b6c5, 0xb6b6b6b7, 0xb5a4b6b6, 0xb6b5b6b7, 2341 0xa3a3b5b5, 0xb5b5b5a3, 0xa4a4b5b6, 0xa3b5a3a4, 2342 0x8e8e8e8e, 0x8e8e8e8e, 0xa599a599, 0xa5998e99, // 0217h 2343 0xa4b7b7b7, 0x99a4a4b8, 0x9999b7b6, 0x97989999, 2344 0x99a4b5b5, 0x838d9899, 0xa4b7b6b6, 0x8d989999, 2345 0xa3b5b7b5, 0x8d8499a4, 0x989998a4, 0x8d8d8d8d, 2346 0x8e8e8e8e, 0xa58e8e8e, 0xa5a59999, 0x9999a599, // 0218h 2347 0x98849999, 0x84989798, 0x8383838d, 0x7a798484, 2348 0x79777783, 0x6b7a6b7a, 0x778d8c8d, 0x797a7977, 2349 0x77778383, 0x6a787778, 0x83838384, 0x78778283, 2350 0x9a8e998e, 0x868f868f, 0x8f8e9999, 0x85858ea6, // 0219h 2351 0x868f8484, 0x85858e85, 0x86857a79, 0x6c7a7a85, 2352 0x52516d6c, 0x6c6c6c7a, 0x86857a79, 0x7a7a7a85, 2353 0x86856a78, 0x7a7a7a85, 0x527a6978, 0x6b7a7a7a, 2354 0x86868686, 0x85858686, 0x85858585, 0x85858585, // 021ah 2355 0x7a7a857a, 0x85857a85, 0x6d6d6c6d, 0x7a7a6c6d, 2356 0x6d6d6d6c, 0x5d6d6d6d, 0x6d6c6c7a, 0x6d6d5d6d, 2357 0x6d6c6c6c, 0x6d6c6c6c, 0x6c6b7a7a, 0x6d6d6c6c, 2358 0x50507a7a, 0x7a6c8585, 0x7a7a6c7a, 0x7a6c6c7a, // 021bh 2359 0x7a85857a, 0x6c6c7a7a, 0x6c6c6c6c, 0x6c6c6c6d, 2360 0x6d6d6d6d, 0x6d6d6d6d, 0x6d6d6d5d, 0x6d6d6d6d, 2361 0x6d6d6d6d, 0x6c6d6d6d, 0x797a6b6c, 0x79797779, 2362 0x85858585, 0x8e8e8e85, 0x7a7a7a7a, 0x7a858585, // 021ch 2363 0x7a6c6c7a, 0x7a7a7a6b, 0x6d6c6c6c, 0x7a7a6c6c, 2364 0x6d6d6d6d, 0x6c6c7a6c, 0x5d6d5d6d, 0x5d4e5d6d, 2365 0x6d6d6d6d, 0x6c6d6d6d, 0x6b6c6a6b, 0x786a6a6b, 2366 0x8e8e8e8e, 0x848e8e8e, 0x85858585, 0x85858585, // 021dh 2367 0x7a7a7a7a, 0x7a857a7a, 0x7a7a6c7a, 0x797a797a, 2368 0x7a7a7a6c, 0x8479797a, 0x6c6c6d6d, 0x79796c6b, 2369 0x6b6b6b6c, 0x77796b6b, 0x79778377, 0x796b6a6a, 2370 0x8f8e8e8e, 0x9aa6a68f, 0x848e8e85, 0x8f8f8f85, // 021eh 2371 0x8579857a, 0x8f85858e, 0x84847779, 0x8e8e8e8d, 2372 0x8d8d8d83, 0x8f8e8484, 0x988d8379, 0x8e989898, 2373 0x84777979, 0x8e848d84, 0x79797979, 0x79847979, 2374 0x8f8fa68f, 0x8e8e8e9a, 0x8f8e8f8f, 0x8e848e86, // 021fh 2375 0x8f8e8f8f, 0x84848e8f, 0x8e8e8f8e, 0x7783848f, 2376 0x8ea6a68f, 0x97978e8f, 0x8f8fa6a5, 0x98988e8f, 2377 0x8f8f8685, 0x96988e86, 0x86868585, 0x8c827986, 2378 0x85858e8e, 0x85858585, 0x8e858484, 0x85858585, // 0220h 2379 0x79848484, 0x7a7a7984, 0x79797783, 0x79797983, 2380 0x978d8d8d, 0x988d9797, 0xa4a4a499, 0x98999999, 2381 0xa3a3a499, 0xa4999999, 0x848d8d8d, 0x988d8484, 2382 0x85858585, 0x85858585, 0x7a858585, 0x8e85857a, // 0221h 2383 0x857a7a7a, 0x79797979, 0x79797979, 0x848d8d83, 2384 0x8d8d8d8d, 0x8d979797, 0x8d848499, 0x98978d8d, 2385 0x84849998, 0x83838d84, 0x8d848d84, 0x77778383, 2386 0x85858585, 0x99998e8e, 0x84858e84, 0x8e848e84, // 0222h 2387 0x84848484, 0x84847a79, 0x79847977, 0x84797979, 2388 0x83838283, 0x77797983, 0x8d8d8d8d, 0x83838383, 2389 0x77838383, 0x77777777, 0x78787977, 0x6a6a6a78, 2390 0x8e8e8ea5, 0x8ea58ea5, 0x99848e84, 0x998e9999, // 0223h 2391 0x84848484, 0x84989884, 0x84838383, 0x79797979, 2392 0x6b6a7977, 0x6c6c7a7a, 0x7a7a7983, 0x6d6d6d6c, 2393 0x796a7777, 0x6d6d6c6b, 0x79796a6a, 0x5a6b7a6b, 2394 0x8e8ea5a5, 0xa58ea58e, 0xa5998e99, 0x998e9999, // 0224h 2395 0x84848498, 0x8d8d8d84, 0x79797979, 0x79797979, 2396 0x6d6d6d6d, 0x7a7a6d6d, 0x6d5d4e4e, 0x6b6c6d6d, 2397 0x6d6d6d6d, 0x6d6d6d6d, 0x6d6d5c6d, 0x6d6d6d6d, 2398 0xa58e8ea5, 0x8e8ea58e, 0x8e848e99, 0x848e848e, // 0225h 2399 0x84848d84, 0x84848484, 0x79797979, 0x79797984, 2400 0x79797a6a, 0x77777984, 0x79796a7a, 0x83837777, 2401 0x796c6b6d, 0x7777796a, 0x6d6d6d6d, 0x6c6b6c6d, 2402 0x8ea5a58e, 0x998ea58e, 0x848e8499, 0x998e848e, // 0226h 2403 0x84848484, 0x84848d84, 0x79797979, 0x79797979, 2404 0x83838377, 0x84838383, 0x848d8d8c, 0x96969698, 2405 0x8d8d8383, 0xa4969698, 0x786a6a6b, 0x8d8d7777, 2406 0x8e8e998e, 0x8ea58e8e, 0x8e8e848e, 0xa5a5a599, // 0227h 2407 0x84848498, 0x99989899, 0x83838479, 0x8d8d8d84, 2408 0x96969898, 0x99989898, 0xb6b6a4a3, 0xb7b5b5b6, 2409 0xb5a3a496, 0xb5a3a3b5, 0x978d8d97, 0x9797968c, 2410 0xc6c6a5a5, 0xcfcfcfc6, 0xa5a5a5a5, 0xc6c6b8b8, // 0228h 2411 0xa4b89999, 0xc6b8b8b8, 0xa4999996, 0xc5b6b6a4, 2412 0xa4a4a499, 0xa39999a4, 0x98a4a4a4, 0x8d989898, 2413 0x8d97a4a4, 0x8d8d8d8d, 0x8d8c8c97, 0x8d8d8d8c, 2414 0xcfcfd0cf, 0xc6cfcfcf, 0xcfcfcfc6, 0xc6cfcfcf, // 0229h 2415 0xc5c5c6c6, 0xcfc6cfc5, 0xc6cfc5c5, 0xc6c6c6c6, 2416 0xb7b7b7a4, 0xb8b8b6b7, 0x98988d98, 0x99989898, 2417 0x8d978d8d, 0x968d8d8d, 0x8d83838d, 0x79778383, 2418 0xc6cfc6c6, 0xc6c6c6c6, 0xcfc6cfcf, 0xc6c6c6c6, // 022ah 2419 0xc6c6c6c6, 0xb8c5c5c5, 0xc5c5c5c6, 0xc5b8b8c5, 2420 0xc5b8c5b8, 0xc5c5c5c5, 0x9999a499, 0xb5b5a4a4, 2421 0x98989896, 0x8d989898, 0x8d978383, 0x7777778d, 2422 0xa6c6c6c6, 0xa5a5c6c6, 0xa5a5a5c6, 0xb8c6a5b8, // 022bh 2423 0xc5c6c6b8, 0xb6b8b8c5, 0xb8b8c5c5, 0xb6b6c5b8, 2424 0xb8b8c5c5, 0xb7b7b7b7, 0xb5b7b7b7, 0x99a4b7a4, 2425 0x8d84848d, 0x8d989898, 0x83838383, 0x77838384, 2426 0xa6a5a6a6, 0xa6a5a6a6, 0xa5a5a5b8, 0xa5a5a5a5, // 022ch 2427 0xa599b8b8, 0x8e8e8e8e, 0xa4b7b7b7, 0x99999999, 2428 0xb7b7b7b7, 0xa4a4a4b7, 0x99999999, 0x98999999, 2429 0x85848484, 0x9984848e, 0x84848383, 0x99998484, 2430 0xa5a6a5a5, 0xa5a6a5a5, 0xa5a5a58e, 0xa5a5a5a5, // 022dh 2431 0x8e99998e, 0x9999998e, 0x84989996, 0x99999999, 2432 0x99969899, 0x84999898, 0x99999999, 0x98999999, 2433 0x9999a4a4, 0x98999899, 0x98999898, 0x84848499, 2434 0xa6a6a6a6, 0xcfa5a6a5, 0xa5a5a5a5, 0xb8c6c6c6, // 022eh 2435 0xa5a4a58e, 0xb8b8b8a5, 0xa599998e, 0xa5a5a499, 2436 0x99999999, 0x8e999999, 0x84999984, 0x99999999, 2437 0x988d848d, 0x98989898, 0x77778384, 0x98978d83, 2438 0xcfcfcfcf, 0xc6c6cfc6, 0xc6cfc6c6, 0xc6c6c6cf, // 022fh 2439 0xc6c6c6c5, 0xc6c6cfc6, 0xb8b8b8a5, 0xb8b8b7b8, 2440 0x99999999, 0xa4a4a4b7, 0xa4999999, 0x99a4a499, 2441 0x999998a4, 0x99999999, 0x98989698, 0x98989898, 2442 0xa6a6a6c6, 0xa68ea6a6, 0xc6c6c6c6, 0xc6c6b8a5, // 0230h 2443 0xc6c6c6c6, 0xc6c6c6c6, 0xa5b7b7a4, 0xc6c5b8b8, 2444 0x99b7b7b8, 0xb6b6b7a4, 0xa4a49999, 0xb6b7b7a4, 2445 0x99a49999, 0xa4a4a496, 0x99999898, 0x99a49999, 2446 0xa5a5a58e, 0xa6a5a6a6, 0xc6c6c6c6, 0xa5a6a5b8, // 0231h 2447 0xb8b8c6c6, 0xa5a5b8b8, 0xb8b8b8a5, 0xa5b8b7b8, 2448 0xb6b6b6b6, 0xb7b8b7b6, 0xb7b8b8b8, 0xa5b7b6b7, 2449 0xa399a4a4, 0xa4a4a4a4, 0xa4999999, 0x989896a3, 2450 0xa5a6a6a6, 0xa5a6a5a6, 0xb8b8b8a5, 0xa5c6c6a6, // 0232h 2451 0xb8a5a5a5, 0xb8b8b8b8, 0xa4b7b7b8, 0xb7a4a4b7, 2452 0xb7a4b6b7, 0x99a499a4, 0xa4a49999, 0x999999a3, 2453 0xa4999999, 0x99a49999, 0x98988498, 0x98848d84, 2454 0xa5a6a5a6, 0xa6a6a5a6, 0xa5b8b8b8, 0xa5a5a5b8, // 0233h 2455 0xb8a5b8b8, 0xa5b8b8a5, 0xb8b7b7b7, 0xb6c5b6b8, 2456 0xc5b7b7b7, 0xc6c6c5b6, 0xb7a59999, 0xc5b6b8b7, 2457 0xb5a499a4, 0xc5c5c5b6, 0xa4a4a3a4, 0xb8b8b7a4, 2458 0xa5a6a5a6, 0xa5a6a6a5, 0xa6a5a5a5, 0xa5a5a5a5, // 0234h 2459 0xc5b8b8b8, 0xb8b7b8b8, 0xc5c5c5c5, 0xb6b6c5c5, 2460 0xc6c6c6c6, 0xc6c6c6cf, 0xcfc6c6c6, 0xd1c7c7d0, 2461 0xcfc6c6c5, 0xd0cfcfcf, 0xb6b6b6b8, 0xb6c5c5b6, 2462 0xa5a6a5a5, 0xa5a5a5a6, 0xa5998e8e, 0xa5a5a5a5, // 0235h 2463 0x99a499b7, 0xa4a59999, 0xb8b6b6b6, 0xb6b8b7b7, 2464 0xc5c5c6c6, 0xc5c5c5c5, 0xcfcfd0d0, 0xd0d0d0cf, 2465 0xcfc6cfcf, 0xc7d0d0cf, 0xc5c5c5b6, 0xb6c5c5c5, 2466 0xa4a3b5b7, 0xa4b5a4a4, 0xb6b6b8b6, 0xb6b6b6b6, // 0236h 2467 0xc5c5c5c6, 0xb6b6b6b6, 0xc7d1c7d1, 0xd0d0d0c7, 2468 0xc7c7d0d0, 0xd0d0d0d0, 0xd0c6c6c6, 0xd8d8d2c7, 2469 0xd3c7d0c6, 0xe6d6deda, 0xd4d3d2d2, 0xe3e3d5da, 2470 0x999999a4, 0x9996a3a3, 0xa3b7b7b6, 0xa4a3a3a3, // 0237h 2471 0xa3b5b6b6, 0xa3a3a3a3, 0xb5b5b6c6, 0xa3b5b5b5, 2472 0xd0c6cfcf, 0xcfcfd0c7, 0xdadbdad9, 0xd0d1d3d8, 2473 0xe1e9edec, 0xd0d2d8db, 0xd2d9dcd7, 0xcfd0c7c7, 2474 0x98989898, 0x8c839898, 0x96969896, 0x96999999, // 0238h 2475 0x96989899, 0xb7a3a396, 0x96a396a3, 0xa3a3a396, 2476 0xb6b6c5c5, 0x9896b5b5, 0xc5c6c6cf, 0xa4b7b6c5, 2477 0xc6c6c6cf, 0xa4b6c5c5, 0xc6c6c6cf, 0xa4b7c5c5, 2478 0x8f988c8c, 0x84848485, 0x8f99a4a4, 0x848e8e8f, // 0239h 2479 0x8e9696a3, 0x8e848e8f, 0x848d8d96, 0x8584858f, 2480 0x97989898, 0x7984868f, 0x97a396a4, 0x84858684, 2481 0x8d97a499, 0x84868583, 0x839696a3, 0x86857977, 2482 0x84798484, 0x79797979, 0x84848484, 0x79847984, // 023ah 2483 0x99998e8e, 0x79848483, 0x83847979, 0x6a6a7983, 2484 0x79798479, 0x6a6a7979, 0x79797984, 0x78786a78, 2485 0x79777977, 0x796a7977, 0x7779797a, 0x77777879, 2486 0x77777777, 0x78777777, 0x77838383, 0x78777878, // 023bh 2487 0x78777779, 0x5b5b5a6a, 0x786a696a, 0x5a6a586a, 2488 0x6a6a6a5a, 0x69585a5a, 0x5a697878, 0x5b5b5b5b, 2489 0x69787869, 0x5b5a5b5a, 0x78777777, 0x696a6978, 2490 0x5a5a6a69, 0x6a6a6a5a, 0x6a5a6a78, 0x6a6a6a6a, // 023ch 2491 0x5a5a5a59, 0x6a696a5a, 0x695a5b5a, 0x6a6a5a6a, 2492 0x696a7876, 0x5c596a6a, 0x595a595a, 0x3e3d5d5c, 2493 0x5a5a6a6a, 0x3e4b4b59, 0x6a696969, 0x4b4b5c5a, 2494 0x5a6a7778, 0x6a79796a, 0x6a6a7978, 0x6b6a6a5a, // 023dh 2495 0x6a6b6b6a, 0x6d6c6d6b, 0x6d6d6b6a, 0x4e4e5d6d, 2496 0x5d5d4e5d, 0x2a2a4e4e, 0x4e4e4e4e, 0x4e4e4e4e, 2497 0x4e4e4e4e, 0x4e4e4e4e, 0x4e4e3d3d, 0x4e4e4e4e, 2498 0x6b6b6b6c, 0x7a6c6c6c, 0x6d6c4d6b, 0x5d5d6d6d, // 023eh 2499 0x4e4e5d5d, 0x6d6d5d4e, 0x4e4e4e4e, 0x5d5d4e2a, 2500 0x2a4e4e4e, 0x4e4e2a2a, 0x4e2a2a4e, 0x4e4e4e4e, 2501 0x4e2a4e4e, 0x5d4e4e4e, 0x4e4e4e4e, 0x3f5d4e4e, 2502 0x5386857a, 0x69697a86, 0x1d402b6c, 0x5c5c6d1d, // 023fh 2503 0x1d403f6d, 0x6d6d5d2b, 0x1d1d6d5d, 0x6d5d6d2b, 2504 0x2b1d3f4e, 0x494b3f3f, 0x3f1d405d, 0x495d3f3f, 2505 0x5d3f405d, 0x5c5c503f, 0x6c6d5040, 0x575c506c, 2506 0x79787869, 0x77777777, 0x6a6a6b5c, 0x78777677, // 0240h 2507 0x5b595a5c, 0x6a5b5b5b, 0x5c5b595c, 0x5a58695a, 2508 0x5c5c5c5c, 0x78695b59, 0x5b5c6d5c, 0x81766958, 2509 0x58595959, 0x67676769, 0x76766958, 0x69696976, 2510 0x83828377, 0x82778383, 0x77777778, 0x828c8c8c, // 0241h 2511 0x82777769, 0x78778282, 0x81786958, 0x77787676, 2512 0x81786978, 0x77768181, 0x83838277, 0x838c8c8c, 2513 0x8c8c8276, 0x77777783, 0x79697869, 0x77777979, 2514 0x79787781, 0x6b6a786a, 0x6a787781, 0x5c5b5a6a, // 0242h 2515 0x69768177, 0x6a6a6969, 0x82828282, 0x81817781, 2516 0x82828277, 0x82828283, 0x82778383, 0x76818281, 2517 0x81777777, 0x76767676, 0x67787782, 0x67676767, 2518 0x5a6b6b6b, 0x6b6a6a6b, 0x6b5a5b5b, 0x6a6a6a5c, // 0243h 2519 0x696a6a5a, 0x5a5a5a6a, 0x67788181, 0x5c5c5c58, 2520 0x5a698181, 0x6a5b595c, 0x5a585876, 0x595b5b59, 2521 0x57595869, 0x5a575959, 0x495c5758, 0x49494b49, 2522 0x5c5c5c6d, 0x6d6d5c5c, 0x6a6b6a6a, 0x696a696a, // 0244h 2523 0x595a5a5a, 0x6b5c5c59, 0x5c5c5c5c, 0x5c494b4b, 2524 0x595a5a58, 0x5c5c5a59, 0x585a5758, 0x585a585b, 2525 0x69685859, 0x76766769, 0x57575949, 0x76675867, 2526 0x6d6b6c6c, 0x5b596c5c, 0x78766969, 0x6a6a7777, // 0245h 2527 0x6a69696a, 0x6a696a69, 0x5b5c5c49, 0x5a5b5b5b, 2528 0x58595959, 0x69695858, 0x77785858, 0x8d8d8c82, 2529 0x8d837776, 0xa3a39697, 0x81817667, 0x96978c8c, 2530 0x77786a5b, 0x796a7778, 0x6a6a6a5a, 0x7978696a, // 0246h 2531 0x78697869, 0x69786969, 0x69695858, 0x76767869, 2532 0x82818178, 0x77778282, 0xb5a3a396, 0xa4b5b6b6, 2533 0xb6b5a3a3, 0xc5c5c5b6, 0x96969797, 0x96969696, 2534 0x69787878, 0x78777778, 0x5a6a7878, 0x6a6a6a6a, // 0247h 2535 0x6a585a6a, 0x58696969, 0x67776976, 0x77777676, 2536 0x848d8d83, 0x83838384, 0xc5c5b6b5, 0xa3b5b6b6, 2537 0xc5c5c5c5, 0xb7b8b6c5, 0xb5a39696, 0x96a3b5b7, 2538 0x81777869, 0x83828282, 0x5a5b5b5a, 0x786a6a6a, // 0248h 2539 0x6a586969, 0x76786a58, 0x78776a78, 0x81817678, 2540 0x83838383, 0x838d8d83, 0x979896a3, 0x98989897, 2541 0x96a3a3a3, 0x969796a4, 0x97979697, 0x96978d8d, 2542 0x838d8283, 0x77777783, 0x77777778, 0x78777877, // 0249h 2543 0x69787867, 0x78696969, 0x76787677, 0x58677877, 2544 0x79777783, 0x78787979, 0x848d8d8d, 0x77848484, 2545 0x96969696, 0x97979796, 0x96969696, 0x989696a3, 2546 0x79777777, 0x6a6a5a6a, 0x6a786a79, 0x6a5a6a6a, // 024ah 2547 0x6a787781, 0x7869696a, 0x69695867, 0x78787869, 2548 0x77777678, 0x81778282, 0x77838377, 0x81777777, 2549 0x8d838383, 0x82828282, 0x8d8d838d, 0x77838c8c, 2550 0x77777779, 0x78797877, 0x77786a79, 0x77777777, // 024bh 2551 0x696a5869, 0x77817777, 0x77786976, 0x69697876, 2552 0x828c7781, 0x77787777, 0x83828181, 0x77777777, 2553 0x78697681, 0x77777777, 0x786a7877, 0x81827777, 2554 0x83777779, 0x988d8484, 0x78787777, 0x8d8d8382, // 024ch 2555 0x82777781, 0x8d8d8d8c, 0x83777777, 0x9896978d, 2556 0x77777777, 0x8c838377, 0x77838c82, 0x978d8377, 2557 0x77777777, 0x82838283, 0x82817678, 0x58768182, 2558 0x838d9898, 0x8d988d84, 0x838d978d, 0x988d8483, // 024dh 2559 0x988d8d8d, 0x98989898, 0x96979898, 0x838d8d98, 2560 0x8d8d8d97, 0x77778283, 0x83838d97, 0x69777783, 2561 0x77778382, 0x58697878, 0x67675858, 0x58676767, 2562 0x84838d8d, 0x83838479, 0x84989898, 0x77848484, // 024eh 2563 0x848d9898, 0x83838483, 0x79797979, 0x77777779, 2564 0x78777777, 0x69696769, 0x78676769, 0x58575867, 2565 0x78766758, 0x69767676, 0x67695858, 0x58586767, 2566 0x84848383, 0x98848484, 0x78797784, 0x84837978, // 024fh 2567 0x77777782, 0x77838377, 0x78777778, 0x77777879, 2568 0x5a587878, 0x78695a5a, 0x585a585a, 0x69585858, 2569 0x585a5857, 0x67676958, 0x58575b58, 0x67766958, 2570 0x988d9898, 0x848d8d84, 0x83848383, 0x83838383, // 0250h 2571 0x77777877, 0x79787777, 0x78787877, 0x78787877, 2572 0x78787778, 0x69787878, 0x76777778, 0x78767677, 2573 0x76787876, 0x58676767, 0x59485867, 0x49594948, 2574 0x8d848384, 0x84798484, 0x8d838384, 0x83838383, // 0251h 2575 0x77787969, 0x77777777, 0x81817778, 0x77767778, 2576 0x78777778, 0x76777669, 0x58586969, 0x69585858, 2577 0x5a575a58, 0x5858585a, 0x4b4b4959, 0x595c493c, 2578 0x988d8484, 0xa4a49696, 0x988d8383, 0xb5a4a496, // 0252h 2579 0x98978383, 0xb5999999, 0x83777978, 0x8d848384, 2580 0x77777776, 0x83817777, 0x78696976, 0x82837878, 2581 0x5a5b4857, 0x69585858, 0x59595959, 0x57585858, 2582 0xb7a4a4a4, 0xb7a4b5b5, 0xc5c5c5b8, 0xb5b5b6b6, // 0253h 2583 0xa4b7b6b6, 0xb6b5b5a4, 0xa3a39697, 0xa4a4a3b5, 2584 0x978d8377, 0x838d9896, 0x8c838383, 0x77777677, 2585 0x58586758, 0x76675858, 0x494a5757, 0x5859494a, 2586 0xb6b7b6b6, 0xb6b6b6b6, 0xb6b6b8b6, 0x9796a4a4, // 0254h 2587 0x9999b7b7, 0x98979899, 0x98989899, 0x838d9898, 2588 0x8c97838d, 0x82828c97, 0x69697877, 0x76696767, 2589 0x67787676, 0x58586767, 0x59595958, 0x58585858, 2590 0x96a3a3b5, 0x98989996, 0x7783838d, 0x77777777, // 0255h 2591 0x8383838d, 0x81777777, 0x81818283, 0x78767678, 2592 0x69767676, 0x5a5a5a58, 0x59586767, 0x5c495c5b, 2593 0x5c59595a, 0x495c495c, 0x49595857, 0x57494949, 2594 0xd0c7d1d1, 0xd0d0d0d0, 0xb6b6b5b6, 0xb6b6b6c5, // 0256h 2595 0x96979796, 0xb6b6a396, 0x82828282, 0x8282828c, 2596 0x76676769, 0x5a586776, 0x69695858, 0x69696969, 2597 0x57484848, 0x58484847, 0x56564747, 0x68474756, 2598 0xc5c6cfb9, 0xcfc6c5c5, 0xc7cfc6b6, 0xc7cfd0d1, // 0257h 2599 0xd0c6c5c5, 0xcfcfcfd0, 0xa3969697, 0xc6c5b6b5, 2600 0x978c8369, 0xb8b59696, 0x67696969, 0x82828176, 2601 0x67676758, 0x82828276, 0x76767667, 0x77777776, 2602 0xb8c6a6cf, 0xb6b6c5c5, 0xcfcfc7d1, 0xb6c6c6c6, // 0258h 2603 0xc5c6cfc6, 0xcfcfc6c6, 0xd0d0cfcf, 0xd4d3d2c7, 2604 0xc5c5c5b8, 0xd0d0cfc6, 0xb5a39782, 0xb8b6b6b6, 2605 0x968d8277, 0xa3b5b5a3, 0xb5a3968c, 0x969696a3, 2606 0x838c96a3, 0x86848c83, 0xa3b5b5b6, 0xb8b5b5a3, // 0259h 2607 0xcfd0c7d0, 0xc5c6c6c6, 0xc7d2d4d4, 0xc5b8c5cf, 2608 0xd0d0d0d0, 0xb6c5c5c6, 0xb5b5b6b6, 0x839896b5, 2609 0x8c8c8c96, 0x5869818c, 0x81829797, 0x38486876, 2610 0x84849985, 0x7a798484, 0x9999a6b9, 0x84849999, // 025ah 2611 0xcfb9b9cf, 0x99b8b8c6, 0xa6d0c6c5, 0xb7b7b8a5, 2612 0x8f98a3b5, 0x84858f8f, 0x79818177, 0x85868685, 2613 0x5858585a, 0x867a6a68, 0x48383538, 0x6b585657, 2614 0x7779797a, 0x77778377, 0x79797979, 0x6a6a7979, // 025bh 2615 0x84849899, 0x6a6a7877, 0x849896a4, 0x58696979, 2616 0x79848484, 0x77797977, 0x7979797a, 0x79797979, 2617 0x797a5052, 0x6b796a79, 0x5051866b, 0x6a6b6b50, 2618 0x58676969, 0x595a5a57, 0x81817777, 0x78787676, // 025ch 2619 0x6a697869, 0x7878786a, 0x6a6a585a, 0x796a6a79, 2620 0x8377786a, 0x79797777, 0x7979796a, 0x79796a79, 2621 0x77847979, 0x79797979, 0x796a6b6b, 0x6a797979, 2622 0x6d5c595a, 0x4e3d5d5d, 0x59595a6a, 0x5b5b5b59, // 025dh 2623 0x7878696a, 0x6a797779, 0x79848483, 0x796a7979, 2624 0x79797979, 0x79837977, 0x7977796a, 0x79796a79, 2625 0x796a7979, 0x51857a79, 0x517a7a6a, 0x7a858685, 2626 0x5d4e4e5d, 0x2b5d5d4e, 0x5b5b5a5b, 0x51514d5b, // 025eh 2627 0x6a797778, 0x6b51517a, 0x50696a79, 0x475b5051, 2628 0x51507a79, 0x48485750, 0x6a51517a, 0x56566868, 2629 0x56567a51, 0x47474747, 0x67676869, 0x47565668, 2630 0x4d5c4b2b, 0x586b506c, 0x6b58685b, 0x674f506b, // 025fh 2631 0x6b585656, 0x574d506b, 0x4d485647, 0x584f4f4d, 2632 0x5a574747, 0x686b4f6b, 0x6a585868, 0x574d4f6b, 2633 0x4c4a3347, 0x484d4f4c, 0x4c393833, 0x474c4d4c, 2634 0x81816758, 0x81777781, 0x78675858, 0x81817681, // 0260h 2635 0x67685756, 0x77696967, 0x68685758, 0x82817667, 2636 0x56686868, 0x76676756, 0x47474747, 0x39393848, 2637 0x56474733, 0x3b393859, 0x38475656, 0x283b3739, 2638 0x78787876, 0x77778178, 0x77777781, 0x79777777, // 0261h 2639 0x97978377, 0x8c8c8c97, 0x82838282, 0x81828283, 2640 0x57585876, 0x56686757, 0x48383539, 0x33383848, 2641 0x28282828, 0x3b282829, 0x2928281b, 0x3b3a3d28, 2642 0x58586969, 0x57575858, 0x67697878, 0x57586769, // 0262h 2643 0x7877838c, 0x57586769, 0x69696978, 0x56686769, 2644 0x56575756, 0x33474747, 0x47333847, 0x38334748, 2645 0x3a273b3b, 0x3a3c393a, 0x2728283b, 0x103e3b27, 2646 0x49575657, 0x3d4b4949, 0x49593859, 0x3d4b4b5c, // 0263h 2647 0x47565757, 0x49494759, 0x38594747, 0x4b3c3936, 2648 0x49384948, 0x4b3d494b, 0x49494949, 0x3a3d393c, 2649 0x3636373a, 0x4b3a3d4b, 0x393b2727, 0x4b3c3939, 2650 0x493c3d3e, 0x57575959, 0x4b4b4b3d, 0x494b3c4b, // 0264h 2651 0x494b494b, 0x49494939, 0x393a3b3d, 0x33383849, 2652 0x39394b3d, 0x68684749, 0x3c3c4b3c, 0x3349394b, 2653 0x49393a4b, 0x47475647, 0x3536393a, 0x38333838, 2654 0x67685858, 0x81777869, 0x68685648, 0x58586858, // 0265h 2655 0x57484733, 0x69676756, 0x69584838, 0x67686767, 2656 0x58686768, 0x67586858, 0x57565657, 0x69696756, 2657 0x67585747, 0x76675867, 0x67574838, 0x58677676, 2658 0x77778282, 0x83837779, 0x77796a69, 0x978c8383, // 0266h 2659 0x78696a67, 0x97978c82, 0x77766776, 0x838d8c81, 2660 0x77696a58, 0x9797978d, 0x82817878, 0x8277828c, 2661 0x69676967, 0x77818281, 0x76676758, 0x67677681, 2662 0x83778383, 0x77838c8c, 0x77838c8d, 0x97978c83, // 0267h 2663 0xa3978d97, 0x9896a396, 0x96978383, 0xa4969696, 2664 0x8383838c, 0x8d8d8377, 0x77777781, 0x8c838377, 2665 0x8c818277, 0x97978c8c, 0x78696967, 0x76766978, 2666 0x978d7779, 0x8c8c9796, 0xa3a39897, 0x8d8496a3, // 0268h 2667 0xa3969697, 0xa3a3a396, 0xa3a3a3a3, 0x96969796, 2668 0x8c8d838d, 0x8282828c, 0x97978c8c, 0x82979797, 2669 0x8183828c, 0x78788181, 0x76768176, 0x57586767, 2670 0x8483838d, 0x9898988d, 0x8d8d8d8d, 0x8c978c8c, // 0269h 2671 0x98989896, 0x8c8c8d97, 0x8c969696, 0x79778397, 2672 0x77828282, 0x78787777, 0x58586778, 0x78787867, 2673 0x68565758, 0x69686756, 0x68565657, 0x67685657, 2674 0x97969897, 0x8c838d97, 0x8c969798, 0x8383838c, // 026ah 2675 0x83828c82, 0x77838282, 0x81777778, 0x77778377, 2676 0x78777869, 0x76787878, 0x5a6a6969, 0x585a5a5a, 2677 0x76766767, 0x69787776, 0x67695867, 0x81767676, 2678 0x83828c8c, 0x77778277, 0x76777777, 0x58586976, // 026bh 2679 0x76787778, 0x56566867, 0x69787781, 0x56686867, 2680 0x67586976, 0x68696967, 0x58586769, 0x68585858, 2681 0x58586958, 0x76676969, 0x81818181, 0x82818282, 2682 0x76696978, 0x67676867, 0x57585858, 0x57574748, // 026ch 2683 0x48475668, 0x4b595748, 0x56575756, 0x48474856, 2684 0x56475756, 0x38484848, 0x48484848, 0x5657575b, 2685 0x69696976, 0x78778178, 0x8c8c8c82, 0x97978c8c, 2686 0x59575858, 0x67585a59, 0x4b3d4b59, 0x5959494b, // 026dh 2687 0x493c4b3a, 0x3a3c4949, 0x3c353333, 0x3c3c3c49, 2688 0x57565656, 0x57594838, 0x76767667, 0x81817676, 2689 0x77777878, 0x82828277, 0x8383828c, 0x77838d8c, 2690 0x58585858, 0x58675858, 0x38494959, 0x48484848, // 026eh 2691 0x3e3e3b3a, 0x35363a3d, 0x3a3a393c, 0x37353a3b, 2692 0x56574756, 0x56565657, 0x76677881, 0x67676776, 2693 0x78787782, 0x67676767, 0x81828283, 0x67766781, 2694 0x57484858, 0x69675858, 0x48475747, 0x49494959, // 026fh 2695 0x49595949, 0x2a3e3e4b, 0x4b4b3d3b, 0x122a293d, 2696 0x3c495957, 0x3e29293d, 0x47566767, 0x393a3538, 2697 0x56586867, 0x47565647, 0x57566868, 0x33334857, 2698 0x5c595768, 0x3e3d3d49, 0x3d3d3c49, 0x3e3e3e3d, // 0270h 2699 0x2a2a2a12, 0x2a2a3e2a, 0x12122a12, 0x3e2a1212, 2700 0x2a2a3e2a, 0x2a122a2a, 0x293e3d3a, 0x2a2a2829, 2701 0x273b3438, 0x3d3b2827, 0x34353435, 0x28283b37, 2702 0x3e3e3e3e, 0x494b3d3d, 0x2a4e2a3e, 0x3e3e3e3e, // 0271h 2703 0x2a292a3e, 0x3e3e2a2a, 0x2a2a4e2a, 0x2a2a2a2a, 2704 0x122a2a2a, 0x12121212, 0x2a2a2a2a, 0x2a2a122a, 2705 0x2a3e3e3d, 0x2a2a122a, 0x3e3e3e3e, 0x3e3e3e3e, 2706 0x5949495c, 0x58595959, 0x3a3c4b3d, 0x494b3a3b, // 0272h 2707 0x3d3e293e, 0x29292a3e, 0x2a2a122a, 0x12122a2a, 2708 0x12121212, 0x03031212, 0x1212122a, 0x01030312, 2709 0x12122a2a, 0x12121212, 0x2a29292a, 0x12121212, 2710 0x59586769, 0x49495c49, 0x4b5c5959, 0x494b4b4b, // 0273h 2711 0x3e3e3e3e, 0x4b3d3d28, 0x292a2a12, 0x3e3e3d3e, 2712 0x03031203, 0x12030303, 0x03030101, 0x03031201, 2713 0x03030312, 0x12120303, 0x1212122a, 0x12121212, 2714 0x49494b49, 0x57685859, 0x5c495c4b, 0x4b5c495c, // 0274h 2715 0x3a3d3d3c, 0x3d3d3d3d, 0x2a29293e, 0x3d3e292a, 2716 0x12121212, 0x3a3e3e2a, 0x12120303, 0x292a1212, 2717 0x12121212, 0x3e3e2a12, 0x12121212, 0x3728292a, 2718 0x59493859, 0x68585848, 0x4949494b, 0x58685638, // 0275h 2719 0x4838363d, 0x68595757, 0x493a3d3a, 0x59594949, 2720 0x3d4b4b3d, 0x4b3a3b3d, 0x3e29292a, 0x3a3d3d3d, 2721 0x3a3b3e3e, 0x38394949, 0x33594936, 0x47474747, 2722 0x47565656, 0x58685647, 0x58584847, 0x57686868, // 0276h 2723 0x78585858, 0x8d778181, 0x8c8c8382, 0x96a49697, 2724 0x96979696, 0xb5b5b5a3, 0x969696a3, 0xb6b6b5a3, 2725 0xb5b5b596, 0xc5b8a4a4, 0xb5b6b5b6, 0xb8b8b8b6, 2726 0x76695857, 0x96828282, 0x81817667, 0x97828181, // 0277h 2727 0x8d969783, 0x9696978c, 0xb5a3a396, 0x96a3b5b6, 2728 0xb8b6b7b7, 0xb8b6b6b6, 0xc5c5c5c5, 0xd1c7d0c5, 2729 0xc5c5c6c6, 0xd0cfcfc6, 0xb6b6b7b7, 0xc5b6b6b6, 2730 0xb6b5b5a3, 0x96a3b5b5, 0xa4a3a396, 0x78818c97, // 0278h 2731 0x96a396a3, 0x82828c97, 0xb5a39696, 0xb6c5b5a3, 2732 0xd0cfc6b8, 0xd0d0d0d0, 0xc7c7c7c7, 0xd2d2d2d2, 2733 0xd0d0cfd0, 0xcfd0d0d0, 0xc6c6cfb8, 0xb5b6b6b6, 2734 0x76788197, 0x48586767, 0x76768181, 0x81817676, // 0279h 2735 0x96969682, 0xa3a396a4, 0xc6c5b6c5, 0xb7c6c6c6, 2736 0xc6c6cfcf, 0xb5b6b6c5, 0xd0d0d0c7, 0xa3b5b8a6, 2737 0xc6cfcfcf, 0xb5c5c5c6, 0xb8b5b7b8, 0xc5c6b8b6, 2738 0x56483848, 0x67766768, 0x58586776, 0x67767667, // 027ah 2739 0x838c96a3, 0x76767877, 0x96a3a3b5, 0x8182828c, 2740 0x979696a3, 0x96a39697, 0xa3a3a396, 0xb6b7a496, 2741 0xa3a3a3b5, 0xa3a3a396, 0xb6b6c5c5, 0xa3b6b6b6, 2742 0x856b6767, 0x85858685, 0x67676868, 0x7a7a7976, // 027bh 2743 0x57566867, 0x33333347, 0x48576876, 0x38484747, 2744 0x8c8297a3, 0x69818282, 0xa3b6b6b6, 0x8c8d9696, 2745 0xa4a3b6b5, 0x97979796, 0x76818c96, 0x68676776, 2746 0x857a5086, 0x51507a7a, 0x50515050, 0x507a5185, // 027ch 2747 0x58574849, 0x4757595a, 0x76675738, 0x57566867, 2748 0x76767669, 0x67685876, 0x6981828c, 0x58685858, 2749 0x818c8c8c, 0x68677681, 0x47474756, 0x31323333, 2750 0x51515151, 0x68586a50, 0x56585a6c, 0x48474747, // 027dh 2751 0x48565647, 0x48473333, 0x56564848, 0x38383347, 2752 0x48686768, 0x47474756, 0x56686768, 0x32334756, 2753 0x32333347, 0x191a2321, 0x341f2532, 0x1f31211f, 2754 0x48575867, 0x47473848, 0x48575756, 0x68684757, // 027eh 2755 0x48484747, 0x48384748, 0x47474738, 0x47334747, 2756 0x33334747, 0x1f323435, 0x34311f33, 0x1a232334, 2757 0x1a1a201a, 0x0f10100f, 0x1a192021, 0x1a1a0f0f, 2758 0x4b363533, 0x334c3f4c, 0x4c4a4756, 0x324c3f4c, // 027fh 2759 0x4c5b4847, 0x474a4f4d, 0x5b5b4856, 0x33484f4d, 2760 0x4c4a361e, 0x31354d4d, 0x4b3b1b1a, 0x32344b3f, 2761 0x3d3a3b1a, 0x201e3c3f, 0x3f493b1b, 0x22343c4c, 2762 0x31334733, 0x271b1b24, 0x101a3538, 0x3e282929, // 0280h 2763 0x281b3733, 0x1b28291b, 0x101b2734, 0x27281b1b, 2764 0x361e321f, 0x1a241e32, 0x32323432, 0x1b1a3434, 2765 0x261b1b1a, 0x1b1b2735, 0x24243723, 0x1a1b2336, 2766 0x3936363b, 0x3d3b3d28, 0x2728283e, 0x49233b3b, // 0281h 2767 0x1b1b1b1b, 0x27242727, 0x1a262323, 0x35372324, 2768 0x1b271b1b, 0x1e242727, 0x24201a1a, 0x1a1b1b1a, 2769 0x0f0f0f08, 0x10100f10, 0x3734231a, 0x3b272132, 2770 0x283b3d3d, 0x28282828, 0x34383933, 0x1b1b2423, // 0282h 2771 0x32343727, 0x31323332, 0x33333231, 0x47564747, 2772 0x33321f32, 0x23213232, 0x10100f1b, 0x3423240f, 2773 0x11111128, 0x1a101011, 0x101b1b1a, 0x10101028, 2774 0x283b3d3b, 0x273b273b, 0x1b27271b, 0x1b1b1b3b, // 0283h 2775 0x321f2323, 0x35363533, 0x31323347, 0x68473335, 2776 0x23232023, 0x3333341e, 0x3334201e, 0x34323333, 2777 0x1f1e201b, 0x32323332, 0x1a1b0f10, 0x32342019, 2778 0x33384937, 0x38474738, 0x23271b0f, 0x33333232, // 0284h 2779 0x34231e34, 0x56473333, 0x33474747, 0x33333233, 2780 0x21323333, 0x21353235, 0x1a232321, 0x1a241a1a, 2781 0x21232332, 0x1a232020, 0x32323232, 0x31321e34, 2782 0x56474733, 0x5a575756, 0x57483833, 0x57574a48, // 0285h 2783 0x67676756, 0x48565869, 0x47474733, 0x33333333, 2784 0x1a1a2322, 0x1a1b0e19, 0x281b1a1b, 0x20241b1b, 2785 0x3a23241b, 0x0810283a, 0x0f19201e, 0x1010100f, 2786 0x68575648, 0x38485656, 0x56565757, 0x56575868, // 0286h 2787 0x56473333, 0x47564756, 0x32323132, 0x1f1f3232, 2788 0x23323423, 0x32232424, 0x231f3434, 0x1a1b0f1a, 2789 0x1b271b10, 0x1a100f1b, 0x101b1b08, 0x23241b10, 2790 0x57564847, 0x68565757, 0x68685656, 0x47565668, // 0287h 2791 0x47485656, 0x47333833, 0x21311f34, 0x231e3123, 2792 0x201e3233, 0x1b1b1a1b, 0x2724241a, 0x1b1b233a, 2793 0x23230f1b, 0x1b1b1a24, 0x0f101b23, 0x1b0f1b10, 2794 0x69766a58, 0x56486869, 0x48383838, 0x35575656, // 0288h 2795 0x33333347, 0x35334747, 0x34232320, 0x1f343232, 2796 0x1b101010, 0x3321211e, 0x1b0f101b, 0x47321e1a, 2797 0x33232320, 0x47564733, 0x31231a1a, 0x33473333, 2798 0x68685647, 0x67676767, 0x68473535, 0x67767769, // 0289h 2799 0x57484738, 0x67685757, 0x47474733, 0x56474747, 2800 0x47565647, 0x56484733, 0x82816768, 0x57697676, 2801 0x76564747, 0x69676776, 0x67474833, 0x81766776, 2802 0x68585868, 0x585a5858, 0x76676767, 0x585a5867, // 028ah 2803 0x82766767, 0x76828282, 0x69585756, 0x97978c76, 2804 0x69585868, 0x978c8281, 0x81696958, 0x67677682, 2805 0x82828176, 0x81828383, 0x9796978c, 0x8c969696, 2806 0x69696a58, 0x82787878, 0x76766958, 0x67586776, // 028bh 2807 0x82818176, 0x81768181, 0x97979797, 0x8c979696, 2808 0x82828182, 0x77778c8c, 0x82816767, 0x828c8282, 2809 0x76767676, 0x76767676, 0x8181818c, 0x76828181, 2810 0x8c969697, 0x97978c82, 0x76767676, 0x968c7778, // 028ch 2811 0x76767681, 0x81787676, 0x82828181, 0x76818182, 2812 0x76766778, 0x81767676, 0x7681828c, 0x76676767, 2813 0x81767676, 0x81817781, 0x81767678, 0x828c8c82, 2814 0x96979697, 0x97969796, 0xb6b5b596, 0xa3b5b5b5, // 028dh 2815 0x8c828181, 0x98979797, 0x58697676, 0x77786758, 2816 0x57586776, 0x76695857, 0x69817676, 0x58585858, 2817 0x58788181, 0x76675858, 0x57677681, 0x76766768, 2818 0x8c8c8c97, 0x9797978c, 0x828c8c96, 0x8c8c978c, // 028eh 2819 0x8d98988d, 0x76777783, 0x9797978c, 0x6776828c, 2820 0x81817676, 0x76768182, 0x574a5769, 0x67676858, 2821 0x58697676, 0x57575758, 0x76766767, 0x56687676, 2822 0x76828282, 0x47565867, 0x58696781, 0x56686858, // 028fh 2823 0x56565876, 0x33475656, 0x33475668, 0x1e213432, 2824 0x56685858, 0x47565656, 0x67676767, 0x47565658, 2825 0x67575656, 0x57686867, 0x56565656, 0x76676868, 2826 0x49484747, 0x3a373639, 0x32475656, 0x23202321, // 0290h 2827 0x21232334, 0x101a2423, 0x35321e23, 0x3b343634, 2828 0x21313233, 0x26202023, 0x1e323347, 0x20202023, 2829 0x35484857, 0x35353435, 0x67678181, 0x47473857, 2830 0x1129283d, 0x29111111, 0x1b1b1b27, 0x3a3d3b28, // 0291h 2831 0x283e1b10, 0x0e1b2828, 0x233b3a3b, 0x241a1b3b, 2832 0x321f321e, 0x23233432, 0x1e201919, 0x3332321e, 2833 0x33323333, 0x33323232, 0x33334733, 0x21313235, 2834 0x11292929, 0x2a12122a, 0x29293e3b, 0x3e3e3d28, // 0292h 2835 0x3e3b1b1b, 0x3b3b3a3b, 0x1e1e2427, 0x36361f1f, 2836 0x34232023, 0x33333335, 0x47474747, 0x33334747, 2837 0x57484747, 0x68565647, 0x33393835, 0x67684848, 2838 0x122a122a, 0x28292912, 0x112a3e29, 0x28102929, // 0293h 2839 0x3d3d3e3e, 0x29292928, 0x3137363b, 0x34271a23, 2840 0x67565647, 0x47565656, 0x47473347, 0x31353333, 2841 0x56685656, 0x47474756, 0x56565656, 0x56564756, 2842 0x36273e29, 0x32494b36, 0x473a2829, 0x56566856, // 0294h 2843 0x363a2710, 0x33343332, 0x47564739, 0x47474747, 2844 0x47565647, 0x33474747, 0x1f343223, 0x56564735, 2845 0x32334733, 0x33333333, 0x67817667, 0x4a485668, 2846 0x33323232, 0x48333333, 0x56565656, 0x33474768, // 0295h 2847 0x48565647, 0x38383535, 0x25353347, 0x56483535, 2848 0x33333333, 0x32341f32, 0x56565667, 0x35232133, 2849 0x38333835, 0x57574738, 0x68575748, 0x81786758, 2850 0x9696978c, 0x81829796, 0x82827781, 0x67768182, // 0296h 2851 0x67677676, 0x68686768, 0x47566847, 0x35335647, 2852 0x33335633, 0x47473333, 0x33333233, 0x33334733, 2853 0x33342321, 0x33334732, 0x20191919, 0x321f2023, 2854 0xa3978c82, 0x838c97a3, 0x56565768, 0x56686867, // 0297h 2855 0x58483856, 0x67676758, 0x47333435, 0x33474747, 2856 0x32343348, 0x21323334, 0x35343347, 0x1f341e34, 2857 0x33323232, 0x1a201f33, 0x201f3231, 0x080f0f19, 2858 0x98968d83, 0xb5a39697, 0x76765856, 0x96978c81, // 0298h 2859 0x67676858, 0x56475668, 0x1e213233, 0x33333232, 2860 0x321e1e1f, 0x4747321f, 0x0f1a2020, 0x0e0f0f0f, 2861 0x0f0f0f0f, 0x08080808, 0x100f0808, 0x08080808, 2862 0xb5b5b6b6, 0xb7b6b6b6, 0x978c9796, 0xa3a39696, // 0299h 2863 0x69696957, 0x76677676, 0x33333333, 0x67676757, 2864 0x23353233, 0x1a191e20, 0x1a0f1919, 0x0e0e0e1a, 2865 0x0e0e0f0f, 0x19191a0e, 0x0f0f0f08, 0x190e190f, 2866 0x8c8c97a4, 0x7782838d, 0x56768282, 0x33333847, // 029ah 2867 0x68677681, 0x20223538, 0x56686867, 0x1e1e3247, 2868 0x20201a1a, 0x1e192020, 0x0e0f0f0e, 0x1e1a0e1a, 2869 0x200f2019, 0x0e0e0f20, 0x1a0f0e19, 0x08080f0e, 2870 0x33476876, 0x56685647, 0x32323333, 0x3332211f, // 029bh 2871 0x1f1f1e1e, 0x20191920, 0x20231e1f, 0x190e0e19, 2872 0x201f3131, 0x201a0e19, 0x3232341f, 0x1919201e, 2873 0x0e0e0e0e, 0x19201920, 0x20190e0f, 0x1a1a2020, 2874 0x47323433, 0x1e323333, 0x32323232, 0x47333432, // 029ch 2875 0x1e1e1f1e, 0x4733211e, 0x3231201a, 0x35353535, 2876 0x32352120, 0x33474733, 0x33332123, 0x211e1e32, 2877 0x200e0e0f, 0x19191f1f, 0x20201919, 0x0f0f0f0e, 2878 0x56333425, 0x32333347, 0x67676757, 0x57676767, // 029dh 2879 0x67766768, 0x33566767, 0x47474747, 0x1e323347, 2880 0x33323347, 0x1f323233, 0x1e333232, 0x080f0f20, 2881 0x321f2019, 0x101b1f32, 0x24242424, 0x0810191a, 2882 0x1f323333, 0x3332321f, 0x32333347, 0x201e1f1f, // 029eh 2883 0x0e0f1a21, 0x1010080f, 0x100f1a23, 0x12071110, 2884 0x101b241e, 0x12111110, 0x06080808, 0x07070606, 2885 0x07071108, 0x12040307, 0x06070608, 0x12121206, 2886 0x4b4b4948, 0x1010083e, 0x3e3e3e24, 0x07070629, // 029fh 2887 0x2a4e2a11, 0x07071212, 0x12121212, 0x12070707, 2888 0x03040412, 0x03030303, 0x03040404, 0x03030303, 2889 0x03030412, 0x01030103, 0x03030304, 0x01010103, 2890 0x11292911, 0x08080811, 0x03030707, 0x11120707, // 02a0h 2891 0x07070707, 0x07070707, 0x12070712, 0x03031203, 2892 0x03070707, 0x07071207, 0x03030303, 0x03030303, 2893 0x01010101, 0x01030303, 0x03030301, 0x01030303, 2894 0x29291111, 0x23271b1b, 0x29291129, 0x11291111, // 02a1h 2895 0x11120707, 0x07060612, 0x03070303, 0x12070707, 2896 0x01030303, 0x03010101, 0x03030303, 0x01010101, 2897 0x03030301, 0x01030303, 0x03010301, 0x03030303, 2898 0x1a212123, 0x101b1b1a, 0x08081010, 0x10080808, // 02a2h 2899 0x11111111, 0x29111106, 0x11120712, 0x11111112, 2900 0x07030301, 0x12070707, 0x03030101, 0x03030307, 2901 0x03030301, 0x07070707, 0x03030303, 0x03030303, 2902 0x1a1b1a0f, 0x23231a1a, 0x0e0f1a1b, 0x1a1a1a1a, // 02a3h 2903 0x21242828, 0x1a1b2323, 0x10111111, 0x08101b1b, 2904 0x08111211, 0x101b1a1b, 0x11111107, 0x06061108, 2905 0x03030303, 0x03120703, 0x03030301, 0x01030301, 2906 0x20201e1e, 0x1b201a19, 0x20242419, 0x1a0f0f1a, // 02a4h 2907 0x3134241a, 0x231e311e, 0x08060808, 0x08101008, 2908 0x11111010, 0x11111108, 0x07070606, 0x07070707, 2909 0x01030303, 0x03030303, 0x01010103, 0x01010101, 2910 0x0e0e1a1a, 0x10101b0f, 0x1a232320, 0x0f080f0f, // 02a5h 2911 0x27373434, 0x0f1b1a23, 0x10080810, 0x11101b0f, 2912 0x07060606, 0x07122911, 0x07070707, 0x03030303, 2913 0x03030703, 0x01010101, 0x01010103, 0x01010101, 2914 0x08080810, 0x10100808, 0x1108080f, 0x06080606, // 02a6h 2915 0x08081010, 0x11111111, 0x07110611, 0x07121212, 2916 0x03030303, 0x07070707, 0x07030712, 0x07070703, 2917 0x03070303, 0x11070703, 0x03010301, 0x06070707, 2918 0x10081010, 0x0f080811, 0x12111111, 0x1a100811, // 02a7h 2919 0x06070707, 0x200f0806, 0x06060707, 0x200e0808, 2920 0x11060607, 0x331e1b08, 0x08110606, 0x1e241a19, 2921 0x08080810, 0x200e0f0f, 0x21101106, 0x20201e1e, 2922 0x3332311a, 0x56564747, 0x211e231a, 0x81676833, // 02a8h 2923 0x3534201e, 0x76766747, 0x48483223, 0x67696856, 2924 0x33333333, 0x8c816757, 0x5656331e, 0x96828167, 2925 0x76674732, 0x67677681, 0x6768471f, 0x82828181, 2926 0x81686767, 0x97978c82, 0x83777881, 0x8c8c8d83, // 02a9h 2927 0x69696969, 0x978c8278, 0x82817676, 0xb7b7a497, 2928 0xa3979797, 0xb6b8a4a3, 0xa396a396, 0x8c9797a3, 2929 0x8c818176, 0xa4a4968c, 0x968c978c, 0xc5b6a396, 2930 0xa3969797, 0x98a4a496, 0x96a39697, 0xa3a396a3, // 02aah 2931 0x96969696, 0xa3a3a3a3, 0xb5b6b6a4, 0x969696a3, 2932 0xa3b5b5b5, 0x96a3b5a3, 0xb7a3a397, 0x9999a4a4, 2933 0xb6b6b6b7, 0xb5b6c5c5, 0xc6b6b8c5, 0xb8c6b8b8, 2934 0x82838c98, 0x83838282, 0x978d98a3, 0x828c828c, // 02abh 2935 0x96979797, 0x82828c97, 0xa3a3a396, 0x9696b5b5, 2936 0xb5b5a3a3, 0x9696a3b5, 0xa3a39696, 0xb7b5a3a3, 2937 0xc6c5b6b7, 0xb6b6c5c5, 0xcfc6cfc6, 0xb5c5c6c6, 2938 0x8c8c8282, 0x81828c8c, 0x988c8c8c, 0x96a39698, // 02ach 2939 0xa396978c, 0x979696a3, 0x96969797, 0x8d979696, 2940 0xa3969696, 0x96a3a3a3, 0xb5b5b6b6, 0x969696a3, 2941 0x99a5b8b8, 0x81818298, 0x9796b5b5, 0x56566983, 2942 0x58676976, 0x56484868, 0x8c979796, 0x56576981, // 02adh 2943 0x978c8282, 0x828c9696, 0x78787979, 0x81827781, 2944 0x82818182, 0x81828282, 0x68678297, 0x56565668, 2945 0x76828c82, 0x68676767, 0x68676856, 0x33476868, 2946 0x76768167, 0x81817676, 0x76817658, 0x68675867, // 02aeh 2947 0x68696781, 0x47475648, 0x47566781, 0x33343333, 2948 0x56677676, 0x32353533, 0x33335668, 0x47334747, 2949 0x56474756, 0x57586867, 0x56474747, 0x76676856, 2950 0x68686776, 0x76767667, 0x67686856, 0x67767676, // 02afh 2951 0x56565647, 0x8c766768, 0x56473332, 0x8d828167, 2952 0x56473335, 0x8c816768, 0x67564757, 0x8c828276, 2953 0xa38c7858, 0xa3b5a3b5, 0x8c8c8c81, 0xa496978d, 2954 0x58676776, 0x58586867, 0x82828176, 0x67586981, // 02b0h 2955 0x9696968c, 0x9999a4a4, 0xb5a3a498, 0xb7b8b7b7, 2956 0xc5b6b596, 0xb6c6c6c6, 0xc6c6b896, 0xcfc6c6cf, 2957 0xb7b7a3a3, 0xd0cfc6b8, 0xa3a3b6b5, 0xb6b5b7b6, 2958 0x67676856, 0x56566868, 0x68686767, 0x56686868, // 02b1h 2959 0x81828c97, 0x58696967, 0xb6b6b7b7, 0x96a3b5b8, 2960 0xc6b8c5b6, 0xa4a5a6a6, 0xd0d0cfcf, 0xb8c6c6d0, 2961 0xd0cfcfd0, 0xc6c6a5a6, 0x9696a3b5, 0xb7b7a3a3, 2962 0x34324747, 0x67483535, 0x47474756, 0x56575648, // 02b2h 2963 0x97978278, 0x56587682, 0x8182818c, 0x8c828c82, 2964 0x8c9796a3, 0x76768181, 0xa3b7a5b8, 0x8c969696, 2965 0xa4b8a5a6, 0x9796b5a4, 0xa3b7b7b6, 0x818c9696, 2966 0x77828176, 0x58586776, 0x82817667, 0x76787877, // 02b3h 2967 0x77817667, 0x82817678, 0x81828c8c, 0x81766767, 2968 0x76766767, 0x76767676, 0x56678182, 0x67565656, 2969 0x81818296, 0x56474767, 0x76767676, 0x47566867, 2970 0x56566868, 0x67685647, 0x828c8c82, 0x81676777, // 02b4h 2971 0x96969697, 0xa4a49696, 0xa3978282, 0xc5c5c5b6, 2972 0x8c827676, 0x96969782, 0x82827667, 0x96988d77, 2973 0x67766767, 0xb5968376, 0x68685647, 0x69675667, 2974 0x83817676, 0x96979697, 0x96968c8c, 0xb8b8b7a3, // 02b5h 2975 0xc5c5b8a4, 0xc7d0cfc5, 0xcfc6c6c5, 0xd2c7d0cf, 2976 0xc5c5c5b5, 0xcfc6c5c5, 0xb5b5b7b7, 0xc6c5b5b5, 2977 0x828d96a4, 0x98978c82, 0x56575769, 0x56685657, 2978 0x1f1f1f1f, 0x080f0e20, 0x19192032, 0x080f0e0e, // 02b6h 2979 0x191f3232, 0x0e0e1919, 0x0f0f1919, 0x0f080f0f, 2980 0x0f0e0f08, 0x0f08080f, 0x08080606, 0x08080606, 2981 0x08060606, 0x08080f0f, 0x3f1c1c09, 0x0909091c, 2982 0x0f0e0808, 0x0f080f0f, 0x0e080808, 0x19200e0e, // 02b7h 2983 0x0e0e0e20, 0x20190e0e, 0x0f080f0f, 0x0e0e0f0f, 2984 0x080f0f0f, 0x0f08080f, 0x080f1a08, 0x080f0f0f, 2985 0x08080808, 0x08080808, 0x1c1c1c09, 0x0909091c, 2986 0x08080f0f, 0x0f0e0f08, 0x19232019, 0x1e19191a, // 02b8h 2987 0x33331f1f, 0x341f1f32, 0x1a0e0e0e, 0x1e1f1e1a, 2988 0x0f0f0f0f, 0x1e1e190e, 0x1a1a0f08, 0x0f0f1a0f, 2989 0x07070706, 0x06060707, 0x04040904, 0x09090909, 2990 0x0e0f0f0f, 0x1e201e20, 0x2020231e, 0x201e1e1e, // 02b9h 2991 0x47473331, 0x47333333, 0x331e1e20, 0x68676756, 2992 0x23231f20, 0x0e201e32, 0x0f0f0e0e, 0x0808080f, 2993 0x08080606, 0x08080808, 0x09090909, 0x09090909, 2994 0x33322320, 0x19201e32, 0x341e1919, 0x1a201e22, // 02bah 2995 0x231e3233, 0x32321e20, 0x33333247, 0x19233232, 2996 0x0f0f0f0f, 0x190e1919, 0x0f080808, 0x2020190f, 2997 0x06080806, 0x0f080808, 0x091c0909, 0x09090909, 2998 0x1a242419, 0x0f08080f, 0x080f0f1a, 0x08080806, // 02bbh 2999 0x080f0e1a, 0x10080f08, 0x2020190e, 0x080f2020, 3000 0x19201919, 0x08080f19, 0x19191920, 0x0808080f, 3001 0x0f0f0f0f, 0x0606080f, 0x09090909, 0x09090909, 3002 0x1a1a0f1a, 0x0f1a190f, 0x0808080f, 0x0f100e10, // 02bch 3003 0x0f0f0f08, 0x0f0f0f0f, 0x0f0f0f0f, 0x0808080f, 3004 0x080f0f0f, 0x06060606, 0x0f0f1008, 0x06060808, 3005 0x0f080808, 0x0808080f, 0x09090909, 0x09090909, 3006 0x08080808, 0x11081010, 0x08080808, 0x11081008, // 02bdh 3007 0x0806080f, 0x28100808, 0x08080808, 0x0808080f, 3008 0x0f080806, 0x08080f0e, 0x08080806, 0x08080808, 3009 0x08080606, 0x06080808, 0x091c0909, 0x09090909, 3010 0x11060606, 0x04121211, 0x11111111, 0x2a2a2a2a, // 02beh 3011 0x06111010, 0x07041112, 0x100f0808, 0x062a2910, 3012 0x28100808, 0x06072a29, 0x290f1008, 0x07060611, 3013 0x12060606, 0x06080806, 0x09040909, 0x09090909, 3014 0x07070704, 0x03070707, 0x06061112, 0x07070607, // 02bfh 3015 0x07070706, 0x06060707, 0x06060706, 0x07070707, 3016 0x07070607, 0x03030707, 0x07070706, 0x07070307, 3017 0x03030606, 0x01030103, 0x09090909, 0x04040909, 3018 0x03030303, 0x03030707, 0x12070707, 0x03070712, // 02c0h 3019 0x07070707, 0x03030307, 0x03030707, 0x01030303, 3020 0x03070303, 0x01010303, 0x01010307, 0x01010101, 3021 0x03030103, 0x01010103, 0x04040404, 0x00040404, 3022 0x03030303, 0x03030303, 0x03030303, 0x03030303, // 02c1h 3023 0x01010101, 0x01010101, 0x01010101, 0x01010101, 3024 0x01030303, 0x01010101, 0x01010101, 0x01010101, 3025 0x01010101, 0x01010101, 0x00000000, 0x00000000, 3026 0x03030303, 0x01010303, 0x01030303, 0x01010101, // 02c2h 3027 0x01010101, 0x03030301, 0x01010101, 0x01010101, 3028 0x01010101, 0x03010101, 0x01010101, 0x01030301, 3029 0x01010101, 0x01010101, 0x00000000, 0x00000000, 3030 0x01010101, 0x01010101, 0x03030301, 0x03010303, // 02c3h 3031 0x03030103, 0x03030307, 0x03030303, 0x03030303, 3032 0x03030301, 0x07111207, 0x01010101, 0x03030303, 3033 0x01010101, 0x07030301, 0x04040000, 0x00000400, 3034 0x01030103, 0x01010101, 0x03030303, 0x01010101, // 02c4h 3035 0x03030303, 0x01010103, 0x01010103, 0x12030101, 3036 0x03030307, 0x03030303, 0x07030307, 0x03070707, 3037 0x07070707, 0x07070706, 0x09090404, 0x09090909, 3038 0x01010101, 0x03010101, 0x01010101, 0x03010101, // 02c5h 3039 0x01010101, 0x03030101, 0x03120303, 0x03030707, 3040 0x07030703, 0x06060707, 0x03030303, 0x06060607, 3041 0x06060707, 0x08060606, 0x09090909, 0x09090909, 3042 0x03030103, 0x06060607, 0x07030303, 0x08060606, // 02c6h 3043 0x07070703, 0x06070703, 0x07070303, 0x08060607, 3044 0x06060606, 0x08080806, 0x06060608, 0x08080608, 3045 0x08080806, 0x080f0808, 0x09090909, 0x1c090909, 3046 0x0f080806, 0x1a0f0e0e, 0x0f0f0808, 0x1a1a190e, // 02c7h 3047 0x0f080f0f, 0x341a191a, 0x08080f10, 0x1e0e0f0f, 3048 0x1e1e230f, 0x190e0e19, 0x0e0f0808, 0x2323200e, 3049 0x0e080808, 0x1e1e190e, 0x1c1c1c09, 0x3f1c1c1c, 3050 0x341f201a, 0x81675633, 0x47323222, 0x8c817668, // 02c8h 3051 0x82765647, 0xa3969782, 0x76683332, 0x968d8381, 3052 0x6856471e, 0x82676768, 0x67565633, 0x968c8176, 3053 0x6747331f, 0x8c828181, 0x8551502b, 0x50508551, 3054 0xa396978c, 0xd0c6b8a4, 0xb7a4a496, 0xd0c6b8c5, // 02c9h 3055 0xb8b8b7b8, 0xc7d0cfc5, 0xc5c5b7b5, 0xc7d0cfc6, 3056 0xc6c5a396, 0xc7d0cfcf, 0xb5b5b5a3, 0xd0c6b8b6, 3057 0x978c8282, 0x96a3a396, 0xa68f8585, 0x8f8fa6a6, 3058 0xd3d2d3d2, 0xc7d1c7d2, 0xd2d2d1c7, 0xd1d1d2d2, // 02cah 3059 0xd8d3d2d1, 0xd3d4d9d8, 0xd2d1d1d1, 0xc7c7d1d2, 3060 0xd4d4d1c7, 0xcfc7d2d3, 0xc7d1d0d0, 0xc7d1d2d1, 3061 0xb6b5b5a3, 0xc6c6c6c5, 0x8f8f8f8f, 0xa6a6a68f, 3062 0xd0d0d0d0, 0xc6c6cfcf, 0xd1c7c7d1, 0xcfcfcfd0, // 02cbh 3063 0xd1c7c7d1, 0xc7c7c7d1, 0xd3d1c7d0, 0xd1d1d1d2, 3064 0xd0d0cfc6, 0xd0d0d0c7, 0xc6c6cfcf, 0xc6c5c6c5, 3065 0xa3a3b8b8, 0xb5b5a396, 0x858fa6a6, 0x8f8f8f8f, 3066 0xa3b6c5c5, 0x67818282, 0xb6c5c6c5, 0x768c96a3, // 02cch 3067 0xc6cfd0d0, 0x7683a3b5, 0xc5cfd0c7, 0xa3b6b6b6, 3068 0xc6d0d0d0, 0xb5b6b6c5, 0xb6b6c6c6, 0x96b5a4b5, 3069 0xa3a3a3a3, 0xb7b5b5b5, 0x8f858685, 0xa68f8f8f, 3070 0x32565656, 0x33213234, 0x1f354767, 0x1e1e241e, // 02cdh 3071 0x56686781, 0x33321e32, 0x76828c97, 0x32334756, 3072 0x68818296, 0x67766756, 0x8c978c8c, 0x818c9797, 3073 0x96a3b5b5, 0x978c9796, 0x8fa6a6a6, 0xa6a68f8f, 3074 0x33333333, 0x81676857, 0x4733321e, 0x81676756, // 02ceh 3075 0x47565633, 0x76766847, 0x67676747, 0x83818181, 3076 0x56475667, 0x81767668, 0x47564767, 0x67767656, 3077 0x97969797, 0x8282828c, 0xd0cfa6cf, 0x8fa6a6a6, 3078 0x988d8381, 0x9696a396, 0xb6b5968c, 0x97a3b5b5, // 02cfh 3079 0xb5969682, 0x8ca3b5b5, 0xb5a39797, 0x8c96b6b6, 3080 0x96978281, 0x979796a3, 0x81767676, 0x82828281, 3081 0x97968282, 0x76768282, 0x8f8f8f8f, 0x858f8f8f, 3082 0x82818c97, 0x9696968c, 0x8182818c, 0x82818282, // 02d0h 3083 0x8c828182, 0x67768282, 0x968c8c97, 0x81828c97, 3084 0x8c8c8c8c, 0x68768181, 0x67768181, 0x56566767, 3085 0x67677676, 0x47475656, 0x51508586, 0x4f505051, 3086 0x968c9696, 0xa3969696, 0x978c8c82, 0xa496968c, // 02d1h 3087 0x968c8167, 0xa4a499a4, 0x81766767, 0xa496988c, 3088 0x56575656, 0x82676756, 0x33565668, 0x47473333, 3089 0x47476856, 0x1e324756, 0x2b3f2b4f, 0x3f1c3f50, 3090 0x969899a3, 0x978c8c96, 0xa3a3b7b7, 0xb5b7b7b7, // 02d2h 3091 0x979797a3, 0xa3a3b596, 0xa3a3a4a4, 0x8c97a3a3, 3092 0x8297978d, 0x56677676, 0x47565656, 0x47565656, 3093 0x0f0e1920, 0x19201919, 0x1c1c1c1c, 0x1c3f1c1c, 3094 0x67818181, 0x33475668, 0x818c97b5, 0x56565667, // 02d3h 3095 0x67788296, 0x33333848, 0x33475676, 0x201f3234, 3096 0x19203347, 0x0e0e1919, 0x1e324756, 0x0f0f0e20, 3097 0x0e192019, 0x240e0e0e, 0x091c3f1c, 0x09090909, 3098 0x47565633, 0x68566856, 0x20202033, 0x56563323, // 02d4h 3099 0x1e313433, 0x321f1e20, 0x1a1e1e20, 0x0f0f0f0e, 3100 0x1a1a1919, 0x0f080810, 0x0608080f, 0x07070606, 3101 0x0606080f, 0x07070706, 0x09040909, 0x04040409, 3102 0x47476867, 0x32334747, 0x47686856, 0x22203133, // 02d5h 3103 0x47564733, 0x23233247, 0x1e201a1a, 0x0e201e20, 3104 0x0f0f0f0f, 0x0f0f0f0f, 0x06060606, 0x08080808, 3105 0x03030303, 0x06070707, 0x04040404, 0x04040404, 3106 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02d6h 3107 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3108 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3109 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3110 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02d7h 3111 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3112 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3113 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3114 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02d8h 3115 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3116 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3117 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3118 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02d9h 3119 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3120 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3121 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3122 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02dah 3123 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3124 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3125 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3126 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02dbh 3127 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3128 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3129 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3130 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02dch 3131 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3132 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3133 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3134 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02ddh 3135 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3136 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3137 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3138 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02deh 3139 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3140 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3141 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3142 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 02dfh 3143 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3144 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3145 0x00000000, 0x00000000, 0x00000000, 0x00000000 3146 }; 3147 3148 /* OBJ Character */ 3149 const unsigned int d_64_256_obj_schDT[16 * 256] = { 3150 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0000h 3151 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3152 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3153 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3154 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0001h 3155 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3156 0x00000000, 0x00000000, 0x00000000, 0x0f000000, 3157 0x00000000, 0x090d0000, 0x00000000, 0x0f0f0d0f, 3158 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0002h 3159 0x00000000, 0x01010000, 0x09000000, 0x0201010a, 3160 0x0f0e0d00, 0x0101010a, 0x090f0f0f, 0x1101010a, 3161 0x0a090f09, 0x11010101, 0x010a090f, 0x11010109, 3162 0x00000000, 0x00000000, 0x02010000, 0x04030302, // 0003h 3163 0x05020201, 0x04040403, 0x03050101, 0x06040404, 3164 0x04121110, 0x06060604, 0x17111016, 0x0b070603, 3165 0x1b111a1a, 0x0815171b, 0x17131b1b, 0x08080817, 3166 0x00000000, 0x00000000, 0x04030304, 0x00000304, // 0004h 3167 0x06070706, 0x06070706, 0x07060b04, 0x07070707, 3168 0x06151413, 0x06070b06, 0x0c080808, 0x18181318, 3169 0x0c180808, 0x18180c18, 0x0c18080c, 0x0c0c0c18, 3170 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0005h 3171 0x00000808, 0x00000000, 0x0b0c0b06, 0x00000006, 3172 0x0707060b, 0x00080b07, 0x07060c18, 0x13190b07, 3173 0x07060c18, 0x180b1c07, 0x0b0c1919, 0x1c060707, 3174 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0006h 3175 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3176 0x00000000, 0x00000000, 0x0000000c, 0x00000000, 3177 0x00000b06, 0x00000000, 0x0b0b0707, 0x00000000, 3178 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0007h 3179 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3180 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3181 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3182 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0008h 3183 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3184 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3185 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3186 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0009h 3187 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3188 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3189 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3190 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 000ah 3191 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3192 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3193 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3194 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 000bh 3195 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3196 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3197 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3198 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 000ch 3199 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3200 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3201 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3202 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 000dh 3203 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3204 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3205 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3206 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 000eh 3207 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3208 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3209 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3210 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 000fh 3211 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3212 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3213 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3214 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0010h 3215 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3216 0x00000000, 0x0d000000, 0x00000000, 0x23000000, 3217 0x00000000, 0x1d0e0000, 0x00000000, 0x0e0e0e00, 3218 0x1d000000, 0x0f090d0d, 0x0f0f0000, 0x0a0a0f0d, // 0011h 3219 0x1f0e0f00, 0x0a0a0d1d, 0x201d0e0f, 0x21090f0d, 3220 0x0f1d0e0f, 0x16200f0f, 0x0f0e0e20, 0x201f160d, 3221 0x0f090f0e, 0x161f2016, 0x0d0f090d, 0x1f1f0e1f, 3222 0x01010a0d, 0x1b020201, 0x0101010a, 0x03030502, // 0012h 3223 0x0201010a, 0x04030201, 0x01010a21, 0x04040111, 3224 0x11112121, 0x1317021b, 0x1a1a2121, 0x1b241b16, 3225 0x16090a09, 0x1b101b10, 0x1a020201, 0x151b1b1b, 3226 0x0604171b, 0x0c180c06, 0x0606171b, 0x180b0b06, // 0013h 3227 0x06041313, 0x0b0c180b, 0x0c0c130b, 0x0b0c0c0c, 3228 0x08150b17, 0x180c1813, 0x13041314, 0x19181308, 3229 0x0c0c141b, 0x19181813, 0x17141b15, 0x0c181808, 3230 0x180c0b0b, 0x190c0c0c, 0x0c0c070b, 0x070c0c0c, // 0014h 3231 0x0c181e07, 0x0707190c, 0x0c0c0b1e, 0x0722071e, 3232 0x19180c18, 0x1c220707, 0x1e190c0b, 0x1c1c0707, 3233 0x1c070707, 0x25071c07, 0x07070707, 0x1c1c0722, 3234 0x190c0c1e, 0x07070706, 0x1919191e, 0x19191e1e, // 0015h 3235 0x1e19191e, 0x1919191e, 0x1c1e1e1c, 0x1e19191e, 3236 0x221e1e1e, 0x1e1e1e22, 0x221c1c1c, 0x1c220722, 3237 0x221c1c25, 0x22222225, 0x22262525, 0x25252525, 3238 0x0707071c, 0x0000000b, 0x071c190c, 0x00000b06, // 0016h 3239 0x07061919, 0x000b061c, 0x1e1e1e1e, 0x0b0b0707, 3240 0x071e1e1e, 0x06060707, 0x07071e1c, 0x1c07071c, 3241 0x1e070722, 0x1c071e19, 0x1e1c2222, 0x0707070b, 3242 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0017h 3243 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3244 0x0000000c, 0x00000000, 0x00000006, 0x00000000, 3245 0x00000c0b, 0x00000000, 0x000c0b06, 0x00000000, 3246 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0018h 3247 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3248 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3249 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3250 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0019h 3251 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3252 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3253 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3254 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 001ah 3255 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3256 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3257 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3258 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 001bh 3259 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3260 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3261 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3262 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 001ch 3263 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3264 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3265 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3266 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 001dh 3267 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3268 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3269 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3270 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 001eh 3271 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3272 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3273 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3274 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 001fh 3275 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3276 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3277 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3278 0x00000000, 0x20200e00, 0x00000000, 0x200e0e1d, // 0020h 3279 0x00000000, 0x0d0e201d, 0x0e000000, 0x0e201f20, 3280 0x20000000, 0x0d0e0e0d, 0x20000000, 0x0f0f0d0e, 3281 0x1f200000, 0x0d0f0f20, 0x200e0000, 0x200d0e1d, 3282 0x1f0d090d, 0x0921211f, 0x2009090d, 0x0a211621, // 0021h 3283 0x0d09090f, 0x0a201f21, 0x0909090f, 0x090d0d0f, 3284 0x0f090f0f, 0x1f1a090f, 0x0a0f0f09, 0x110a0909, 3285 0x0a0d0d09, 0x01110a01, 0x0a210f0f, 0x0a090102, 3286 0x1a020502, 0x0b1b101b, 0x1a120505, 0x04131010, // 0022h 3287 0x11161103, 0x0404131a, 0x1111110a, 0x04060b1a, 3288 0x1a1b0a21, 0x0c03151b, 0x101b020a, 0x24111a10, 3289 0x1b120105, 0x0b171313, 0x1b110102, 0x0b131b15, 3290 0x0c141506, 0x19181819, 0x0c140b06, 0x07190c0b, // 0023h 3291 0x14140b06, 0x071c1e06, 0x08081904, 0x07070618, 3292 0x13142414, 0x07071813, 0x130c1414, 0x1c1e1918, 3293 0x0c040604, 0x0c180808, 0x14080b0b, 0x0c181808, 3294 0x221e1e1c, 0x221c1c1c, 0x221e191e, 0x25221c22, // 0024h 3295 0x221e191e, 0x25252225, 0x221e1919, 0x25221c22, 3296 0x1c1e1e07, 0x25221c07, 0x1e1e1c07, 0x221c1c1e, 3297 0x2207071e, 0x221c1c22, 0x1e19190c, 0x22221e1e, 3298 0x25252525, 0x25252626, 0x27272525, 0x22262627, // 0025h 3299 0x27272725, 0x22262727, 0x27272725, 0x22262727, 3300 0x27272725, 0x25252727, 0x27272525, 0x25252527, 3301 0x25252525, 0x25252525, 0x25252522, 0x25252525, 3302 0x07222222, 0x07070707, 0x22222222, 0x07070722, // 0026h 3303 0x22221c1c, 0x07071e07, 0x22071c1c, 0x190c0c19, 3304 0x1c071c22, 0x180c191e, 0x07222222, 0x180c1e1e, 3305 0x07070722, 0x18191c1e, 0x071c1c22, 0x191e1c07, 3306 0x000c0c1e, 0x00000000, 0x13131819, 0x00000000, // 0027h 3307 0x17180c06, 0x00000000, 0x14180b1e, 0x00000014, 3308 0x08130b0b, 0x00000014, 0x130c0b0b, 0x00000008, 3309 0x080c0b19, 0x00001308, 0x080c060b, 0x00001408, 3310 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0028h 3311 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3312 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3313 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3314 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0029h 3315 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3316 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3317 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3318 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 002ah 3319 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3320 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3321 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3322 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 002bh 3323 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3324 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3325 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3326 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 002ch 3327 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3328 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3329 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3330 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 002dh 3331 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3332 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3333 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3334 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 002eh 3335 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3336 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3337 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3338 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 002fh 3339 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3340 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3341 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3342 0x201d0000, 0x090f0e23, 0x201f0000, 0x090f0f20, // 0030h 3343 0x0d0d2000, 0x090f0f0d, 0x0d0d0e00, 0x090f0f0f, 3344 0x0d0d2000, 0x0f090f0d, 0x0d0e1d00, 0x0e090f0f, 3345 0x0e1d1d00, 0x200f0f0f, 0x1d1f2000, 0x0d0e0f0f, 3346 0x0f200d09, 0x02020202, 0x0f0e0d0a, 0x0201010a, // 0031h 3347 0x090f090a, 0x020a010a, 0x0d210d0f, 0x0502010a, 3348 0x1f1f231d, 0x0a0a0a20, 0x20201d23, 0x1f20161d, 3349 0x1f201d1d, 0x201f1d1d, 0x1f1f0e0e, 0x211d1f1f, 3350 0x1b111102, 0x1311241b, 0x11112112, 0x1b1b1110, // 0032h 3351 0x1a111b02, 0x141b1116, 0x10111103, 0x13150b13, 3352 0x15101a11, 0x04040404, 0x1b1a1a1f, 0x06040415, 3353 0x101a1a1a, 0x04040413, 0x1b112111, 0x24241b1b, 3354 0x14141b14, 0x190c0c13, 0x08131414, 0x18180c08, // 0033h 3355 0x08142414, 0x180c0b0c, 0x08131713, 0x0c0b070b, 3356 0x17131315, 0x0b06070b, 0x15241404, 0x080c0406, 3357 0x13141b0b, 0x0814130c, 0x1414241b, 0x13081314, 3358 0x1919190c, 0x25071e19, 0x190c1818, 0x22221e19, // 0034h 3359 0x19191813, 0x22221c19, 0x0c190c0c, 0x07220719, 3360 0x0b18180c, 0x07070706, 0x07190c18, 0x07070707, 3361 0x1e181813, 0x07070707, 0x180c1813, 0x07070618, 3362 0x25222222, 0x22252525, 0x22072222, 0x07222222, // 0035h 3363 0x22072222, 0x1e071e1c, 0x1c070707, 0x1e071c1e, 3364 0x07070707, 0x07070707, 0x07070707, 0x071e061e, 3365 0x07070707, 0x1c1e0b1e, 0x07070707, 0x1c1e0707, 3366 0x07071c07, 0x06061c07, 0x071e1e07, 0x06061c1c, // 0036h 3367 0x0719191e, 0x06061c06, 0x1e1e0619, 0x1c1c060b, 3368 0x180c0707, 0x06071c19, 0x18181e22, 0x06061c0c, 3369 0x18190707, 0x0606060c, 0x06060707, 0x06060604, 3370 0x0b06060b, 0x00001717, 0x0b0c0b0c, 0x00000403, // 0037h 3371 0x1914180b, 0x00130b04, 0x15170606, 0x00130c0c, 3372 0x0b0b0606, 0x00131b14, 0x06060606, 0x00041413, 3373 0x030b0606, 0x000b1413, 0x24241706, 0x000b1414, 3374 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0038h 3375 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3376 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3377 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3378 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0039h 3379 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3380 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3381 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3382 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 003ah 3383 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3384 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3385 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3386 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 003bh 3387 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3388 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3389 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3390 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 003ch 3391 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3392 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3393 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3394 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 003dh 3395 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3396 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3397 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3398 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 003eh 3399 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3400 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3401 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3402 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 003fh 3403 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3404 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3405 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3406 0x20200e00, 0x0f0d090f, 0x0e1d2000, 0x2021210f, // 0040h 3407 0x0d201d00, 0x1f0f0f0f, 0x0d0e2000, 0x0f090d0d, 3408 0x0d0d0e00, 0x090f0d0d, 0x0d0d0e00, 0x0f090f0f, 3409 0x0f0e0000, 0x1f0f0f0f, 0x20230000, 0x230e0f0f, 3410 0x1d0e0909, 0x11211f1d, 0x0d09090d, 0x090d200d, // 0041h 3411 0x0a0a0d1f, 0x020a090a, 0x0a09201f, 0x0201010a, 3412 0x09090d0e, 0x01020a0f, 0x0909090d, 0x020a0d0f, 3413 0x0a090f1d, 0x09200e0a, 0x090f0920, 0x161f210f, 3414 0x1b1b1a1a, 0x1b111010, 0x05151201, 0x17030117, // 0042h 3415 0x05030502, 0x04041701, 0x02010502, 0x04041717, 3416 0x05010101, 0x03151112, 0x02010102, 0x151b1112, 3417 0x17120a0a, 0x1b161202, 0x11111a1f, 0x12161112, 3418 0x1314141b, 0x08131313, 0x1314141b, 0x13140813, // 0043h 3419 0x24241013, 0x17241b1b, 0x13131504, 0x17241414, 3420 0x13130404, 0x04132413, 0x04040404, 0x04031703, 3421 0x04060404, 0x04040404, 0x04040604, 0x03030b04, 3422 0x0b060c08, 0x07070b0b, 0x0604060b, 0x0604060c, // 0044h 3423 0x0b040606, 0x0b0b0617, 0x0b040606, 0x0b040404, 3424 0x0b0b0406, 0x0b0b190b, 0x15030304, 0x0b15130b, 3425 0x03030304, 0x1b0b0b0b, 0x03030b0b, 0x240b0b03, 3426 0x071c061c, 0x06060707, 0x06060606, 0x06060606, // 0045h 3427 0x0606040b, 0x0c0b0404, 0x06060b0c, 0x170c0406, 3428 0x06040b03, 0x0404040b, 0x0b041513, 0x040b150b, 3429 0x0b040b1b, 0x15151503, 0x030b0414, 0x03170303, 3430 0x0606071c, 0x0b0b0b0b, 0x0604040b, 0x04030b0b, // 0046h 3431 0x0b040b15, 0x1504040b, 0x0b150b0b, 0x0b040603, 3432 0x0b17150b, 0x04040b04, 0x0b150b03, 0x04151503, 3433 0x15040404, 0x04030303, 0x15040404, 0x03121215, 3434 0x13241413, 0x00051b1b, 0x04131b17, 0x00151503, // 0047h 3435 0x040b1b17, 0x00171704, 0x13150b17, 0x00010117, 3436 0x10111504, 0x00010512, 0x10111504, 0x0001051b, 3437 0x11130504, 0x00000312, 0x13111703, 0x00000104, 3438 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0048h 3439 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3440 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3441 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3442 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0049h 3443 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3444 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3445 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3446 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 004ah 3447 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3448 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3449 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3450 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 004bh 3451 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3452 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3453 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3454 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 004ch 3455 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3456 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3457 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3458 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 004dh 3459 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3460 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3461 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3462 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 004eh 3463 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3464 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3465 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3466 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 004fh 3467 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3468 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3469 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3470 0x1d280000, 0x1d231d1d, 0x23280000, 0x0e231d1d, // 0050h 3471 0x20000000, 0x0f1d1d0e, 0x20000000, 0x090d0d0e, 3472 0x0e000000, 0x090f0e0d, 0x00000000, 0x0f0d200e, 3473 0x00000000, 0x0e0d0d0e, 0x00000000, 0x23200e00, 3474 0x200f0a0f, 0x0d201d1d, 0x0d0a0909, 0x011f1f20, // 0051h 3475 0x0a21200a, 0x0f0d0d0f, 0x0a1f0e09, 0x0f210f01, 3476 0x0a0a0e0d, 0x2020090a, 0x1d0d0d0d, 0x211d200e, 3477 0x231d1d1d, 0x0a1d231d, 0x23282323, 0x011f1f0f, 3478 0x1a1a1209, 0x03131111, 0x16120305, 0x121b101a, // 0052h 3479 0x21111209, 0x12161111, 0x1221090a, 0x1b160911, 3480 0x0101120f, 0x11161a01, 0x0212090a, 0x121a1101, 3481 0x1e180102, 0x120a1212, 0x14150202, 0x12091b16, 3482 0x03050303, 0x03031703, 0x0403171b, 0x15151504, // 0053h 3483 0x04030505, 0x17150304, 0x04030505, 0x03030304, 3484 0x03030502, 0x02020404, 0x03051201, 0x17050403, 3485 0x03051201, 0x05050303, 0x05021212, 0x02050305, 3486 0x15031515, 0x17171515, 0x03151b1b, 0x04040b15, // 0054h 3487 0x12101b17, 0x04040315, 0x1b130504, 0x03040312, 3488 0x03040101, 0x03030305, 0x0305171b, 0x05030303, 3489 0x03050502, 0x05030303, 0x03051212, 0x01050303, 3490 0x15050415, 0x04150517, 0x15151504, 0x04151512, // 0055h 3491 0x01050304, 0x04041513, 0x05150303, 0x04040305, 3492 0x05050503, 0x03040217, 0x05050502, 0x03030117, 3493 0x03011b02, 0x05030303, 0x03051112, 0x01050503, 3494 0x03040404, 0x17101715, 0x03040404, 0x121b1205, // 0056h 3495 0x05030304, 0x12020215, 0x05040403, 0x01121705, 3496 0x05030303, 0x01010205, 0x01050505, 0x1b05111a, 3497 0x1b030505, 0x12011111, 0x01121212, 0x01111205, 3498 0x031b1203, 0x00001205, 0x05111705, 0x00002111, // 0057h 3499 0x1b1b0205, 0x00000016, 0x11010502, 0x00000016, 3500 0x02011212, 0x00000012, 0x2912011b, 0x00000000, 3501 0x12120111, 0x00000000, 0x00091112, 0x00000000, 3502 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0058h 3503 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3504 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3505 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3506 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0059h 3507 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3508 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3509 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3510 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 005ah 3511 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3512 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3513 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3514 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 005bh 3515 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3516 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3517 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3518 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 005ch 3519 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3520 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3521 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3522 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 005dh 3523 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3524 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3525 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3526 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 005eh 3527 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3528 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3529 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3530 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 005fh 3531 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3532 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3533 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3534 0x00000000, 0x23281d00, 0x00000000, 0x23280000, // 0060h 3535 0x00000000, 0x23000000, 0x00000000, 0x23000000, 3536 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3537 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3538 0x1f231d23, 0x091d0f0e, 0x1f1d1d1d, 0x201d201f, // 0061h 3539 0x1d1d1d23, 0x20231d1d, 0x1d1d2323, 0x0e201f23, 3540 0x1f1d201d, 0x200f1d23, 0x1f1f2300, 0x1d0d1623, 3541 0x1f230000, 0x1d1d1f23, 0x1d000000, 0x1f1d1f1d, 3542 0x1f160a02, 0x1a16211d, 0x1f200e0a, 0x1f23231f, // 0062h 3543 0x1d0e0e0e, 0x1d1d1d1d, 0x1d1f1d1d, 0x1f1f1d1d, 3544 0x1d201d1d, 0x0d0f201f, 0x201d1d1d, 0x2902201d, 3545 0x1d0e2323, 0x090a0d23, 0x231d1d1f, 0x0f0a0a1d, 3546 0x031b1611, 0x05020503, 0x0112161f, 0x05052902, // 0063h 3547 0x12291a1f, 0x09010212, 0x09291220, 0x1f0d0a12, 3548 0x09290512, 0x0d1f110a, 0x29292929, 0x29090a01, 3549 0x29120a0a, 0x01292929, 0x2929090f, 0x01091229, 3550 0x05111f12, 0x12011205, 0x111f1105, 0x11011201, // 0064h 3551 0x1f1f1a09, 0x0a120511, 0x16211f1f, 0x01122911, 3552 0x09090a11, 0x0a290202, 0x29292929, 0x1f12091b, 3553 0x0d120229, 0x0d090916, 0x1d0d0a29, 0x120a0d1f, 3554 0x05030212, 0x01020205, 0x05030212, 0x05020205, // 0065h 3555 0x03050501, 0x03291b12, 0x02050505, 0x03011111, 3556 0x05050501, 0x29122929, 0x05022921, 0x01120105, 3557 0x02022909, 0x09090205, 0x02020229, 0x09120205, 3558 0x01091f21, 0x161f0d09, 0x12161601, 0x1f16111b, // 0066h 3559 0x12110504, 0x21160d01, 0x29010102, 0x12160f01, 3560 0x01020201, 0x021b1202, 0x12021229, 0x0005020a, 3561 0x12121201, 0x00002912, 0x2909110a, 0x00000029, 3562 0x00201101, 0x00000000, 0x00002912, 0x00000000, // 0067h 3563 0x00000001, 0x00000000, 0x00000029, 0x00000000, 3564 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3565 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3566 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0068h 3567 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3568 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3569 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3570 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0069h 3571 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3572 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3573 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3574 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 006ah 3575 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3576 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3577 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3578 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 006bh 3579 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3580 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3581 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3582 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 006ch 3583 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3584 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3585 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3586 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 006dh 3587 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3588 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3589 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3590 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 006eh 3591 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3592 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3593 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3594 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 006fh 3595 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3596 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3597 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3598 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0070h 3599 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3600 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3601 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3602 0x00000000, 0x200d2123, 0x00000000, 0x0d0f0000, // 0071h 3603 0x00000000, 0x0d000000, 0x00000000, 0x00000000, 3604 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3605 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3606 0x1d231d1d, 0x0d0d0f1f, 0x20201f20, 0x1d1f0a0d, // 0072h 3607 0x0909090d, 0x0e090a0a, 0x20200d00, 0x0a0a0a0e, 3608 0x23000000, 0x0a091d23, 0x00000000, 0x09090000, 3609 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3610 0x090a090d, 0x12090d0d, 0x0e0e200f, 0x01010e20, // 0073h 3611 0x290d1d0d, 0x0d110d0a, 0x010e231d, 0x230d0502, 3612 0x1d1d200e, 0x23210a0e, 0x200e090a, 0x1d231f1d, 3613 0x090a0000, 0x1d1f2020, 0x00000000, 0x00000000, 3614 0x1f1d0d29, 0x200d201d, 0x211f2112, 0x20112120, // 0074h 3615 0x1621201f, 0x09161d0d, 0x1d21201f, 0x1d1d1d23, 3616 0x0d202121, 0x201f210d, 0x0f0d200d, 0x1f1d200f, 3617 0x0d201d1d, 0x00001d1d, 0x00000000, 0x00000000, 3618 0x2912090f, 0x0a292929, 0x121d2021, 0x090a0912, // 0075h 3619 0x091d210a, 0x09091112, 0x0f1d1111, 0x00090a0f, 3620 0x091d1d1d, 0x00000009, 0x00001d1d, 0x00000000, 3621 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3622 0x0912120a, 0x00000000, 0x00001201, 0x00000000, // 0076h 3623 0x0000000a, 0x00000000, 0x00000000, 0x00000000, 3624 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3625 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3626 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0077h 3627 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3628 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3629 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3630 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0078h 3631 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3632 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3633 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3634 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0079h 3635 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3636 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3637 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3638 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 007ah 3639 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3640 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3641 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3642 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 007bh 3643 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3644 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3645 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3646 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 007ch 3647 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3648 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3649 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3650 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 007dh 3651 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3652 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3653 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3654 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 007eh 3655 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3656 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3657 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3658 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 007fh 3659 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3660 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3661 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3662 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0080h 3663 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3664 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3665 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3666 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0081h 3667 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3668 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3669 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3670 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0082h 3671 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3672 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3673 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3674 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0083h 3675 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3676 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3677 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3678 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0084h 3679 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3680 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3681 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3682 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0085h 3683 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3684 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3685 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3686 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0086h 3687 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3688 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3689 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3690 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0087h 3691 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3692 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3693 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3694 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0088h 3695 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3696 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3697 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3698 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0089h 3699 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3700 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3701 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3702 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 008ah 3703 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3704 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3705 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3706 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 008bh 3707 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3708 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3709 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3710 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 008ch 3711 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3712 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3713 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3714 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 008dh 3715 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3716 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3717 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3718 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 008eh 3719 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3720 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3721 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3722 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 008fh 3723 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3724 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3725 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3726 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0090h 3727 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3728 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3729 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3730 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0091h 3731 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3732 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3733 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3734 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0092h 3735 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3736 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3737 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3738 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0093h 3739 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3740 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3741 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3742 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0094h 3743 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3744 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3745 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3746 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0095h 3747 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3748 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3749 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3750 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0096h 3751 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3752 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3753 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3754 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0097h 3755 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3756 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3757 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3758 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0098h 3759 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3760 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3761 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3762 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 0099h 3763 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3764 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3765 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3766 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 009ah 3767 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3768 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3769 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3770 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 009bh 3771 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3772 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3773 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3774 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 009ch 3775 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3776 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3777 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3778 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 009dh 3779 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3780 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3781 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3782 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 009eh 3783 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3784 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3785 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3786 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 009fh 3787 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3788 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3789 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3790 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a0h 3791 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3792 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3793 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3794 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a1h 3795 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3796 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3797 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3798 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a2h 3799 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3800 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3801 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3802 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a3h 3803 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3804 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3805 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3806 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a4h 3807 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3808 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3809 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3810 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a5h 3811 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3812 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3813 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3814 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a6h 3815 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3816 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3817 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3818 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a7h 3819 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3820 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3821 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3822 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a8h 3823 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3824 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3825 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3826 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00a9h 3827 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3828 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3829 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3830 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00aah 3831 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3832 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3833 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3834 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00abh 3835 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3836 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3837 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3838 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00ach 3839 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3840 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3841 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3842 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00adh 3843 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3844 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3845 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3846 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00aeh 3847 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3848 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3849 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3850 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00afh 3851 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3852 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3853 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3854 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b0h 3855 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3856 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3857 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3858 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b1h 3859 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3860 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3861 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3862 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b2h 3863 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3864 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3865 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3866 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b3h 3867 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3868 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3869 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3870 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b4h 3871 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3872 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3873 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3874 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b5h 3875 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3876 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3877 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3878 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b6h 3879 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3880 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3881 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3882 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b7h 3883 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3884 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3885 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3886 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b8h 3887 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3888 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3889 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3890 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00b9h 3891 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3892 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3893 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3894 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00bah 3895 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3896 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3897 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3898 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00bbh 3899 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3900 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3901 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3902 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00bch 3903 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3904 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3905 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3906 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00bdh 3907 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3908 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3909 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3910 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00beh 3911 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3912 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3913 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3914 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00bfh 3915 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3916 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3917 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3918 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c0h 3919 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3920 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3921 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3922 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c1h 3923 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3924 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3925 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3926 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c2h 3927 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3928 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3929 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3930 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c3h 3931 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3932 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3933 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3934 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c4h 3935 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3936 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3937 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3938 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c5h 3939 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3940 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3941 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3942 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c6h 3943 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3944 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3945 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3946 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c7h 3947 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3948 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3949 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3950 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c8h 3951 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3952 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3953 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3954 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00c9h 3955 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3956 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3957 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3958 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00cah 3959 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3960 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3961 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3962 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00cbh 3963 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3964 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3965 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3966 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00cch 3967 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3968 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3969 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3970 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00cdh 3971 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3972 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3973 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3974 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00ceh 3975 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3976 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3977 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3978 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00cfh 3979 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3980 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3981 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3982 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d0h 3983 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3984 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3985 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3986 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d1h 3987 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3988 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3989 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3990 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d2h 3991 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3992 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3993 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3994 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d3h 3995 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3996 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3997 0x00000000, 0x00000000, 0x00000000, 0x00000000, 3998 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d4h 3999 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4000 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4001 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4002 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d5h 4003 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4004 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4005 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4006 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d6h 4007 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4008 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4009 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4010 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d7h 4011 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4012 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4013 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4014 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d8h 4015 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4016 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4017 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4018 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00d9h 4019 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4020 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4021 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4022 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00dah 4023 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4024 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4025 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4026 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00dbh 4027 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4028 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4029 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4030 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00dch 4031 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4032 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4033 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4034 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00ddh 4035 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4036 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4037 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4038 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00deh 4039 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4040 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4041 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4042 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00dfh 4043 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4044 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4045 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4046 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e0h 4047 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4048 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4049 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4050 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e1h 4051 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4052 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4053 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4054 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e2h 4055 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4056 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4057 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4058 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e3h 4059 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4060 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4061 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4062 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e4h 4063 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4064 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4065 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4066 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e5h 4067 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4068 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4069 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4070 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e6h 4071 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4072 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4073 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4074 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e7h 4075 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4076 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4077 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4078 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e8h 4079 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4080 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4081 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4082 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00e9h 4083 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4084 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4085 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4086 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00eah 4087 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4088 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4089 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4090 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00ebh 4091 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4092 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4093 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4094 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00ech 4095 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4096 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4097 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4098 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00edh 4099 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4100 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4101 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4102 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00eeh 4103 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4104 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4105 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4106 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00efh 4107 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4108 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4109 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4110 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f0h 4111 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4112 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4113 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4114 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f1h 4115 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4116 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4117 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4118 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f2h 4119 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4120 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4121 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4122 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f3h 4123 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4124 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4125 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4126 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f4h 4127 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4128 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4129 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4130 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f5h 4131 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4132 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4133 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4134 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f6h 4135 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4136 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4137 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4138 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f7h 4139 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4140 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4141 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4142 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f8h 4143 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4144 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4145 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4146 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00f9h 4147 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4148 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4149 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4150 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00fah 4151 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4152 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4153 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4154 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00fbh 4155 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4156 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4157 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4158 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00fch 4159 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4160 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4161 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4162 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00fdh 4163 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4164 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4165 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4166 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00feh 4167 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4168 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4169 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4170 0x00000000, 0x00000000, 0x00000000, 0x00000000, // 00ffh 4171 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4172 0x00000000, 0x00000000, 0x00000000, 0x00000000, 4173 0x00000000, 0x00000000, 0x00000000, 0x00000000 4174 }; 4175